<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-control" content="no-cache">
    <meta http-equiv="Cache" content="no-cache">
    <meta http-equiv="content-language" content="en">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="keywords" content="">
    <meta name="description" content="">
    <title>Online Booking - G-Yi Logistics</title>
    <link rel="shortcut icon" href="../images/favicon.ico">
    <link href="../../Scripts/3rd/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
    <link href="../../Scripts/3rd/fancybox/fancybox-3/jquery.fancybox.min.css" rel="stylesheet" />
    <link href="../../Content/toastr.min.css" rel="stylesheet" />
    <link href="../../Content/font-awesome.css" rel="stylesheet" />
    <link href="../css/main.css?v=20180730" rel="stylesheet">
    <link href="../css/inquiry.css" rel="stylesheet">
    <style>
        td {
            font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 24px;
        }

        .border {
            border: 1px solid rgb(255, 218, 182);
        }

        .tdleft {
            width: 30%;
            text-align: right;
            border: 1px solid rgb(255, 218, 182);
            word-wrap: break-word;
        }

        .tdright {
            padding-left: 10px;
            width: 80%;
            border: 1px solid rgb(255, 218, 182);
        }

        #ServiceInstruction {
            padding: 20px 0px 20px 20px;
        }
    </style>
</head>
<body>
    <!-- header -->
    <header>
        <div id="headerWrapper">
            <h1><a href="index_en.html">G-YI</a></h1>
            <ul id="language">
                <!--<li class="cn"><a href="#">简</a></li>-->
                <li class="en"><a href="inquiryPreview.html">中</a></li>
            </ul>
            <h4>Menu</h4>
            <ul id="menu">
                <li id="index"><a href="index_en.html">Home</a></li>
                <li id="about"><a href="about_en.html">About G-Yi</a></li>
                <li id="service"><a href="service_en.html">Our Services</a></li>
                <li id="inquiry"><a href="inquiry_en.html">Get a Quote</a></li>
                <li id="contact"><a href="contact_en.html">Contact Us</a></li>
                <li id="download"><a href="download_en.html">Downloads</a></li>
            </ul>
        </div>
    </header>
    <!-- header end -->
    <!--------------------- article --------------------->
    <div class="article">
        <h1 class="addBG">Online Booking</h1>
        <p>&nbsp;</p>
        <div>
            <h3 style="text-align:center"><strong>Booking Preview/Confirm Booking</strong></h3>
            <p>&nbsp;</p>

            <table width="65%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border:1px solid #F26529;">
                <tbody>
                    <tr>
                        <td colspan="2" style="padding:20px;">
                            <table width="100%" border="0" cellspacing="0" cellpadding="5">
                                <tbody>
                                    <tr>
                                        <td align="center" bgcolor="#FFDAB6">Contact Information</td>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tbody id="contactInfo"></tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tbody>
                                    <tr>
                                        <td>&nbsp;</td>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="5">
                                <tbody>
                                    <tr>
                                        <td align="center" bgcolor="#FFDAB6">Services Required</td>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="1" cellpadding="5">
                                <tbody id="Servicebox">
                                    <tr>
                                        <th align="center" nowrap bgcolor="#cccccc">Packaging</th>
                                        <th align="center" nowrap bgcolor="#cccccc">Dimensions(CM)</th>
                                        <th align="center" nowrap bgcolor="#cccccc">Weight(KG)</th>
                                        <th align="center" nowrap bgcolor="#cccccc">Quantity</th>
                                        <th align="center" nowrap bgcolor="#cccccc">Services Required</th>
                                        <th align="center" nowrap bgcolor="#cccccc">Cost</th>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="5">
                                <tbody>
                                    <tr>
                                        <td align="right"><strong>Total (In NT$, Tax Included):$</strong><strong id="Total">0</strong></td>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tbody>
                                    <tr>
                                        <td>&nbsp;</td>
                                    </tr>
                                </tbody>
                            </table>
                            <table width="100%" border="0" cellspacing="0" cellpadding="5">
                                <tbody>
                                    <tr>
                                        <td align="center" bgcolor="#FFDAB6">Notes</td>
                                    </tr>
                                </tbody>
                            </table>
                            <div id="ServiceInstruction"></div>
                            <strong>If you have any questions, please contact us:</strong><br>
                            Tel: 02-2785-7900 <br>
                            Email: <a href="mailto:info@g-yi.com">info@g-yi.com</a><br>
                            Service hours: Monday-Friday  09:00-17:30
                        </td>
                    </tr>
                    <tr>
                        <td colspan="2" align="center" bgcolor="#E9471E" style="padding:10px; font-size:14px; color:#fff;">G-YI INTERNATIONAL LOGISTICS CO., LTD.  &nbsp; | &nbsp; <a href="http://www.g-yi.com/" target="_blank" style="color:#fff;">www.g-yi.com</a></td>
                    </tr>
                </tbody>
            </table>
            <p>&nbsp;</p>
            <p class="align_c">
                <a href="inquiryForm_en.html" id="goback"><< Back</a>&nbsp;&nbsp;
                <a href="javascript:void(0);" class="btn btnStyle confappoint">Confirm Booking</a>
            </p>
        </div>
        <div class="clear"></div>
    </div>
    <!--------------------- article end --------------------->
    <div class="conf-content">
        <div id="comfirm">
            <h3 class="align_c orange">Confirm Booking</h3>
            <p>&nbsp;</p>
            <p>Upon receipt of your booking form, your company agrees to contract G-Yi Logistics to take responsibility for move-in, move-out, and transportation duties for your exhibit, and further agrees to make payment according to G-Yi Logistics’ pricing schedule.</p>
            <p>&nbsp;</p>
            <p class="align_c"><input type="submit" id="comfirmBtn" class="btn btnStyle" value="Confirm and Send"></p>
        </div>
    </div>
    <!--------------------- footer --------------------->
    <footer>
        <div id="footer">
            <img src="../images/logoFooter.png">
            <ul>
                <li>10F., No.457, Chongyang Rd., Nangang Dist., Taipei, Taiwan</li>
                <li>+886-2-2785-7900</li>
                <li><a href="mailto:info@g-yi.com">info@g-yi.com</a></li>
            </ul>
            <p>Copyright &copy; G-YI INT'L LOGISTICS CO., LTD.</p>
        </div>
    </footer>
    <div id="toTop">TOP</div>
    <div id="money" class="NoShowInMobile"><a href="inquiry_en.html"></a></div>
    <!--------------------- footer end --------------------->
    <script id="temp_service" type="text/x-jsrender">
        <tr>
            <td align="center" class="border" width="15%">{{:~setExpoType(ExpoType)}}</td>
            <td class="border" width="18%">{{:~setMoney(ExpoLen)}}*{{:~setMoney(ExpoWidth)}}*{{:~setMoney(ExpoHeight)}}</td>
            <td align="right" class="border" width="10%">{{:~setMoney(ExpoWeight)}}</td>
            <td align="center" class="border" width="10%">{{:ExpoNumber}}</td>
            <td class="border" width="30%">{{:~setService(ExpoStack,ExpoSplit,ExpoPack,ExpoFeed,ExpoStorage,ExpoDays)}}</td>
            <td align="right" class="border" width="15%">NT${{:~setMoney(SubTotal)}}</td>
        </tr>
    </script>
    <script id="temp_contact" type="text/x-jsrender">
        <tr>
            <td class="tdleft">Company Name:</td>
            <td class="tdright">{{:CompName}}</td>
        </tr>
        <tr>
            <td class="tdleft">Exhibition Name:</td>
            <td class="tdright">{{:ExpoName}}</td>
        </tr>
        <tr>
            <td class="tdleft">Booth Number:</td>
            <td class="tdright">{{:MuseumMumber}}</td>
        </tr>
        <tr>
            <td class="tdleft">Customer Name:</td>
            <td class="tdright">{{:AppointUser}}</td>
        </tr>
        <tr>
            <td class="tdleft">Customer Phone Number:</td>
            <td class="tdright">{{:AppointTel}}</td>
        </tr>
        <tr>
            <td class="tdleft">Customer Email:</td>
            <td class="tdright">{{:AppointEmail}}&nbsp;&nbsp;<strong class="error">(The booking number will be sent to the Email address. Please make sure the Email is correct.)</strong></td>
        </tr>
        <tr>
            <td class="tdleft">Move-in Time:</td>
            <td class="tdright">{{:ApproachTime}} {{:ApproachTime_Hour}}:{{:ApproachTime_Min}}</td>
        </tr>
        <tr>
            <td class="tdleft">Move-out Time:</td>
            <td class="tdright">{{:ExitTime}} {{:ExitTime_Hour}}:{{:ExitTime_Min}}</td>
        </tr>
        <tr>
            <td class="tdleft">On-site Contact Person:</td>
            <td class="tdright">{{:Contactor}}</td>
        </tr>
        <tr>
            <td class="tdleft">On-site Contact Person Mobile Number:</td>
            <td class="tdright">{{:ContactTel}}</td>
        </tr>
    </script>
</body>
</html>
<script src="../../Scripts/jquery-1.11.3.min.js"></script>
<script src="../../Scripts/3rd/jquery-ui/jquery-ui.min.js"></script>
<script src="../../Scripts/i18next.min.js"></script>
<script src="../../Scripts/jquery.blockUI.js"></script>
<script src="../../Scripts/jquery.validate.min.js"></script>
<script src="../../Scripts/3rd/fancybox/fancybox-3/jquery.fancybox.min.js"></script>
<script src="../../Scripts/jquery.serialize-object.min.js"></script>
<script src="../../Scripts/toastr.min.js"></script>
<script src="../../Scripts/jsrender.min.js"></script>
<script src="../../Scripts/lib/base64.js"></script>
<script src="../../Scripts/lib/Util.min.js?v=20180730"></script>
<script src="../js/menu.js?v=20180730"></script>
<script src="../js/inquiryPreview.js?v=20180730"></script>
<!--Global site tag(gtag.js) - Google Analytics-->
<script>
    if ('www.g-yi.com'.indexOf(window.location.hostname) > -1) {
        document.write('<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120713824-1"><\x2Fscript><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "UA-120713824-1");<\x2Fscript>');
    }
</script>