Database Error
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM `thwebi_autovaa`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id)' at line 1
SQL Query: SELECT `Node`.*, .* FROM `thwebi_autovaa`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `thwebi_autovaa`.`category_linkeds` AS `CategoryLinked` ON (`Node`.`id` = `CategoryLinked`.`node_id`) WHERE `Node`.`status` = 1 AND `Node`.`type` IS NULL AND `CategoryLinked`.`category_id` IS NULL GROUP BY `CategoryLinked`.`node_id` ORDER BY `Node`.`pos` desc, `Node`.`id` desc LIMIT 10
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 502 → PDOStatement->execute(array)
try {$query = $this->_connection->prepare($sql, $prepareOptions);$query->setFetchMode(PDO::FETCH_LAZY);if (!$query->execute($params)) {$this->_result = $query;array()
- CORE/Cake/Model/Datasource/DboSource.php line 468 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);$t = microtime(true);$this->_result = $this->_execute($sql, $params);'SELECT `Node`.*, .* FROM `thwebi_autovaa`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `thwebi_autovaa`.`category_linkeds` AS `CategoryLinked` ON (`Node`.`id` = `CategoryLinked`.`node_id`) WHERE `Node`.`status` = 1 AND `Node`.`type` IS NULL AND `CategoryLinked`.`category_id` IS NULL GROUP BY `CategoryLinked`.`node_id` ORDER BY `Node`.`pos` desc, `Node`.`id` desc LIMIT 10' array()
- CORE/Cake/Model/Datasource/DboSource.php line 715 → DboSource->execute(string, array, array)
if ($cache && ($cached = $this->getQueryCache($sql, $params)) !== false) {return $cached;}$result = $this->execute($sql, array(), $params);if ($result) {'SELECT `Node`.*, .* FROM `thwebi_autovaa`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `thwebi_autovaa`.`category_linkeds` AS `CategoryLinked` ON (`Node`.`id` = `CategoryLinked`.`node_id`) WHERE `Node`.`status` = 1 AND `Node`.`type` IS NULL AND `CategoryLinked`.`category_id` IS NULL GROUP BY `CategoryLinked`.`node_id` ORDER BY `Node`.`pos` desc, `Node`.`id` desc LIMIT 10' array( 'log' => false ) array()
- CORE/Cake/Model/Datasource/DboSource.php line 1226 → DboSource->fetchAll(string, array)
// Build SQL statement with the primary model, plus hasOne and belongsTo associations$query = $this->buildAssociationQuery($Model, $queryData);$resultSet = $this->fetchAll($query, $Model->cacheQueries);unset($query);'SELECT `Node`.*, .* FROM `thwebi_autovaa`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `thwebi_autovaa`.`category_linkeds` AS `CategoryLinked` ON (`Node`.`id` = `CategoryLinked`.`node_id`) WHERE `Node`.`status` = 1 AND `Node`.`type` IS NULL AND `CategoryLinked`.`category_id` IS NULL GROUP BY `CategoryLinked`.`node_id` ORDER BY `Node`.`pos` desc, `Node`.`id` desc LIMIT 10' array()
- CORE/Cake/Model/Model.php line 3053 → DboSource->read(Node, array)
* @return array*/protected function _readDataSource($type, $query) {$results = $this->getDataSource()->read($this, $query);$this->resetAssociations();object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array() schemaName => 'thwebi_autovaa' table => 'nodes' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Node' tableToModel => array( 'nodes' => 'Node' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Node' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'categories' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Category' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 11, 'unsigned' => false, 'key' => 'primary' ), 'title' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 128, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'slug' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 128, 'key' => 'index', 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'link' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 512, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'type' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 12, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'pos' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ), 'robots' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ), 'views' => array( 'type' => 'integer', 'null' => true, 'default' => '0', 'length' => (int) 11, 'unsigned' => false ), 'lang' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'lang_node_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false, 'comment' => 'Node ID của bài viết đầu tiên được tạo' ), 'created' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false ), 'old_link' => array( 'type' => 'integer', 'null' => true, 'default' => '0', 'length' => (int) 11, 'unsigned' => false ), 'modified' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false ), 'status' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( 'conditions' => array( 'Node.status' => (int) 1, 'Node.type' => null, 'CategoryLinked.category_id' => array() ), 'fields' => array( (int) 0 => '`Node`.*', (int) 1 => '.*' ), 'joins' => array( (int) 0 => array( 'table' => '', 'alias' => '', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id=.node_id' ) ), (int) 1 => array( 'table' => 'category_linkeds', 'alias' => 'CategoryLinked', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id = CategoryLinked.node_id' ) ) ), 'limit' => (int) 10, 'offset' => null, 'order' => array( (int) 0 => 'Node.pos desc, Node.id desc' ), 'page' => (int) 1, 'group' => 'CategoryLinked.node_id', 'callbacks' => true, 'maxLimit' => (int) 100, 'paramType' => 'named', 'queryScope' => null, 'having' => null, 'lock' => null ) - CORE/Cake/Model/Model.php line 3025 → Model->_readDataSource(string, array)
return null;}return $this->_readDataSource($type, $query);}'all' array( 'conditions' => array( 'Node.status' => (int) 1, 'Node.type' => null, 'CategoryLinked.category_id' => array() ), 'fields' => array( (int) 0 => 'Node.*', (int) 1 => '.*' ), 'joins' => array( (int) 0 => array( 'table' => '', 'alias' => '', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id=.node_id' ) ), (int) 1 => array( 'table' => 'category_linkeds', 'alias' => 'CategoryLinked', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id = CategoryLinked.node_id' ) ) ), 'limit' => (int) 10, 'offset' => null, 'order' => array( (int) 0 => 'Node.pos desc, Node.id desc' ), 'page' => (int) 1, 'group' => 'CategoryLinked.node_id', 'callbacks' => true, 'maxLimit' => (int) 100, 'paramType' => 'named', 'queryScope' => null )
- CORE/Cake/Controller/Component/PaginatorComponent.php line 212 → Model->find(string, array)
if ($recursive != $object->recursive) {$parameters['recursive'] = $recursive;}$results = $object->find($type, array_merge($parameters, $extra));}'all' array( 'conditions' => array( 'Node.status' => (int) 1, 'Node.type' => null, 'CategoryLinked.category_id' => array() ), 'fields' => array( (int) 0 => 'Node.*', (int) 1 => '.*' ), 'joins' => array( (int) 0 => array( 'table' => '', 'alias' => '', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id=.node_id' ) ), (int) 1 => array( 'table' => 'category_linkeds', 'alias' => 'CategoryLinked', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Node.id = CategoryLinked.node_id' ) ) ), 'limit' => (int) 10, 'offset' => null, 'order' => array( (int) 0 => 'Node.pos desc, Node.id desc' ), 'page' => (int) 1, 'group' => 'CategoryLinked.node_id', 'callbacks' => true, 'maxLimit' => (int) 100, 'paramType' => 'named', 'queryScope' => null )
- CORE/Cake/Controller/Controller.php line 1107 → PaginatorComponent->paginate(Node, array, array)
* @link https://book.cakephp.org/2.0/en/controllers.html#Controller::paginate*/public function paginate($object = null, $scope = array(), $whitelist = array()) {return $this->Components->load('Paginator', $this->paginate)->paginate($object, $scope, $whitelist);}object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array() schemaName => 'thwebi_autovaa' table => 'nodes' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Node' tableToModel => array( 'nodes' => 'Node' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Node' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'categories' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Category' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 11, 'unsigned' => false, 'key' => 'primary' ), 'title' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 128, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'slug' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 128, 'key' => 'index', 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'link' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 512, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'type' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 12, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'pos' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ), 'robots' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ), 'views' => array( 'type' => 'integer', 'null' => true, 'default' => '0', 'length' => (int) 11, 'unsigned' => false ), 'lang' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4' ), 'lang_node_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false, 'comment' => 'Node ID của bài viết đầu tiên được tạo' ), 'created' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false ), 'old_link' => array( 'type' => 'integer', 'null' => true, 'default' => '0', 'length' => (int) 11, 'unsigned' => false ), 'modified' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => (int) 11, 'unsigned' => false ), 'status' => array( 'type' => 'integer', 'null' => true, 'default' => '1', 'length' => (int) 11, 'unsigned' => false ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array() array() - APP/Controller/Component/CcontentComponent.php line 341 → Controller->paginate(string)
$this->Controller->paginate = $this->Controller->{$mdl}->hook($this->Controller->currentCategory, $limit);}$data = $this->Controller->paginate('Node');'Node'
- APP/Controller/Component/CcontentComponent.php line 94 → CcontentComponent->getArchive(string, integer)
return $data;}return $this->getArchive($node_id, $limit);}'155' (int) 10
- APP/Plugin/Default/Controller/NodeController.php line 697 → CcontentComponent->getContent(string, string)
return $this->redirect(DOMAIN . 'post/' . $this->nodeData['Node']['slug']);}$this->data = $this->Ccontent->getContent($this->nodeData['Node']['type'], $this->nodeData['Node']['id']);'category' '155'
- [internal function] → NodeController->index(string)
'can-ho-mau'
- CORE/Cake/Controller/Controller.php line 499 → ReflectionMethod->invokeArgs(NodeController, array)
'action' => $request->params['action']));}return $method->invokeArgs($this, $request->params['pass']);object(NodeController) { theme => 'Default' hook => array( (int) 0 => 'product' ) components => array( 'Session' => null, 'Flash' => null, 'Cookie' => null, 'Ccontent' => null, 'Cmodal' => null, 'Cmeta' => null, 'Capp' => null, 'Clayout' => null, 'RequestHandler' => null, 'Upload' => null, 'CElastic' => null ) uses => array( (int) 0 => 'Default.Category', (int) 1 => 'Default.Home', (int) 2 => 'Default.Node', (int) 3 => 'Default.News', (int) 4 => 'Default.Product', (int) 5 => 'Default.Rate', (int) 6 => 'Default.Agency', (int) 7 => 'Filter', (int) 8 => 'Hang', (int) 9 => 'Faq', (int) 10 => 'Tag', (int) 11 => 'FilterItem', (int) 12 => 'FilterLinked', (int) 13 => 'UserPost', (int) 14 => 'Customer', (int) 15 => 'CustomerBanner', (int) 16 => 'Size', (int) 17 => 'Color', (int) 18 => 'Visa' ) is_mobile => (int) 0 Controller => null default_lang => 'vi' lang => 'vi' lang_array => array( 'slogan' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_header' => array( 'vi' => 'app/webroot/uploads/files/logo/image-1619.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_footer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'most_read' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_products' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_news' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_empty' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_success' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_name' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_phone' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_email' => array( 'vi' => 'vaa@automation.org.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_address' => array( 'vi' => 'Phòng 413-414 tòa nhà 24 Lý Thường Kiệt, Quận Hoàn Kiếm, Hà Nội', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_hotline' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'copyright' => array( 'vi' => '© 2026 by VAA', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_1' => array( 'vi' => 'app/webroot/uploads/files/home/banner.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_2' => array( 'vi' => 'HỘI TỰ ĐỘNG HÓA VIỆT NAM', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_3' => array( 'vi' => 'VIETNAM AUTOMATION ASSOCIATION', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_4' => array( 'vi' => 'Giới thiệu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_5' => array( 'vi' => 'Tầm nhìn, Sứ mệnh & Lịch sử phát triển', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_6' => array( 'vi' => 'Hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_7' => array( 'vi' => 'Các hoạt động và tin tức liên quan', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_8' => array( 'vi' => 'Hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_9' => array( 'vi' => 'Tham gia và trở thành hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_10' => array( 'vi' => 'Tin tức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_1' => array( 'vi' => 'GIẢI PHÁP-SẢN PHẨM', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_2' => array( 'vi' => 'app/webroot/uploads/files/home/image-1640.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_3' => array( 'vi' => 'Hội Tự động hóa Việt Nam có vai trò ngày càng to lớn trong việc tập hợp những người làm tự động hóa và cả những người làm trong lĩnh vực Cơ khí, Công nghệ thông tin, Điện tử... để xây dựng và phát triển ngành, góp phần khẳng định vị thế của công nghệ tự động hóa đối với quốc gia.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_4' => array( 'vi' => 'Trích: TS. Nguyễn Quân - Chủ tịch', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_5' => array( 'vi' => 'app/webroot/uploads/files/home/image-1641.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_6' => array( 'vi' => 'ĐỔI MỚI SÁNG TẠO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_7' => array( 'vi' => 'TIÊN PHONG CÔNG NGHỆ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_8' => array( 'vi' => 'KẾT NỐI TOÀN CẦU', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_9' => array( 'vi' => '30 NĂM HÌNH THÀNH VÀ PHÁT TRIỂN', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_10' => array( 'vi' => 'app/webroot/uploads/files/home/image-1640.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_1' => array( 'vi' => 'HỘI TỰ ĐỘNG HÓA VIỆT NAM (VAA)', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_2' => array( 'vi' => 'Chịu trách nhiệm nội dung: TTK Đỗ Nguyên Hưng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_3' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_4' => array( 'vi' => 'Giấy phép ICP số: 198/GP-BC 02/05/2008', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_5' => array( 'vi' => 'Bộ Thông tin và Truyền Thông', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_6' => array( 'vi' => 'Đăng kí nhận thông tin ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_7' => array( 'vi' => 'Điền email của bạn *', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_8' => array( 'vi' => 'Liên kết nhanh', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1' => array( 'vi' => 'Trang chủ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1' => array( 'vi' => 'Giới thiệu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1_link' => array( 'vi' => 'https://automation.org.vn/gioi-thieu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2' => array( 'vi' => 'Hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2_link' => array( 'vi' => 'https://automation.org.vn/hoat-dong', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3' => array( 'vi' => 'Hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3_link' => array( 'vi' => 'https://automation.org.vn/hoi-vien', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4_link' => array( 'vi' => 'https://automation.org.vn/tin-tuc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5_link' => array( 'vi' => 'https://automation.org.vn/giai-phap', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6' => array( 'vi' => 'SỰ KIỆN SẮP DIỄN RA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7_link' => array( 'vi' => 'https://automation.org.vn/su-kien', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8' => array( 'vi' => 'HỘI VIÊN VAA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_9' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_10' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11_link' => array( 'vi' => 'https://vcca2026.automation.org.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_13' => array( 'vi' => 'app/webroot/uploads/files/home/banner-mbb(1).jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_14' => array( 'vi' => 'https://automation.org.vn/lien-he', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_23_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_27' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_27_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_28' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_28_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_29' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_29_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_30' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_30_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_1' => array( 'vi' => 'Bài đăng liên quan', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_2' => array( 'vi' => 'Xem tất cả', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_3' => array( 'vi' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_4' => array( 'vi' => 'SỰ KIỆN AT EXPO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_5' => array( 'vi' => 'AT EXPO - 2025 với chủ đề “Tự động hóa với các công nghệ thông minh trong sản xuất và phát triển bền vững” nhận được sự ủng hộ, hỗ trợ và bảo trợ của Chính phủ, Bộ Công Thương, Bộ Khoa học & Công nghệ, Liên đoàn Thương mại và Công nghiệp Việt Nam, Liên hiệp các Hội Khoa học & Kỹ thuật Việt Nam,… Đây là sự kiện được tổ chức thường niên, với sự tham gia của các tập đoàn, doanh nghiệp, viện nghiên cứu, trường đại học, các chuyên gia trong và ngoài nước.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6' => array( 'vi' => 'Đăng ký ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6_link' => array( 'vi' => 'https://atexpo2026.automation.org.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_8' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_9' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_10' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_1' => array( 'vi' => 'Quy chế hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_2' => array( 'vi' => 'Chi tiết', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_3' => array( 'vi' => 'Đăng ký hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_4' => array( 'vi' => 'Vui lòng cung cấp thông tin liên hệ:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_1' => array( 'vi' => 'THÔNG TIN LIÊN HỆ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_2' => array( 'vi' => 'Văn phòng hội:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_3' => array( 'vi' => 'Vui lòng cung cấp thông tin và ý kiến của bạn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_4' => array( 'vi' => 'Họ và tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5' => array( 'vi' => 'Email', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_7' => array( 'vi' => 'Ghi chú', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_8' => array( 'vi' => 'Gửi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hotline' => array( 'vi' => '024 32669648', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1' => array( 'vi' => 'Phòng 413-414, Tòa nhà 24 Lý Thường Kiệt, Phường Cửa Nam, Quận Hoàn Kiếm, TP Hà Nội', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1_link' => array( 'vi' => 'https://maps.app.goo.gl/ojttQHXzuSD9RpiNA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_1' => array( 'vi' => '<p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam được Thủ tướng Chính phủ ký quyết định thành lập năm 1994 với tên gọi ban đầu là Hội Khoa học Công nghệ Tự động Việt Nam. Năm 2008, được Bộ Nội vụ Quyết định đổi tên thành Hội Tự động hoá Việt Nam.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam - tên gọi tiếng Anh là Vietnam Automation Association (VAA), có trụ sở tại 24 Lý Thường Kiệt, phường Cửa Nam, Hà Nội. </span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam là thành viên của Liên hiệp các Hội Khoa học và Kỹ thuật Việt Nam, đồng thời là thành viên liên kết của Phòng Thương mại và Công nghiệp Việt Nam (VCCI).</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Qua hơn 30 năm hoạt động, Hội Tự động hóa Việt Nam đã có nhiều hoạt động có ý nghĩa, góp phần đẩy mạnh sự nghiệp Công nghiệp hóa – Hiện đại hóa đất nước. Hội đã quy tụ hàng nghìn hội viên là các nhà khoa học, doanh nghiệp trong lĩnh vực Tự động hóa, có nhiều thành tích trong hoạt động Nghiên cứu khoa học, Chuyển giao công nghệ, Xúc tiến thương mại và Đào tạo nhân lực Tự động hóa nói riêng, nhân lực Công nghệ cao nói chung. Đặc biệt, trong những năm gần đây, sự liên kết của Hội Tự động hóa Việt Nam với các tổ chức và doanh nghiệp trong và ngoài nước đã tạo nên động lực phát triển mới của lĩnh vực tự động hóa đối với nền kinh tế nước nhà.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hoá Việt Nam tổ chức nhiều hoạt động chuyên môn như Hội thảo, Diễn đàn khoa học, Triển lãm công nghệ, Tư vấn chính sách và Đào tạo nhằm nâng cao Trình độ chuyên môn, thúc đẩy Chuyển giao công nghệ và Hỗ trợ doanh nghiệp trong lĩnh vực Tự động hoá. Hội cũng là cầu nối giữa các Nhà khoa học, Doanh nghiệp và cơ quan Quản lý Nhà nước.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Với tầm nhìn chiến lược và cam kết phát triển bền vững, Hội Tự động hoá Việt Nam không ngừng mở rộng mạng lưới hợp tác, nâng cao chất lượng hoạt động, góp phần đưa ngành tự động hoá Việt Nam vươn tầm quốc tế.</span></span></p> <p> </p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_2' => array( 'vi' => 'Lịch sử phát triển', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_3' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_4' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_5' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_6' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_7' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_8' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_9' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_10' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_11' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_12' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_13' => array( 'vi' => 'Sơ đồ tổ chức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_14' => array( 'vi' => 'app/webroot/uploads/images/Avatar/So-do-to-chuc.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_15' => array( 'vi' => 'Ban lãnh đạo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_16' => array( 'vi' => 'app/webroot/uploads/files/home/smtn2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_17' => array( 'vi' => 'app/webroot/uploads/files/home/smtn2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_18' => array( 'vi' => 'Sứ Mệnh', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_19' => array( 'vi' => '<p>Thúc đẩy sự phát triển bền vững của ngành tự động hóa và các ngành liên quan tại Việt Nam thông qua kết nối doanh nghiệp, viện – trường, và cộng đồng chuyên gia; hỗ trợ chuyển giao công nghệ, đào tạo nguồn nhân lực chất lượng cao; đồng thời đại diện tiếng nói của ngành trong chính sách và hội nhập quốc tế.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_20' => array( 'vi' => 'Tầm nhìn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_21' => array( 'vi' => '<p>Trở thành tổ chức hàng đầu tại Việt Nam và Quốc tế trong việc kết nối, thúc đẩy đổi mới sáng tạo và phát triển nguồn nhân lực cho ngành tự động hóa, hợp tác chuyển giao công nghệ và kết nối đầu tư, góp phần nâng cao năng lực cạnh tranh công nghiệp Việt Nam.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_22' => array( 'vi' => 'Tạp chí tự động hóa ngày nay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_23' => array( 'vi' => 'app/webroot/uploads/files/home/tapchi1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_24' => array( 'vi' => '<p><strong>Trưởng ban biên tập:</strong></p> <p>GS.TS Nguyễn Doãn Phước</p> <p><strong>Phó ban biên tập:</strong></p> <p>PGS.TS Trần Trọng Minh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_25' => array( 'vi' => '<p><strong>Tổng biên tập:</strong></p> <p>Trần Thị Giang</p> <p><strong>Phó Tổng biên tập:</strong></p> <p>Phạm Tuấn Anh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_26' => array( 'vi' => 'app/webroot/uploads/files/home/tapchi2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_27' => array( 'vi' => 'Hội tự động hóa địa phương', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_28' => array( 'vi' => 'Diễn đàn - Hội thảo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_29' => array( 'vi' => 'Sự kiện VCCA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_30' => array( 'vi' => 'Đăng ký tài trợ sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_31' => array( 'vi' => 'Nhanh chóng trở thành nhà tài trợ sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_32' => array( 'vi' => 'Đăng ký', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_33' => array( 'vi' => 'https://youtu.be/5voJLCPRF0U', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_34' => array( 'vi' => 'Điều lệ hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_35' => array( 'vi' => 'https://automation.org.vn/app/webroot/uploads/files/1_4-Die%CC%82%CC%80u-le%CC%A3%CC%82.pdf', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_36' => array( 'vi' => 'HỒ SƠ GIỚI THIỆU HỘI', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_37' => array( 'vi' => 'https://automation.org.vn/app/webroot/uploads/files/profile-VAA_1-10.pdf', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_38' => array( 'vi' => 'app/webroot/uploads/files/logo/vn.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_39' => array( 'vi' => 'app/webroot/uploads/files/logo/eng.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_40' => array( 'vi' => 'app/webroot/uploads/files/home/Lich-su-phat-trien.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_41' => array( 'vi' => 'VCCA 2026', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_42' => array( 'vi' => 'app/webroot/uploads/files/home/4_Banner-VCCA.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_43' => array( 'vi' => 'Tên cá nhân/Tổ chức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_44' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_45' => array( 'vi' => 'Email của bạn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_46' => array( 'vi' => 'Ghi chú', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_47' => array( 'vi' => 'Xác nhận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_48' => array( 'vi' => 'app/webroot/uploads/files/404.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_49' => array( 'vi' => 'app/webroot/uploads/files/logo/user-img.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_50' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_51' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_52' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_53' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_54' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_55' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_56' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_57' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_58' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_59' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_60' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_61' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_62' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_63' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_64' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_65' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_66' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_67' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_68' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_69' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_70' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_71' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_72' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_73' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_74' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_75' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_76' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_77' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_78' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_79' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_80' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_81' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_82' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_83' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_84' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_85' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_86' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_87' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_88' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_89' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_90' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_91' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_92' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_93' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_94' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_95' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_96' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_97' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_98' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_99' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_100' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_thanks' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav1' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav2' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav3' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_banner1' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-tab-listc' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv-des' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-flash-sale' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'flashsale_timer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'modal-coupon-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'thuthaptatca' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'magiamgia-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'user_tab_action' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-hb' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot_link' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-des' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_actived' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_not_exits' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_done' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_31' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_32' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_33' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_34' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_35' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_36' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_37' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_38' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_39' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_46' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_46_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_69' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_69_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_70' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_70_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_71' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_71_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_72' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_72_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_73' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_73_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_74' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_75_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_74_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_75' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_77' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_77_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_78' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_78_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_79' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_79_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_80' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_80_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_81' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_81_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text__link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_21' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_22' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_25' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'rate-title' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_name' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_comment' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'binhluan_btn' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search' => array( 'vi' => 'Tìm kiếm', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search_key' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ) ) settings => array( 'title' => 'Hội Tự động hóa Việt Nam - VAA', 'description' => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động', 'keyword' => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT', 'theme_setting' => '{"s1":{"background":"","background_2":"","text":"","link":"","hover":""},"s2":{"background":"","background_2":"","text":"","link":"","hover":""},"s3":{"background":"","background_2":"","text":"","link":"","hover":""},"s4":{"background":"","background_2":"","text":"","link":"","hover":""},"s5":{"background":"","background_2":"","text":"","link":"","hover":""},"s6":{"background":"","background_2":"","text":"","link":"","hover":""},"s7":{"background":"","background_2":"","text":"","link":"","hover":""},"s8":{"background":"","background_2":"","text":"","link":"","hover":""},"s9":{"background":"","background_2":"","text":"","link":"","hover":""},"s10":{"background":"","background_2":"","text":"","link":"","hover":""},"s11":{"background":"","background_2":"","text":"","link":"","hover":""},"s12":{"background":"","background_2":"","text":"","link":"","hover":""},"s13":{"background":"","background_2":"","text":"","link":"","hover":""}}', 'facebook' => 'https://www.facebook.com/TDHVietnam', 'links' => '', 'headerscript' => '', 'google_plus' => 'https://www.facebook.com/duocmyphamchinhhangcongty', 'youtube' => 'https://www.youtube.com/', 'twitter' => 'https://twitter.com/home?lang=vi', 'pinterest' => 'https://www.facebook.com/thucucspa.hn', 'linkedin' => 'https://www.facebook.com/100001836910714', 'tumblr' => 'https://www.facebook.com/thucucspa.hn', 'instagram' => 'https://www.instagram.com/', 'email' => '', 'skype' => 'dataonline2000', 'yahoo' => 'dataonline2000', 'google_map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.2541698437426!2d105.85155691032277!3d21.022513687913207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abc7e63a8577%3A0x698f0372797d0bb6!2zSOG7mWkgVOG7sSDEkOG7mW5nIEjDs2EgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1754974677230!5m2!1svi!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => '', 'smtp_port' => '', 'smtp_pass' => '', 'analytics' => '', 'facebook_thumb' => '/app/webroot/uploads/files/vindm/Screen2.jpg', 'price_range' => 'Dưới 100.000 VNĐ | 0-100000 Từ 100.000 - 500.000 VNĐ | 100000-500000 Từ 500.000 - 1 triệu | 500000-1000000 Từ 1 triệu - 2 triệu VNĐ | 1000000-2000000 Từ 2 triệu - 3 triệu VNĐ | 2000000-3000000 Trên 3 triệu | 3000000-999999999', 'buildPC' => '', 'tiktok' => 'https://www.tiktok.com/vi-VN/', 'continueAdd' => 'add', 'continueEdit' => 'list', 'used_theme' => 'Default', 'zalo' => '2424695390118619892', 'site_name' => 'Hano Group', 'favicon' => '/app/webroot/uploads/files/logo/image-1619.png', 'image_share' => '/app/webroot/uploads/images/banner-share.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'google_sheet_name' => '', 'google_console_project_name' => '', 'id_google_speadsheet' => '' ) nodeData => array( 'Node' => array( 'id' => '155', 'title' => 'CĂN HỘ MẪU', 'slug' => 'can-ho-mau', 'link' => null, 'type' => 'category', 'pos' => '2', 'robots' => '1', 'views' => '0', 'lang' => null, 'lang_node_id' => null, 'created' => '1701422845', 'old_link' => '0', 'modified' => '1701422845', 'status' => '1' ) ) cModalName => 'Category' cActionName => 'category_list' cFlagPage => false currentCategory => array( '_filter' => array(), '_hang' => array(), '_tag' => array() ) currentCategoryChildren => null order_price => '' theme_name => 'default' banner_fields => array( 'slideshow' => true ) theme_modules => array( 'collection' => false, 'filter' => false, 'rate' => false, 'user' => false, 'product' => true, 'hang' => false, 'color' => false, 'size' => false, 'material' => false, 'subcriber' => false, 'cart' => true, 'video' => false, 'coupon' => false, 'flashsale' => false, 'team' => false, 'faq' => false, 'comment' => false, 'shortcode' => false, 'cities' => false ) banner_types => array( 'chung_chi' => 'Chứng chỉ' ) search_type => 'product' options => array( 'default' => array( 'pagination_product_limit' => (int) 12, 'pagination_news_limit' => (int) 9 ), 'search' => array( 'search_product_pagination_limit' => (int) 12, 'search_news_pagination_limit' => (int) 9 ) ) category_fields => array( 'navbar' => false, 'sidebar' => true, 'home_menu' => true, 'dropdown' => true, 'footer_1' => true, 'footer_2' => true, 'footer_3' => true, 'footer_4' => true, 'filter_price' => false, 'image2' => false, 'images' => false ) product_fields => array( 'newest' => false, 'featured' => true, 'hot' => false, 'best_sales' => false, 'image2' => false, 'code' => false, 'color' => false, 'price_off' => false, 'sell_off' => false, 'buys' => false, 'gender' => false, 'baohanh' => false, 'khuyenmai' => false, 'multi_fields' => false, 'multi_images' => false, 'status' => false, 'flashsale_id' => false ) news_fields => array( 'featured' => false, 'image' => true, 'image2' => false, 'images' => true ) news_templates => array( 'news_category' => 'Danh mục tin tức' ) colors => array( 'default' => array( '--black' => array( [maximum depth reached] ), '--white' => array( [maximum depth reached] ), '--theme' => array( [maximum depth reached] ), '--border' => array( [maximum depth reached] ), '--text' => array( [maximum depth reached] ), '--text2' => array( [maximum depth reached] ), '--text3' => array( [maximum depth reached] ), '--text4' => array( [maximum depth reached] ), '--bg1' => array( [maximum depth reached] ), '--bg2' => array( [maximum depth reached] ), '--bg3' => array( [maximum depth reached] ), '--bg4' => array( [maximum depth reached] ), '--bg5' => array( [maximum depth reached] ), '--bg6' => array( [maximum depth reached] ) ) ) action_array => array( 'news' => 'detail', 'category' => 'list', 'product' => 'detail', 'page' => 'detail', 'agency' => 'detail', 'contact' => 'index', 'cart' => 'list' ) cBuff => array( (int) 0 => 'news', (int) 1 => 'category', (int) 2 => 'product', (int) 3 => 'page', (int) 4 => 'agency', (int) 5 => 'contact', (int) 6 => 'cart' ) dongho_type => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ) dongho_day => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) name => 'Node' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'can-ho-mau.html' base => '' webroot => '/' here => '/can-ho-mau.html' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Node' layoutPath => null viewVars => array( 'is_' => (int) 1, 'is_archive' => (int) 1, 'user' => array(), 'daxem' => array(), 'cart_num' => (int) 0, 'logo' => 'https://automation.org.vn/theme/default/img/logo.png', 'banners' => array( 'slide_qc_sukien2' => array( [maximum depth reached] ), 'slide_pc_home' => array( [maximum depth reached] ), 'slide_qc_sukien1' => array( [maximum depth reached] ) ), 'categories_footer_4' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_3' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_2' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ), 'categories_footer_1' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'categories_dropdown' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_home_menu' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'categories_sidebar' => array(), 'categories' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'settings' => array( 'title' => 'Hội Tự động hóa Việt Nam - VAA', 'description' => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động', 'keyword' => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT', 'theme_setting' => '{"s1":{"background":"","background_2":"","text":"","link":"","hover":""},"s2":{"background":"","background_2":"","text":"","link":"","hover":""},"s3":{"background":"","background_2":"","text":"","link":"","hover":""},"s4":{"background":"","background_2":"","text":"","link":"","hover":""},"s5":{"background":"","background_2":"","text":"","link":"","hover":""},"s6":{"background":"","background_2":"","text":"","link":"","hover":""},"s7":{"background":"","background_2":"","text":"","link":"","hover":""},"s8":{"background":"","background_2":"","text":"","link":"","hover":""},"s9":{"background":"","background_2":"","text":"","link":"","hover":""},"s10":{"background":"","background_2":"","text":"","link":"","hover":""},"s11":{"background":"","background_2":"","text":"","link":"","hover":""},"s12":{"background":"","background_2":"","text":"","link":"","hover":""},"s13":{"background":"","background_2":"","text":"","link":"","hover":""}}', 'facebook' => 'https://www.facebook.com/TDHVietnam', 'links' => '', 'headerscript' => '', 'google_plus' => 'https://www.facebook.com/duocmyphamchinhhangcongty', 'youtube' => 'https://www.youtube.com/', 'twitter' => 'https://twitter.com/home?lang=vi', 'pinterest' => 'https://www.facebook.com/thucucspa.hn', 'linkedin' => 'https://www.facebook.com/100001836910714', 'tumblr' => 'https://www.facebook.com/thucucspa.hn', 'instagram' => 'https://www.instagram.com/', 'email' => '', 'skype' => 'dataonline2000', 'yahoo' => 'dataonline2000', 'google_map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.2541698437426!2d105.85155691032277!3d21.022513687913207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abc7e63a8577%3A0x698f0372797d0bb6!2zSOG7mWkgVOG7sSDEkOG7mW5nIEjDs2EgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1754974677230!5m2!1svi!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => '', 'smtp_port' => '', 'smtp_pass' => '', 'analytics' => '', 'facebook_thumb' => '/app/webroot/uploads/files/vindm/Screen2.jpg', 'price_range' => 'Dưới 100.000 VNĐ | 0-100000 Từ 100.000 - 500.000 VNĐ | 100000-500000 Từ 500.000 - 1 triệu | 500000-1000000 Từ 1 triệu - 2 triệu VNĐ | 1000000-2000000 Từ 2 triệu - 3 triệu VNĐ | 2000000-3000000 Trên 3 triệu | 3000000-999999999', 'buildPC' => '', 'tiktok' => 'https://www.tiktok.com/vi-VN/', 'continueAdd' => 'add', 'continueEdit' => 'list', 'used_theme' => 'Default', 'zalo' => '2424695390118619892', 'site_name' => 'Hano Group', 'favicon' => '/app/webroot/uploads/files/logo/image-1619.png', 'image_share' => '/app/webroot/uploads/images/banner-share.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'google_sheet_name' => '', 'google_console_project_name' => '', 'id_google_speadsheet' => '' ), 'sufix' => '', 'lang' => 'vi', 'is_mobile' => (int) 0, 'theme_name' => 'default', 'dongho_type' => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ), 'dongho_day' => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(NodeController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( (int) 0 => 'can-ho-mau.html' ) scaffold => false methods => array( (int) 1 => 'page404', (int) 2 => 'get_lanhdao', (int) 3 => 'get_tag_from_post_node_id', (int) 4 => 'get_agency', (int) 5 => 'get_city_lst', (int) 6 => 'get_cities_html', (int) 7 => 'get_cities', (int) 8 => 'get_mien', (int) 9 => 'add_subcriber', (int) 10 => 'get_cat_customize', (int) 11 => 'getdomain', (int) 12 => 'get_hangs', (int) 13 => 'user_change_pass', (int) 14 => 'user_account', (int) 15 => 'user_banner_list', (int) 16 => 'user_banner_delete', (int) 17 => 'user_banner_add', (int) 18 => 'user_banner_edit', (int) 19 => 'user_post_add', (int) 20 => 'user_thanks', (int) 21 => 'user_dashboard', (int) 22 => 'vote', (int) 23 => 'logout', (int) 24 => 'videos', (int) 25 => 'request_content', (int) 26 => 'index', (int) 27 => 'index2', (int) 28 => 'get_dailyphanphoi', (int) 29 => 'sidebar_menu', (int) 30 => 'count_items', (int) 31 => 'img', (int) 32 => 'tags', (int) 33 => 'get_bosuutap', (int) 34 => 'gallery_detail', (int) 35 => 'gallery', (int) 36 => 'search', (int) 37 => 'search2', (int) 38 => 'search_els', (int) 39 => 'comment', (int) 40 => 'get_child_comment', (int) 41 => 'get_comment', (int) 42 => 'get_random_nodes', (int) 43 => 'get_node_parse', (int) 44 => 'get_node', (int) 45 => 'parse_html_posts', (int) 46 => 'ajax_load_posts', (int) 47 => 'get_images', (int) 48 => 'get_product_prices', (int) 49 => 'get_product_category', (int) 50 => 'get_product_category_count', (int) 51 => 'get_dynamic_rows', (int) 52 => 'get_filters', (int) 53 => 'get_nodes', (int) 54 => 'tatcasp', (int) 55 => 'get_category_of_node', (int) 56 => 'get_category', (int) 57 => 'ketnoi', (int) 58 => 'find_root_category', (int) 59 => 'get_cbanner', (int) 60 => 'get_child_category_of', (int) 61 => 'get_tree_category_start_from', (int) 62 => 'get_list_category', (int) 63 => 'get_videos', (int) 64 => 'create_image', (int) 65 => 'visa_request', (int) 66 => 'process_condition', (int) 67 => 'get_data', (int) 68 => 'send_visa', (int) 69 => 'send_feedback', (int) 70 => 'test_mautic', (int) 71 => 'code', (int) 72 => 'get_sukien', (int) 74 => 'rate', (int) 75 => 'cuahang', (int) 76 => 'getUserIP', (int) 77 => 'support', (int) 78 => 'get_sell_off_news', (int) 79 => 'get_youtube_videos', (int) 80 => 'get_comments', (int) 81 => 'get_home_products', (int) 82 => 'get_new_products', (int) 83 => 'get_featured_products', (int) 84 => 'get_10k_products', (int) 85 => 'get_featured_news', (int) 86 => 'get_latest_news', (int) 87 => 'get_most_read', (int) 88 => 'get_sizes', (int) 89 => 'get_colors', (int) 90 => 'get_lang', (int) 91 => 'banners', (int) 92 => 'categories', (int) 93 => 'settings', (int) 94 => 'alert', (int) 95 => 't', (int) 96 => 'word_limiter', (int) 97 => 'removeXss', (int) 98 => 'remove_hostname', (int) 99 => 'is_valid_json' ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'DYhG93b0qyJfIxfs2gtVoUubWovniR2G0FgyC9mi' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Ccontent => object(CcontentComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmodal => object(CmodalComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmeta => object(CmetaComponent) { cmeta => array( [maximum depth reached] ) cmeta_robots => 'index, follow' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Capp => object(CappComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Clayout => object(ClayoutComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] root_folder => '/home/thwebi/domains/automation.org.vn/public_html/app/View/Themed/Default/' } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null params => array( [maximum depth reached] ) settings => array( [maximum depth reached] ) components => array([maximum depth reached]) [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Upload => object(UploadComponent) { w => (int) 0 h => (int) 0 new => array([maximum depth reached]) name => null delete => null copy => null max_char => (int) 80 watermark => (int) 0 max_img => (int) 1000 text => '' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } CElastic => object(CElasticComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Lang => object(AppModel) { useDbConfig => 'default' useTable => 'langs' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'langs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Lang' alias => 'Lang' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Setting => object(AppModel) { useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } title_for_layout => 'Hội Tự động hóa Việt Nam - VAA' keyword_for_layout => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT' description_for_layout => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động' Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'categories' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Category' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Banner => object(AppModel) { useDbConfig => 'default' useTable => 'banners' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'banners' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Banner' alias => 'Banner' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } banners => array( 'slide_qc_sukien2' => array( (int) 0 => array( [maximum depth reached] ) ), 'slide_pc_home' => array( (int) 2 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'slide_qc_sukien1' => array( (int) 8 => array( [maximum depth reached] ) ) ) Node => object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'nodes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Node' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Category => object(Category) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } array( (int) 0 => 'can-ho-mau.html' ) - CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction(CakeRequest)
$response = $controller->response;$render = true;$result = $controller->invokeAction($request);if ($result instanceof CakeResponse) {object(CakeRequest) { params => array( 'plugin' => 'default', 'controller' => 'node', 'action' => 'index', 'named' => array(), 'pass' => array( (int) 0 => 'can-ho-mau.html' ), 'slug' => 'can-ho-mau.html', 'isAjax' => false, 'models' => array( 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'can-ho-mau.html' base => '' webroot => '/' here => '/can-ho-mau.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } - CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(NodeController, CakeRequest)
));}$response = $this->_invoke($controller, $request);if (isset($request->params['return'])) {object(NodeController) { theme => 'Default' hook => array( (int) 0 => 'product' ) components => array( 'Session' => null, 'Flash' => null, 'Cookie' => null, 'Ccontent' => null, 'Cmodal' => null, 'Cmeta' => null, 'Capp' => null, 'Clayout' => null, 'RequestHandler' => null, 'Upload' => null, 'CElastic' => null ) uses => array( (int) 0 => 'Default.Category', (int) 1 => 'Default.Home', (int) 2 => 'Default.Node', (int) 3 => 'Default.News', (int) 4 => 'Default.Product', (int) 5 => 'Default.Rate', (int) 6 => 'Default.Agency', (int) 7 => 'Filter', (int) 8 => 'Hang', (int) 9 => 'Faq', (int) 10 => 'Tag', (int) 11 => 'FilterItem', (int) 12 => 'FilterLinked', (int) 13 => 'UserPost', (int) 14 => 'Customer', (int) 15 => 'CustomerBanner', (int) 16 => 'Size', (int) 17 => 'Color', (int) 18 => 'Visa' ) is_mobile => (int) 0 Controller => null default_lang => 'vi' lang => 'vi' lang_array => array( 'slogan' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_header' => array( 'vi' => 'app/webroot/uploads/files/logo/image-1619.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_footer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'most_read' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_products' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_news' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_empty' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_success' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_name' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_phone' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_email' => array( 'vi' => 'vaa@automation.org.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_address' => array( 'vi' => 'Phòng 413-414 tòa nhà 24 Lý Thường Kiệt, Quận Hoàn Kiếm, Hà Nội', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_hotline' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'copyright' => array( 'vi' => '© 2026 by VAA', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_1' => array( 'vi' => 'app/webroot/uploads/files/home/banner.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_2' => array( 'vi' => 'HỘI TỰ ĐỘNG HÓA VIỆT NAM', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_3' => array( 'vi' => 'VIETNAM AUTOMATION ASSOCIATION', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_4' => array( 'vi' => 'Giới thiệu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_5' => array( 'vi' => 'Tầm nhìn, Sứ mệnh & Lịch sử phát triển', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_6' => array( 'vi' => 'Hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_7' => array( 'vi' => 'Các hoạt động và tin tức liên quan', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_8' => array( 'vi' => 'Hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_9' => array( 'vi' => 'Tham gia và trở thành hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_10' => array( 'vi' => 'Tin tức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_1' => array( 'vi' => 'GIẢI PHÁP-SẢN PHẨM', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_2' => array( 'vi' => 'app/webroot/uploads/files/home/image-1640.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_3' => array( 'vi' => 'Hội Tự động hóa Việt Nam có vai trò ngày càng to lớn trong việc tập hợp những người làm tự động hóa và cả những người làm trong lĩnh vực Cơ khí, Công nghệ thông tin, Điện tử... để xây dựng và phát triển ngành, góp phần khẳng định vị thế của công nghệ tự động hóa đối với quốc gia.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_4' => array( 'vi' => 'Trích: TS. Nguyễn Quân - Chủ tịch', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_5' => array( 'vi' => 'app/webroot/uploads/files/home/image-1641.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_6' => array( 'vi' => 'ĐỔI MỚI SÁNG TẠO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_7' => array( 'vi' => 'TIÊN PHONG CÔNG NGHỆ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_8' => array( 'vi' => 'KẾT NỐI TOÀN CẦU', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_9' => array( 'vi' => '30 NĂM HÌNH THÀNH VÀ PHÁT TRIỂN', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_10' => array( 'vi' => 'app/webroot/uploads/files/home/image-1640.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_1' => array( 'vi' => 'HỘI TỰ ĐỘNG HÓA VIỆT NAM (VAA)', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_2' => array( 'vi' => 'Chịu trách nhiệm nội dung: TTK Đỗ Nguyên Hưng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_3' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_4' => array( 'vi' => 'Giấy phép ICP số: 198/GP-BC 02/05/2008', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_5' => array( 'vi' => 'Bộ Thông tin và Truyền Thông', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_6' => array( 'vi' => 'Đăng kí nhận thông tin ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_7' => array( 'vi' => 'Điền email của bạn *', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_8' => array( 'vi' => 'Liên kết nhanh', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1' => array( 'vi' => 'Trang chủ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1' => array( 'vi' => 'Giới thiệu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1_link' => array( 'vi' => 'https://automation.org.vn/gioi-thieu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2' => array( 'vi' => 'Hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2_link' => array( 'vi' => 'https://automation.org.vn/hoat-dong', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3' => array( 'vi' => 'Hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3_link' => array( 'vi' => 'https://automation.org.vn/hoi-vien', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4_link' => array( 'vi' => 'https://automation.org.vn/tin-tuc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5_link' => array( 'vi' => 'https://automation.org.vn/giai-phap', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6' => array( 'vi' => 'SỰ KIỆN SẮP DIỄN RA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7_link' => array( 'vi' => 'https://automation.org.vn/su-kien', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8' => array( 'vi' => 'HỘI VIÊN VAA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_9' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_10' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11_link' => array( 'vi' => 'https://vcca2026.automation.org.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12' => array( 'vi' => 'Xem thên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_13' => array( 'vi' => 'app/webroot/uploads/files/home/banner-mbb(1).jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_14' => array( 'vi' => 'https://automation.org.vn/lien-he', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_23_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_27' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_27_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_28' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_28_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_29' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_29_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_30' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_30_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_1' => array( 'vi' => 'Bài đăng liên quan', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_2' => array( 'vi' => 'Xem tất cả', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_3' => array( 'vi' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_4' => array( 'vi' => 'SỰ KIỆN AT EXPO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_5' => array( 'vi' => 'AT EXPO - 2025 với chủ đề “Tự động hóa với các công nghệ thông minh trong sản xuất và phát triển bền vững” nhận được sự ủng hộ, hỗ trợ và bảo trợ của Chính phủ, Bộ Công Thương, Bộ Khoa học & Công nghệ, Liên đoàn Thương mại và Công nghiệp Việt Nam, Liên hiệp các Hội Khoa học & Kỹ thuật Việt Nam,… Đây là sự kiện được tổ chức thường niên, với sự tham gia của các tập đoàn, doanh nghiệp, viện nghiên cứu, trường đại học, các chuyên gia trong và ngoài nước.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6' => array( 'vi' => 'Đăng ký ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6_link' => array( 'vi' => 'https://atexpo2026.automation.org.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_8' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_9' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_10' => array( 'vi' => 'Xem thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_1' => array( 'vi' => 'Quy chế hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_2' => array( 'vi' => 'Chi tiết', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_3' => array( 'vi' => 'Đăng ký hội viên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_4' => array( 'vi' => 'Vui lòng cung cấp thông tin liên hệ:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'product_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_1' => array( 'vi' => 'THÔNG TIN LIÊN HỆ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_2' => array( 'vi' => 'Văn phòng hội:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_3' => array( 'vi' => 'Vui lòng cung cấp thông tin và ý kiến của bạn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_4' => array( 'vi' => 'Họ và tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5' => array( 'vi' => 'Email', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_7' => array( 'vi' => 'Ghi chú', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_8' => array( 'vi' => 'Gửi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_12_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_13_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_14_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_15_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_16_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_17_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_18_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_19_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_text_20_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hotline' => array( 'vi' => '024 32669648', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1' => array( 'vi' => 'Phòng 413-414, Tòa nhà 24 Lý Thường Kiệt, Phường Cửa Nam, Quận Hoàn Kiếm, TP Hà Nội', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1_link' => array( 'vi' => 'https://maps.app.goo.gl/ojttQHXzuSD9RpiNA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_3_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_4_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_8' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_8_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_9' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_9_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_10' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_10_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_1' => array( 'vi' => '<p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam được Thủ tướng Chính phủ ký quyết định thành lập năm 1994 với tên gọi ban đầu là Hội Khoa học Công nghệ Tự động Việt Nam. Năm 2008, được Bộ Nội vụ Quyết định đổi tên thành Hội Tự động hoá Việt Nam.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam - tên gọi tiếng Anh là Vietnam Automation Association (VAA), có trụ sở tại 24 Lý Thường Kiệt, phường Cửa Nam, Hà Nội. </span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hóa Việt Nam là thành viên của Liên hiệp các Hội Khoa học và Kỹ thuật Việt Nam, đồng thời là thành viên liên kết của Phòng Thương mại và Công nghiệp Việt Nam (VCCI).</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Qua hơn 30 năm hoạt động, Hội Tự động hóa Việt Nam đã có nhiều hoạt động có ý nghĩa, góp phần đẩy mạnh sự nghiệp Công nghiệp hóa – Hiện đại hóa đất nước. Hội đã quy tụ hàng nghìn hội viên là các nhà khoa học, doanh nghiệp trong lĩnh vực Tự động hóa, có nhiều thành tích trong hoạt động Nghiên cứu khoa học, Chuyển giao công nghệ, Xúc tiến thương mại và Đào tạo nhân lực Tự động hóa nói riêng, nhân lực Công nghệ cao nói chung. Đặc biệt, trong những năm gần đây, sự liên kết của Hội Tự động hóa Việt Nam với các tổ chức và doanh nghiệp trong và ngoài nước đã tạo nên động lực phát triển mới của lĩnh vực tự động hóa đối với nền kinh tế nước nhà.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Hội Tự động hoá Việt Nam tổ chức nhiều hoạt động chuyên môn như Hội thảo, Diễn đàn khoa học, Triển lãm công nghệ, Tư vấn chính sách và Đào tạo nhằm nâng cao Trình độ chuyên môn, thúc đẩy Chuyển giao công nghệ và Hỗ trợ doanh nghiệp trong lĩnh vực Tự động hoá. Hội cũng là cầu nối giữa các Nhà khoa học, Doanh nghiệp và cơ quan Quản lý Nhà nước.</span></span></p> <p><span style="font-size:22px"><span style="font-family:times new roman,times,serif"> Với tầm nhìn chiến lược và cam kết phát triển bền vững, Hội Tự động hoá Việt Nam không ngừng mở rộng mạng lưới hợp tác, nâng cao chất lượng hoạt động, góp phần đưa ngành tự động hoá Việt Nam vươn tầm quốc tế.</span></span></p> <p> </p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_2' => array( 'vi' => 'Lịch sử phát triển', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_3' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_4' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_5' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_6' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_7' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_8' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_9' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_10' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_11' => array( 'vi' => '<p>Ngày 14/11/1994</p> <p><strong>Chủ tịch Hội:</strong></p> <p>TS. Đặng Vũ Chư - Bộ trưởng Bộ Công nghiệp nhẹ;</p> <p><strong>Tổng thư ký:</strong></p> <p>Ông Trịnh Đình Đề - Cán bộ giảng dạy trường Đại học Bách khoa Hà Nội 3 phó chủ tịch, 11 ủy viên ban thường vụ, 5 ban chuyên trách.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_12' => array( 'vi' => 'app/webroot/uploads/files/logo/ls-icon1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_13' => array( 'vi' => 'Sơ đồ tổ chức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_14' => array( 'vi' => 'app/webroot/uploads/images/Avatar/So-do-to-chuc.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_15' => array( 'vi' => 'Ban lãnh đạo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_16' => array( 'vi' => 'app/webroot/uploads/files/home/smtn2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_17' => array( 'vi' => 'app/webroot/uploads/files/home/smtn2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_18' => array( 'vi' => 'Sứ Mệnh', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_19' => array( 'vi' => '<p>Thúc đẩy sự phát triển bền vững của ngành tự động hóa và các ngành liên quan tại Việt Nam thông qua kết nối doanh nghiệp, viện – trường, và cộng đồng chuyên gia; hỗ trợ chuyển giao công nghệ, đào tạo nguồn nhân lực chất lượng cao; đồng thời đại diện tiếng nói của ngành trong chính sách và hội nhập quốc tế.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_20' => array( 'vi' => 'Tầm nhìn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_21' => array( 'vi' => '<p>Trở thành tổ chức hàng đầu tại Việt Nam và Quốc tế trong việc kết nối, thúc đẩy đổi mới sáng tạo và phát triển nguồn nhân lực cho ngành tự động hóa, hợp tác chuyển giao công nghệ và kết nối đầu tư, góp phần nâng cao năng lực cạnh tranh công nghiệp Việt Nam.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_22' => array( 'vi' => 'Tạp chí tự động hóa ngày nay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_23' => array( 'vi' => 'app/webroot/uploads/files/home/tapchi1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_24' => array( 'vi' => '<p><strong>Trưởng ban biên tập:</strong></p> <p>GS.TS Nguyễn Doãn Phước</p> <p><strong>Phó ban biên tập:</strong></p> <p>PGS.TS Trần Trọng Minh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_25' => array( 'vi' => '<p><strong>Tổng biên tập:</strong></p> <p>Trần Thị Giang</p> <p><strong>Phó Tổng biên tập:</strong></p> <p>Phạm Tuấn Anh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_26' => array( 'vi' => 'app/webroot/uploads/files/home/tapchi2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_27' => array( 'vi' => 'Hội tự động hóa địa phương', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_28' => array( 'vi' => 'Diễn đàn - Hội thảo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_29' => array( 'vi' => 'Sự kiện VCCA', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_30' => array( 'vi' => 'Đăng ký tài trợ sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_31' => array( 'vi' => 'Nhanh chóng trở thành nhà tài trợ sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_32' => array( 'vi' => 'Đăng ký', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_33' => array( 'vi' => 'https://youtu.be/5voJLCPRF0U', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_34' => array( 'vi' => 'Điều lệ hoạt động', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_35' => array( 'vi' => 'https://automation.org.vn/app/webroot/uploads/files/1_4-Die%CC%82%CC%80u-le%CC%A3%CC%82.pdf', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_36' => array( 'vi' => 'HỒ SƠ GIỚI THIỆU HỘI', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_37' => array( 'vi' => 'https://automation.org.vn/app/webroot/uploads/files/profile-VAA_1-10.pdf', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_38' => array( 'vi' => 'app/webroot/uploads/files/logo/vn.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_39' => array( 'vi' => 'app/webroot/uploads/files/logo/eng.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_40' => array( 'vi' => 'app/webroot/uploads/files/home/Lich-su-phat-trien.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_41' => array( 'vi' => 'VCCA 2026', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_42' => array( 'vi' => 'app/webroot/uploads/files/home/4_Banner-VCCA.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_43' => array( 'vi' => 'Tên cá nhân/Tổ chức', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_44' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_45' => array( 'vi' => 'Email của bạn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_46' => array( 'vi' => 'Ghi chú', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_47' => array( 'vi' => 'Xác nhận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_48' => array( 'vi' => 'app/webroot/uploads/files/404.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_49' => array( 'vi' => 'app/webroot/uploads/files/logo/user-img.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_50' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_51' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_52' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_53' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_54' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_55' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_56' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_57' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_58' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_59' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_60' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_61' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_62' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_63' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_64' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_65' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_66' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_67' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_68' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_69' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_70' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_71' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_72' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_73' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_74' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_75' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_76' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_77' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_78' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_79' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_80' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_81' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_82' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_83' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_84' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_85' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_86' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_87' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_88' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_89' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_90' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_91' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_92' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_93' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_94' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_95' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_96' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_97' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_98' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_99' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_100' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_thanks' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav1' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav2' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav3' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_banner1' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-tab-listc' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv-des' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-flash-sale' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'flashsale_timer' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'modal-coupon-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'thuthaptatca' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'magiamgia-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'user_tab_action' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-hb' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot_link' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-title' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-des' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_actived' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_not_exits' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_done' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_31' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_32' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_33' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_34' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_35' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_36' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_37' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_38' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_39' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_46' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_46_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_11' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_12' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_13' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_14' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_15' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_16' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_17' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_18' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_19' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_20' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_69' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_69_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_70' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_70_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_71' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_71_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_72' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_72_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_73' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_73_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_74' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_75_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_74_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_75' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_77' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_77_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_78' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_78_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_79' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_79_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_80' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_80_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_81' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_81_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text__link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_3' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_4' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_1' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_2' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_21' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_22' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_25' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'rate-title' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_name' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_comment' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'binhluan_btn' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search' => array( 'vi' => 'Tìm kiếm', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search_key' => array( 'vi' => null, 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ) ) settings => array( 'title' => 'Hội Tự động hóa Việt Nam - VAA', 'description' => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động', 'keyword' => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT', 'theme_setting' => '{"s1":{"background":"","background_2":"","text":"","link":"","hover":""},"s2":{"background":"","background_2":"","text":"","link":"","hover":""},"s3":{"background":"","background_2":"","text":"","link":"","hover":""},"s4":{"background":"","background_2":"","text":"","link":"","hover":""},"s5":{"background":"","background_2":"","text":"","link":"","hover":""},"s6":{"background":"","background_2":"","text":"","link":"","hover":""},"s7":{"background":"","background_2":"","text":"","link":"","hover":""},"s8":{"background":"","background_2":"","text":"","link":"","hover":""},"s9":{"background":"","background_2":"","text":"","link":"","hover":""},"s10":{"background":"","background_2":"","text":"","link":"","hover":""},"s11":{"background":"","background_2":"","text":"","link":"","hover":""},"s12":{"background":"","background_2":"","text":"","link":"","hover":""},"s13":{"background":"","background_2":"","text":"","link":"","hover":""}}', 'facebook' => 'https://www.facebook.com/TDHVietnam', 'links' => '', 'headerscript' => '', 'google_plus' => 'https://www.facebook.com/duocmyphamchinhhangcongty', 'youtube' => 'https://www.youtube.com/', 'twitter' => 'https://twitter.com/home?lang=vi', 'pinterest' => 'https://www.facebook.com/thucucspa.hn', 'linkedin' => 'https://www.facebook.com/100001836910714', 'tumblr' => 'https://www.facebook.com/thucucspa.hn', 'instagram' => 'https://www.instagram.com/', 'email' => '', 'skype' => 'dataonline2000', 'yahoo' => 'dataonline2000', 'google_map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.2541698437426!2d105.85155691032277!3d21.022513687913207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abc7e63a8577%3A0x698f0372797d0bb6!2zSOG7mWkgVOG7sSDEkOG7mW5nIEjDs2EgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1754974677230!5m2!1svi!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => '', 'smtp_port' => '', 'smtp_pass' => '', 'analytics' => '', 'facebook_thumb' => '/app/webroot/uploads/files/vindm/Screen2.jpg', 'price_range' => 'Dưới 100.000 VNĐ | 0-100000 Từ 100.000 - 500.000 VNĐ | 100000-500000 Từ 500.000 - 1 triệu | 500000-1000000 Từ 1 triệu - 2 triệu VNĐ | 1000000-2000000 Từ 2 triệu - 3 triệu VNĐ | 2000000-3000000 Trên 3 triệu | 3000000-999999999', 'buildPC' => '', 'tiktok' => 'https://www.tiktok.com/vi-VN/', 'continueAdd' => 'add', 'continueEdit' => 'list', 'used_theme' => 'Default', 'zalo' => '2424695390118619892', 'site_name' => 'Hano Group', 'favicon' => '/app/webroot/uploads/files/logo/image-1619.png', 'image_share' => '/app/webroot/uploads/images/banner-share.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'google_sheet_name' => '', 'google_console_project_name' => '', 'id_google_speadsheet' => '' ) nodeData => array( 'Node' => array( 'id' => '155', 'title' => 'CĂN HỘ MẪU', 'slug' => 'can-ho-mau', 'link' => null, 'type' => 'category', 'pos' => '2', 'robots' => '1', 'views' => '0', 'lang' => null, 'lang_node_id' => null, 'created' => '1701422845', 'old_link' => '0', 'modified' => '1701422845', 'status' => '1' ) ) cModalName => 'Category' cActionName => 'category_list' cFlagPage => false currentCategory => array( '_filter' => array(), '_hang' => array(), '_tag' => array() ) currentCategoryChildren => null order_price => '' theme_name => 'default' banner_fields => array( 'slideshow' => true ) theme_modules => array( 'collection' => false, 'filter' => false, 'rate' => false, 'user' => false, 'product' => true, 'hang' => false, 'color' => false, 'size' => false, 'material' => false, 'subcriber' => false, 'cart' => true, 'video' => false, 'coupon' => false, 'flashsale' => false, 'team' => false, 'faq' => false, 'comment' => false, 'shortcode' => false, 'cities' => false ) banner_types => array( 'chung_chi' => 'Chứng chỉ' ) search_type => 'product' options => array( 'default' => array( 'pagination_product_limit' => (int) 12, 'pagination_news_limit' => (int) 9 ), 'search' => array( 'search_product_pagination_limit' => (int) 12, 'search_news_pagination_limit' => (int) 9 ) ) category_fields => array( 'navbar' => false, 'sidebar' => true, 'home_menu' => true, 'dropdown' => true, 'footer_1' => true, 'footer_2' => true, 'footer_3' => true, 'footer_4' => true, 'filter_price' => false, 'image2' => false, 'images' => false ) product_fields => array( 'newest' => false, 'featured' => true, 'hot' => false, 'best_sales' => false, 'image2' => false, 'code' => false, 'color' => false, 'price_off' => false, 'sell_off' => false, 'buys' => false, 'gender' => false, 'baohanh' => false, 'khuyenmai' => false, 'multi_fields' => false, 'multi_images' => false, 'status' => false, 'flashsale_id' => false ) news_fields => array( 'featured' => false, 'image' => true, 'image2' => false, 'images' => true ) news_templates => array( 'news_category' => 'Danh mục tin tức' ) colors => array( 'default' => array( '--black' => array( [maximum depth reached] ), '--white' => array( [maximum depth reached] ), '--theme' => array( [maximum depth reached] ), '--border' => array( [maximum depth reached] ), '--text' => array( [maximum depth reached] ), '--text2' => array( [maximum depth reached] ), '--text3' => array( [maximum depth reached] ), '--text4' => array( [maximum depth reached] ), '--bg1' => array( [maximum depth reached] ), '--bg2' => array( [maximum depth reached] ), '--bg3' => array( [maximum depth reached] ), '--bg4' => array( [maximum depth reached] ), '--bg5' => array( [maximum depth reached] ), '--bg6' => array( [maximum depth reached] ) ) ) action_array => array( 'news' => 'detail', 'category' => 'list', 'product' => 'detail', 'page' => 'detail', 'agency' => 'detail', 'contact' => 'index', 'cart' => 'list' ) cBuff => array( (int) 0 => 'news', (int) 1 => 'category', (int) 2 => 'product', (int) 3 => 'page', (int) 4 => 'agency', (int) 5 => 'contact', (int) 6 => 'cart' ) dongho_type => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ) dongho_day => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) name => 'Node' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'can-ho-mau.html' base => '' webroot => '/' here => '/can-ho-mau.html' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Node' layoutPath => null viewVars => array( 'is_' => (int) 1, 'is_archive' => (int) 1, 'user' => array(), 'daxem' => array(), 'cart_num' => (int) 0, 'logo' => 'https://automation.org.vn/theme/default/img/logo.png', 'banners' => array( 'slide_qc_sukien2' => array( [maximum depth reached] ), 'slide_pc_home' => array( [maximum depth reached] ), 'slide_qc_sukien1' => array( [maximum depth reached] ) ), 'categories_footer_4' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_3' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_2' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ), 'categories_footer_1' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'categories_dropdown' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_home_menu' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'categories_sidebar' => array(), 'categories' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'settings' => array( 'title' => 'Hội Tự động hóa Việt Nam - VAA', 'description' => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động', 'keyword' => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT', 'theme_setting' => '{"s1":{"background":"","background_2":"","text":"","link":"","hover":""},"s2":{"background":"","background_2":"","text":"","link":"","hover":""},"s3":{"background":"","background_2":"","text":"","link":"","hover":""},"s4":{"background":"","background_2":"","text":"","link":"","hover":""},"s5":{"background":"","background_2":"","text":"","link":"","hover":""},"s6":{"background":"","background_2":"","text":"","link":"","hover":""},"s7":{"background":"","background_2":"","text":"","link":"","hover":""},"s8":{"background":"","background_2":"","text":"","link":"","hover":""},"s9":{"background":"","background_2":"","text":"","link":"","hover":""},"s10":{"background":"","background_2":"","text":"","link":"","hover":""},"s11":{"background":"","background_2":"","text":"","link":"","hover":""},"s12":{"background":"","background_2":"","text":"","link":"","hover":""},"s13":{"background":"","background_2":"","text":"","link":"","hover":""}}', 'facebook' => 'https://www.facebook.com/TDHVietnam', 'links' => '', 'headerscript' => '', 'google_plus' => 'https://www.facebook.com/duocmyphamchinhhangcongty', 'youtube' => 'https://www.youtube.com/', 'twitter' => 'https://twitter.com/home?lang=vi', 'pinterest' => 'https://www.facebook.com/thucucspa.hn', 'linkedin' => 'https://www.facebook.com/100001836910714', 'tumblr' => 'https://www.facebook.com/thucucspa.hn', 'instagram' => 'https://www.instagram.com/', 'email' => '', 'skype' => 'dataonline2000', 'yahoo' => 'dataonline2000', 'google_map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.2541698437426!2d105.85155691032277!3d21.022513687913207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abc7e63a8577%3A0x698f0372797d0bb6!2zSOG7mWkgVOG7sSDEkOG7mW5nIEjDs2EgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1754974677230!5m2!1svi!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => '', 'smtp_port' => '', 'smtp_pass' => '', 'analytics' => '', 'facebook_thumb' => '/app/webroot/uploads/files/vindm/Screen2.jpg', 'price_range' => 'Dưới 100.000 VNĐ | 0-100000 Từ 100.000 - 500.000 VNĐ | 100000-500000 Từ 500.000 - 1 triệu | 500000-1000000 Từ 1 triệu - 2 triệu VNĐ | 1000000-2000000 Từ 2 triệu - 3 triệu VNĐ | 2000000-3000000 Trên 3 triệu | 3000000-999999999', 'buildPC' => '', 'tiktok' => 'https://www.tiktok.com/vi-VN/', 'continueAdd' => 'add', 'continueEdit' => 'list', 'used_theme' => 'Default', 'zalo' => '2424695390118619892', 'site_name' => 'Hano Group', 'favicon' => '/app/webroot/uploads/files/logo/image-1619.png', 'image_share' => '/app/webroot/uploads/images/banner-share.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'google_sheet_name' => '', 'google_console_project_name' => '', 'id_google_speadsheet' => '' ), 'sufix' => '', 'lang' => 'vi', 'is_mobile' => (int) 0, 'theme_name' => 'default', 'dongho_type' => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ), 'dongho_day' => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(NodeController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( (int) 0 => 'can-ho-mau.html' ) scaffold => false methods => array( (int) 1 => 'page404', (int) 2 => 'get_lanhdao', (int) 3 => 'get_tag_from_post_node_id', (int) 4 => 'get_agency', (int) 5 => 'get_city_lst', (int) 6 => 'get_cities_html', (int) 7 => 'get_cities', (int) 8 => 'get_mien', (int) 9 => 'add_subcriber', (int) 10 => 'get_cat_customize', (int) 11 => 'getdomain', (int) 12 => 'get_hangs', (int) 13 => 'user_change_pass', (int) 14 => 'user_account', (int) 15 => 'user_banner_list', (int) 16 => 'user_banner_delete', (int) 17 => 'user_banner_add', (int) 18 => 'user_banner_edit', (int) 19 => 'user_post_add', (int) 20 => 'user_thanks', (int) 21 => 'user_dashboard', (int) 22 => 'vote', (int) 23 => 'logout', (int) 24 => 'videos', (int) 25 => 'request_content', (int) 26 => 'index', (int) 27 => 'index2', (int) 28 => 'get_dailyphanphoi', (int) 29 => 'sidebar_menu', (int) 30 => 'count_items', (int) 31 => 'img', (int) 32 => 'tags', (int) 33 => 'get_bosuutap', (int) 34 => 'gallery_detail', (int) 35 => 'gallery', (int) 36 => 'search', (int) 37 => 'search2', (int) 38 => 'search_els', (int) 39 => 'comment', (int) 40 => 'get_child_comment', (int) 41 => 'get_comment', (int) 42 => 'get_random_nodes', (int) 43 => 'get_node_parse', (int) 44 => 'get_node', (int) 45 => 'parse_html_posts', (int) 46 => 'ajax_load_posts', (int) 47 => 'get_images', (int) 48 => 'get_product_prices', (int) 49 => 'get_product_category', (int) 50 => 'get_product_category_count', (int) 51 => 'get_dynamic_rows', (int) 52 => 'get_filters', (int) 53 => 'get_nodes', (int) 54 => 'tatcasp', (int) 55 => 'get_category_of_node', (int) 56 => 'get_category', (int) 57 => 'ketnoi', (int) 58 => 'find_root_category', (int) 59 => 'get_cbanner', (int) 60 => 'get_child_category_of', (int) 61 => 'get_tree_category_start_from', (int) 62 => 'get_list_category', (int) 63 => 'get_videos', (int) 64 => 'create_image', (int) 65 => 'visa_request', (int) 66 => 'process_condition', (int) 67 => 'get_data', (int) 68 => 'send_visa', (int) 69 => 'send_feedback', (int) 70 => 'test_mautic', (int) 71 => 'code', (int) 72 => 'get_sukien', (int) 74 => 'rate', (int) 75 => 'cuahang', (int) 76 => 'getUserIP', (int) 77 => 'support', (int) 78 => 'get_sell_off_news', (int) 79 => 'get_youtube_videos', (int) 80 => 'get_comments', (int) 81 => 'get_home_products', (int) 82 => 'get_new_products', (int) 83 => 'get_featured_products', (int) 84 => 'get_10k_products', (int) 85 => 'get_featured_news', (int) 86 => 'get_latest_news', (int) 87 => 'get_most_read', (int) 88 => 'get_sizes', (int) 89 => 'get_colors', (int) 90 => 'get_lang', (int) 91 => 'banners', (int) 92 => 'categories', (int) 93 => 'settings', (int) 94 => 'alert', (int) 95 => 't', (int) 96 => 'word_limiter', (int) 97 => 'removeXss', (int) 98 => 'remove_hostname', (int) 99 => 'is_valid_json' ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'DYhG93b0qyJfIxfs2gtVoUubWovniR2G0FgyC9mi' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Ccontent => object(CcontentComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmodal => object(CmodalComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmeta => object(CmetaComponent) { cmeta => array( [maximum depth reached] ) cmeta_robots => 'index, follow' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Capp => object(CappComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Clayout => object(ClayoutComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] root_folder => '/home/thwebi/domains/automation.org.vn/public_html/app/View/Themed/Default/' } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null params => array( [maximum depth reached] ) settings => array( [maximum depth reached] ) components => array([maximum depth reached]) [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Upload => object(UploadComponent) { w => (int) 0 h => (int) 0 new => array([maximum depth reached]) name => null delete => null copy => null max_char => (int) 80 watermark => (int) 0 max_img => (int) 1000 text => '' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } CElastic => object(CElasticComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Lang => object(AppModel) { useDbConfig => 'default' useTable => 'langs' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'langs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Lang' alias => 'Lang' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Setting => object(AppModel) { useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } title_for_layout => 'Hội Tự động hóa Việt Nam - VAA' keyword_for_layout => 'VAA cung cấp giải pháp tự động hóa công nghiệp toàn diện: thiết kế hệ thống điều khiển, PLC, SCADA, IoT' description_for_layout => 'VAA - Hội Tự động hoá Việt Nam là tổ chức xã hội – nghề nghiệp của công dân và tổ chức Việt Nam (trí thức, tổ chức khoa học công nghệ và doanh nghiệp) hoạt động' Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'categories' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Category' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Banner => object(AppModel) { useDbConfig => 'default' useTable => 'banners' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'banners' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Banner' alias => 'Banner' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } banners => array( 'slide_qc_sukien2' => array( (int) 0 => array( [maximum depth reached] ) ), 'slide_pc_home' => array( (int) 2 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ) ), 'slide_qc_sukien1' => array( (int) 8 => array( [maximum depth reached] ) ) ) Node => object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'thwebi_autovaa' table => 'nodes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Default' alias => 'Node' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Category => object(Category) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => 'default', 'controller' => 'node', 'action' => 'index', 'named' => array(), 'pass' => array( (int) 0 => 'can-ho-mau.html' ), 'slug' => 'can-ho-mau.html', 'isAjax' => false, 'models' => array( 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'can-ho-mau.html' base => '' webroot => '/' here => '/can-ho-mau.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } - APP/webroot/index.php line 217 → Dispatcher->dispatch(CakeRequest, CakeResponse)
new CakeRequest(),new CakeResponse()object(CakeRequest) { params => array( 'plugin' => 'default', 'controller' => 'node', 'action' => 'index', 'named' => array(), 'pass' => array( (int) 0 => 'can-ho-mau.html' ), 'slug' => 'can-ho-mau.html', 'isAjax' => false, 'models' => array( 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'can-ho-mau.html' base => '' webroot => '/' here => '/can-ho-mau.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }
