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 `phenikaa_db2024`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id' at line 1
SQL Query: SELECT `Node`.*, .* FROM `phenikaa_db2024`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `phenikaa_db2024`.`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 `phenikaa_db2024`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `phenikaa_db2024`.`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 `phenikaa_db2024`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `phenikaa_db2024`.`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 `phenikaa_db2024`.`nodes` AS `Node` INNER JOIN ON (`Node`.`id`=.node_id) INNER JOIN `phenikaa_db2024`.`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 => 'phenikaa_db2024' 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 => 'phenikaa_db2024' 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) 255, '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 ), '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 => 'phenikaa_db2024' 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 => 'phenikaa_db2024' 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) 255, '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 ), '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 322 → 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 75 → CcontentComponent->getArchive(string, integer)
return $data;}return $this->getArchive($node_id, $limit);}'171' (int) 10
- APP/Plugin/Default/Controller/NodeController.php line 689 → CcontentComponent->getContent(string, string)
// if (!is_array($this->nodeData) || count($this->nodeData) <= 0) return $this->redirect(DOMAIN . '404.html');if (!is_array($this->nodeData) || count($this->nodeData) <= 0) return $this->redirect(DOMAIN . '404.html');$this->data = $this->Ccontent->getContent($this->nodeData['Node']['type'], $this->nodeData['Node']['id']);'category' '171'
- [internal function] → NodeController->index(string, string)
'lua-chon-nganh-hoc' '.html'
- 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' => '<p style="text-align:center"><img alt="" src="/theme/luna/uploads/files/Top-Header(1).png" style="height:27px; width:242px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_header' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/logo.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_footer' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/logo-2.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'most_read' => array( 'vi' => '<p>Bài viết nổi bật</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_products' => array( 'vi' => 'CÓ THỂ BẠN QUAN TÂM', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_news' => array( 'vi' => '<p>Bài viết mới</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home' => array( 'vi' => '', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_empty' => array( 'vi' => '<p>Không có sản phẩm trong giỏ hàng!</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_success' => array( 'vi' => '<p>Đơn hàng đã được gửi tới Ban Quản trị, chúng tôi sẽ liên hệ với bạn trong thời gian sớm nhất!</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_name' => array( 'vi' => 'Công ty cổ phần BĐS WEBI CENTRAL', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_phone' => array( 'vi' => '0981.324.886', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_email' => array( 'vi' => 'uwe@phenikaa-uni.edu.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_address' => array( 'vi' => '<p>Phòng Tuyển sinh & Truyền thông<br /> Tầng 1, Nhà A10, Trường Đại học Phenikaa<br /> Nguyễn Trác, Yên Nghĩa, Hà Đông, Hà Nội</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_hotline' => array( 'vi' => 'www.uwebristol.edu.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'copyright' => array( 'vi' => '<p>© 2014-2023 <a href="#">Webi Central., Ltd</a><span style="color:#0000FF;">.</span> All rights reserved.</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer' => array( 'vi' => '', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_1' => array( 'vi' => 'GIỚI THIỆU CHỦ ĐẦU TƯ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_2' => array( 'vi' => 'Thành lập ngày 15/9/2003, sau 13 năm hoạt động, Lạc Hồng đã có trên 500 cán bộ kỹ sư, cử nhân chuyên ngành và hơn ba ngàn công nhân có tay nghề cao. Công ty hoạt động trên các lĩnh vực thi công xây dựng dân dụng và công nghiệp, giao thông, thủy lợi, viễn thông và tư vấn thiết kế. Trong lĩnh vực đầu tư, với tiềm lực tài chính vững mạnh và đội ngũ lãnh đạo năng động, tâm huyết, Lạc Hồng đã tập trung phát triển nhiều dự án bất động sản và du lịch độc đáo, có chất lượng cao.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_3' => array( 'vi' => 'CHÍNH SÁCH BÁN HÀNG', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_4' => array( 'vi' => 'CHÍNH SÁCH ƯU ĐÃI TÀI CHÍNH', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_5' => array( 'vi' => '<ul> <li>Cam kết bàn giao Căn hộ đúng thời hạn (Quý I/2019)</li> <li>Bàn giao căn hộ Full nội thất 5 sao</li> <li>Hỗ trợ thủ tục vay ngân hàng</li> <li>Bàn giao sổ hồng vĩnh viễn trong vòng 1 năm</li> <li>Ngân hàng SHB bảo lãnh tiến độ và cho vay mua căn hộ</li> <li>Mua để ở, tự khai thác kinh doanh, ủy thác cho thuê…</li> <li>Nhập hộ khẩu, sử dụng mọi tiện ích dự án.</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_6' => array( 'vi' => 'Xem thêm chính sách bán hàng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_7' => array( 'vi' => '<ul> <li>Cam kết bàn giao Căn hộ đúng thời hạn (Quý I/2019)</li> <li>Bàn giao căn hộ Full nội thất 5 sao</li> <li>Hỗ trợ thủ tục vay ngân hàng</li> <li>Bàn giao sổ hồng vĩnh viễn trong vòng 1 năm</li> <li>Ngân hàng SHB bảo lãnh tiến độ và cho vay mua căn hộ</li> <li>Mua để ở, tự khai thác kinh doanh, ủy thác cho thuê…</li> <li>Nhập hộ khẩu, sử dụng mọi tiện ích dự án.</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_8' => array( 'vi' => 'Xem thêm chính sách bán hàng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_9' => array( 'vi' => 'QUY MÔ DỰ ÁN', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_10' => array( 'vi' => '<ul> <li>Tên dự án: Hạ Long Bay View</li> <li>Chủ đầu tư: Công ty cổ phần đầu tư Lạc Hồng</li> <li>Vị trí: Phường Trần Hưng Đạo, Thành phố Hạ Long, Quảng Ninh</li> <li>Ðơn vị tư vấn thiết kế: Tổng công ty Tư vấn XD Việt Nam</li> <li>Ðơn vị thi công: Công ty Cổ phần Ðầu tư Lạc Hồng</li> <li>Tư vấn giám sát: Công ty CP Tư vấn và Kiểm định XD Hạ Long</li> <li>Tổng diện tích khu đất: 3.392,2 m2 Diện tích xây dựng: 2.527 m2</li> <li>Tổng diện tích tầng hầm: 3.127m2</li> <li>Tổng số căn hộ: 568 căn</li> <li>Bàn giao : quý I/2019</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_1' => array( 'vi' => 'Lựa chọn từ hơn 500+ mẫu website có thể tùy chỉnh, được thiết kế để đáp ứng các nhu cầu kinh doanh, phù hợp với mọi cá nhân và doanh nghiêp.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_2' => array( 'vi' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_3' => array( 'vi' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_4' => array( 'vi' => 'Tạo website đơn giản với các bước sau:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_5' => array( 'vi' => '<p>Một số vướng mắc phổ biến được liệt kê và trả lời tại đây, nếu câu hỏi của bạn không được đề cập, hãy liên hệ với chúng tôi!</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_6' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_7' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_8' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_9' => array( 'vi' => 'theme/default/uploads/files/Spyads/cong-nghe-thong-tin.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_10' => array( 'vi' => 'theme/default/uploads/files/Spyads/xay-dung-ke-hoach-digital-marketing-hau-covid19-cho-smes-1024x715.jpeg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_1' => array( 'vi' => 'Công ty', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_2' => array( 'vi' => 'Cộng đồng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_3' => array( 'vi' => 'Thông tin liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_4' => array( 'vi' => 'Kết nối với chúng tôi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_5' => array( 'vi' => 'Đăng ký nhận tin từ Luna', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_6' => array( 'vi' => 'Chúng tôi chấp nhận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_7' => array( 'vi' => 'Xin báo giá', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_8' => array( 'vi' => null, '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' => '<p>Wix.com là một nền tảng phát triển dựa trên đám mây hàng đầu với hàng triệu người dùng trên toàn thế giới. Chúng tôi giúp mọi người dễ dàng tạo sự hiện diện trên web một cách chuyên nghiệp, đẹp mắt.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_2' => array( 'vi' => '<p><span style="font-family:roboto,arial,helvetica,sans-serif"><strong>VP HN:</strong> Số 37/27 Đại Cổ Việt - Q.Hai Bà Trưng - Hà Nội</span><br /> <strong><span style="font-family:roboto,arial,helvetica,sans-serif">Hotline</span><span style="font-family:roboto,arial,helvetica,sans-serif">:</span></strong> 0398989333<br /> <strong><span style="font-family:roboto,arial,helvetica,sans-serif">Email</span></strong><span style="font-family:roboto,arial,helvetica,sans-serif"><strong>: </strong>kd.webi.vn@gmail.com</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_3' => array( 'vi' => '© 2020-2022 Webpx.com', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_4' => array( 'vi' => 'theme/default/uploads/images/Wix/tiktok.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_5' => array( 'vi' => 'https://www.facebook.com/T201lunashoesvietnam', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_6' => array( 'vi' => 'app/webroot/uploads/images/tu/webdemo/logo-you.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_7' => array( 'vi' => 'youtube.com/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_8' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_9' => array( 'vi' => 'app/webroot/uploads/images/tu/webdemo/DMCA_logo-grn-btn150w.png', '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' => 'Liên hệ ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1_link' => array( 'vi' => 'https://docs.google.com/spreadsheets/d/1OtCvup066noCNgLMhDDuLlLVKKOjHLaWxuEusdKThWo/edit#gid=985098552', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2' => array( 'vi' => '<p>Về UWE BRISTOL -<br /> PHENIKAA CAMPUS</p> ', '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' => '<p>Chương trình<br /> đào tạo</p> ', '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' => '<p>Hình thức<br /> xét tuyển</p> ', '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' => '<p>Học bổng<br /> Anh Quốc</p> ', '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' => '<p>Báo chí nói<br /> về chúng tôi</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7' => array( 'vi' => 'Xét tuyển sớm & nhận ưu tiên học bổng', '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' => '<p>Giới thiệu</p> ', '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' => 'theme/default/uploads/images/Wix/img-mobile.png', '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' => 'theme/default/uploads/images/Wix/img-desktop.png', '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' => '<h2>Tuyển sinh ĐH Quốc tế Anh Quốc</h2> <h3>UWE BRISTOL - PHENIKAA CAMPUS</h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2' => array( 'vi' => 'Đăng ký nhận học bổng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg1-min-min.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4' => array( 'vi' => '<h2>Chào mừng bạn đến<br /> <span style="color:#e30613;">UWE BRISTOL</span> - <span style="color:#252c6d;">PHENIKAA CAMPUS</span></h2> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5' => array( 'vi' => '<h3>TOP 4</h3> <p>Đại học tốt nhất khu vực Tây Nam Anh Quốc</p> <p>(The Times, 2023)</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6' => array( 'vi' => '<h3><span style="color:#074C54;">TOP 24/121</span></h3> <p><span style="color:#074C54;">Đại học tốt nhất tại Vương Quốc Anh</span></p> <p><span style="color:#074C54;">(The Guardian, 2023)</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7' => array( 'vi' => '<h3>TOP 401-500</h3> <p>Đại học tốt nhất thế giới</p> <p>(Times Higher Education, 2023)</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8' => array( 'vi' => '<h2><span style="color:#ffd41c;">Về chương trình</span><br /> UWE BRISTOL - PHENIKAA CAMPUS</h2> ', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg2-2.png', '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' => '<p>Chương trình học của UWE Bristol được thiết kế để đón đầu những xu hướng của thị trường lao động toàn cầu, thúc đẩy tinh thần sáng tạo, chủ động với phương pháp giáo dục hiện đại và những trải nghiệm thực tập, thực hành khác biệt.</p> ', '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' => '<p>UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12' => array( 'vi' => '<h2><span style="color:#e30613;">Lý do lựa chọn</span><br /> UWE BRISTOL - PHENIKAA CAMPUS</h2> ', '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' => '<p><span style="color:#FFD41C;">100%</span></p> <div>Chương trình nguyên bản<br /> của Đại học UWE Bristol</div> ', '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' => '<div><span style="color:#252c6d;">Tham gia</span><br /> <strong><span style="color:#e30613;">2 KỲ THỰC TẬP</span></strong><br /> <span style="color:#252c6d;">tại doanh nghiệp</span></div> ', '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' => '<h2><span style="color:#FFD41C;">CƠ SỞ VẬT CHẤT HIỆN ĐẠI</span></h2> <div>Khuôn viên 140.000m² với<br /> hệ thống phòng học<br /> đa phương tiện</div> ', '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' => '<div><span style="color:#252c6d;">Học tập</span><br /> <strong><span style="color:#e30613;">2 NGOẠI NGỮ ANH - HÀN</span></strong><br /> <span style="color:#252c6d;">giúp sinh viên tự tin<br /> trở thành công dân toàn cầu</span></div> ', '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' => '<p>Quỹ học bổng<br /> <span style="color:#FFD41C;"><strong>“Trải nghiệm Vương Quốc Anh”</strong></span><br /> trị giá <span style="color:#FFD41C;"><strong>46.5 tỷ VNĐ</strong></span></p> ', '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' => 'Nhận bằng Anh Quốc có giá trị công nhận toàn cầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20' => array( 'vi' => '<h2>Chương trình đào tạo<br /> Nhóm ngành Kinh tế</h2> ', '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' => '<p>Quản trị Kinh doanh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22' => array( 'vi' => '<p>Quản trị Sự kiện</p> ', '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' => '<p>Kinh doanh và Marketing</p> ', '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' => '<p>Kế toán và Tài chính</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24_link' => array( 'vi' => 'https://bds8.webi.com.vn/gioi-thieu.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25_link' => array( 'vi' => 'https://bds8.webi.com.vn/gioi-thieu.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26' => array( 'vi' => 'Nhóm ngành Kỹ thuật - Công nghệ', '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' => '<p>Công nghệ Thông tin</p> ', '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' => '<p>Khoa học máy tính<br /> Trí tuệ nhân tạo</p> ', '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' => '<p>Khoa học máy tính<br /> Phát triển thiết bị thông minh</p> ', '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' => '<p>Phát triển thiết bị thông minh</p> ', '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' => null, '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' => null, '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' => null, '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' => null, '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' => null, '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' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7' => array( 'vi' => null, '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' => null, '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' => null, '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' => null, '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' => 'Lựa chọn mẫu web mà bạn yêu thích', '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' => 'Browse Categories', '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' => 'Tư vấn miễn phí', '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' => 'Để lại thông tin, chúng tôi sẽ GỌI LẠI tư vấn MIỄN PHÍ cho bạn!', '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' => 'Đăng ký tư vấn', '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' => ' All Website Templates', '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' => 'Xắp sếp: ', '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' => 'Chi tiết sản phẩm', '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' => 'Demo sản phẩm', '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' => 'Sản phẩm', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks-icon1.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks-icon.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks.png', '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' => 'Cảm ơn đã đăng ký', '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' => 'Click để tìm hiểu thêm về chương trình', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5_link' => array( 'vi' => 'https://ts2024phenika.webpx.io.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6' => array( 'vi' => 'Contact Mail', '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' => '<b>Hotline</b>: 093 613 89 83', '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' => 'theme/default/uploads/images/Wix/icon/map-location.png', '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' => 'Contact Location', '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' => 'Số 27, Đại Cồ Việt,</br> Hai Bà Trưng, Hà Nội', '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' => 'theme/default/uploads/images/Wix/icon/clock.png', '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' => 'Office Time', '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' => 'Thứ 2-7: 8.00 - 18.00', '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' => 'Get In Touch', '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' => 'Họ và tên', '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' => 'Email', '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' => 'Số điện thoại', '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' => 'Nội dung', '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' => 'Send Messager', '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' => 'Liên hệ', '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' => 'Tóm tắt đơn hàng', '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' => 'Địa chỉ giao hàng', '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' => 'Mật khẩu', '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' => 'Email', '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' => 'Fullname', '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' => 'theme/default/uploads/images/Wix/icon/regis.png', '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' => 'Đăng ký tài khoản', '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' => 'theme/default/uploads/images/Wix/icon/15700936.jpg', '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' => 'theme/default/uploads/images/Wix/icon/login_img.png', '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' => 'Đăng ký', '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' => 'Mật khẩu', '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' => 'Email', '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' => 'theme/default/uploads/images/Wix/icon/login.png', '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' => 'Đăng Nhập', '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' => '0981324886', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1' => array( 'vi' => 'Liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-phone.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-mail.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-internet.png', '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' => 'www.uwebristol.edu.vn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5_link' => array( 'vi' => 'https://ts2024phenika.webpx.io.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6' => array( 'vi' => 'https://maps.app.goo.gl/e6QzuFVUgFemXbCj8', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6_link' => array( 'vi' => '09090909', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7' => array( 'vi' => 'Phòng Tuyển sinh và Truyền thông, Tầng 1, Tòa A10, Trường Đại học Phenikaa, Nguyễn Văn Trác, Yên Nghĩa, Hà Đông, TP Hà Nội', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7_link' => array( 'vi' => 'https://maps.app.goo.gl/QiEHdVnHJCHpBC2o9', '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' => 'Hướng dẫn chọn size', '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' => '<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td style="text-align: center;">Size</td> <td style="text-align: center;">Centimet</td> </tr> <tr> <td style="text-align: center;">35</td> <td style="text-align: center;">21,5</td> </tr> <tr> <td style="text-align: center;">36</td> <td style="text-align: center;">22</td> </tr> <tr> <td style="text-align: center;">37</td> <td style="text-align: center;">23</td> </tr> <tr> <td style="text-align: center;">38</td> <td style="text-align: center;">24</td> </tr> <tr> <td style="text-align: center;">39</td> <td style="text-align: center;">25</td> </tr> <tr> <td style="text-align: center;">40</td> <td style="text-align:center">25,5</td> </tr> </tbody> </table> <p> </p> ', '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' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG I: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75;</p> <p>- ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_2' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG II: XÉT TUYỂN THẲNG</h3> <p dir="ltr">Đối tượng II: Thí sinh có Chứng chỉ tiếng Anh quốc tế IELTS 5.5 hoặc TOEFL iBT từ 71 đến 79 còn hiệu lực hoặc điểm trung bình học bạ THPT 4 học kỳ môn tiếng Anh cao nhất từ 7.5/10</p> <p dir="ltr">Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p dir="ltr">Nhóm 1: Kết hợp với kết quả học bạ THPT:</p> <p dir="ltr">Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p dir="ltr">Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p dir="ltr">- SAT1 ≥ 1100;</p> <p dir="ltr">- A-Level ≥ 88 UCAS Points;</p> <p dir="ltr">- ATAR ≥ 75;</p> <p dir="ltr">- ACT ≥ 22;</p> <p dir="ltr">- IB ≥ 24</p> <p dir="ltr">Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_3' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG III: XÉT TUYỂN KẾT HỢP PHỎNG VẤN VỚI ĐIỂM HỌC BẠ HOẶC ĐIỂM THI THPT</h3> <p>Điểm xét tuyển của thí sinh thuộc đối tượng III được tính theo công thức sau:</p> <p>ĐXT = 0.3 x [TBHB hoặc TBTN] + 0.3 x [TA] + 0.4 x [Phỏng vấn]</p> <p>Trong đó:</p> <p>ĐXT: Điểm xét tuyển;</p> <p>TBHB: Điểm trung bình 4 học kỳ cao nhất theo học bạ THPT;</p> <p>TBTN: Điểm trung bình tổ hợp 3 môn thi tốt nghiệp THPT cao nhất năm 2024;</p> <p>TA: Điểm trung bình 4 học kỳ môn tiếng Anh cao nhất theo học bạ THPT.</p> <p>Điểm trúng tuyển sẽ do Hội đồng tuyển sinh quyết định theo nguyên tắc lấy từ cao xuống.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_4' => array( 'vi' => '<h2>LỘ TRÌNH GLOBAL COOP<br /> </h2> <p>Lộ trình Global COOP dành cho những thí sinh trúng tuyển và có chứng chỉ tiếng Anh quốc tế tương đương IELTS 6.0 hoặc tham gia bài thi tiếng Anh UWE đạt mức điểm 6.0 sẽ có đủ điều kiện tham gia học lộ trình Global COOP.</p> <p>LỢI THẾ:</p> <p>- 03 tháng thực tập: Thực tập ngay năm nhất giúp sinh viên có cái nhìn tổng quan về doanh nghiệp, hệ thống kiến thức cần chú trọng và thay đổi tâm thế học tập. Đây là phương pháp tiếp cận mới giúp sinh viên phát triển sự nghiệp gắn liền với thực tiễn, phù hợp với xu hướng hiện đại.</p> <p>- Cải thiện kỹ năng mềm: Sinh viên sẽ được trau dồi tư duy phản biện và tư duy giải quyết vấn đề thực tiễn. Quan trọng hơn, các bạn được tiếp xúc với tư duy thiết kế tổng thể (design thinking) – tư duy giúp sáng tạo, đổi mới để tìm ra giải pháp tối ưu hơn trong mọi tình huống. Bộ kỹ năng trên sẽ giúp bạn tự tin xử lý công việc trong mọi môi trường làm việc.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_5' => array( 'vi' => '<h2>LỘ TRÌNH FOUNDATION</h2> <p>Lộ trình Foundation hướng tới mục tiêu trang bị khả năng ngôn ngữ tiếng Anh, tư duy phản biện và tư duy giải quyết vấn đề thực tiễn để giúp sinh viên tự tin trong 03 năm học chuyên ngành. </p> <p>Những thí sinh trúng tuyển chưa có chứng chỉ Tiếng Anh quốc tế tương đương IELTS 6.0 và chưa đạt UWE Test ở mức điểm 6.0 sẽ theo học lộ trình Foundation. </p> <p>LỢI THẾ:</p> <p>- Đào tạo tiếng Anh bài bản: Được đào tạo 04 cấp độ tiếng Anh nguyên bản của trường Đại học UWE Bristol và được tham gia bài kiểm tra UWE Test miễn phí.</p> <p>- UWE Test: Được cơ quan thị thực UKVI công nhận khi học chuyển tiếp sang trường UWE Bristol, Vương Quốc Anh.</p> <p>- Cải thiện kỹ năng mềm: Được trang bị và phát triển kỹ năng Tư duy phản biện (Critical Thinking) và kỹ năng giải quyết vấn đề thực tiễn (Problem Solving).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_6' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_7' => array( 'vi' => '<h2>TRẢI NGHIỆM VƯƠNG QUỐC ANH</h2> <h3> </h3> <p>Sinh vênđược tham gia khóa học trải nghiệm Vương Quốc Anh với học bổng trị giá 1.500 Bảng Anh/suất (46.5 triệu VNĐ)</p> <p>Khóa học kéo dài 02 tuần, được tổ chức vào năm hai sẽ mở cho sinh viên cơ hội học tập và giao lưu văn hóa tại UWE Bristol - Frenchay Campus.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_8' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_9' => array( 'vi' => '<h2>KỲ THỰC TẬP</h2> <p>Sinh viên sẽ được trải nghiệm kỳ thực tập 03 tháng, giúp áp dụng kiến thức chuyên ngành đã học vào thực tế và giải quyết những vấn đề của doanh nghiệp. Đây là kỳ thực tập được thiết kế nhằm tối ưu hoá trải nghiệm làm việc của sinh viên. Kết thúc thực tập, sinh viên sẽ được nhận đánh giá trực tiếp từ quản lý của mình và làm giàu hồ sơ xin việc.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_10' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_11' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_12' => array( 'vi' => '<h2><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">CHANCELLOR’S </span></span><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">SCHOLARSHIP</span></span></h2> <p>Giá trị học bổng: 75% học phí 3 năm học chuyên ngành tại Việt Nam ~255.000.000 VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_13' => array( 'vi' => '<h2><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">DEAN’S SCHOLARSHIP</span></span></h2> <p>Giá trị học bổng: 50% học phí 3 năm học chuyên ngành tại Việt Nam ~170.000.000VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_14' => array( 'vi' => '<h2 dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;">HỌC BỔNG TRANSFORMING SCHOLARSHIP</h2> <p>Giá trị học bổng: 15% học phí 3 năm học chuyên ngành tại Việt Nam ~51.000.000VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_15' => array( 'vi' => '<h2 dir="ltr">HỌC BỔNG EARLY BIRD</h2> <p dir="ltr">Dành cho những thí sinh đã trúng tuyển và hoàn thành thủ tục nhập học theo quy định của chương trình tùy thuộc vào thời điểm nộp hồ sơ dự tuyển.</p> <p dir="ltr">Giá trị học bổng Early Bird là: 10.000.000 VNĐ (Mười triệu đồng).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_16' => array( 'vi' => '<h2>HỌC BỔNG FUTURE SCHOLARSHIP<br /> </h2> <p>Thí sinh đủ điểm trúng tuyển hoặc đang học tại những trường đại học Top đầu như Đại học Bách Khoa, Đại học Khoa học Tự nhiên; Đại học Ngoại thương, Đại học Kinh tế Quốc dân, etc lựa chọn theo học các chương trình của UWE Bristol – Phenikaa Campus sẽ được nhận học bổng trị giá 10.000.000 VNĐ (Mười triệu đồng).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_17' => array( 'vi' => '<h2>HỌC BỔNG TRẢI NGHIỆM VƯƠNG QUỐC ANH<br /> </h2> <p>1000 suất học bổng trải nghiệm UK với tổng giá trị 46,5 tỷ đồng!</p> <p>Trải nghiệm quốc tế có tác động tích cực đến việc thay đổi tầm nhìn và tâm thế hội nhập của sinh viên. Do vậy, Tập đoàn Phenikaa cam kết khoản tài chính 1.5 triệu bảng Anh (tương đương 46,5 tỷ VNĐ) để cấp 1,000 suất học bổng “Trải nghiệm Vương Quốc Anh – Experiencing UK” (tương đương 46,5 triệu VNĐ/suất) nhằm trang trải chi phí của khóa học hè gồm: tổ chức khóa học, ăn ở trong khuôn khổ khoá học, di chuyển giữa các điểm được thiết kế trong khoá học do Đại học UWE Bristol (Vương Quốc Anh) tổ chức. </p> <p>UWE Bristol – Phenikaa Campus chỉ cấp học bổng này cho những sinh viên tham gia khóa học hè tại UWE Bristol – Frenchay Campus.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_18' => array( 'vi' => 'Họ và tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_19' => array( 'vi' => 'Email', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_20' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_21' => array( 'vi' => 'Để lại lời nhắn cho chúng tôi (Nếu có)', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_22' => array( 'vi' => 'Đăng ký ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_25' => array( 'vi' => '<h2>LIÊN HỆ</h2> <h3>Văn Phòng UWE Bristol - Phenikaa Campus</h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_26' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/location-20220524115506.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_27' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_28' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/mail-20220524115507.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_29' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_30' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_31' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_32' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_33' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_34' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_35' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_36' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_37' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_38' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_39' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_40' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_41' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_42' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_43' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_44' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_45' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_46' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_47' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_48' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_49' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_50' => array( 'vi' => null, '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' => 'theme/default/uploads/images/Wix/canhbao.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/03/06/404-7.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_100' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/acc-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_thanks' => array( 'vi' => 'Thông tin liên hệ đã được gửi tới ban Quản trị. Chúng tôi sẽ liên hệ ngay khi có thể!', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav1' => array( 'vi' => '<p><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/trai.jpeg" style="height:52px; width:421px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav2' => array( 'vi' => '<p><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/giua.jpeg" style="height:52px; width:421px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav3' => array( 'vi' => '<p><a href="http://demo.lunashoes.com.vn/chinh-sach-giao-hang.html"><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/phai.jpeg" style="height:52px; width:421px" /></a></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_banner1' => array( 'vi' => 'theme/default/uploads/images/Wix/banner/1920x1280-08.jpg', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-tab-listc' => array( 'vi' => 'Mua theo thể loại', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv' => array( 'vi' => 'Hàng mới về', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv-des' => array( 'vi' => 'Các sản phẩm bắt nhịp quốc tế, hàng thời thượng không nên bỏ lỡ.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-flash-sale' => array( 'vi' => 'Flash Sale', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'flashsale_timer' => array( 'vi' => '2022/08/30 06:22', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'modal-coupon-title' => array( 'vi' => 'Đăng nhập để thu thập mã', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'thuthaptatca' => array( 'vi' => 'Thu thập mã', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'magiamgia-title' => array( 'vi' => 'Mã giảm giá dành riêng cho bạn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'user_tab_action' => array( 'vi' => 'Tài khoản', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-hb' => array( 'vi' => 'theme/luna/uploads/files/anh-hien-thi-ben-ngoai/bottom.jpg', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot_link' => array( 'vi' => 'http://demo.lunashoes.com.vn/gioi-thieu.html', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot' => array( 'vi' => 'Tìm hiểu thêm', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-title' => array( 'vi' => 'Trải nghiệm mua sắm hài lòng với #Luna Shoes', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-des' => array( 'vi' => '<ul> <li>Giá cả hợp lý</li> <li>Giày da bò thật</li> <li>Bảo hành 24 tháng</li> <li>Tự hào sản xuất tại Việt Nam</li> </ul> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_actived' => array( 'vi' => 'Mật khẩu của bạn đã được thay đổi thành công. Vui lòng tiếp tục đăng nhập để sử dụng đầy đủ chức năng.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_not_exits' => array( 'vi' => 'Email không tồn tại..', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_done' => array( 'vi' => 'Hệ thống đã gửi email tới email đã đăng ký. Vui lòng kiểm tra email và làm theo hướng dẫn.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_11' => array( 'vi' => '<p><span style="font-family:madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif"><strong>Drive traffic to your site</strong>. </span>Use advanced SEO tools and integrated marketing solutions.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_12' => array( 'vi' => '<p>Với 85% người tiêu dùng tìm kiếm trực tuyến trước khi mua hàng, việc có một trang web rất quan trọng hơn đối với doanh nghiệp của bạn.</p> <p>Tạo một trang web chuyên nghiệp và miễn phí với hơn 500 mẫu có thể tùy chỉnh, bắt mắt, lưu trữ web bảo mật miễn phí, công cụ SEO mạnh mẽ và dịch vụ chăm sóc khách hàng 24/7, Webi không chỉ cung cấp trang web mà còn là một giải pháp kinh doanh trực tuyến hoàn chỉnh.</p> <p>Bán hàng Online chưa bao giờ dễ dàng đến thế với các tính năng thương mại điện tử tích hợp trọn gói trên trang web của bạn. Sử dụng các công cụ tiếp thị và quản lý khách hàng tích hợp để giúp thúc đẩy doanh số bán hàng và chuyển đổi.</p> <p>Hơn 10.000 người đã chọn sử dụng dịch vụ của Webi và đang rất thành công. Và bạn cũng có thể làm được.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_13' => array( 'vi' => 'Lựa chọn từ hơn 500+ mẫu thiết kế do chính các nhà thiết kế chuyên nghiệp tạo ra. Bạn có thể lựa chọn và sở hữu những mẫu Website hàng đầu, chuyên nghiệp phù hợp với yêu cầu của bạn chỉ với 6 bước đơn giản.', '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' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_32' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_33' => array( 'vi' => '<p>Hình thức xét tuyển</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_34' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 1</span><br /> Xét tuyển thẳng</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_35' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 2</span><br /> Xét tuyển thẳng</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_36' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 3</span><br /> Xét tuyển theo điểm</div> <div>học bạ và phỏng vấn</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_37' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/pop-up-button-202205241155211.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_38' => array( 'vi' => 'Tôi phải bắt đầu từ đâu?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_39' => array( 'vi' => '<p>Lộ trình<br /> <span style="color:#252c6d;">Global COOP</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40' => array( 'vi' => '<p>Lộ trình<br /> <span style="color:rgb(37,44,109);">Foundation</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41' => array( 'vi' => '<p>Học<br /> Chuyên ngành</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42' => array( 'vi' => '<p>Trải nghiệm<br /> Vương Quốc Anh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43' => array( 'vi' => '<p>Học<br /> Chuyên ngành</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44' => array( 'vi' => '<p>Kỳ<br /> Thực tập</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45' => array( 'vi' => '<p>Học năm cuối<br /> tại Việt Nam</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/templates.html', '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' => '<p>Chuyển tiếp sang Anh Quốc</p> ', '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' => 'Nhận bằng Anh Quốc có giá trị công nhận toàn cầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/tietkiem.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/templates.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/subback.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg4.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52' => array( 'vi' => 'Học bổng đầu vào', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Chancellor’s Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54' => array( 'vi' => '<h2>75%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Dean’s Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56' => array( 'vi' => '<h2>50%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Transforming Scholarship</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58' => array( 'vi' => '<h2>15%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Early Bird</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60' => array( 'vi' => '<h4>10 triệu VNĐ</h4> ', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Future Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62' => array( 'vi' => '<h4>10 triệu VNĐ</h4> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Trải nghiệm Anh Quốc</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64' => array( 'vi' => '<h4>46,5 tỷ VNĐ</h4> ', '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' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_12' => array( 'vi' => '<p>Đời sống sinh viên</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_13' => array( 'vi' => '<p>Báo chí nói về chúng tôi</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_14' => array( 'vi' => 'Tăng trưởng doanh số thương mại điện tử', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_15' => array( 'vi' => 'Quảng bá truyền thông sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_16' => array( 'vi' => 'Bảo mật thông tin', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_17' => array( 'vi' => 'Thu hút khách hàng tiềm năng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_18' => array( 'vi' => 'Kết nối tự động với các nền tảng social ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_19' => array( 'vi' => 'Công cụ SEO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_20' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65' => array( 'vi' => '<h2>Career <span style="color:#ffd41c;">ready</span> with <span style="color:#ffd41c;">global agility</span></h2> <p>Học thuật vững vàng, sẵn sàng thích ứng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66' => array( 'vi' => 'Đăng ký nhận học bổng', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/22/frame-1000008516.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg5.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/duhoc.png', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Về UWE BRISTOL<br /> PHENIKAA CAMPUS</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Chương trình<br /> đào tạo</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Hình thức<br /> xét tuyển</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Học bổng<br /> Anh Quốc</a></p> ', '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' => 'theme/default/uploads/images/Wix/make5.jpg', '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' => 'theme/default/uploads/images/Wix/make6.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76' => array( 'vi' => 'Thu hút khách hàng từ mọi nơi về website đặt hàng, bạn sẽ rút ngắn quá trình tư vấn, tối ưu chi phí vận hành để tập trung tăng trưởng doanh số đa kênh', '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' => 'Sử dụng các tiện ích trên Website để truyền thông các sự kiện tin tức hot đến những người quan tâm. Để thu hút, gia tăng lượt đăng ký, đồng nghĩa danh sách khách hàng tiềm năng sẽ phát triển hơn.', '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' => 'Dữ liệu được mã hóa và bảo mật cực kì an toán với hệ thống server mạnh mẽ', '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' => 'Thu thập danh sách khách hàng tiềm năng, thực sự có nhu cầu về sản phẩm hay dịch vụ, để chuyển qua giai đoạn chăm sóc, tư vấn.', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/22/title.png', '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' => 'Tối ưu hóa website chuẩn SEO, cải thiện khả năng hiển thị của website trên các công cụ tìm kiếm.', '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' => 'Create an Online Store', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83' => array( 'vi' => 'Learn How', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84' => array( 'vi' => 'Tạo blog', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85' => array( 'vi' => 'Tìm hiểu thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86' => array( 'vi' => 'Bảo mật thông tin', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87' => array( 'vi' => 'Tìm hiểu - Đặt lịch hẹn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88' => array( 'vi' => 'Trải nghiệm ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89' => array( 'vi' => 'Find Out More ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/13/pattern-01-20240222190605-rgyb4.png', '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' => 'Share post', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92' => array( 'vi' => 'Web Design | Wix Blog', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93' => array( 'vi' => 'theme/default/uploads/images/Wix/banner-qc.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94' => array( 'vi' => 'Ideas & Inspiration', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95' => array( 'vi' => 'Recent Posts', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96' => array( 'vi' => 'See All', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97' => array( 'vi' => 'Webi Premium Plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98' => array( 'vi' => 'Wix gives you 100s of templates, unlimited pages & top grade hosting FREE. Upgrade Premium and get even more.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99' => array( 'vi' => 'Get Start Today', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100' => array( 'vi' => '2025/05/30', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101' => array( 'vi' => 'First Priority Support', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102' => array( 'vi' => 'US$', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103' => array( 'vi' => '24', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105' => array( 'vi' => '/month', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106' => array( 'vi' => 'Unlimited', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107' => array( 'vi' => 'Entrepreneurs & Freelancers', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109' => array( 'vi' => '12', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111' => array( 'vi' => 'Combo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112' => array( 'vi' => 'For Personal Use', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113' => array( 'vi' => '8', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115' => array( 'vi' => 'Connect Domain', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116' => array( 'vi' => 'Most Basic', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117' => array( 'vi' => 'This plan displays Wix ads', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118' => array( 'vi' => '4', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120' => array( 'vi' => 'Business & eCommerce plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text__link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121' => array( 'vi' => 'theme/default/uploads/images/Wix/canhbao.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122' => array( 'vi' => 'Grow and manage your online business with a custom storefront, catalog and order management, shipping and taxes, integrated sales channels and more.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123' => array( 'vi' => 'See Business Plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124' => array( 'vi' => '<div>Displayed prices are for yearly subscriptions, paid in full at the time of purchase. Prices do not include applicable taxes, which are determined according to your billing address.</div> <div>The final price can be seen on the purchase page, before payment is completed.</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125' => array( 'vi' => 'ACCEPTED PAYMENT METHODS', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126' => array( 'vi' => 'theme/default/uploads/images/Wix/visa.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127' => array( 'vi' => 'theme/default/uploads/images/Wix/camdo.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131' => array( 'vi' => 'theme/default/uploads/images/Wix/hoantra.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132' => array( 'vi' => 'theme/default/uploads/images/Wix/baove.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133' => array( 'vi' => 'MONEY BACK GUARANTEE', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134' => array( 'vi' => 'Try Wix for 14 days and if you're not 100% satisfied, get your money back.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135' => array( 'vi' => 'SSL SECURE PAYMENT', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136' => array( 'vi' => 'Your information is protected by 256-bit SSL encryption.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137' => array( 'vi' => 'Câu hỏi thường gặp', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138' => array( 'vi' => 'Nếu không tìm thấy thông tin bạn muốn. Hãy liên hệ với chúng tôi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139' => array( 'vi' => 'What is a Premium Plan?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140' => array( 'vi' => 'Creating your website is free. With a Premium Plan you can connect your own domain, remove Wix ads from your site, and more. Most Premium Plans include a 1 year free domain voucher. For best value, we recommend our Yearly or Multi-Year Plans.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141' => array( 'vi' => 'Can I try a Wix Premium Plan for free?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142' => array( 'vi' => 'Yes. Try any Wix Premium Plan and if you decide it's not for you, you can cancel within 14 days and receive a full refund—no questions asked. This applies to the initial upgrade to a Premium Plan.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143' => array( 'vi' => 'How do I get my free domain?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144' => array( 'vi' => 'Most Yearly or Multi-Year Premium Plans come with a 1 year free domain voucher. You can choose your own domain name with suffixes such as .com, .net, .org and more. Once you find the perfect domain for your site, your voucher will be waiting for you at checkout.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145' => array( 'vi' => 'Why do I need a custom domain?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146' => array( 'vi' => 'A custom domain, like mystunningwebsite.com, is a great way to get found online and promote your brand. Replace your free Wix URL (username.wixsite.com/sitename) with a custom domain you purchased from Wix, or one you already own.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147' => array( 'vi' => 'How can I get my own personalized email address?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148' => array( 'vi' => 'Once you have your own domain, you can purchase a Google Workspace plan and get a custom email address using your domain, like info@mystunningwebsite.com. We've partnered with Google to give you 30GB of Drive storage, as well as Google Calendar, Docs, Sheets and Slides.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149' => array( 'vi' => 'Where can I find my billing information?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150' => array( 'vi' => 'Sign into your Wix account and choose Billing & Payments from the main menu at the top-right of the page. You'll see all your subscriptions and billing history right there.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151' => array( 'vi' => 'What online payments are accepted?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152' => array( 'vi' => 'Wix accepts all major credit cards and debit cards, including Visa, Mastercard, American Express, Discover, JCB and Diners. Additional payment options may be available in your specific location.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153' => array( 'vi' => 'Let’s make an impact together to stand with the people of Ukraine.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154' => array( 'vi' => 'Xem thực tế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/?preview=Babyshop', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155' => array( 'vi' => 'Hoặc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156' => array( 'vi' => 'Chọn theme này để kinh doanh ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156_link' => array( 'vi' => 'https://webi.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157' => array( 'vi' => 'Bạn còn thắc mắc, vui lòng liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158' => array( 'vi' => 'Tìm hiểu chi tiết về ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159' => array( 'vi' => 'theme/default/uploads/images/Wix/noibat1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160' => array( 'vi' => '16+ Điểm Nổi Bật', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161' => array( 'vi' => 'Các tính năng đặc biệt tối ưu cho website thương mại điện tử vượt trội.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162' => array( 'vi' => 'theme/default/uploads/images/Wix/noibat2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163' => array( 'vi' => 'Tối Ưu Mobile', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164' => array( 'vi' => 'Trải nghiệm website trên di động cực kì mượt mà & thuận tiện.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165' => array( 'vi' => 'theme/default/uploads/images/Wix/noiabt3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166' => array( 'vi' => 'Tiết Kiệm ~ 100tr', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167' => array( 'vi' => 'So với việc tự design & code từ đầu hàng trăm tính năng cho website TMĐT như thế này.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168' => array( 'vi' => 'TÌM HIỂU SẢN PHẨM CÓ TRONG GÓI COMBO NÀY', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169' => array( 'vi' => 'Tính năng nổi bật trên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170' => array( 'vi' => 'Mẫu Website khác', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171' => array( 'vi' => 'Created with', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172' => array( 'vi' => 'Webi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173' => array( 'vi' => '© All rights reserved.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174' => array( 'vi' => 'Xem link gốc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_1' => array( 'vi' => 'Yêu cầu tư vấn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_2' => array( 'vi' => 'Bắt đầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_3' => array( 'vi' => 'Bắt đầu', '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' => 'theme/default/uploads/images/Wix/banner/undraw_heatmap_uyye.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_2' => array( 'vi' => 'theme/default/uploads/images/Wix/banner/banner-email.jpeg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_21' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/contact-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_22' => array( 'vi' => '<p>Cảm ơn bạn. Thư liên hệ của bạn đã được gửi tới chúng tôi. Chúng tôi sẽ phản hồi với bạn trong thời gian sớm nhất</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_23' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/acc-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_24' => array( 'vi' => '<p>Vui lòng truy cập vào email để kích hoạt tài khoản</p> ', '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' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_name' => array( 'vi' => 'Họ và Tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_comment' => array( 'vi' => 'Nội dung', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'binhluan_btn' => array( 'vi' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search' => array( 'vi' => 'Tìm kiếmx', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search_key' => array( 'vi' => 'Nhập từ khóa', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ) ) settings => array( 'title' => 'Tuyển sinh quốc tế', 'description' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', 'keyword' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', '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/', 'links' => 'webi.vn', 'headerscript' => '"<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TL2N29VD');</script> <!-- End Google Tag Manager -->"', '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 title="myCompany" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.6055954293415!2d105.84865241501241!3d21.008441286009404!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab8a968ddd2d%3A0xce9a15a5450e182!2zMjcgxJDhuqFpIEPhu5MgVmnhu4d0LCBD4bqndSBE4buBbiwgSGFpIELDoCBUcsawbmcsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1677204665399!5m2!1svi!2s" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => 'tls', 'smtp_port' => '587', 'smtp_pass' => '', 'analytics' => '"<!-- Google Tag Manager (noscript) --> <noscript><iframe src=""https://www.googletagmanager.com/ns.html?id=GTM-TL2N29VD"" height=""0"" width=""0"" style=""display:none;visibility:hidden""></iframe></noscript> <!-- End Google Tag Manager (noscript) -->"', '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' => 'Tuyển sinh quốc tế', 'favicon' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo.png', 'image_share' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo-2.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'id_google_speadsheet' => '1FtcrvnzfdIC3jz93D8u8uwbjm3uZhq--42nYVM5GGKI', 'google_console_project_name' => 'excel ban hang', 'google_sheet_name' => 'testexcel' ) nodeData => array( 'Node' => array( 'id' => '171', 'title' => 'Lựa chọn ngành học', 'slug' => 'lua-chon-nganh-hoc', 'link' => null, 'type' => 'category', 'pos' => '1', 'robots' => '1', 'views' => '0', 'lang' => null, 'lang_node_id' => null, 'created' => '1715486816', 'modified' => '1715486816', 'status' => '1' ) ) cModalName => 'Category' cActionName => 'category_list' cFlagPage => false currentCategory => array( '_price' => 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' => true, 'user' => true, 'product' => true, 'hang' => true, 'color' => true, 'size' => true, 'material' => false, 'subcriber' => true, 'cart' => true, 'video' => false, 'flashsale' => true, 'team' => true, 'comment' => true, 'shortcode' => false, 'agency' => false, 'wishlist' => false ) banner_types => array() search_type => 'product' options => array( 'default' => array( 'pagination_product_limit' => (int) 6, 'pagination_news_limit' => (int) 8 ), 'search' => array( 'search_product_pagination_limit' => (int) 9, 'search_news_pagination_limit' => (int) 16 ) ) category_fields => array( 'navbar' => true, 'sidebar' => false, 'home_menu' => true, 'dropdown' => true, 'footer_1' => true, 'footer_2' => true, 'footer_3' => true, 'footer_4' => false, 'filter_price' => true, 'image2' => true ) product_fields => array( 'newest' => true, 'featured' => true, 'hot' => false, 'best_sales' => true, 'image2' => true, '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' => true, 'flashsale_id' => false ) news_fields => array( 'featured' => true, 'image' => true, 'image2' => false, 'images' => true ) news_templates => array( 'news_category' => 'Danh mục tin tức' ) colors => array( 'default' => array( '--primary-color' => array( [maximum depth reached] ), '--second-color' => array( [maximum depth reached] ), '--third-color' => array( [maximum depth reached] ), '--fourth-color' => array( [maximum depth reached] ), '--fifth-color' => array( [maximum depth reached] ), '--sixth-color' => array( [maximum depth reached] ), '--seventh-color' => array( [maximum depth reached] ), '--eighth-color' => array( [maximum depth reached] ), '--ninth-color' => array( [maximum depth reached] ), '--tenth-color' => array( [maximum depth reached] ), '--eleventh-color' => array( [maximum depth reached] ), '--twelfth-color' => array( [maximum depth reached] ), '--thirteenth-color' => array( [maximum depth reached] ), '--fourteenth-color' => array( [maximum depth reached] ), '--fifteenth-color' => array( [maximum depth reached] ), '--sixteenth-color' => array( [maximum depth reached] ), '--seventeenth-color' => array( [maximum depth reached] ), '--eighteenth-color' => 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 => 'lua-chon-nganh-hoc.html' base => '' webroot => '/' here => '/lua-chon-nganh-hoc.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(), 'cart_num' => (int) 0, 'colors' => array(), 'sizes' => array(), 'logo' => 'https://ts2024phenika.webpx.io.vn/theme/default/img/logo.png', 'banners' => array( 'ds_sv' => array( [maximum depth reached] ), 'bao_tri' => array( [maximum depth reached] ) ), 'categories_image2' => array(), 'categories_filter_price' => array(), 'categories_footer_3' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_2' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_1' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_dropdown' => array(), 'categories_home_menu' => array(), 'categories_navbar' => 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] ) ), 'settings' => array( 'title' => 'Tuyển sinh quốc tế', 'description' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', 'keyword' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', '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/', 'links' => 'webi.vn', 'headerscript' => '"<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TL2N29VD');</script> <!-- End Google Tag Manager -->"', '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 title="myCompany" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.6055954293415!2d105.84865241501241!3d21.008441286009404!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab8a968ddd2d%3A0xce9a15a5450e182!2zMjcgxJDhuqFpIEPhu5MgVmnhu4d0LCBD4bqndSBE4buBbiwgSGFpIELDoCBUcsawbmcsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1677204665399!5m2!1svi!2s" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => 'tls', 'smtp_port' => '587', 'smtp_pass' => '', 'analytics' => '"<!-- Google Tag Manager (noscript) --> <noscript><iframe src=""https://www.googletagmanager.com/ns.html?id=GTM-TL2N29VD"" height=""0"" width=""0"" style=""display:none;visibility:hidden""></iframe></noscript> <!-- End Google Tag Manager (noscript) -->"', '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' => 'Tuyển sinh quốc tế', 'favicon' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo.png', 'image_share' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo-2.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'id_google_speadsheet' => '1FtcrvnzfdIC3jz93D8u8uwbjm3uZhq--42nYVM5GGKI', 'google_console_project_name' => 'excel ban hang', 'google_sheet_name' => 'testexcel' ), 'sufix' => '', 'lang' => 'vi', 'hangs' => array(), '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 => 'lua-chon-nganh-hoc', (int) 1 => '.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 => 'get_dailyphanphoi', (int) 28 => 'sidebar_menu', (int) 29 => 'count_items', (int) 30 => 'img', (int) 31 => 'tags', (int) 32 => 'get_bosuutap', (int) 33 => 'gallery_detail', (int) 34 => 'gallery', (int) 35 => 'search', (int) 36 => 'search2', (int) 37 => 'search_els', (int) 38 => 'comment', (int) 39 => 'get_child_comment', (int) 40 => 'get_comment', (int) 41 => 'get_random_nodes', (int) 42 => 'get_node_parse', (int) 43 => 'get_node', (int) 44 => 'parse_html_posts', (int) 45 => 'ajax_load_posts', (int) 46 => 'get_images', (int) 47 => 'get_product_prices', (int) 48 => 'get_product_category', (int) 49 => 'get_product_category_count', (int) 50 => 'get_dynamic_rows', (int) 51 => 'get_filters', (int) 52 => 'get_nodes', (int) 53 => 'tatcasp', (int) 54 => 'get_category_of_node', (int) 55 => 'get_category', (int) 56 => 'ketnoi', (int) 57 => 'find_root_category', (int) 58 => 'get_cbanner', (int) 59 => 'get_child_category_of', (int) 60 => 'get_tree_category_start_from', (int) 61 => 'get_list_category', (int) 62 => 'get_videos', (int) 63 => 'create_image', (int) 64 => 'visa_request', (int) 65 => 'process_condition', (int) 66 => 'get_data', (int) 67 => 'send_visa', (int) 68 => 'send_feedback', (int) 69 => 'test_mautic', (int) 70 => 'code', (int) 72 => 'rate', (int) 73 => 'cuahang', (int) 74 => 'getUserIP', (int) 75 => 'support', (int) 76 => 'get_sell_off_news', (int) 77 => 'get_youtube_videos', (int) 78 => 'get_comments', (int) 79 => 'get_home_products', (int) 80 => 'get_new_products', (int) 81 => 'get_featured_products', (int) 82 => 'get_10k_products', (int) 83 => 'get_featured_news', (int) 84 => 'get_latest_news', (int) 85 => 'get_most_read', (int) 86 => 'get_sizes', (int) 87 => 'get_colors', (int) 88 => 'get_lang', (int) 89 => 'banners', (int) 90 => 'categories', (int) 91 => 'settings', (int) 92 => 'alert', (int) 93 => 't', (int) 94 => 'word_limiter', (int) 95 => 'removeXss', (int) 96 => 'remove_hostname', (int) 97 => '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/phenikaa/domains/ts2024phenika.webpx.io.vn/public_html/app/View/Themed/Default/' } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => '.html' 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]) } Hang => object(AppModel) { useDbConfig => 'default' useTable => 'hangs' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'hangs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Hang' alias => 'Hang' 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 } Lang => object(AppModel) { useDbConfig => 'default' useTable => 'langs' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 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 } Setting => object(AppModel) { useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'Tuyển sinh quốc tế' keyword_for_layout => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).' description_for_layout => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).' Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'phenikaa_db2024' 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( 'ds_sv' => 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) 11 => array( [maximum depth reached] ) ), 'bao_tri' => array( (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ) Size => object(AppModel) { useDbConfig => 'default' useTable => 'sizes' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'sizes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Size' alias => 'Size' 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 } Color => object(AppModel) { useDbConfig => 'default' useTable => 'colors' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'colors' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Color' alias => 'Color' 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 } Node => object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'lua-chon-nganh-hoc', (int) 1 => '.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 => 'lua-chon-nganh-hoc', (int) 1 => '.html' ), 'slug' => 'lua-chon-nganh-hoc', 'ext' => '.html', 'isAjax' => false, 'models' => array( 'Hang' => array( [maximum depth reached] ), 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Size' => array( [maximum depth reached] ), 'Color' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'lua-chon-nganh-hoc.html' base => '' webroot => '/' here => '/lua-chon-nganh-hoc.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' => '<p style="text-align:center"><img alt="" src="/theme/luna/uploads/files/Top-Header(1).png" style="height:27px; width:242px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_header' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/logo.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'logo_footer' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/logo-2.png', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'most_read' => array( 'vi' => '<p>Bài viết nổi bật</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_products' => array( 'vi' => 'CÓ THỂ BẠN QUAN TÂM', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'related_news' => array( 'vi' => '<p>Bài viết mới</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home' => array( 'vi' => '', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_empty' => array( 'vi' => '<p>Không có sản phẩm trong giỏ hàng!</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'cart_success' => array( 'vi' => '<p>Đơn hàng đã được gửi tới Ban Quản trị, chúng tôi sẽ liên hệ với bạn trong thời gian sớm nhất!</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_name' => array( 'vi' => 'Công ty cổ phần BĐS WEBI CENTRAL', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_phone' => array( 'vi' => '0981.324.886', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_email' => array( 'vi' => 'uwe@phenikaa-uni.edu.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_address' => array( 'vi' => '<p>Phòng Tuyển sinh & Truyền thông<br /> Tầng 1, Nhà A10, Trường Đại học Phenikaa<br /> Nguyễn Trác, Yên Nghĩa, Hà Đông, Hà Nội</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'company_hotline' => array( 'vi' => 'www.uwebristol.edu.vn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'copyright' => array( 'vi' => '<p>© 2014-2023 <a href="#">Webi Central., Ltd</a><span style="color:#0000FF;">.</span> All rights reserved.</p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer' => array( 'vi' => '', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_1' => array( 'vi' => 'GIỚI THIỆU CHỦ ĐẦU TƯ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_2' => array( 'vi' => 'Thành lập ngày 15/9/2003, sau 13 năm hoạt động, Lạc Hồng đã có trên 500 cán bộ kỹ sư, cử nhân chuyên ngành và hơn ba ngàn công nhân có tay nghề cao. Công ty hoạt động trên các lĩnh vực thi công xây dựng dân dụng và công nghiệp, giao thông, thủy lợi, viễn thông và tư vấn thiết kế. Trong lĩnh vực đầu tư, với tiềm lực tài chính vững mạnh và đội ngũ lãnh đạo năng động, tâm huyết, Lạc Hồng đã tập trung phát triển nhiều dự án bất động sản và du lịch độc đáo, có chất lượng cao.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_3' => array( 'vi' => 'CHÍNH SÁCH BÁN HÀNG', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_4' => array( 'vi' => 'CHÍNH SÁCH ƯU ĐÃI TÀI CHÍNH', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_5' => array( 'vi' => '<ul> <li>Cam kết bàn giao Căn hộ đúng thời hạn (Quý I/2019)</li> <li>Bàn giao căn hộ Full nội thất 5 sao</li> <li>Hỗ trợ thủ tục vay ngân hàng</li> <li>Bàn giao sổ hồng vĩnh viễn trong vòng 1 năm</li> <li>Ngân hàng SHB bảo lãnh tiến độ và cho vay mua căn hộ</li> <li>Mua để ở, tự khai thác kinh doanh, ủy thác cho thuê…</li> <li>Nhập hộ khẩu, sử dụng mọi tiện ích dự án.</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_6' => array( 'vi' => 'Xem thêm chính sách bán hàng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_7' => array( 'vi' => '<ul> <li>Cam kết bàn giao Căn hộ đúng thời hạn (Quý I/2019)</li> <li>Bàn giao căn hộ Full nội thất 5 sao</li> <li>Hỗ trợ thủ tục vay ngân hàng</li> <li>Bàn giao sổ hồng vĩnh viễn trong vòng 1 năm</li> <li>Ngân hàng SHB bảo lãnh tiến độ và cho vay mua căn hộ</li> <li>Mua để ở, tự khai thác kinh doanh, ủy thác cho thuê…</li> <li>Nhập hộ khẩu, sử dụng mọi tiện ích dự án.</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_8' => array( 'vi' => 'Xem thêm chính sách bán hàng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_9' => array( 'vi' => 'QUY MÔ DỰ ÁN', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_10' => array( 'vi' => '<ul> <li>Tên dự án: Hạ Long Bay View</li> <li>Chủ đầu tư: Công ty cổ phần đầu tư Lạc Hồng</li> <li>Vị trí: Phường Trần Hưng Đạo, Thành phố Hạ Long, Quảng Ninh</li> <li>Ðơn vị tư vấn thiết kế: Tổng công ty Tư vấn XD Việt Nam</li> <li>Ðơn vị thi công: Công ty Cổ phần Ðầu tư Lạc Hồng</li> <li>Tư vấn giám sát: Công ty CP Tư vấn và Kiểm định XD Hạ Long</li> <li>Tổng diện tích khu đất: 3.392,2 m2 Diện tích xây dựng: 2.527 m2</li> <li>Tổng diện tích tầng hầm: 3.127m2</li> <li>Tổng số căn hộ: 568 căn</li> <li>Bàn giao : quý I/2019</li> </ul> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_1' => array( 'vi' => 'Lựa chọn từ hơn 500+ mẫu website có thể tùy chỉnh, được thiết kế để đáp ứng các nhu cầu kinh doanh, phù hợp với mọi cá nhân và doanh nghiêp.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_2' => array( 'vi' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_3' => array( 'vi' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_4' => array( 'vi' => 'Tạo website đơn giản với các bước sau:', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_5' => array( 'vi' => '<p>Một số vướng mắc phổ biến được liệt kê và trả lời tại đây, nếu câu hỏi của bạn không được đề cập, hãy liên hệ với chúng tôi!</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_6' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_7' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_8' => array( 'vi' => '<p>- Website bao gồm toàn bộ thông tin, dữ liệu, hình ảnh về các sản phẩm, dịch vụ và hoạt động sản xuất kinh doanh mà doanh nghiệp muốn truyền đạt tới người truy cập internet. Với vai trò quan trọng như vậy, có thể coi website chính là bộ mặt của công ty, là nơi để đón tiếp và giao dịch với các khách hàng trên mạng.</p> <p>- Website không chỉ đơn thuần là nơi cung cấp thông tin cho người xem, cho các khách hàng và đối tác kinh doanh của doanh nghiệp, mà nó còn phải phản ánh được những nét đặc trưng của doanh nghiệp. Một website có tính thẩm mỹ cao, tiện lợi, dễ sử dụng và có sức lôi cuốn người sử dụng sẽ giúp cho doanh nghiệp có thêm rất nhiều khách hàng tiềm năng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_9' => array( 'vi' => 'theme/default/uploads/files/Spyads/cong-nghe-thong-tin.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_10' => array( 'vi' => 'theme/default/uploads/files/Spyads/xay-dung-ke-hoach-digital-marketing-hau-covid19-cho-smes-1024x715.jpeg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_1' => array( 'vi' => 'Công ty', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_2' => array( 'vi' => 'Cộng đồng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_3' => array( 'vi' => 'Thông tin liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_4' => array( 'vi' => 'Kết nối với chúng tôi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_5' => array( 'vi' => 'Đăng ký nhận tin từ Luna', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_6' => array( 'vi' => 'Chúng tôi chấp nhận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_7' => array( 'vi' => 'Xin báo giá', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_tab_8' => array( 'vi' => null, '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' => '<p>Wix.com là một nền tảng phát triển dựa trên đám mây hàng đầu với hàng triệu người dùng trên toàn thế giới. Chúng tôi giúp mọi người dễ dàng tạo sự hiện diện trên web một cách chuyên nghiệp, đẹp mắt.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_2' => array( 'vi' => '<p><span style="font-family:roboto,arial,helvetica,sans-serif"><strong>VP HN:</strong> Số 37/27 Đại Cổ Việt - Q.Hai Bà Trưng - Hà Nội</span><br /> <strong><span style="font-family:roboto,arial,helvetica,sans-serif">Hotline</span><span style="font-family:roboto,arial,helvetica,sans-serif">:</span></strong> 0398989333<br /> <strong><span style="font-family:roboto,arial,helvetica,sans-serif">Email</span></strong><span style="font-family:roboto,arial,helvetica,sans-serif"><strong>: </strong>kd.webi.vn@gmail.com</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_3' => array( 'vi' => '© 2020-2022 Webpx.com', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_4' => array( 'vi' => 'theme/default/uploads/images/Wix/tiktok.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_5' => array( 'vi' => 'https://www.facebook.com/T201lunashoesvietnam', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_6' => array( 'vi' => 'app/webroot/uploads/images/tu/webdemo/logo-you.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_7' => array( 'vi' => 'youtube.com/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_8' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_des_9' => array( 'vi' => 'app/webroot/uploads/images/tu/webdemo/DMCA_logo-grn-btn150w.png', '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' => 'Liên hệ ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_1_link' => array( 'vi' => 'https://docs.google.com/spreadsheets/d/1OtCvup066noCNgLMhDDuLlLVKKOjHLaWxuEusdKThWo/edit#gid=985098552', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_2' => array( 'vi' => '<p>Về UWE BRISTOL -<br /> PHENIKAA CAMPUS</p> ', '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' => '<p>Chương trình<br /> đào tạo</p> ', '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' => '<p>Hình thức<br /> xét tuyển</p> ', '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' => '<p>Học bổng<br /> Anh Quốc</p> ', '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' => '<p>Báo chí nói<br /> về chúng tôi</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_6_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'header_text_7' => array( 'vi' => 'Xét tuyển sớm & nhận ưu tiên học bổng', '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' => '<p>Giới thiệu</p> ', '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' => 'theme/default/uploads/images/Wix/img-mobile.png', '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' => 'theme/default/uploads/images/Wix/img-desktop.png', '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' => '<h2>Tuyển sinh ĐH Quốc tế Anh Quốc</h2> <h3>UWE BRISTOL - PHENIKAA CAMPUS</h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2' => array( 'vi' => 'Đăng ký nhận học bổng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_2_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg1-min-min.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_3_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4' => array( 'vi' => '<h2>Chào mừng bạn đến<br /> <span style="color:#e30613;">UWE BRISTOL</span> - <span style="color:#252c6d;">PHENIKAA CAMPUS</span></h2> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_4_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5' => array( 'vi' => '<h3>TOP 4</h3> <p>Đại học tốt nhất khu vực Tây Nam Anh Quốc</p> <p>(The Times, 2023)</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_5_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6' => array( 'vi' => '<h3><span style="color:#074C54;">TOP 24/121</span></h3> <p><span style="color:#074C54;">Đại học tốt nhất tại Vương Quốc Anh</span></p> <p><span style="color:#074C54;">(The Guardian, 2023)</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_6_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7' => array( 'vi' => '<h3>TOP 401-500</h3> <p>Đại học tốt nhất thế giới</p> <p>(Times Higher Education, 2023)</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_7_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_8' => array( 'vi' => '<h2><span style="color:#ffd41c;">Về chương trình</span><br /> UWE BRISTOL - PHENIKAA CAMPUS</h2> ', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg2-2.png', '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' => '<p>Chương trình học của UWE Bristol được thiết kế để đón đầu những xu hướng của thị trường lao động toàn cầu, thúc đẩy tinh thần sáng tạo, chủ động với phương pháp giáo dục hiện đại và những trải nghiệm thực tập, thực hành khác biệt.</p> ', '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' => '<p>UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_11_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_12' => array( 'vi' => '<h2><span style="color:#e30613;">Lý do lựa chọn</span><br /> UWE BRISTOL - PHENIKAA CAMPUS</h2> ', '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' => '<p><span style="color:#FFD41C;">100%</span></p> <div>Chương trình nguyên bản<br /> của Đại học UWE Bristol</div> ', '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' => '<div><span style="color:#252c6d;">Tham gia</span><br /> <strong><span style="color:#e30613;">2 KỲ THỰC TẬP</span></strong><br /> <span style="color:#252c6d;">tại doanh nghiệp</span></div> ', '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' => '<h2><span style="color:#FFD41C;">CƠ SỞ VẬT CHẤT HIỆN ĐẠI</span></h2> <div>Khuôn viên 140.000m² với<br /> hệ thống phòng học<br /> đa phương tiện</div> ', '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' => '<div><span style="color:#252c6d;">Học tập</span><br /> <strong><span style="color:#e30613;">2 NGOẠI NGỮ ANH - HÀN</span></strong><br /> <span style="color:#252c6d;">giúp sinh viên tự tin<br /> trở thành công dân toàn cầu</span></div> ', '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' => '<p>Quỹ học bổng<br /> <span style="color:#FFD41C;"><strong>“Trải nghiệm Vương Quốc Anh”</strong></span><br /> trị giá <span style="color:#FFD41C;"><strong>46.5 tỷ VNĐ</strong></span></p> ', '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' => 'Nhận bằng Anh Quốc có giá trị công nhận toàn cầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_18_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_19_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_20' => array( 'vi' => '<h2>Chương trình đào tạo<br /> Nhóm ngành Kinh tế</h2> ', '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' => '<p>Quản trị Kinh doanh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_21_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_22' => array( 'vi' => '<p>Quản trị Sự kiện</p> ', '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' => '<p>Kinh doanh và Marketing</p> ', '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' => '<p>Kế toán và Tài chính</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_24_link' => array( 'vi' => 'https://bds8.webi.com.vn/gioi-thieu.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_25_link' => array( 'vi' => 'https://bds8.webi.com.vn/gioi-thieu.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_26' => array( 'vi' => 'Nhóm ngành Kỹ thuật - Công nghệ', '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' => '<p>Công nghệ Thông tin</p> ', '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' => '<p>Khoa học máy tính<br /> Trí tuệ nhân tạo</p> ', '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' => '<p>Khoa học máy tính<br /> Phát triển thiết bị thông minh</p> ', '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' => '<p>Phát triển thiết bị thông minh</p> ', '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' => null, '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' => null, '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' => null, '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' => null, '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' => null, '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' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_6_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'news_text_7' => array( 'vi' => null, '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' => null, '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' => null, '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' => null, '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' => 'Lựa chọn mẫu web mà bạn yêu thích', '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' => 'Browse Categories', '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' => 'Tư vấn miễn phí', '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' => 'Để lại thông tin, chúng tôi sẽ GỌI LẠI tư vấn MIỄN PHÍ cho bạn!', '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' => 'Đăng ký tư vấn', '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' => ' All Website Templates', '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' => 'Xắp sếp: ', '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' => 'Chi tiết sản phẩm', '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' => 'Demo sản phẩm', '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' => 'Sản phẩm', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks-icon1.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks-icon.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/thanks.png', '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' => 'Cảm ơn đã đăng ký', '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' => 'Click để tìm hiểu thêm về chương trình', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_5_link' => array( 'vi' => 'https://ts2024phenika.webpx.io.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_6' => array( 'vi' => 'Contact Mail', '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' => '<b>Hotline</b>: 093 613 89 83', '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' => 'theme/default/uploads/images/Wix/icon/map-location.png', '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' => 'Contact Location', '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' => 'Số 27, Đại Cồ Việt,</br> Hai Bà Trưng, Hà Nội', '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' => 'theme/default/uploads/images/Wix/icon/clock.png', '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' => 'Office Time', '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' => 'Thứ 2-7: 8.00 - 18.00', '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' => 'Get In Touch', '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' => 'Họ và tên', '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' => 'Email', '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' => 'Số điện thoại', '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' => 'Nội dung', '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' => 'Send Messager', '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' => 'Liên hệ', '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' => 'Tóm tắt đơn hàng', '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' => 'Địa chỉ giao hàng', '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' => 'Mật khẩu', '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' => 'Email', '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' => 'Fullname', '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' => 'theme/default/uploads/images/Wix/icon/regis.png', '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' => 'Đăng ký tài khoản', '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' => 'theme/default/uploads/images/Wix/icon/15700936.jpg', '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' => 'theme/default/uploads/images/Wix/icon/login_img.png', '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' => 'Đăng ký', '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' => 'Mật khẩu', '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' => 'Email', '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' => 'theme/default/uploads/images/Wix/icon/login.png', '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' => 'Đăng Nhập', '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' => '0981324886', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1' => array( 'vi' => 'Liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_1_link' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_2' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-phone.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-mail.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/icon-internet.png', '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' => 'www.uwebristol.edu.vn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_5_link' => array( 'vi' => 'https://ts2024phenika.webpx.io.vn/', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6' => array( 'vi' => 'https://maps.app.goo.gl/e6QzuFVUgFemXbCj8', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_6_link' => array( 'vi' => '09090909', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7' => array( 'vi' => 'Phòng Tuyển sinh và Truyền thông, Tầng 1, Tòa A10, Trường Đại học Phenikaa, Nguyễn Văn Trác, Yên Nghĩa, Hà Đông, TP Hà Nội', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'footer_text_7_link' => array( 'vi' => 'https://maps.app.goo.gl/QiEHdVnHJCHpBC2o9', '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' => 'Hướng dẫn chọn size', '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' => '<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td style="text-align: center;">Size</td> <td style="text-align: center;">Centimet</td> </tr> <tr> <td style="text-align: center;">35</td> <td style="text-align: center;">21,5</td> </tr> <tr> <td style="text-align: center;">36</td> <td style="text-align: center;">22</td> </tr> <tr> <td style="text-align: center;">37</td> <td style="text-align: center;">23</td> </tr> <tr> <td style="text-align: center;">38</td> <td style="text-align: center;">24</td> </tr> <tr> <td style="text-align: center;">39</td> <td style="text-align: center;">25</td> </tr> <tr> <td style="text-align: center;">40</td> <td style="text-align:center">25,5</td> </tr> </tbody> </table> <p> </p> ', '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' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG I: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75;</p> <p>- ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_2' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG II: XÉT TUYỂN THẲNG</h3> <p dir="ltr">Đối tượng II: Thí sinh có Chứng chỉ tiếng Anh quốc tế IELTS 5.5 hoặc TOEFL iBT từ 71 đến 79 còn hiệu lực hoặc điểm trung bình học bạ THPT 4 học kỳ môn tiếng Anh cao nhất từ 7.5/10</p> <p dir="ltr">Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p dir="ltr">Nhóm 1: Kết hợp với kết quả học bạ THPT:</p> <p dir="ltr">Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p dir="ltr">Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p dir="ltr">- SAT1 ≥ 1100;</p> <p dir="ltr">- A-Level ≥ 88 UCAS Points;</p> <p dir="ltr">- ATAR ≥ 75;</p> <p dir="ltr">- ACT ≥ 22;</p> <p dir="ltr">- IB ≥ 24</p> <p dir="ltr">Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_3' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG III: XÉT TUYỂN KẾT HỢP PHỎNG VẤN VỚI ĐIỂM HỌC BẠ HOẶC ĐIỂM THI THPT</h3> <p>Điểm xét tuyển của thí sinh thuộc đối tượng III được tính theo công thức sau:</p> <p>ĐXT = 0.3 x [TBHB hoặc TBTN] + 0.3 x [TA] + 0.4 x [Phỏng vấn]</p> <p>Trong đó:</p> <p>ĐXT: Điểm xét tuyển;</p> <p>TBHB: Điểm trung bình 4 học kỳ cao nhất theo học bạ THPT;</p> <p>TBTN: Điểm trung bình tổ hợp 3 môn thi tốt nghiệp THPT cao nhất năm 2024;</p> <p>TA: Điểm trung bình 4 học kỳ môn tiếng Anh cao nhất theo học bạ THPT.</p> <p>Điểm trúng tuyển sẽ do Hội đồng tuyển sinh quyết định theo nguyên tắc lấy từ cao xuống.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_4' => array( 'vi' => '<h2>LỘ TRÌNH GLOBAL COOP<br /> </h2> <p>Lộ trình Global COOP dành cho những thí sinh trúng tuyển và có chứng chỉ tiếng Anh quốc tế tương đương IELTS 6.0 hoặc tham gia bài thi tiếng Anh UWE đạt mức điểm 6.0 sẽ có đủ điều kiện tham gia học lộ trình Global COOP.</p> <p>LỢI THẾ:</p> <p>- 03 tháng thực tập: Thực tập ngay năm nhất giúp sinh viên có cái nhìn tổng quan về doanh nghiệp, hệ thống kiến thức cần chú trọng và thay đổi tâm thế học tập. Đây là phương pháp tiếp cận mới giúp sinh viên phát triển sự nghiệp gắn liền với thực tiễn, phù hợp với xu hướng hiện đại.</p> <p>- Cải thiện kỹ năng mềm: Sinh viên sẽ được trau dồi tư duy phản biện và tư duy giải quyết vấn đề thực tiễn. Quan trọng hơn, các bạn được tiếp xúc với tư duy thiết kế tổng thể (design thinking) – tư duy giúp sáng tạo, đổi mới để tìm ra giải pháp tối ưu hơn trong mọi tình huống. Bộ kỹ năng trên sẽ giúp bạn tự tin xử lý công việc trong mọi môi trường làm việc.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_5' => array( 'vi' => '<h2>LỘ TRÌNH FOUNDATION</h2> <p>Lộ trình Foundation hướng tới mục tiêu trang bị khả năng ngôn ngữ tiếng Anh, tư duy phản biện và tư duy giải quyết vấn đề thực tiễn để giúp sinh viên tự tin trong 03 năm học chuyên ngành. </p> <p>Những thí sinh trúng tuyển chưa có chứng chỉ Tiếng Anh quốc tế tương đương IELTS 6.0 và chưa đạt UWE Test ở mức điểm 6.0 sẽ theo học lộ trình Foundation. </p> <p>LỢI THẾ:</p> <p>- Đào tạo tiếng Anh bài bản: Được đào tạo 04 cấp độ tiếng Anh nguyên bản của trường Đại học UWE Bristol và được tham gia bài kiểm tra UWE Test miễn phí.</p> <p>- UWE Test: Được cơ quan thị thực UKVI công nhận khi học chuyển tiếp sang trường UWE Bristol, Vương Quốc Anh.</p> <p>- Cải thiện kỹ năng mềm: Được trang bị và phát triển kỹ năng Tư duy phản biện (Critical Thinking) và kỹ năng giải quyết vấn đề thực tiễn (Problem Solving).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_6' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_7' => array( 'vi' => '<h2>TRẢI NGHIỆM VƯƠNG QUỐC ANH</h2> <h3> </h3> <p>Sinh vênđược tham gia khóa học trải nghiệm Vương Quốc Anh với học bổng trị giá 1.500 Bảng Anh/suất (46.5 triệu VNĐ)</p> <p>Khóa học kéo dài 02 tuần, được tổ chức vào năm hai sẽ mở cho sinh viên cơ hội học tập và giao lưu văn hóa tại UWE Bristol - Frenchay Campus.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_8' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_9' => array( 'vi' => '<h2>KỲ THỰC TẬP</h2> <p>Sinh viên sẽ được trải nghiệm kỳ thực tập 03 tháng, giúp áp dụng kiến thức chuyên ngành đã học vào thực tế và giải quyết những vấn đề của doanh nghiệp. Đây là kỳ thực tập được thiết kế nhằm tối ưu hoá trải nghiệm làm việc của sinh viên. Kết thúc thực tập, sinh viên sẽ được nhận đánh giá trực tiếp từ quản lý của mình và làm giàu hồ sơ xin việc.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_10' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_11' => array( 'vi' => '<h2>HÌNH THỨC XÉT TUYỂN</h2> <h3>ĐỐI TƯỢNG 1: XÉT TUYỂN THẲNG</h3> <p>Đối tượng I: Thí sinh có chứng chỉ tiếng Anh quốc tế IELTS ≥ 6.0 (không có điểm thành phần nào thấp hơn 5.5) hoặc TOEFL iBT ≥ 80 (điểm nghe và viết tối thiểu từ 17, điểm đọc tối thiểu từ 18, điểm nói tối thiểu từ 20) còn hiệu lực</p> <p>Thí sinh thuộc một trong 3 nhóm tiêu chí dưới đây:</p> <p>Nhóm 1: Kết hợp với kết quả học bạ THPT: Điểm trung bình 4 học kỳ cao nhất ≥ 8.0.</p> <p>Nhóm 2: Kết hợp với một trong các kết quả kỳ thi năng lực quốc tế sau:</p> <p>- SAT1 ≥ 1100;</p> <p>- A-Level ≥ 88 UCAS Points;</p> <p>- ATAR ≥ 75; - ACT ≥ 22;</p> <p>- IB ≥ 24</p> <p>Nhóm 3: Kết hợp Thư chấp nhận vào học của các trường đại học quốc tế uy tín hoặc kết quả học tập đạt điểm "Pass" đối với thí sinh đang theo học tại các trường đại học nước ngoài.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_12' => array( 'vi' => '<h2><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">CHANCELLOR’S </span></span><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">SCHOLARSHIP</span></span></h2> <p>Giá trị học bổng: 75% học phí 3 năm học chuyên ngành tại Việt Nam ~255.000.000 VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_13' => array( 'vi' => '<h2><span><span style="font-size:14pt;font-family:Arial, sans-serif;color:rgb(89,89,89);background-color:transparent;vertical-align:baseline;">DEAN’S SCHOLARSHIP</span></span></h2> <p>Giá trị học bổng: 50% học phí 3 năm học chuyên ngành tại Việt Nam ~170.000.000VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_14' => array( 'vi' => '<h2 dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;">HỌC BỔNG TRANSFORMING SCHOLARSHIP</h2> <p>Giá trị học bổng: 15% học phí 3 năm học chuyên ngành tại Việt Nam ~51.000.000VNĐ</p> <p>Học bổng sẽ được xét duyệt dựa trên thành tích, năng lực, kỹ năng, hồ sơ xin học bổng, và kết quả phỏng vấn.</p> <p>Điều kiện duy trì học bổng qua các năm: Sinh viên phải “Pass” tất cả các môn học, không có môn nào phải thi lại, nộp lại bài, thuyết trình lại, học lại, và phải tham gia tích cực các hoạt động của trường.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_15' => array( 'vi' => '<h2 dir="ltr">HỌC BỔNG EARLY BIRD</h2> <p dir="ltr">Dành cho những thí sinh đã trúng tuyển và hoàn thành thủ tục nhập học theo quy định của chương trình tùy thuộc vào thời điểm nộp hồ sơ dự tuyển.</p> <p dir="ltr">Giá trị học bổng Early Bird là: 10.000.000 VNĐ (Mười triệu đồng).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_16' => array( 'vi' => '<h2>HỌC BỔNG FUTURE SCHOLARSHIP<br /> </h2> <p>Thí sinh đủ điểm trúng tuyển hoặc đang học tại những trường đại học Top đầu như Đại học Bách Khoa, Đại học Khoa học Tự nhiên; Đại học Ngoại thương, Đại học Kinh tế Quốc dân, etc lựa chọn theo học các chương trình của UWE Bristol – Phenikaa Campus sẽ được nhận học bổng trị giá 10.000.000 VNĐ (Mười triệu đồng).</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_17' => array( 'vi' => '<h2>HỌC BỔNG TRẢI NGHIỆM VƯƠNG QUỐC ANH<br /> </h2> <p>1000 suất học bổng trải nghiệm UK với tổng giá trị 46,5 tỷ đồng!</p> <p>Trải nghiệm quốc tế có tác động tích cực đến việc thay đổi tầm nhìn và tâm thế hội nhập của sinh viên. Do vậy, Tập đoàn Phenikaa cam kết khoản tài chính 1.5 triệu bảng Anh (tương đương 46,5 tỷ VNĐ) để cấp 1,000 suất học bổng “Trải nghiệm Vương Quốc Anh – Experiencing UK” (tương đương 46,5 triệu VNĐ/suất) nhằm trang trải chi phí của khóa học hè gồm: tổ chức khóa học, ăn ở trong khuôn khổ khoá học, di chuyển giữa các điểm được thiết kế trong khoá học do Đại học UWE Bristol (Vương Quốc Anh) tổ chức. </p> <p>UWE Bristol – Phenikaa Campus chỉ cấp học bổng này cho những sinh viên tham gia khóa học hè tại UWE Bristol – Frenchay Campus.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_18' => array( 'vi' => 'Họ và tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_19' => array( 'vi' => 'Email', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_20' => array( 'vi' => 'Số điện thoại', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_21' => array( 'vi' => 'Để lại lời nhắn cho chúng tôi (Nếu có)', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_22' => array( 'vi' => 'Đăng ký ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_23' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_24' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_25' => array( 'vi' => '<h2>LIÊN HỆ</h2> <h3>Văn Phòng UWE Bristol - Phenikaa Campus</h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_26' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/location-20220524115506.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_27' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_28' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/06/06/mail-20220524115507.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_29' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_30' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_31' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_32' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_33' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_34' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_35' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_36' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_37' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_38' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_39' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_40' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_41' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_42' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_43' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_44' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_45' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_46' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_47' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_48' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_49' => array( 'vi' => null, 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_50' => array( 'vi' => null, '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' => 'theme/default/uploads/images/Wix/canhbao.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/03/06/404-7.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'general_text_100' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/acc-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_thanks' => array( 'vi' => 'Thông tin liên hệ đã được gửi tới ban Quản trị. Chúng tôi sẽ liên hệ ngay khi có thể!', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav1' => array( 'vi' => '<p><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/trai.jpeg" style="height:52px; width:421px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav2' => array( 'vi' => '<p><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/giua.jpeg" style="height:52px; width:421px" /></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'topnav3' => array( 'vi' => '<p><a href="http://demo.lunashoes.com.vn/chinh-sach-giao-hang.html"><img alt="" src="/theme/luna/uploads/files/anh-hien-thi-ben-ngoai/phai.jpeg" style="height:52px; width:421px" /></a></p> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_banner1' => array( 'vi' => 'theme/default/uploads/images/Wix/banner/1920x1280-08.jpg', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-tab-listc' => array( 'vi' => 'Mua theo thể loại', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv' => array( 'vi' => 'Hàng mới về', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'hmv-des' => array( 'vi' => 'Các sản phẩm bắt nhịp quốc tế, hàng thời thượng không nên bỏ lỡ.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home-flash-sale' => array( 'vi' => 'Flash Sale', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'flashsale_timer' => array( 'vi' => '2022/08/30 06:22', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'modal-coupon-title' => array( 'vi' => 'Đăng nhập để thu thập mã', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'thuthaptatca' => array( 'vi' => 'Thu thập mã', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'magiamgia-title' => array( 'vi' => 'Mã giảm giá dành riêng cho bạn', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'user_tab_action' => array( 'vi' => 'Tài khoản', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-hb' => array( 'vi' => 'theme/luna/uploads/files/anh-hien-thi-ben-ngoai/bottom.jpg', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot_link' => array( 'vi' => 'http://demo.lunashoes.com.vn/gioi-thieu.html', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot' => array( 'vi' => 'Tìm hiểu thêm', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-title' => array( 'vi' => 'Trải nghiệm mua sắm hài lòng với #Luna Shoes', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'img-news-home-bot-des' => array( 'vi' => '<ul> <li>Giá cả hợp lý</li> <li>Giày da bò thật</li> <li>Bảo hành 24 tháng</li> <li>Tự hào sản xuất tại Việt Nam</li> </ul> ', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_actived' => array( 'vi' => 'Mật khẩu của bạn đã được thay đổi thành công. Vui lòng tiếp tục đăng nhập để sử dụng đầy đủ chức năng.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_not_exits' => array( 'vi' => 'Email không tồn tại..', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'recover_done' => array( 'vi' => 'Hệ thống đã gửi email tới email đã đăng ký. Vui lòng kiểm tra email và làm theo hướng dẫn.', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_11' => array( 'vi' => '<p><span style="font-family:madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif"><strong>Drive traffic to your site</strong>. </span>Use advanced SEO tools and integrated marketing solutions.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_12' => array( 'vi' => '<p>Với 85% người tiêu dùng tìm kiếm trực tuyến trước khi mua hàng, việc có một trang web rất quan trọng hơn đối với doanh nghiệp của bạn.</p> <p>Tạo một trang web chuyên nghiệp và miễn phí với hơn 500 mẫu có thể tùy chỉnh, bắt mắt, lưu trữ web bảo mật miễn phí, công cụ SEO mạnh mẽ và dịch vụ chăm sóc khách hàng 24/7, Webi không chỉ cung cấp trang web mà còn là một giải pháp kinh doanh trực tuyến hoàn chỉnh.</p> <p>Bán hàng Online chưa bao giờ dễ dàng đến thế với các tính năng thương mại điện tử tích hợp trọn gói trên trang web của bạn. Sử dụng các công cụ tiếp thị và quản lý khách hàng tích hợp để giúp thúc đẩy doanh số bán hàng và chuyển đổi.</p> <p>Hơn 10.000 người đã chọn sử dụng dịch vụ của Webi và đang rất thành công. Và bạn cũng có thể làm được.</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_des_13' => array( 'vi' => 'Lựa chọn từ hơn 500+ mẫu thiết kế do chính các nhà thiết kế chuyên nghiệp tạo ra. Bạn có thể lựa chọn và sở hữu những mẫu Website hàng đầu, chuyên nghiệp phù hợp với yêu cầu của bạn chỉ với 6 bước đơn giản.', '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' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_32' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_33' => array( 'vi' => '<p>Hình thức xét tuyển</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_34' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 1</span><br /> Xét tuyển thẳng</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_35' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 2</span><br /> Xét tuyển thẳng</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_36' => array( 'vi' => '<div><span style="color:#e30613;">Đối tượng 3</span><br /> Xét tuyển theo điểm</div> <div>học bạ và phỏng vấn</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_37' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/pop-up-button-202205241155211.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_38' => array( 'vi' => 'Tôi phải bắt đầu từ đâu?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_39' => array( 'vi' => '<p>Lộ trình<br /> <span style="color:#252c6d;">Global COOP</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40' => array( 'vi' => '<p>Lộ trình<br /> <span style="color:rgb(37,44,109);">Foundation</span></p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41' => array( 'vi' => '<p>Học<br /> Chuyên ngành</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42' => array( 'vi' => '<p>Trải nghiệm<br /> Vương Quốc Anh</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43' => array( 'vi' => '<p>Học<br /> Chuyên ngành</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44' => array( 'vi' => '<p>Kỳ<br /> Thực tập</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_45' => array( 'vi' => '<p>Học năm cuối<br /> tại Việt Nam</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_44_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/templates.html', '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' => '<p>Chuyển tiếp sang Anh Quốc</p> ', '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' => 'Nhận bằng Anh Quốc có giá trị công nhận toàn cầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_47_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48' => array( 'vi' => 'Đăng Ký tư vấn ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_48_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/tietkiem.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_49_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/templates.html', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_50' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/subback.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg4.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_51_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_52' => array( 'vi' => 'Học bổng đầu vào', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Chancellor’s Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_53_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_54' => array( 'vi' => '<h2>75%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Dean’s Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_55_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_40_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_41_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_42_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_43_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_56' => array( 'vi' => '<h2>50%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Transforming Scholarship</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_57_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_58' => array( 'vi' => '<h2>15%</h2> <p>Học phí 3 năm chuyên ngành tại Việt Nam</p> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Early Bird</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_59_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_60' => array( 'vi' => '<h4>10 triệu VNĐ</h4> ', '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' => '<h2>Học bổng</h2> <h3><span style="color:#FFD41C;">Future Scholarship</span></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_61_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_62' => array( 'vi' => '<h4>10 triệu VNĐ</h4> ', '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' => '<h2>Học bổng</h2> <h3><font color="#ffd41c">Trải nghiệm Anh Quốc</font></h3> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_63_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_64' => array( 'vi' => '<h4>46,5 tỷ VNĐ</h4> ', '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' => 'Tự do sáng tạo - thỏa sức thiết kế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_12' => array( 'vi' => '<p>Đời sống sinh viên</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_13' => array( 'vi' => '<p>Báo chí nói về chúng tôi</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_14' => array( 'vi' => 'Tăng trưởng doanh số thương mại điện tử', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_15' => array( 'vi' => 'Quảng bá truyền thông sự kiện', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_16' => array( 'vi' => 'Bảo mật thông tin', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_17' => array( 'vi' => 'Thu hút khách hàng tiềm năng', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_18' => array( 'vi' => 'Kết nối tự động với các nền tảng social ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_19' => array( 'vi' => 'Công cụ SEO', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_tab_20' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65' => array( 'vi' => '<h2>Career <span style="color:#ffd41c;">ready</span> with <span style="color:#ffd41c;">global agility</span></h2> <p>Học thuật vững vàng, sẵn sàng thích ứng</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_65_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_66' => array( 'vi' => 'Đăng ký nhận học bổng', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/22/frame-1000008516.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_67_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_68' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/bg5.png', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/12/duhoc.png', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Về UWE BRISTOL<br /> PHENIKAA CAMPUS</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Chương trình<br /> đào tạo</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Hình thức<br /> xét tuyển</a></p> ', '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' => '<p><a href="https://ts2024phenika.webpx.io.vn/">Học bổng<br /> Anh Quốc</a></p> ', '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' => 'theme/default/uploads/images/Wix/make5.jpg', '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' => 'theme/default/uploads/images/Wix/make6.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_76' => array( 'vi' => 'Thu hút khách hàng từ mọi nơi về website đặt hàng, bạn sẽ rút ngắn quá trình tư vấn, tối ưu chi phí vận hành để tập trung tăng trưởng doanh số đa kênh', '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' => 'Sử dụng các tiện ích trên Website để truyền thông các sự kiện tin tức hot đến những người quan tâm. Để thu hút, gia tăng lượt đăng ký, đồng nghĩa danh sách khách hàng tiềm năng sẽ phát triển hơn.', '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' => 'Dữ liệu được mã hóa và bảo mật cực kì an toán với hệ thống server mạnh mẽ', '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' => 'Thu thập danh sách khách hàng tiềm năng, thực sự có nhu cầu về sản phẩm hay dịch vụ, để chuyển qua giai đoạn chăm sóc, tư vấn.', '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' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/22/title.png', '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' => 'Tối ưu hóa website chuẩn SEO, cải thiện khả năng hiển thị của website trên các công cụ tìm kiếm.', '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' => 'Create an Online Store', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_82_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83' => array( 'vi' => 'Learn How', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_83_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84' => array( 'vi' => 'Tạo blog', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_84_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85' => array( 'vi' => 'Tìm hiểu thêm', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_85_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86' => array( 'vi' => 'Bảo mật thông tin', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_86_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87' => array( 'vi' => 'Tìm hiểu - Đặt lịch hẹn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_87_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88' => array( 'vi' => 'Trải nghiệm ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_88_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89' => array( 'vi' => 'Find Out More ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_89_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_90' => array( 'vi' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/13/pattern-01-20240222190605-rgyb4.png', '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' => 'Share post', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_91_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92' => array( 'vi' => 'Web Design | Wix Blog', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_92_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93' => array( 'vi' => 'theme/default/uploads/images/Wix/banner-qc.jpg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_93_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94' => array( 'vi' => 'Ideas & Inspiration', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_94_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95' => array( 'vi' => 'Recent Posts', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_95_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96' => array( 'vi' => 'See All', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_96_link' => array( 'vi' => '#', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97' => array( 'vi' => 'Webi Premium Plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_97_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98' => array( 'vi' => 'Wix gives you 100s of templates, unlimited pages & top grade hosting FREE. Upgrade Premium and get even more.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_98_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99' => array( 'vi' => 'Get Start Today', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_99_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100' => array( 'vi' => '2025/05/30', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_100_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101' => array( 'vi' => 'First Priority Support', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_101_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102' => array( 'vi' => 'US$', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_102_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103' => array( 'vi' => '24', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_103_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_104_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105' => array( 'vi' => '/month', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_105_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106' => array( 'vi' => 'Unlimited', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_106_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107' => array( 'vi' => 'Entrepreneurs & Freelancers', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_107_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_108_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109' => array( 'vi' => '12', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_109_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_110_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111' => array( 'vi' => 'Combo', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_111_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112' => array( 'vi' => 'For Personal Use', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_112_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113' => array( 'vi' => '8', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_113_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_114_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115' => array( 'vi' => 'Connect Domain', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_115_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116' => array( 'vi' => 'Most Basic', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_116_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117' => array( 'vi' => 'This plan displays Wix ads', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_117_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118' => array( 'vi' => '4', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_118_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119' => array( 'vi' => '50', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_119_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120' => array( 'vi' => 'Business & eCommerce plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_120_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text__link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121' => array( 'vi' => 'theme/default/uploads/images/Wix/canhbao.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_121_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122' => array( 'vi' => 'Grow and manage your online business with a custom storefront, catalog and order management, shipping and taxes, integrated sales channels and more.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_122_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123' => array( 'vi' => 'See Business Plans', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_123_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124' => array( 'vi' => '<div>Displayed prices are for yearly subscriptions, paid in full at the time of purchase. Prices do not include applicable taxes, which are determined according to your billing address.</div> <div>The final price can be seen on the purchase page, before payment is completed.</div> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_124_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125' => array( 'vi' => 'ACCEPTED PAYMENT METHODS', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_125_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126' => array( 'vi' => 'theme/default/uploads/images/Wix/visa.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_126_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127' => array( 'vi' => 'theme/default/uploads/images/Wix/camdo.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_127_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_128_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_129_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130' => array( 'vi' => 'theme/default/uploads/images/Wix/nganhang3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_130_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131' => array( 'vi' => 'theme/default/uploads/images/Wix/hoantra.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_131_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132' => array( 'vi' => 'theme/default/uploads/images/Wix/baove.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_132_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133' => array( 'vi' => 'MONEY BACK GUARANTEE', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_133_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134' => array( 'vi' => 'Try Wix for 14 days and if you're not 100% satisfied, get your money back.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_134_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135' => array( 'vi' => 'SSL SECURE PAYMENT', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_135_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136' => array( 'vi' => 'Your information is protected by 256-bit SSL encryption.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_136_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137' => array( 'vi' => 'Câu hỏi thường gặp', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_137_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138' => array( 'vi' => 'Nếu không tìm thấy thông tin bạn muốn. Hãy liên hệ với chúng tôi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_138_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139' => array( 'vi' => 'What is a Premium Plan?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_139_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140' => array( 'vi' => 'Creating your website is free. With a Premium Plan you can connect your own domain, remove Wix ads from your site, and more. Most Premium Plans include a 1 year free domain voucher. For best value, we recommend our Yearly or Multi-Year Plans.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_140_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141' => array( 'vi' => 'Can I try a Wix Premium Plan for free?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_141_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142' => array( 'vi' => 'Yes. Try any Wix Premium Plan and if you decide it's not for you, you can cancel within 14 days and receive a full refund—no questions asked. This applies to the initial upgrade to a Premium Plan.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_142_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143' => array( 'vi' => 'How do I get my free domain?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_143_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144' => array( 'vi' => 'Most Yearly or Multi-Year Premium Plans come with a 1 year free domain voucher. You can choose your own domain name with suffixes such as .com, .net, .org and more. Once you find the perfect domain for your site, your voucher will be waiting for you at checkout.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_144_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145' => array( 'vi' => 'Why do I need a custom domain?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_145_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146' => array( 'vi' => 'A custom domain, like mystunningwebsite.com, is a great way to get found online and promote your brand. Replace your free Wix URL (username.wixsite.com/sitename) with a custom domain you purchased from Wix, or one you already own.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_146_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147' => array( 'vi' => 'How can I get my own personalized email address?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_147_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148' => array( 'vi' => 'Once you have your own domain, you can purchase a Google Workspace plan and get a custom email address using your domain, like info@mystunningwebsite.com. We've partnered with Google to give you 30GB of Drive storage, as well as Google Calendar, Docs, Sheets and Slides.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_148_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149' => array( 'vi' => 'Where can I find my billing information?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_149_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150' => array( 'vi' => 'Sign into your Wix account and choose Billing & Payments from the main menu at the top-right of the page. You'll see all your subscriptions and billing history right there.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_150_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151' => array( 'vi' => 'What online payments are accepted?', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_151_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152' => array( 'vi' => 'Wix accepts all major credit cards and debit cards, including Visa, Mastercard, American Express, Discover, JCB and Diners. Additional payment options may be available in your specific location.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_152_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153' => array( 'vi' => 'Let’s make an impact together to stand with the people of Ukraine.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_153_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154' => array( 'vi' => 'Xem thực tế', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_154_link' => array( 'vi' => 'https://builder.kientructhanhphat.com.vn/?preview=Babyshop', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155' => array( 'vi' => 'Hoặc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_155_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156' => array( 'vi' => 'Chọn theme này để kinh doanh ngay', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_156_link' => array( 'vi' => 'https://webi.vn/login', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157' => array( 'vi' => 'Bạn còn thắc mắc, vui lòng liên hệ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_157_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158' => array( 'vi' => 'Tìm hiểu chi tiết về ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_158_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159' => array( 'vi' => 'theme/default/uploads/images/Wix/noibat1.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_159_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160' => array( 'vi' => '16+ Điểm Nổi Bật', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_160_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161' => array( 'vi' => 'Các tính năng đặc biệt tối ưu cho website thương mại điện tử vượt trội.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_161_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162' => array( 'vi' => 'theme/default/uploads/images/Wix/noibat2.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_162_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163' => array( 'vi' => 'Tối Ưu Mobile', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_163_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164' => array( 'vi' => 'Trải nghiệm website trên di động cực kì mượt mà & thuận tiện.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_164_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165' => array( 'vi' => 'theme/default/uploads/images/Wix/noiabt3.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_165_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166' => array( 'vi' => 'Tiết Kiệm ~ 100tr', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_166_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167' => array( 'vi' => 'So với việc tự design & code từ đầu hàng trăm tính năng cho website TMĐT như thế này.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_167_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168' => array( 'vi' => 'TÌM HIỂU SẢN PHẨM CÓ TRONG GÓI COMBO NÀY', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_168_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169' => array( 'vi' => 'Tính năng nổi bật trên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_169_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170' => array( 'vi' => 'Mẫu Website khác', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_170_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171' => array( 'vi' => 'Created with', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_171_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172' => array( 'vi' => 'Webi', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_172_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173' => array( 'vi' => '© All rights reserved.', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_173_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174' => array( 'vi' => 'Xem link gốc', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_text_174_link' => array( 'vi' => '', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_1' => array( 'vi' => 'Yêu cầu tư vấn', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_2' => array( 'vi' => 'Bắt đầu', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_link_3' => array( 'vi' => 'Bắt đầu', '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' => 'theme/default/uploads/images/Wix/banner/undraw_heatmap_uyye.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'home_bg_2' => array( 'vi' => 'theme/default/uploads/images/Wix/banner/banner-email.jpeg', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_21' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/contact-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_22' => array( 'vi' => '<p>Cảm ơn bạn. Thư liên hệ của bạn đã được gửi tới chúng tôi. Chúng tôi sẽ phản hồi với bạn trong thời gian sớm nhất</p> ', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_23' => array( 'vi' => 'theme/default/uploads/images/Wix/icon/acc-thank.png', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'contact_text_24' => array( 'vi' => '<p>Vui lòng truy cập vào email để kích hoạt tài khoản</p> ', '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' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_name' => array( 'vi' => 'Họ và Tên', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'your_comment' => array( 'vi' => 'Nội dung', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'binhluan_btn' => array( 'vi' => 'Bình luận', 'en' => null, 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search' => array( 'vi' => 'Tìm kiếmx', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ), 'search_key' => array( 'vi' => 'Nhập từ khóa', 'en' => '', 'jp' => null, 'cn' => null, 'kr' => null, 'pos' => '1' ) ) settings => array( 'title' => 'Tuyển sinh quốc tế', 'description' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', 'keyword' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', '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/', 'links' => 'webi.vn', 'headerscript' => '"<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TL2N29VD');</script> <!-- End Google Tag Manager -->"', '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 title="myCompany" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.6055954293415!2d105.84865241501241!3d21.008441286009404!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab8a968ddd2d%3A0xce9a15a5450e182!2zMjcgxJDhuqFpIEPhu5MgVmnhu4d0LCBD4bqndSBE4buBbiwgSGFpIELDoCBUcsawbmcsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1677204665399!5m2!1svi!2s" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => 'tls', 'smtp_port' => '587', 'smtp_pass' => '', 'analytics' => '"<!-- Google Tag Manager (noscript) --> <noscript><iframe src=""https://www.googletagmanager.com/ns.html?id=GTM-TL2N29VD"" height=""0"" width=""0"" style=""display:none;visibility:hidden""></iframe></noscript> <!-- End Google Tag Manager (noscript) -->"', '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' => 'Tuyển sinh quốc tế', 'favicon' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo.png', 'image_share' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo-2.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'id_google_speadsheet' => '1FtcrvnzfdIC3jz93D8u8uwbjm3uZhq--42nYVM5GGKI', 'google_console_project_name' => 'excel ban hang', 'google_sheet_name' => 'testexcel' ) nodeData => array( 'Node' => array( 'id' => '171', 'title' => 'Lựa chọn ngành học', 'slug' => 'lua-chon-nganh-hoc', 'link' => null, 'type' => 'category', 'pos' => '1', 'robots' => '1', 'views' => '0', 'lang' => null, 'lang_node_id' => null, 'created' => '1715486816', 'modified' => '1715486816', 'status' => '1' ) ) cModalName => 'Category' cActionName => 'category_list' cFlagPage => false currentCategory => array( '_price' => 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' => true, 'user' => true, 'product' => true, 'hang' => true, 'color' => true, 'size' => true, 'material' => false, 'subcriber' => true, 'cart' => true, 'video' => false, 'flashsale' => true, 'team' => true, 'comment' => true, 'shortcode' => false, 'agency' => false, 'wishlist' => false ) banner_types => array() search_type => 'product' options => array( 'default' => array( 'pagination_product_limit' => (int) 6, 'pagination_news_limit' => (int) 8 ), 'search' => array( 'search_product_pagination_limit' => (int) 9, 'search_news_pagination_limit' => (int) 16 ) ) category_fields => array( 'navbar' => true, 'sidebar' => false, 'home_menu' => true, 'dropdown' => true, 'footer_1' => true, 'footer_2' => true, 'footer_3' => true, 'footer_4' => false, 'filter_price' => true, 'image2' => true ) product_fields => array( 'newest' => true, 'featured' => true, 'hot' => false, 'best_sales' => true, 'image2' => true, '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' => true, 'flashsale_id' => false ) news_fields => array( 'featured' => true, 'image' => true, 'image2' => false, 'images' => true ) news_templates => array( 'news_category' => 'Danh mục tin tức' ) colors => array( 'default' => array( '--primary-color' => array( [maximum depth reached] ), '--second-color' => array( [maximum depth reached] ), '--third-color' => array( [maximum depth reached] ), '--fourth-color' => array( [maximum depth reached] ), '--fifth-color' => array( [maximum depth reached] ), '--sixth-color' => array( [maximum depth reached] ), '--seventh-color' => array( [maximum depth reached] ), '--eighth-color' => array( [maximum depth reached] ), '--ninth-color' => array( [maximum depth reached] ), '--tenth-color' => array( [maximum depth reached] ), '--eleventh-color' => array( [maximum depth reached] ), '--twelfth-color' => array( [maximum depth reached] ), '--thirteenth-color' => array( [maximum depth reached] ), '--fourteenth-color' => array( [maximum depth reached] ), '--fifteenth-color' => array( [maximum depth reached] ), '--sixteenth-color' => array( [maximum depth reached] ), '--seventeenth-color' => array( [maximum depth reached] ), '--eighteenth-color' => 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 => 'lua-chon-nganh-hoc.html' base => '' webroot => '/' here => '/lua-chon-nganh-hoc.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(), 'cart_num' => (int) 0, 'colors' => array(), 'sizes' => array(), 'logo' => 'https://ts2024phenika.webpx.io.vn/theme/default/img/logo.png', 'banners' => array( 'ds_sv' => array( [maximum depth reached] ), 'bao_tri' => array( [maximum depth reached] ) ), 'categories_image2' => array(), 'categories_filter_price' => array(), 'categories_footer_3' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_2' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_footer_1' => array( (int) 0 => array( [maximum depth reached] ) ), 'categories_dropdown' => array(), 'categories_home_menu' => array(), 'categories_navbar' => 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] ) ), 'settings' => array( 'title' => 'Tuyển sinh quốc tế', 'description' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', 'keyword' => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).', '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/', 'links' => 'webi.vn', 'headerscript' => '"<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TL2N29VD');</script> <!-- End Google Tag Manager -->"', '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 title="myCompany" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.6055954293415!2d105.84865241501241!3d21.008441286009404!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab8a968ddd2d%3A0xce9a15a5450e182!2zMjcgxJDhuqFpIEPhu5MgVmnhu4d0LCBD4bqndSBE4buBbiwgSGFpIELDoCBUcsawbmcsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1677204665399!5m2!1svi!2s" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>', 'smtp_email' => '', 'smtp_host' => '', 'smtp_secure' => 'tls', 'smtp_port' => '587', 'smtp_pass' => '', 'analytics' => '"<!-- Google Tag Manager (noscript) --> <noscript><iframe src=""https://www.googletagmanager.com/ns.html?id=GTM-TL2N29VD"" height=""0"" width=""0"" style=""display:none;visibility:hidden""></iframe></noscript> <!-- End Google Tag Manager (noscript) -->"', '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' => 'Tuyển sinh quốc tế', 'favicon' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo.png', 'image_share' => 'https://img.webi.vn/app/webroot/uploads/images/1/2024/05/15/logo-2.png', 'robots_txt' => '', 'home_schema' => '', 'js_thanks' => '', 'id_google_speadsheet' => '1FtcrvnzfdIC3jz93D8u8uwbjm3uZhq--42nYVM5GGKI', 'google_console_project_name' => 'excel ban hang', 'google_sheet_name' => 'testexcel' ), 'sufix' => '', 'lang' => 'vi', 'hangs' => array(), '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 => 'lua-chon-nganh-hoc', (int) 1 => '.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 => 'get_dailyphanphoi', (int) 28 => 'sidebar_menu', (int) 29 => 'count_items', (int) 30 => 'img', (int) 31 => 'tags', (int) 32 => 'get_bosuutap', (int) 33 => 'gallery_detail', (int) 34 => 'gallery', (int) 35 => 'search', (int) 36 => 'search2', (int) 37 => 'search_els', (int) 38 => 'comment', (int) 39 => 'get_child_comment', (int) 40 => 'get_comment', (int) 41 => 'get_random_nodes', (int) 42 => 'get_node_parse', (int) 43 => 'get_node', (int) 44 => 'parse_html_posts', (int) 45 => 'ajax_load_posts', (int) 46 => 'get_images', (int) 47 => 'get_product_prices', (int) 48 => 'get_product_category', (int) 49 => 'get_product_category_count', (int) 50 => 'get_dynamic_rows', (int) 51 => 'get_filters', (int) 52 => 'get_nodes', (int) 53 => 'tatcasp', (int) 54 => 'get_category_of_node', (int) 55 => 'get_category', (int) 56 => 'ketnoi', (int) 57 => 'find_root_category', (int) 58 => 'get_cbanner', (int) 59 => 'get_child_category_of', (int) 60 => 'get_tree_category_start_from', (int) 61 => 'get_list_category', (int) 62 => 'get_videos', (int) 63 => 'create_image', (int) 64 => 'visa_request', (int) 65 => 'process_condition', (int) 66 => 'get_data', (int) 67 => 'send_visa', (int) 68 => 'send_feedback', (int) 69 => 'test_mautic', (int) 70 => 'code', (int) 72 => 'rate', (int) 73 => 'cuahang', (int) 74 => 'getUserIP', (int) 75 => 'support', (int) 76 => 'get_sell_off_news', (int) 77 => 'get_youtube_videos', (int) 78 => 'get_comments', (int) 79 => 'get_home_products', (int) 80 => 'get_new_products', (int) 81 => 'get_featured_products', (int) 82 => 'get_10k_products', (int) 83 => 'get_featured_news', (int) 84 => 'get_latest_news', (int) 85 => 'get_most_read', (int) 86 => 'get_sizes', (int) 87 => 'get_colors', (int) 88 => 'get_lang', (int) 89 => 'banners', (int) 90 => 'categories', (int) 91 => 'settings', (int) 92 => 'alert', (int) 93 => 't', (int) 94 => 'word_limiter', (int) 95 => 'removeXss', (int) 96 => 'remove_hostname', (int) 97 => '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/phenikaa/domains/ts2024phenika.webpx.io.vn/public_html/app/View/Themed/Default/' } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => '.html' 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]) } Hang => object(AppModel) { useDbConfig => 'default' useTable => 'hangs' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'hangs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Hang' alias => 'Hang' 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 } Lang => object(AppModel) { useDbConfig => 'default' useTable => 'langs' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 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 } Setting => object(AppModel) { useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'Tuyển sinh quốc tế' keyword_for_layout => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).' description_for_layout => 'UWE Bristol - Phenikaa Campus là chương trình tiên phong về đào tạo nguyên bản liên quốc gia theo chuẩn mực tinh hoa giáo dục Anh Quốc, được Bộ Giáo dục & Đào tạo Việt Nam công nhận và kiểm định chất lượng bởi Cơ quan Đảm bảo Chất lượng Giáo dục Đại học (Vương Quốc Anh).' Category => object(Category) { name => 'Category' useTable => 'categories' actsAs => array( [maximum depth reached] ) useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'phenikaa_db2024' 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( 'ds_sv' => 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) 11 => array( [maximum depth reached] ) ), 'bao_tri' => array( (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ) Size => object(AppModel) { useDbConfig => 'default' useTable => 'sizes' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'sizes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Size' alias => 'Size' 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 } Color => object(AppModel) { useDbConfig => 'default' useTable => 'colors' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' table => 'colors' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Color' alias => 'Color' 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 } Node => object(Node) { name => 'Node' useTable => 'nodes' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'phenikaa_db2024' 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 => 'lua-chon-nganh-hoc', (int) 1 => '.html' ), 'slug' => 'lua-chon-nganh-hoc', 'ext' => '.html', 'isAjax' => false, 'models' => array( 'Hang' => array( [maximum depth reached] ), 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Size' => array( [maximum depth reached] ), 'Color' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'lua-chon-nganh-hoc.html' base => '' webroot => '/' here => '/lua-chon-nganh-hoc.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 => 'lua-chon-nganh-hoc', (int) 1 => '.html' ), 'slug' => 'lua-chon-nganh-hoc', 'ext' => '.html', 'isAjax' => false, 'models' => array( 'Hang' => array( [maximum depth reached] ), 'Lang' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'Size' => array( [maximum depth reached] ), 'Color' => array( [maximum depth reached] ), 'Node' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'lua-chon-nganh-hoc.html' base => '' webroot => '/' here => '/lua-chon-nganh-hoc.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() }
