
<!DOCTYPE html>
<html lang="en">

  <head>
      <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BC2WHES74L"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-BC2WHES74L');
</script>

  <link rel="shortcut icon" href="favicon.png" type="image/png">
        <link rel="apple-touch-icon" href="favicon.ico">
         <meta name="description" content="Discover the world of Guangzhou, and more ">   
        <meta property="og:url" content="http://www.2gz.org">
        <meta property="og:image" content="http://www.2gz.org/2gz-logo.jpg">
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
        <meta name="author" content="guangzhou.org@proton.me" >
        <meta name="theme-color" content="#ffffff">
        <link rel="stylesheet" href="style.css">
        <meta name="msapplication-navbutton-color" content="#ffffff">
        <meta name="apple-mobile-web-app-status-bar-style" content="#ffffff">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="author" content="2gz">

    <title>To Guzngzhou | News Detail</title>

    <!-- Bootstrap core CSS -->
    <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="css/modern-business.css" rel="stylesheet">
    <style>
           * {
    box-sizing: border-box;
    margin: 0px;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #1d2330;
  }  
  /*header*/
  .brand{
    text-align: center;
     float: end;
     margin-top: 0px;
  }
  .brand a{
      text-decoration: none;
      color: #fff;
      font-family: Berlin Sans FB;
      -webkit-animation-name: example; /* Chrome, Safari, Opera */
      -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
      animation-name: branddesign;
      animation-duration: 4s;
      animation-iteration-count: 2;
  }
  @keyframes branddesign {
      0%   {color: #282e3b;}
      25%  { color: white;}
      50%  { color: #282e3b;}
      100% { color: white;}
  }
  /*sidenavigation*/
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: white;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
  }
  
  .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      display: block;
      transition: 0.3s
  }
  
  .sidenav a:hover{
      color: #ff5a1c;
      text-decoration-thickness: 3px;
  }
  .closebtn {
      font-size: 36px !important;
  }
  .main-side-container{
    display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .main-side-container div a{
    font-size: 15pt;
  }
  .main-side-container div hr{
  height: 2px;
  width: 80%;
  border: none;
  border-radius: 7px;
  background-color:#fff;
  }
  .w-f-u{
    background-color: #00b600;
    border-radius: 5px;
  }
  .w-f-u:hover{
    color: white !important;
    box-shadow: 0px 0px 10px red;
  }
  
  .sub-side-container:first-child{
    color: red;
  }
  /* Responsive layout*/
  @media screen and (max-width: 1080px) {
    .main-side-container{
      display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-side-container div a{
      font-size: 14pt;
    }
  }@media screen and (max-width: 863px) {
  .main-side-container div a{
      font-size: 13pt;}
    }
    @media screen and (max-width: 820px) {
      .main-side-container div a{
          font-size: 12pt;
      }
      .w-f-u{
       margin-bottom: 10px;
        margin-left: 10px;
      }
  }
  h4 {
      text-align: center;
      font-size: 60px;
      margin-top: 0px;
    }
    .svg-clock{
      width: 11px;
      fill:grey;
    }
    /* Increase the font size of the h1 element */
    .header h1 {
      font-size: 40px;
    }
    
    /* Column container */
    .row {  
      display: flex;
      flex-wrap: wrap;
    }
    
    /* Create two unequal columns that sits next to each other */
    /* Sidebar/left column */
    .side {
      flex: 30%;
      background-color: #f1f1f1;
      padding: 20px;
    }
    /* Main column */
    .main {   
      flex: 70%;
      background-color: white;
      padding: 50px;
    }
    
    /*  image */
    .imgprops {
      width: 100%;
    }
   
    @media screen and (max-width: 800px) {
      .side{
  flex: 0%;
      }
      .main{
        flex: 100%;
      }
      
    }
    /* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 500px) {
      .row {   
        flex-direction: column;
      }
    }
    
    /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
    @media screen and (max-width: 400px) {
      .navbar a {
        float: none;
        width:100%;
      }
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right:  0;
        background-color:#282e3b ;
        overflow-x: hidden;
        transition: 0.5s;
        padding:0px;
    opacity: .90;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
    
    }
    
    .sidenav a:hover, .offcanvas a:focus{
        color:red;
        text-decoration: none;
    }
    
    .closebtn {
        position: relative;
        top: 0;
        right: 25px;
        font-size: 36px !important;
         
    }
    
    #main {
        transition: margin-left .5s;
      
      color: white;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
  @media screen and (max-width: 700px){
  .top-nav{
      display: none;
  }
  }
  @media screen and (max-width: 1000px){
    .top-nav{
      margin-left: 0px !important;
    }
    }
  .top-nav{
    margin-bottom: 70px;
    justify-content: center;
	font-size: 12px;
	margin-left: 4px;
  }
  .nav{
    width: auto;
    height: 40px;
    border: none;
    line-height: 10px;
  
  }
  .top-nav a{
  text-decoration: none;
  color: #fff;
  font-family: Berlin Sans FB;
  }
  .top-nav a:hover{
    color: red;
  }
  .top-nav a li{
    list-style: none;
  float: left;
    font-size: 12pt ;
    margin-right: 20px;
  }

   .header-box{
     background-color: #1d2330;
    height:70px;
   }
   .News-heading{
     text-decoration: navy;
    
     font-size:12pt;
     display:flex;
     flex-direction:row;
   }
   .News-heading:before, .News-heading:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin:auto;
   }
   .News-heading:before{
     margin-right: 10px;
   }
   .News-heading:after{
     margin-left: 10px;
   }
   footer{
     background-color: #282e3b;
     margin: 0px;
   }
  
  .footer-main-container{
    display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main-container div{
    margin-left: 5px;
    width: 300px;
  }
  .footer-main-container div hr{
    width: 80%;
    margin-left: 0px;
  }
  .facb:hover{
    color: rgb(62, 62, 214) !important;
  }
  .insg:hover{
    color: rgba(255, 0, 21, 0.493) !important;
  }
  .twit:hover{
    color: skyblue !important;
  }
  .teleg:hover{
    color: rgb(33, 135, 175) !important;
  }
  .footer-main-container div p{
    color: #828da670;
  }
  .footer-main-container div a{
    text-decoration: none;
    font-size: 15pt;
   color: #828da6;
   font-size: 13pt;
   line-height: 35px;
  }
  .footer-main-container div a:hover{
    color: #fff;
  }
  .sub-container:first-child{
    color: #fff;
  }
  .footer-terms{
    text-align: center;
    color:#828da6 ;
    font-size: 10pt;
  }
  .footer-terms a{
    color: #f1f1f1;
    text-decoration: none;
    font-size: 10pt;
  }
  
   .card-title-font{
     color:#113277;
     font-size: 15pt
   }
 .postimgtop{
  width:100%;
   height:320px;
   border-radius:5px 5px 0 0;
 }
 .postimgtop-con{
   height: auto;
 }
 .postimgtopt{
  width:100%;
   height:150px;
   border-radius:5px 5px 0 0;
 }
 .fixed-bar{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 1;
 }
 /*scroll to top*/
 @keyframes rotate {
   to {
     transform: rotate(2520deg);
   }
 }
 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
  animation-name: rotate;
     animation-duration: 3s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
}
        </style>
  </head>

  <body>

    <!-- Navigation -->
    <section class="header-box fixed-bar">
    <span style="font-size:30px;cursor:pointer; color: rgb(255, 255, 255); float: left;" onclick="openNav()">☰ </span> 

    <h2 class="brand"><a href="/">To<span style="color: red"> Guangzhou</span> Port</a></h2>
   
  <ul class="top-nav">
    <a href="/" ><li class="nav" id="c-color"> Home <i class="fa fa-circle" style="font-size: 8pt;  "></i></li></a>
    <a href="/guangzhou-port-guangdong-china" itemprop="breadcrumb"><li>Port</li></a>
	<a href="/port-facilities-terminals-berths-warehouses-cranes" itemprop="breadcrumb"><li>Facilitites</li></a>
	<a href="/shipping-lines-maersk-cosco-msc-cma-cgm" itemprop="breadcrumb"><li>Shipping</li></a>
	<a href="/port-authority-guangzhou-port-group" itemprop="breadcrumb"><li>Authority</li></a>
	<a href="/port-services-container-handling-cargo-handling-transshipment" itemprop="breadcrumb"><li>Services</li></a>
	<a href="/port-operations-import-export-customs-clearance" itemprop="breadcrumb"><li>Import-Export</li></a>
	<a href="/container-shippingcontainer-tracking-container-vessels-container-rates" itemprop="breadcrumb"><li>Containers</li></a>
	<a href="/port-infrastructure-docks-piers-rail-connections-road-access" itemprop="breadcrumb"><li>Infrastructure</li></a>
	<a href="/logistics-freight-forwarding-supply-chain-distribution" itemprop="breadcrumb"><li>Logistics</li></a>
	<a href="/port-expansion-development-plans-infrastructure-upgrades" itemprop="breadcrumb"><li>Dev. Plans</li></a>
	<a href="/trade-routes-asia-europe-trade-china-africa-trade-silk-road" itemprop="breadcrumb"><li>Routes</li></a>
	<a href="/inland-transportation-trucking-rail-freight-barge-services" itemprop="breadcrumb"><li>Transportation</li></a>
	<a href="/port-regulations-customs-procedures-import-export-regulations" itemprop="breadcrumb"><li>Regulation</li></a>
	<a href="/port-statistics-cargo-volume-teu-twenty-foot-equivalent-unit)-traffic" itemprop="breadcrumb"><li>Statistics</li></a>
	<a href="/port-connectivity-airports-highways-railways" itemprop="breadcrumb"><li>Airports</li></a>
	<a href="/port-competitors-shenzhen-port-hong-kong-port" itemprop="breadcrumb"><li>Competitors</li></a>
	<a href="/port-security-customs-inspections-security-measures" itemprop="breadcrumb"><li>Security</li></a>
	<a href="/port-history-evolution-growth-historical-significance" itemprop="breadcrumb"><li>History</li></a>
	<a href="/port-news-updates-developments-market-trends" itemprop="breadcrumb"><li>News Updates</li></a>
	<a href="/port-partnerships-sister-ports-collaboration-agreements" itemprop="breadcrumb"><li>Partnerships</li></a>


     </ul>  
   </section>
<!--top navigation -->
       
        
        <div id="mySidenav" class="sidenav">
           <a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><i style="color: red; float: right; font-size: 50pt;" >&times;</i></a>
           <div class="main-side-container">
             <div>
             <a href="javascript:void(0)" class="sub-side-container">Useful links</a>
             <hr>
             <a href="/"> Home</a>
             <a href="/guangzhou-port-guangdong-china">Guangzhou Port</a>  
             <a href="/port-facilities-terminals-berths-warehouses-cranes">Port Facilities</a>

             <a href="/shipping-lines-maersk-cosco-msc-cma-cgm">Shipping Lines</a>
             <a href="/port-authority-guangzhou-port-group">Port Authority</a>
           </div>
           <div>
             <a href="javascript:void(0)"></a>
             <a href="javascript:void(0)"></a>
             <a href="javascript:void(0)"></a>
             <a href="#">2gz</a>
             <a href="#">Guangzhou</a>
             <a href="/port-services-container-handling-cargo-handling-transshipment">Port Services</a>
             <a href="/port-operations-import-export-customs-clearance">Port Operations</a>
             <a href="/container-shippingcontainer-tracking-container-vessels-container-rates">Container Shipping</a>

           </div>
           <div>

             <hr>

           </div>
           <div>
             <a href="javascript:void(0)" class="sub-side-container"> Socials</a>
             <hr>
             <a href="#" class="facb"><i class="fa fa-facebook"></i> Facebook</a>
             <a href="#" class="insg"><i class="fa fa-instagram"></i> Instagram</a>
             <a href="#" class="twit"><i class="fa fa-twitter"></i> Twitter</a>
             <a href="https://www.2gz.org" class="teleg"><i class="fa fa-telegram"></i> Telegram</a>
           </div>
           <div>
             <a href="javascript:void(0)" class="sub-side-container"> Help & Support</a>
             <hr>
             <a href="/contact-us"> Contact</a>
             <a href="/about-us"> About Us</a>
             <a href="/write-for-us" class="w-f-u"> <i class="fa fa-book"></i> Write for Us</a>
           </div>
           </div>
         </div>
      
       <script>
           function openNav() {
               document.getElementById("mySidenav").style.width = "100%";
           }
           
           function closeNav() {
               document.getElementById("mySidenav").style.width = "0";
           }
           </script>


<!-- Page Content -->
   <div class="row">
                
          <div class="main">
                <div class="imgprops" style="height:auto;">
 <!-- Blog Post -->
       

</div>
<div class="imgprops" style="height:auto;">
<!---Comment Section --->
<div class="row"  >
   <div class="col-md-12">
<div class="card my-4">
            <h5 class="card-header">Leave a Comment:</h5>
            <div class="card-body">
              <form name="Comment" method="post">
      <input type="hidden" name="csrftoken" value="6fec05d9bd61a4530ae5f554ce2b07cd911dd98c02a0d49d8412bd6d65d039e0" />
 <div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Enter your fullname" required>
</div>

 <div class="form-group">
 <input type="email" name="email" class="form-control" placeholder="Enter your Valid email" required>
 </div>


                <div class="form-group">
                  <textarea class="form-control" name="comment" rows="3" placeholder="Comment" required></textarea>
                </div>
                <button type="submit" class="btn btn-primary" name="submit">Submit</button>
              </form>
            </div>
          </div>

  <!---Comment Display Section --->

 
        </div>
      </div>
    
                </div> 
                 </div>
                 
                <div class="side">
                 
                  <div class="imgprops" style="height:auto;">
                 <!-- Sidebar Widgets Column -->
<div class="col-md-14">

    <!-- Search Widget -->
    <div class="card mb-4">
        <h5 class="card-header sidebar-title" style="color: black;">SEARCH</h5>
        <div class="card-body">
            <form name="search" action="/search" method="post">
                <div class="input-group">
                    <input type="text" name="searchtitle" class="form-control" placeholder="Search for..." required>
                    <span class="input-group-btn">
                        <button class="btn btn-secondary" type="submit">Go!</button>
                    </span>
                </div>
            </form>
        </div>
    </div>



    <!-- Side Widget -->
    <div class="card my-4">
        <h5 class="card-header sidebar-title"style="color: black;">Recent News</h5>
        <div class="card-body">
            <ul class="mb-0">
                                <li>
                    <a href="2gz-zurich-switzerland-shanghai-top-companies">Zurich, Switzerland, and Shanghai, China, are two cities known for their bustling business environments and thriving economies. In Zurich, there are several top companies that play a significant role in shaping the city&#039;s status as a global financial hub. Likewise, Shanghai is home to a number of prominent companies that contribute to its reputation as a leading business and financial center in Asia.</a>


                </li>
                                <li>
                    <a href="2gz-zurich-switzerland-shanghai-startups">Zurich, Switzerland, and Shanghai, China, are two cities known for their vibrant startup scenes. Both cities have established themselves as important hubs for innovation and entrepreneurship, attracting talented individuals and investors from around the world.</a>


                </li>
                                <li>
                    <a href="2gz-zurich-switzerland-shanghai-real-estate">Zurich, Switzerland and Shanghai, China are two vastly different cities, each with its own unique charm and appeal. While Zurich is known for its picturesque landscapes, high standard of living, and thriving financial sector, Shanghai is a bustling metropolis with a rapidly growing economy and a vibrant real estate market.</a>


                </li>
                                <li>
                    <a href="2gz-zurich-switzerland-shanghai-labor-market">Zurich, Switzerland vs. Shanghai Labor Market: A Comparison</a>


                </li>
                                <li>
                    <a href="2gz-zurich-switzerland-shanghai-business">Zurich, Switzerland is a picturesque city known for its beautiful architecture, vibrant cultural scene, and high quality of life. On the other hand, Shanghai, China is a bustling metropolis that serves as a major financial and business hub in Asia. Let&#039;s explore how these two cities compare in terms of business opportunities and what makes them unique in their own ways.</a>


                </li>
                                <li>
                    <a href="2gz-zurich-switzerland-automated-shipping">Zurich, Switzerland is known for its efficient and reliable transportation infrastructure, making it an ideal location for implementing automated shipping technologies. With its advanced logistics network and focus on innovation, Zurich is at the forefront of the automated shipping industry.</a>


                </li>
                                <li>
                    <a href="2gz-youtube-content-creation-and-translation-shanghai-top-companies">Exposing Shanghai&#039;s Top Companies: YouTube Content Creation and Translation</a>


                </li>
                                <li>
                    <a href="2gz-youtube-content-creation-and-translation-shanghai-startups">In the bustling city of Shanghai, startups are thriving and the content creation scene on YouTube is flourishing. As more and more entrepreneurs and creators flock to this dynamic city, they are tapping into the power of YouTube to reach a global audience. One key strategy that many of these startups are adopting is translating their content to reach an even broader and more diverse audience.</a>


                </li>
                            </ul>
        </div>
    </div>

</div>
                </div>
                <h2><a href="/" class="News-heading">READ MORE</a></h2>
                 <div class="imgprops" style="height:auto;">
                  <!-- Blog Post -->
   <h6 style="border-top: 2px solid #aaa; color: grey;  font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 7 months ago      

<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])">miscellaneous</a> </span>
</h6>         
<div  class=" postimgtop-con">
<img class="postimgtop" src="uploads/zurich-switzerland-shanghai-top-companies_1.jpg" alt="Zurich, Switzerland, and Shanghai, China, are two cities known for their bustling business environments and thriving economies. In Zurich, there are several top companies that play a significant role in shaping the city&#039;s status as a global financial hub. Likewise, Shanghai is home to a number of prominent companies that contribute to its reputation as a leading business and financial center in Asia.">

          <div class="card-body" >
          <h2 class="card-title-font">Zurich, Switzerland, and Shanghai, China, are two cities known for their bustling business environments and thriving economies. In Zurich, there are several top companies that play a significant role in shaping the city&#039;s status as a global financial hub. Likewise, Shanghai is home to a number of prominent companies that contribute to its reputation as a leading business and financial center in Asia.</h2>              
     
            <a href="2gz-zurich-switzerland-shanghai-top-companies" class="btn btn-primary">Read More &rarr;</a>
          </div>
        
        </div>
<h6 style="border-top: 2px solid #aaa; color: grey;  font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 7 months ago      

<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])">miscellaneous</a> </span>
</h6>         
<div  class=" postimgtop-con">
<img class="postimgtop" src="uploads/zurich-switzerland-shanghai-startups_1.jpg" alt="Zurich, Switzerland, and Shanghai, China, are two cities known for their vibrant startup scenes. Both cities have established themselves as important hubs for innovation and entrepreneurship, attracting talented individuals and investors from around the world.">

          <div class="card-body" >
          <h2 class="card-title-font">Zurich, Switzerland, and Shanghai, China, are two cities known for their vibrant startup scenes. Both cities have established themselves as important hubs for innovation and entrepreneurship, attracting talented individuals and investors from around the world.</h2>              
     
            <a href="2gz-zurich-switzerland-shanghai-startups" class="btn btn-primary">Read More &rarr;</a>
          </div>
        
        </div>
<h6 style="border-top: 2px solid #aaa; color: grey;  font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 7 months ago      

<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])">miscellaneous</a> </span>
</h6>         
<div  class=" postimgtop-con">
<img class="postimgtop" src="uploads/zurich-switzerland-shanghai-real-estate_1.jpg" alt="Zurich, Switzerland and Shanghai, China are two vastly different cities, each with its own unique charm and appeal. While Zurich is known for its picturesque landscapes, high standard of living, and thriving financial sector, Shanghai is a bustling metropolis with a rapidly growing economy and a vibrant real estate market.">

          <div class="card-body" >
          <h2 class="card-title-font">Zurich, Switzerland and Shanghai, China are two vastly different cities, each with its own unique charm and appeal. While Zurich is known for its picturesque landscapes, high standard of living, and thriving financial sector, Shanghai is a bustling metropolis with a rapidly growing economy and a vibrant real estate market.</h2>              
     
            <a href="2gz-zurich-switzerland-shanghai-real-estate" class="btn btn-primary">Read More &rarr;</a>
          </div>
        
        </div>
<h6 style="border-top: 2px solid #aaa; color: grey;  font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 7 months ago      

<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])">miscellaneous</a> </span>
</h6>         
<div  class=" postimgtop-con">
<img class="postimgtop" src="uploads/zurich-switzerland-shanghai-labor-market_1.jpg" alt="Zurich, Switzerland vs. Shanghai Labor Market: A Comparison">

          <div class="card-body" >
          <h2 class="card-title-font">Zurich, Switzerland vs. Shanghai Labor Market: A Comparison</h2>              
     
            <a href="2gz-zurich-switzerland-shanghai-labor-market" class="btn btn-primary">Read More &rarr;</a>
          </div>
        
        </div>


  </div>
                 <div class="imgprops" style="height:auto;"></div>
              </div> 
            
           
</div>
      <!-- /.row -->
      <button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
    <script>
//Get the button
var mybutton = document.getElementById("myBtn");

// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};

function scrollFunction() {
  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
    mybutton.style.display = "block";
  } else {
    mybutton.style.display = "none";
  }
}

// When the user clicks on the button, scroll to the top of the document
function topFunction() {
  document.body.scrollTop = 0;
  document.documentElement.scrollTop = 0;
}
</script>
      
    <footer>
	

      
                <h2 class="brand"><a href="/">To<span style="color: #ff591cbb"> Guang</span> Zhou</a></h2>
				<div class="footer-content">
				<div class="footer-section">
				<h3 class="footer-title">svop</h3>
				<p class="footer-description">The ultimate online resource for Guangzhou and Guangzhou Port News.</p>
                <div id="clockbox" style="color:#aaa;text-align:center;"></div>
                <script type="text/javascript">
var tday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
var tmonth=["January","February","March","April","May","June","July","August","September","October","November","December"];

function GetClock(){
var d=new Date();
var nday=d.getDay(),nmonth=d.getMonth(),ndate=d.getDate(),nyear=d.getFullYear();
var nhour=d.getHours(),nmin=d.getMinutes(),nsec=d.getSeconds(),ap;

if(nhour==0){ap=" AM";nhour=12;}
else if(nhour<12){ap=" AM";}
else if(nhour==12){ap=" PM";}
else if(nhour>12){ap=" PM";nhour-=12;}

if(nmin<=9) nmin="0"+nmin;
if(nsec<=9) nsec="0"+nsec;

var clocktext=""+tday[nday]+", "+tmonth[nmonth]+" "+ndate+", "+nyear+" "+nhour+":"+nmin+":"+nsec+ap+"";
document.getElementById('clockbox').innerHTML=clocktext;
}

GetClock();
setInterval(GetClock,1000);
</script>
                <div class="footer-main-container">
                  <div>
                    <a href="javascript:void(0)" class="sub-container">Information</a>
                    <hr>
                    <p>Privacy Policy, Cookies Policy, Terms and Conditions. </a> <br>      
                    <i class="fa fa-info-circle"></i> Donations accepted <br>
                    
                   <a href="/terms-and-conditions"> Terms & Conditions </a>|<a href="/privacy-policy"> Privacy policy</a>|<a href="/cookies_policy">Cookies policy</a> |<a href="/faq">FAQ</a> <br>

                    Contact us: Feedback is very much appreciated! <br>
                   <a href="mailto:admin@2gz.org">Email: admin@2gz.org</a>  </p>
                  </div>
                  <div>
                  <a href="javascript:void(0)" class="sub-container">Useful links</a>
                  <hr>
                  <a href="/">Home</a><br>
				  <a href="/submit_post">Submit Post</a> <br>
                  <a href="/guangzhou-port-guangdong-china">Guangzhou Port Guangdong China</a>  <br>         
                  <a href="/port-facilities-terminals-berths-warehouses-cranes">Port Facilities Terminals Berths Warehouses Cranes</a><br>
                  <a href="/shipping-lines-maersk-cosco-msc-cma-cgm">Shipping Lines Maersk Cosco MSC CMA CGM</a><br>
                  <a href="/port-authority-guangzhou-port-group">Port Authority Guangzhou Port Group</a><br>
                  <a href="/port-services-container-handling-cargo-handling-transshipment">Port Services Container Handling Cargo Handling Transshipment</a> <br>
                  <a href="/guangzhou-biographies">Biographies</a><br>
                  <a href="/blogs">Blogs</a><br>
                </div>
                

                <div>
                  <a href="javascript:void(0)" class="sub-container">Socials</a><br>
                  <hr>
                  <a href="https//www.2gz.org" class="facb"><i class="fa fa-facebook"></i>Facebook</a><br>
                  <a href="https//www.2gz.org" class="insg"><i class="fa fa-instagram"></i>Instagram</a><br>
                  <a href="https//www.2gz.org" class="twit"><i class="fa fa-twitter"></i>Twitter</a><br>
                  <a href="https//www.2gz.org" class="teleg"><i class="fa fa-telegram"></i>Telegram</a><br>
                </div>
                <div>
                  <a href="javascript:void(0)" class="sub-container"> Help & Support</a><br>
                  <hr>
                  <a href="/contact-us">Contact Us</a><br>
                  <a href="/about-us">About Us</a><br>
                  <a href="/advertise-with-us">Advertise With Us</a><br>
                  <a href="/write-for-us">Write for Us</a>
                </div>
                <div>
                  <a href="javascript:void(0)" class="sub-container"> Our Apps</a><br>
                  <hr>
                  <img src="/android-app.jpg" alt="android app">
                  <img src="/ios-app.jpg" alt="Ios app">
                </div>
                <div>
                  <a href="javascript:void(0)" class="sub-container"> Translate</a><br>
                  <hr>
                  <div id="ytWidget"></div><script src="https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=en&widgetTheme=dark&autoMode=false" type="text/javascript"></script>
                  
                </div>

<div class="newsletter-content">
  <h2 class="section-title">Subscribe to Our Newsletter</h2>
  <p class="newsletter-description">Stay up to date with the latest Guangzhou and Guangzhou Port news, and more!</p>
  <form class="newsletter-form" method="post">
    <input type="email" name="email" placeholder="Enter your email">
    <button type="submit" name="subscribe">Subscribe</button>
  </form>
</div>





<style>
.newsletter-content {
  color: white;
}

.footer-description {
  color: white;
}

h3 {
  color: white;
}

</style>

                  <hr>
                   </div>
                
                </div>
                <p class="footer-terms">Copyright &copy; <script>document.write(new Date().getFullYear())</script> svop. All right reserved</p>
              </footer>

    <!-- Bootstrap core JavaScript -->
    <script src="vendor/jquery/jquery.min.js"></script>
    <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

  </body>

</html>
