{"id":8496,"date":"2020-08-03T14:37:16","date_gmt":"2020-08-03T07:37:16","guid":{"rendered":"http:\/\/mizuland.vn\/?page_id=8496"},"modified":"2021-09-09T12:07:47","modified_gmt":"2021-09-09T05:07:47","slug":"home","status":"publish","type":"page","link":"https:\/\/mizuland.vn\/en","title":{"rendered":"Home"},"content":{"rendered":"\n\n<div id=\"block_5ef06f5dec003\" class=\"seadev-background-slider seadev-block wp-block-acf-seadev-background-slider\" style=\"height:px;\">\n\n  <div class=\"slider-content d-flex flex-column flex-wrap justify-content-center align-items-center\" style=\"background-color:rgba(0,0,0,0);color:#FFFFFF;\">\n      <\/div>\n  <div class=\"slider-wrapper mb-0\">\n\n  \n        \n    \n      <div class=\"slide-item background-image\">\n        <div class=\"slide-item-inner\">\n          <div class=\"container-full\">\n            <div class=\"row align-items-center justify-content-center no-gutters\">\n              <div class=\"col-lg-6\">\n                <div class=\"box-content-slide\">\n                  \n                                                            <h1 class=\"section-title\">Search in the largest database of real estate in Central Viet Nam.<\/h1>\n                                      \n                                      <div class=\"description\">\n                      <p>With more than 120 office buildings, mixed buildings and data warehouses more than 1400 properties for rent to meet the diverse rental needs for customers using Mizuland services.<\/p>\n                    <\/div>\n                  \n                                            <form action=\"https:\/\/mizuland.vn\/en\" method=\"GET\" class=\"form-filter-estate\">\n                            <!-- <select class=\"category-real-estate\">\n                                                                <option value=\"\"><\/option>\n                                                            <\/select> -->\n                            <input type=\"text\" name=\"q\" placeholder=\"Type keywords to search...\" \/>\n                            <input type=\"hidden\" name=\"s\" value=\"\" \/>\n                            <input type=\"hidden\" value=\"en\" name=\"lang\" \/>\n                            <button type=\"submit\"><i class=\"icon-search\"><\/i><\/button>\n                                                    <\/form>\n                                    <\/div>\n              <\/div>\n              <div class=\"col-lg-6\">\n                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/hero-1.png\" class=\"img-fluid\" alt=\"hero 1\">\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    \n  \n        \n    \n      <div class=\"slide-item background-image\">\n        <div class=\"slide-item-inner\">\n          <div class=\"container-full\">\n            <div class=\"row align-items-center justify-content-center no-gutters\">\n              <div class=\"col-lg-6\">\n                <div class=\"box-content-slide\">\n                  \n                                                            <h2 class=\"section-title h1\">Search in the largest database of real estate in Central Viet Nam.<\/h2>\n                                      \n                                      <div class=\"description\">\n                      <p>With more than 120 office buildings, mixed buildings and data warehouses more than 1400 properties for rent to meet the diverse rental needs for customers using Mizuland services.<\/p>\n                    <\/div>\n                  \n                                            <form action=\"https:\/\/mizuland.vn\/en\" method=\"GET\" class=\"form-filter-estate\">\n                            <!-- <select class=\"category-real-estate\">\n                                                                <option value=\"\"><\/option>\n                                                            <\/select> -->\n                            <input type=\"text\" name=\"q\" placeholder=\"Type keywords to search...\" \/>\n                            <input type=\"hidden\" name=\"s\" value=\"\" \/>\n                            <input type=\"hidden\" value=\"en\" name=\"lang\" \/>\n                            <button type=\"submit\"><i class=\"icon-search\"><\/i><\/button>\n                                                    <\/form>\n                                    <\/div>\n              <\/div>\n              <div class=\"col-lg-6\">\n                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/hero-image2.png\" class=\"img-fluid\" alt=\"hero image2\">\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    \n    \n\n  <\/div>\n  <div class=\"container\">\n    <div class=\"wrap-dots\"><\/div>\n  <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n  (function($) {\n    \"use strict\";\n    \n    \/\/ Callback to initialize the block.\n    function initializeBlock( $block ) {\n\n      var slideWrapper = $block.find(\".slider-wrapper\");\n      var iframes = slideWrapper.find('.embed-player');\n\n      \/\/ Initialize\n      slideWrapper.on(\"init\", function(slick){\n        slick = $(slick.currentTarget);\n        setTimeout(function(){\n          playPauseVideo(slick,\"play\");\n        }, 1000);\n        resizePlayer(slideWrapper, iframes, 16\/9);\n      });\n      slideWrapper.on(\"beforeChange\", function(event, slick) {\n        slick = $(slick.$slider);\n        playPauseVideo(slick,\"pause\");\n      });\n        slideWrapper.on(\"afterChange\", function(event, slick) {\n            slick = $(slick.$slider);\n            playPauseVideo(slick,\"play\");\n\n            var iframe = $block.find('.slide-embed-video .video-iframe');\n            if ( iframe.length > 0 ) {\n                iframe[0].contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'pauseVideo' + '\",\"args\":\"\"}', '*');\n            }\n            $(slideWrapper).slick('slickSetOption', { 'autoplay': true }, true);\n        });\n      \n      slideWrapper.not('.slick-initialized').slick({\n        slidesToShow: 1,\n        slidesToScroll: 1,\n        speed: 600,\n        autoplay: true,\n        autoplaySpeed: 4000,\n        infinite: true,\n        fade: true,\n        dots: true,\n        draggable: false,\n        arrows: false,\n        appendDots: '.wrap-dots',\n      });\n\n      \/\/ \/\/ Resize event\n      $(window).on(\"resize.slickVideoPlayer\", function(){  \n        resizePlayer(slideWrapper, iframes, 16\/9);\n      });\n\n    }\n\n    \/\/ Initialize each block on page load (front end).\n    $(document).ready(function(){\n      initializeBlock( $(\"#block_5ef06f5dec003\") );\n    });\n\n    \/\/ \/\/ Initialize block preview (editor).\n    if( window.acf ) {\n      window.acf.addAction( 'render_block_preview', initializeBlock );\n    }\n\n    function postMessageToPlayer(player, command){\n      if (player == null || command == null) return;\n      player.contentWindow.postMessage(JSON.stringify(command), \"*\");\n    }\n\n    function playPauseVideo(slick, control){\n      var currentSlide, startTime, player, video;\n\n      currentSlide = slick.find(\".slick-current\");\n      player = currentSlide.find(\"iframe\").get(0);\n      startTime = currentSlide.data(\"video-start\");\n\n      if (currentSlide.hasClass('vimeo')) {\n        switch (control) {\n          case \"play\":\n            if ((startTime != null && startTime > 0 ) && !currentSlide.hasClass('started')) {\n              currentSlide.addClass('started');\n              postMessageToPlayer(player, {\n                \"method\": \"setCurrentTime\",\n                \"value\" : startTime\n              });\n            }\n            postMessageToPlayer(player, {\n              \"method\": \"play\",\n              \"value\" : 1\n            });\n            break;\n          case \"pause\":\n            postMessageToPlayer(player, {\n              \"method\": \"pause\",\n              \"value\": 1\n            });\n            break;\n        }\n      } else if (currentSlide.hasClass('youtube')) {\n        switch (control) {\n          case \"play\":\n            postMessageToPlayer(player, {\n              \"event\": \"command\",\n              \"func\": \"mute\"\n            });\n            postMessageToPlayer(player, {\n              \"event\": \"command\",\n              \"func\": \"playVideo\"\n            });\n            break;\n          case \"pause\":\n            postMessageToPlayer(player, {\n              \"event\": \"command\",\n              \"func\": \"pauseVideo\"\n            });\n            break;\n        }\n      } else if (currentSlide.hasClass('video')) {\n        video = currentSlide.children(\"video\").get(0);\n        if (video != null) {\n          if (control === \"play\"){\n            video.play();\n          } else {\n            video.pause();\n          }\n        }\n      }\n    }\n\n    \/\/ Resize player\n    function resizePlayer(slider, iframes, ratio) {\n      if (!iframes[0]) return;\n      var win = slider,\n          width = win.width(),\n          playerWidth,\n          height = win.height(),\n          playerHeight,\n          ratio = ratio || 16\/9;\n\n      iframes.each(function(){\n        var current = $(this);\n        if (width \/ ratio < height) {\n          playerWidth = Math.ceil(height * ratio);\n          current.width(playerWidth).height(height).css({\n            left: (width - playerWidth) \/ 2,\n            top: 0\n            });\n        } else {\n          playerHeight = Math.ceil(width \/ ratio);\n          current.width(width).height(playerHeight).css({\n            left: 0,\n            top: (height - playerHeight) \/ 2\n          });\n        }\n      });\n    }\n\n  }(jQuery));\n<\/script>\n\n\n\n\n<div id=\"block_5ef414d19071b\" class=\"seadev-block-grid seadev-block wp-block-acf-seadev-block-grid section-inner-block-80 pt-80 pb-80 mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-slide-content\">\n        <div class=\"container\">\n            <div class=\"row align-items-center\">\n    <div class=\"col-lg-5 \">\n                    <div class=\"wrap-grid-slide-image\">\n                                    <div>\n                        <div class=\"box-grid-slide-image\">\n                            <div class=\"wrap-main-image-slide\">\n                                <div class=\"feature-image-slide\" style=\"background-image: url(https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/z843204239813_4cf5f1fecba82b1843005a6f856ad6e3-1.jpg);\">\n                                    <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/z843204239813_4cf5f1fecba82b1843005a6f856ad6e3-1.jpg\" class=\"img-fluid hidden-image\" alt=\"z843204239813_4cf5f1fecba82b1843005a6f856ad6e3 1.jpg\">\n                                <\/div>\n                            <\/div>\n                            <div class=\"wrap-main-information-slide\">\n                                <div class=\"box-information\">\n                                    <div class=\"minicap\">\n                                        TYPICAL COOPERATION PARTNER                                    <\/div>\n                                    <h5 class=\"title\">Phi Long Technology Building<\/h5>\n                                <\/div>\n                                <div class=\"wrap-arrows\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n            <\/div>\n\n    <div class=\"col-lg-6 offset-lg-1\">\n        <div class=\"wrap-grid-content \">\n            <!-- Title -->\n                            <h2 class=\"title\">Response all the demand of the best real estate in Da Nang.<\/h2>\n            \n            <!-- Content -->\n                            <div class=\"main-content\">\n                    <p>Mizuland&#8217;s customers always know exactly what be expected, cause the Mizuland&#8217;s team is trained to deliver the best experience to customers. With the Board of Directors have wise visions, professional management and young, dynamic, creative and inherited staff of employees who are experienced in the field of Office Real Estate and Leasing. We always ready to assist customers:<\/p>\n<ul>\n<li>Searching for an office<\/li>\n<li>Provide list of offices<\/li>\n<li>Consulting for the most suitable office<\/li>\n<li>Consulting office set-up<\/li>\n<\/ul>\n                <\/div>\n            \n            <!-- Button -->\n                            <div class=\"wrap-button\">\n                    <a href=\"\/about-us?lang=en\" class=\"btn-bg-primary\" title=\"About us\" target=\"\">About us<\/a>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef43832658e9\" class=\"seadev-block-grid seadev-block wp-block-acf-seadev-block-grid section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: #e8f5fb\">\n    <!-- Header -->\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-statistic-video-autoplay\">\n        <div class=\"container\">\n            <div class=\"row flex-row-reverse align-items-center\">\n    <div class=\"col-lg-6\">\n        <div class=\"wrap-grid-video-content \">\n            <div class=\"image-bg-inner\">\n                <a href=\"https:\/\/www.youtube.com\/embed\/veWSo-jQLcU\" class=\"image-bg\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/video-image.jpg');\">\n                    <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/video-image.jpg\" class=\"hidden-image img-fluid\" alt=\"video image\">\n                <\/a>\n            <\/div>\n\n                            <div class='embed-video-container'>\n                                        <iframe \n                        src=\"https:\/\/www.youtube.com\/embed\/veWSo-jQLcU?autoplay=0&#038;controls=1&#038;loop=1&#038;playlist=veWSo-jQLcU\" \n                        title=\"YouTube video player\" \n                        frameborder=\"0\" \n                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" \n                        allowfullscreen>\n                    <\/iframe>\n                <\/div>\n                    <\/div>\n    <\/div>\n    <div class=\"col-lg-6\">\n        <div class=\"wrap-grid-statistic\">\n            <div class=\"row\">\n                                                            <div class=\"box-grid-statistic col-6\">\n                            <div class=\"bg-number\">\n                                <span>120+<\/span>\n                                <h5>Buildings in Da Nang<\/h5>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"box-grid-statistic col-6\">\n                            <div class=\"bg-number\">\n                                <span>3400+<\/span>\n                                <h5>Contacts per year<\/h5>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"box-grid-statistic col-6\">\n                            <div class=\"bg-number\">\n                                <span>1300+<\/span>\n                                <h5>Rental data<\/h5>\n                            <\/div>\n                        <\/div>\n                                                <\/div>\n        <\/div>\n    <\/div>\n<\/div>        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef55fc603373\" class=\"seadev-block-element seadev-block wp-block-acf-seadev-block-element layout-taxonomy-type section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n            <section class=\"section-header header-seadev-block-element text-left\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-12\">\n                        <div class=\"box-content-header\">\n                                                            <h2 class=\"title\" style=\"color: \">Active areas<\/h2>\n                            \n                                                            <div class=\"section-description \" style=\"color: \">\n                                    <ul>\n<li><strong>Marketing presentative<\/strong><\/li>\n<\/ul>\n<p>After customer receive the consignment and real estate process with the standard of Mizuland., we will perform the role as marketing presentive through a variety of media channels, helping customers to optimize the values of real estate<\/p>\n<ul>\n<li><strong>Renting presentative<\/strong><\/li>\n<\/ul>\n<p>From in-depth experience and quality consigned warehouse, Mizuland is ready to give customers the best choice that suitable for the needs of the brand and sustainable development. At Mizuland, we serve our customers COMPLETELY FOR FREE in consulting<\/p>\n<ul>\n<li><strong>Consulting operative management<\/strong><\/li>\n<\/ul>\n<p>From practical experience and market knowledge, Mizuland always accompanies with customers and partners in determining the development strategy, effective investment for your estates.<\/p>\n<ul>\n<li><strong>Operating and service Management<\/strong><\/li>\n<\/ul>\n<p>Real Estate management services play an important role in raising the value of your estates by ensuring the delivery of basic to specialized services and solutions, that helping your Commercial Real Estate optimal operation.<\/p>\n<ul>\n<li><strong>Consulting marketing and exploitation<\/strong><\/li>\n<\/ul>\n<p>With the market information system and in-depth experience in the field of Commercial Real Estate, MIZUKI can fully meet your goals as a consultant to recognize real estate assets as private. Only long-term strategy could brings long-term effect.<\/p>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-taxonomy-type\">\n        <div class=\"container\">\n            <div class=\"row\">\n    <!-- Large Items -->\n    <div class=\"col-lg-4\">\n        <div class=\"wrap-item-tax large-item\">\n            <div class=\"box-item-tax\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-20-4.jpg');\">\n                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-20-4-512x656.jpg\" class=\"img-fluid hidden-image\" alt=\"Rectangle 20 4\">\n                <div class=\"information-tax\">\n                    <!-- Parent Cateogry -->\n                                                                    <div class=\"parent-cat\">Office for lease<\/div>\n                    \n                    <!-- Title -->\n                    <h4 class=\"title\">\n                        <a href=\"https:\/\/mizuland.vn\/en\/loai\/office-for-lease-in-building\" title=\"Office for lease in building\">\n                            Office for lease in building                        <\/a>\n                    <\/h4>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Multiple Normal Items -->\n    <div class=\"col-lg-8\">\n        <div class=\"row\">\n                                                                                                        <div class=\"col-lg-6\">\n                    <div class=\"wrap-item-tax normal-item\">\n                        <div class=\"box-item-tax\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-21.jpg');\">\n                            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-21-512x316.jpg\" class=\"img-fluid hidden-image\" alt=\"Rectangle 21\">\n                            <div class=\"information-tax\">\n\n                                <!-- Parent Cateogry -->\n                                                                                                        <div class=\"parent-cat\">Office for lease<\/div>\n                                \n                                <!-- Title -->\n                                <h4 class=\"title\">\n                                    <a href=\"https:\/\/mizuland.vn\/en\/loai\/building-for-lease\" title=\"Building for lease\">\n                                        Building for lease                                    <\/a>\n                                <\/h4>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                                                            <div class=\"col-lg-6\">\n                    <div class=\"wrap-item-tax normal-item\">\n                        <div class=\"box-item-tax\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-20-4.jpg');\">\n                            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-20-4-512x316.jpg\" class=\"img-fluid hidden-image\" alt=\"Rectangle 20 4\">\n                            <div class=\"information-tax\">\n\n                                <!-- Parent Cateogry -->\n                                \n                                <!-- Title -->\n                                <h4 class=\"title\">\n                                    <a href=\"https:\/\/mizuland.vn\/en\/loai\/house-for-lease\" title=\"House for lease\">\n                                        House for lease                                    <\/a>\n                                <\/h4>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                                                            <div class=\"col-lg-6\">\n                    <div class=\"wrap-item-tax normal-item\">\n                        <div class=\"box-item-tax\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-23-1.jpg');\">\n                            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-23-1-512x316.jpg\" class=\"img-fluid hidden-image\" alt=\"Rectangle 23 (1)\">\n                            <div class=\"information-tax\">\n\n                                <!-- Parent Cateogry -->\n                                \n                                <!-- Title -->\n                                <h4 class=\"title\">\n                                    <a href=\"https:\/\/mizuland.vn\/en\/loai\/hotel-for-lease\" title=\"Hotel for lease\">\n                                        Hotel for lease                                    <\/a>\n                                <\/h4>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                                                            <div class=\"col-lg-6\">\n                    <div class=\"wrap-item-tax normal-item\">\n                        <div class=\"box-item-tax\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-22.jpg');\">\n                            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/07\/Rectangle-22-512x316.jpg\" class=\"img-fluid hidden-image\" alt=\"Rectangle 22\">\n                            <div class=\"information-tax\">\n\n                                <!-- Parent Cateogry -->\n                                \n                                <!-- Title -->\n                                <h4 class=\"title\">\n                                    <a href=\"https:\/\/mizuland.vn\/en\/loai\/other-types\" title=\"Other types\">\n                                        Other types                                    <\/a>\n                                <\/h4>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                    <\/div>\n    <\/div>\n\n    <\/div>        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef575617f6ab\" class=\"seadev-block-grid seadev-block wp-block-acf-seadev-block-grid section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: #e8f5fb\">\n    <!-- Header -->\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-image-accordion\">\n        <div class=\"container\">\n            <div class=\"row align-items-center\">\n    <div class=\"col-lg-5 \">\n        <div class=\"wrap-grid-image-accordion\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/quy-trinh-tu-van.jpg');\">\n            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/quy-trinh-tu-van.jpg\" class=\"img-fluid hidden-image\" alt=\"quy trinh tu van\">\n        <\/div>\n    <\/div>\n    <div class=\"col-lg-6 offset-lg-1\">\n        <div class=\"wrap-grid-content\">\n            <!-- Title -->\n                            <h2 class=\"title\">Free consulting service process<\/h2>\n            \n            <!-- Content -->\n                            <div class=\"main-content\">\n                    <p>Please leave your inquiry information, our professional team will contact you to provide advice and assist to help you quickly find the property you want. Mizuland is committed to helping you choose the right product after 5 steps.<\/p>\n                <\/div>\n            \n            <!-- Accordions -->\n                            <div class=\"accordion\" id=\"accordion_block_5ef575617f6ab\">\n                                                                    <div class=\"card\">\n                            <div class=\"card-header\" id=\"heading_0\">\n                                <div class=\"bg-number\">\n                                    <span>1<\/span>\n                                <\/div>\n                                <h6 class=\"mb-0\">\n                                    <span class=\"title \" data-toggle=\"collapse\" data-target=\"#block_5ef575617f6ab_collapse_0\" aria-expanded=\"true\" aria-controls=\"block_5ef575617f6ab_collapse_0\">\n                                        Receiving request                                    <\/span>\n                                <\/h6>\n                            <\/div>\n\n                            <div id=\"block_5ef575617f6ab_collapse_0\" class=\"collapse show\" aria-labelledby=\"heading_0\" data-parent=\"#accordion_block_5ef575617f6ab\">\n                                <div class=\"card-body\">\n                                    <p>After acknowledging customer&#8217;s request and resources. We will conduct preliminary advice on available supply.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                                    <div class=\"card\">\n                            <div class=\"card-header\" id=\"heading_1\">\n                                <div class=\"bg-number\">\n                                    <span>2<\/span>\n                                <\/div>\n                                <h6 class=\"mb-0\">\n                                    <span class=\"title collapsed\" data-toggle=\"collapse\" data-target=\"#block_5ef575617f6ab_collapse_1\" aria-expanded=\"true\" aria-controls=\"block_5ef575617f6ab_collapse_1\">\n                                        Quotative advice                                    <\/span>\n                                <\/h6>\n                            <\/div>\n\n                            <div id=\"block_5ef575617f6ab_collapse_1\" class=\"collapse \" aria-labelledby=\"heading_1\" data-parent=\"#accordion_block_5ef575617f6ab\">\n                                <div class=\"card-body\">\n                                    <p>Mizuland with full market database, abundant and specialized human resources in the office will help customers to get information about suitable offices as fast as you can imagine. The process is done with these steps:<\/p>\n<ul>\n<li>Screening buildings that fit the requirements.<\/li>\n<li>Work with the building owner to update vacant space, prices and other necessary information.<\/li>\n<li>Summarize and propose suitable options for hiring.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                                    <div class=\"card\">\n                            <div class=\"card-header\" id=\"heading_2\">\n                                <div class=\"bg-number\">\n                                    <span>3<\/span>\n                                <\/div>\n                                <h6 class=\"mb-0\">\n                                    <span class=\"title collapsed\" data-toggle=\"collapse\" data-target=\"#block_5ef575617f6ab_collapse_2\" aria-expanded=\"true\" aria-controls=\"block_5ef575617f6ab_collapse_2\">\n                                        Field survey                                    <\/span>\n                                <\/h6>\n                            <\/div>\n\n                            <div id=\"block_5ef575617f6ab_collapse_2\" class=\"collapse \" aria-labelledby=\"heading_2\" data-parent=\"#accordion_block_5ef575617f6ab\">\n                                <div class=\"card-body\">\n                                    <ul>\n<li>Mange the schedule to see reality.<\/li>\n<li>Meet the person have authorization to work.<\/li>\n<li>Provide accurate information to customers to help they fully understand the advantages and disadvantages of each building.<\/li>\n<li>Provide objective assessments about the advantages and disadvantages of each building, helping customers choose the most appropriate building.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                                                    <div class=\"card\">\n                            <div class=\"card-header\" id=\"heading_3\">\n                                <div class=\"bg-number\">\n                                    <span>4<\/span>\n                                <\/div>\n                                <h6 class=\"mb-0\">\n                                    <span class=\"title collapsed\" data-toggle=\"collapse\" data-target=\"#block_5ef575617f6ab_collapse_3\" aria-expanded=\"true\" aria-controls=\"block_5ef575617f6ab_collapse_3\">\n                                        Selective consultation                                    <\/span>\n                                <\/h6>\n                            <\/div>\n\n                            <div id=\"block_5ef575617f6ab_collapse_3\" class=\"collapse \" aria-labelledby=\"heading_3\" data-parent=\"#accordion_block_5ef575617f6ab\">\n                                <div class=\"card-body\">\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                                                                    <div class=\"card\">\n                            <div class=\"card-header\" id=\"heading_4\">\n                                <div class=\"bg-number\">\n                                    <span>5<\/span>\n                                <\/div>\n                                <h6 class=\"mb-0\">\n                                    <span class=\"title collapsed\" data-toggle=\"collapse\" data-target=\"#block_5ef575617f6ab_collapse_4\" aria-expanded=\"true\" aria-controls=\"block_5ef575617f6ab_collapse_4\">\n                                        Support negotiations                                    <\/span>\n                                <\/h6>\n                            <\/div>\n\n                            <div id=\"block_5ef575617f6ab_collapse_4\" class=\"collapse \" aria-labelledby=\"heading_4\" data-parent=\"#accordion_block_5ef575617f6ab\">\n                                <div class=\"card-body\">\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n<\/div>        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef584634ea0e\" class=\"seadev-block-element seadev-block wp-block-acf-seadev-block-element layout-featured-real-estate section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n            <section class=\"section-header header-seadev-block-element text-center\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-12\">\n                        <div class=\"box-content-header\">\n                                                            <h2 class=\"title\" style=\"color: \">Highlight properties<\/h2>\n                            \n                                                            <div class=\"section-description mr-auto ml-auto\" style=\"color: \">\n                                    <p>The list of featured properties is updated and screened in real time so the sources of information you approach always ensure freshness.<\/p>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-featured-real-estate\">\n        <div class=\"container\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef850770db7e\" class=\"seadev-block-element seadev-block wp-block-acf-seadev-block-element layout-default section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/kygui.jpg'); background-color: \">\n    <!-- Header -->\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-default\">\n        <div class=\"container\">\n            <div class=\"row flex-row-reverse\">\n    <div class=\"col-lg-5 offset-lg-1\">\n    <\/div>\n\n    <div class=\"col-lg-6 \">\n        <div class=\"wrap-grid-content\">\n            <!-- Title -->\n                            <h2 class=\"title mb-24\" style=\"color: #ffffff;\">Deposit for rent<\/h2>\n            \n            <!-- Content -->\n                            <div class=\"main-content\" style=\"color: #ffffff\">\n                    <p>In order for your property to be leased quickly and effectively, you can send real estate information to Mizuland. Our specialists will contact you to receive and take care of your real property within 24 hours after receiving the deposit request.<\/p>\n                <\/div>\n            \n            <!-- Button -->\n                            <div class=\"wrap-button mt-48\">\n                    <a href=\"\/deposit-for-rent?lang=en\" class=\"btn-bg-primary\" title=\"Deposit for rent\" target=\"\">Deposit for rent<\/a>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5ef5c824d4571\" class=\"seadev-block-grid seadev-block wp-block-acf-seadev-block-grid section-inner-block-160 pt-none pb-80 mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n            <section class=\"section-header header-seadev-block-grid text-center\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-12\">\n                        <div class=\"box-content-header\">\n                                                            <h2 class=\"title\" style=\"color: \">Typical customers<\/h2>\n                            \n                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-logo\">\n        <div class=\"container\">\n            \n    <div class=\"list-grid-cards\">\n        <div class=\"row\">\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Ubisoft.jpg\" class=\"img-fluid\" alt=\"Ubisoft\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Mensa-Industries.jpg\" class=\"img-fluid\" alt=\"Mensa Industries\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Dentium.jpg\" class=\"img-fluid\" alt=\"Dentium\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/FPT-Greenwich.jpg\" class=\"img-fluid\" alt=\"FPT Greenwich\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Maesk-Line-Vi\u1ec7t-Nam.jpg\" class=\"img-fluid\" alt=\"Maesk Line Vi\u1ec7t Nam\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Cowell.jpg\" class=\"img-fluid\" alt=\"Cowell\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Jibanet-Asia.jpg\" class=\"img-fluid\" alt=\"Jibanet Asia\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Wooribank.jpg\" class=\"img-fluid\" alt=\"Wooribank\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/MMA-Fighter-Club.jpg\" class=\"img-fluid\" alt=\"MMA Fighter Club\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Herbalife-Nutriton.jpg\" class=\"img-fluid\" alt=\"Herbalife Nutriton\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"col-lg-2 col-md-4 col-6 wrap-grid-card\">\n                    <div class=\"box-grid-card\">\n                        <div class=\"feature-image-grid-default\">\n                            <a  target=\"_blank\">\n                                <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/Adidas.jpg\" class=\"img-fluid\" alt=\"Adidas\">\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\t\t<section class=\"wrap-block-contact-popup\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<div class=\"block-contact-popup\">\n\t\t\t\t\t<div class=\"row no-gutters\">\n\t\t\t\t\t\t<div class=\"col-lg-4 offset-lg-1\">\n\t\t\t\t\t\t\t<div class=\"main-information section-inner-block-120\">\n\t\t\t\t\t\t\t\t<!-- Title -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"mb-24\">Contact Mizuland for advices<\/h2>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- Description -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"description mb-48\">\n\t\t\t\t\t\t\t\t\t\t<p>Contact our consulting team to be able to support you the best. Please <strong>leave your information<\/strong> and needs, we will contact you immediately or you can <strong>call directly<\/strong> via the hotline below.<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"wrap-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"phone\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-phone-inline\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:088 880 74 99\">088 880 74 99<\/a>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"btn-popup\">\n\t\t\t\t\t\t\t\t\t\t\t        <a href=\"javascript:void(0);\" data-toggle=\"modal\" data-target=\"#formContactPopup\" class=\"btn-bg-primary\" title=\"Ask for advice\">Ask for advice<\/a>\n    \t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-lg-6 offset-lg-1\">\n\t\t\t\t\t\t\t<div class=\"main-image-featured\" style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/Right-image.png');\">\n\t\t\t\t\t\t\t\t<img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/06\/Right-image.png\" class=\"img-fluid\" alt=\"Right image\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/section>\n\t\n\n\n\n<div id=\"block_5ef86665bdb1a\" class=\"seadev-block-element seadev-block wp-block-acf-seadev-block-element layout-post section-inner-block-160 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n            <section class=\"section-header header-seadev-block-element text-center\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-12\">\n                        <div class=\"box-content-header\">\n                                                            <h2 class=\"title\" style=\"color: \">News<\/h2>\n                            \n                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-post\">\n        <div class=\"container\">\n                <div class=\"wrap-slider-elements\">\n                                <div>\n                <style>\n    .box-element-post.post .feature-image-post a:after {\n        content: 'Next';\n    }\n<\/style>\n<div class=\"box-element-post post\">\n    <div class=\"feature-image-post disable-logo-frame\">\n        <a \n            href=\"https:\/\/mizuland.vn\/en\/business-license.html\" \n            title=\"Business license \u2013 Registration procedures and frequently asked questions\" \n            data-more=\"Next\" \n            style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2024\/06\/business-license-min.png');background-position: center;\">\n\n            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2024\/06\/business-license-min.png\" class=\"img-fluid hidden-image\" alt=\"business-license\">\n        <\/a>\n    <\/div>\n    <div class=\"box-information\">\n        <div class=\"category\">\n            <a href=\"https:\/\/mizuland.vn\/en\/category\/mizuland-news\">Mizuland News<\/a>\n            <span>|<\/span>\n            <dt>24.06.2024<\/dt>\n        <\/div>\n        <h5 class=\"title\">\n            <a href=\"https:\/\/mizuland.vn\/en\/business-license.html\">Business license \u2013 Registration procedures and frequently asked questions<\/a>\n        <\/h5>\n    <\/div>\n<\/div>            <\/div>\n                                <div>\n                <style>\n    .box-element-post.post .feature-image-post a:after {\n        content: 'Next';\n    }\n<\/style>\n<div class=\"box-element-post post\">\n    <div class=\"feature-image-post disable-logo-frame\">\n        <a \n            href=\"https:\/\/mizuland.vn\/en\/detailed-roadmap-on-procedures-for-changing-business-registration-address.html\" \n            title=\"Detailed roadmap on procedures for changing business registration address\" \n            data-more=\"Next\" \n            style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2024\/05\/Procedures-for-changing-business-registration-address.png');background-position: center;\">\n\n            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2024\/05\/Procedures-for-changing-business-registration-address.png\" class=\"img-fluid hidden-image\" alt=\"Procedures-for-changing-business-registration-address\">\n        <\/a>\n    <\/div>\n    <div class=\"box-information\">\n        <div class=\"category\">\n            <a href=\"https:\/\/mizuland.vn\/en\/category\/mizuland-news\">Mizuland News<\/a>\n            <span>|<\/span>\n            <dt>19.05.2024<\/dt>\n        <\/div>\n        <h5 class=\"title\">\n            <a href=\"https:\/\/mizuland.vn\/en\/detailed-roadmap-on-procedures-for-changing-business-registration-address.html\">Detailed roadmap on procedures for changing business registration address<\/a>\n        <\/h5>\n    <\/div>\n<\/div>            <\/div>\n                                <div>\n                <style>\n    .box-element-post.post .feature-image-post a:after {\n        content: 'Next';\n    }\n<\/style>\n<div class=\"box-element-post post\">\n    <div class=\"feature-image-post \">\n        <a \n            href=\"https:\/\/mizuland.vn\/en\/the-top-concerns-of-foreign-business-in-vietnam.html\" \n            title=\"THE TOP CONCERNS OF FOREIGN BUSINESS IN VIETNAM?\" \n            data-more=\"Next\" \n            style=\"background-image: url('https:\/\/mizuland.vn\/wp-content\/uploads\/2023\/06\/The-top-concern-of-foreign-business-1.jpg');background-position: center;\">\n\n            <img src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2023\/06\/The-top-concern-of-foreign-business-1.jpg\" class=\"img-fluid hidden-image\" alt=\"The top concern of foreign business\">\n        <\/a>\n    <\/div>\n    <div class=\"box-information\">\n        <div class=\"category\">\n            <a href=\"https:\/\/mizuland.vn\/en\/category\/mizuland-news\">Mizuland News<\/a>\n            <span>|<\/span>\n            <dt>21.06.2023<\/dt>\n        <\/div>\n        <h5 class=\"title\">\n            <a href=\"https:\/\/mizuland.vn\/en\/the-top-concerns-of-foreign-business-in-vietnam.html\">THE TOP CONCERNS OF FOREIGN BUSINESS IN VIETNAM?<\/a>\n        <\/h5>\n    <\/div>\n<\/div>            <\/div>\n        \n                    <div>\n                <div class=\"box-element-post read-more\">\n    <a href=\"https:\/\/mizuland.vn\/en\/news\">\n        View all        <i class=\"icon-arrow-long-right\"><\/i>\n    <\/a>\n<\/div>            <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div id=\"block_5f487d259163f\" class=\"seadev-block-grid seadev-block wp-block-acf-seadev-block-grid section-inner-block-80 pt-none pb-none mb-none mt-none\" style=\"background-image: url(''); background-color: \">\n    <!-- Header -->\n            <section class=\"section-header header-seadev-block-grid text-center\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-12\">\n                        <div class=\"box-content-header\">\n                            \n                                                            <div class=\"section-description mr-auto ml-auto\" style=\"color: \">\n                                    <p style=\"text-align: center;\"><a href=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/contract-1.svg\"><img loading=\"lazy\" class=\"alignnone wp-image-8924 size-full\" src=\"https:\/\/mizuland.vn\/wp-content\/uploads\/2020\/08\/contract-1.svg\" alt=\"Home\" width=\"40\" height=\"40\" \/><\/a><\/p>\n<p style=\"text-align: center;\">You know which real estate your needs fit, do you? Let us help you plan for the workplace of the future and find the right amount of space for your next office by taking the Mizuland&#8217;s test to get a list of products that match your demand. <strong><a href=\"http:\/\/mizuland.vn\/office-space-quiz?lang=en\">Click here to join<\/a><\/strong>.<\/p>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    \n    <!-- Section Content -->\n    <div class=\"main-content-section  layout-default\">\n        <div class=\"container\">\n            \n        <\/div>\n    <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":46,"comment_status":"closed","ping_status":"closed","template":"page-templates\/fullwidthpage.php","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - MizuLand<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mizuland.vn\/en\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - MizuLand\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mizuland.vn\/en\" \/>\n<meta property=\"og:site_name\" content=\"MizuLand\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-09T05:07:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mizuland.vn\/#website\",\"url\":\"https:\/\/mizuland.vn\/\",\"name\":\"MizuLand\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mizuland.vn\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mizuland.vn\/en#webpage\",\"url\":\"https:\/\/mizuland.vn\/en\",\"name\":\"Home - MizuLand\",\"isPartOf\":{\"@id\":\"https:\/\/mizuland.vn\/#website\"},\"datePublished\":\"2020-08-03T07:37:16+00:00\",\"dateModified\":\"2021-09-09T05:07:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mizuland.vn\/en#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mizuland.vn\/en\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mizuland.vn\/en#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mizuland.vn\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - MizuLand","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mizuland.vn\/en","og_locale":"en_US","og_type":"article","og_title":"Home - MizuLand","og_url":"https:\/\/mizuland.vn\/en","og_site_name":"MizuLand","article_modified_time":"2021-09-09T05:07:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/mizuland.vn\/#website","url":"https:\/\/mizuland.vn\/","name":"MizuLand","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mizuland.vn\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mizuland.vn\/en#webpage","url":"https:\/\/mizuland.vn\/en","name":"Home - MizuLand","isPartOf":{"@id":"https:\/\/mizuland.vn\/#website"},"datePublished":"2020-08-03T07:37:16+00:00","dateModified":"2021-09-09T05:07:47+00:00","breadcrumb":{"@id":"https:\/\/mizuland.vn\/en#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mizuland.vn\/en"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mizuland.vn\/en#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mizuland.vn\/en"},{"@type":"ListItem","position":2,"name":"Home"}]}]}},"_links":{"self":[{"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/pages\/8496"}],"collection":[{"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/comments?post=8496"}],"version-history":[{"count":59,"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/pages\/8496\/revisions"}],"predecessor-version":[{"id":15701,"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/pages\/8496\/revisions\/15701"}],"wp:attachment":[{"href":"https:\/\/mizuland.vn\/en\/wp-json\/wp\/v2\/media?parent=8496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}