/var/www/hkosl.com/shipvago/view/index.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>

<html lang="en-HK" prefix="og: http://ogp.me/ns#">



<head>

    <title>Shipvago</title>

    <!-- css -->

    <?php include 'inc/headlinks.php';?>

    <meta name="keywords" content="Shipvago ,shipvago">

    <meta name="description"
        content="Shipvago is founded by a group of logistics expert with years of experience in logistics industry. We try to think from the industry perspective and how to address to the painpoints via technology.">

    <!-- js -->

    <?php include 'inc/link-js.php';?>

</head>



<body>



    <!-- header -->

    <?php include 'inc/navbar.php';?>

    <!-- end of header-->

    <section class="mainSearch" style="background-image:url(../assets/images/mainBanner.jpg);">
        <div class="container quickSearch">
            <h1 class="whiteFont">Shipvago offers free freight rate search</h1>

            <div class="row">
                <div class="col-lg-10">
                    <div class="row quickSearchForm">
                        <div class="form-group col-lg-4">
                            <input type="text" class="form-control formAutoComplete" autocomplete="off"
                                aria-describedby="form" placeholder="Form">
                        </div>
                        <div class="form-group col-lg-4">
                            <input type="text" class="form-control toAutoComplete" autocomplete="off"
                                aria-describedby="To" placeholder="To">

                        </div>

                        <div class="form-group col-lg-4">

                            <select name="" class="custom-select form-control fullWidth">
                                <option selected disabled>Equipment type</option>
                                <option value="Standard">Standard</option>
                                <option value="Reefer">Reefer </option>

                            </select>


                        </div>
                        <div class="form-group col-lg-4">
                            <select name="Size" class="custom-select form-control fullWidth">
                                <option selected disabled>Size</option>
                                <option value="20'">20'</option>
                                <option value="40'">40' </option>
                                <option value="40'HC">40'HC</option>
                                <option value="45'HC'">45'HC </option>
                            </select>


                        </div>
                        <div class="form-group col-lg-4">
                            <input type="text" class="form-control fullWidth form_date" placeholder="Departure Date">

                        </div>
                        <div class="form-group col-lg-4">

                            <input type="text" class="form-control carrierAutoComplete" autocomplete="off"
                                aria-describedby="Carrier" placeholder="Carrier">
                        </div>
                    </div>
                </div>
                <div class="col-lg-2 text-center">
                    <button class="btn btn-primary fullWidth" onclick="location.href='products.php';"><i
                            class="fas fa-search"></i> Search</button>
                    <a href="products.php" class="whiteLink d-block pt-4" title="Advanced Search"> > Advanced Search</a>
                </div>
            </div>
        </div>

    </section>



    <section class="container">
        <div class="benefitWrap">

            <div class="row align-items-start">
                <div class="col-lg-6 mb-2">
                    <p class="blueFont h2 mb-4">Benefit for Shipper</p>
                    <div class="d-flex benefitBoxItem align-items-center mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon01.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Save cost and time</p>
                            <p class="small mb-0">One single platform connects with major carriers. No need to deal
                                with multiple carriers’ portal for rate and subscription
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem align-items-center mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon03.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">One stop platform</p>
                            <p class="small mb-0">One single platform connects with major carriers. No need to
                                deal
                                with multiple carriers’ portal for rate and subscription
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem align-items-center mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon02.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Alert and forecast </p>
                            <p class="small mb-0">Shipvago can alert you when the rate reaches the desired
                                buy-in
                                level. Shipvago will also provide a market forecast based on the historic and
                                economic data
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem align-items-center mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon04.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Maintain the volume commitment</p>
                            <p class="small mb-0">Your booking is sending directly to carriers. You can fulfill
                                the
                                volume commitment with the carriers by using Shipvago. </p>
                        </div>
                    </div>
                </div>

                <div class="col-lg-6 mb-2">
                    <p class="blueFont h2 mb-4">Benefit to Carriers</p>
                    <div class="d-flex benefitBoxItem mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon06.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Neutral platform
                            </p>
                            <p class="small mb-0">Shipvago is a neutral platform. It is not owning by any of the key
                                player in the shipping and logistics industry.
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon05.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Grow the marketplace
                            </p>
                            <p class="small mb-0">Carrier services for connected carriers are available in the platform.
                                This increases the service visibility to Shipper
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon07.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Minimize connections
                            </p>
                            <p class="small mb-0">Carrier could reduce the API/EDI connection with SME by having
                                Shipvago as a portal
                            </p>
                        </div>
                    </div>
                    <div class="d-flex benefitBoxItem mb-4">
                        <div class="benefitBoxImg">
                            <img src="../assets/images/icon08.jpg" class="img-fluid" alt="logo" title="logo">
                        </div>
                        <div class="benefitBoxDetail">
                            <p class="mb-0">Performance measurement

                            </p>
                            <p class="small mb-0">Carriers can measure the performance for each customers as the
                                container is booked by customer directly

                            </p>
                        </div>
                    </div>
                </div>
            </div>








        </div>



    </section>



    <section class="mainWrapper">

        <div class="container">
            <p class="h2 text-center mb-4 text-uppercase">OFFERS</p>

            <div class="row ">

                <div class="col-lg-3 col-6 text-center mb-4">
                    <div class="offersCard">
                        <div class="offersCardImg text-center mb-3">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                                width="95" height="71" viewBox="0 0 95 71">
                                <defs>
                                    <clipPath id="clip-path">
                                        <rect id="Rectangle_1107" data-name="Rectangle 1107" width="95" height="71"
                                            transform="translate(0 0.5)" fill="#08376b" />
                                    </clipPath>
                                </defs>
                                <g id="Group_547" data-name="Group 547" transform="translate(0 -0.5)">
                                    <g id="Group_540" data-name="Group 540" clip-path="url(#clip-path)">
                                        <path id="Path_685" data-name="Path 685"
                                            d="M92.354,59.583H11.917V2.979A2.978,2.978,0,0,0,8.938,0H2.979A2.978,2.978,0,0,0,0,2.979V65.542A5.959,5.959,0,0,0,5.958,71.5h86.4a2.978,2.978,0,0,0,2.979-2.979V62.563a2.978,2.978,0,0,0-2.979-2.979M86.4,5.958H64.413a4.469,4.469,0,0,0-3.16,7.629l6.033,6.033L53.625,33.283,39.964,19.622a5.956,5.956,0,0,0-8.425,0l-12.79,12.79a2.979,2.979,0,0,0,0,4.214l4.212,4.212a2.979,2.979,0,0,0,4.214,0l8.576-8.578L49.411,45.92a5.956,5.956,0,0,0,8.425,0L75.712,28.045l6.033,6.033a4.469,4.469,0,0,0,7.629-3.16V8.938A2.976,2.976,0,0,0,86.4,5.958"
                                            fill="#08376b" />
                                    </g>
                                </g>
                            </svg>
                        </div>
                        <p class="deepBlueFont">SPOT MARKET</p>
                        <p class="small offerDetail">The FCP began with an Ocean Carrier White-label Spot Market
                            Solution as the demand
                            variability of the spot market provided the opportunity to optimize freight revenue.</p>
                        <a href="#" class="blueFont">Learn More</a>
                    </div>

                </div>
                <div class="col-lg-3 col-6 text-center mb-4">
                    <div class="offersCard">
                        <div class="offersCardImg text-center mb-3">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                                width="95" height="71" viewBox="0 0 95 71">
                                <defs>
                                    <clipPath id="clip-path">
                                        <rect id="Rectangle_1107" data-name="Rectangle 1107" width="95" height="71"
                                            transform="translate(0 0.5)" fill="#08376b" />
                                    </clipPath>
                                </defs>
                                <g id="Group_547" data-name="Group 547" transform="translate(0 -0.5)">
                                    <g id="Group_540" data-name="Group 540" clip-path="url(#clip-path)">
                                        <path id="Path_685" data-name="Path 685"
                                            d="M92.354,59.583H11.917V2.979A2.978,2.978,0,0,0,8.938,0H2.979A2.978,2.978,0,0,0,0,2.979V65.542A5.959,5.959,0,0,0,5.958,71.5h86.4a2.978,2.978,0,0,0,2.979-2.979V62.563a2.978,2.978,0,0,0-2.979-2.979M86.4,5.958H64.413a4.469,4.469,0,0,0-3.16,7.629l6.033,6.033L53.625,33.283,39.964,19.622a5.956,5.956,0,0,0-8.425,0l-12.79,12.79a2.979,2.979,0,0,0,0,4.214l4.212,4.212a2.979,2.979,0,0,0,4.214,0l8.576-8.578L49.411,45.92a5.956,5.956,0,0,0,8.425,0L75.712,28.045l6.033,6.033a4.469,4.469,0,0,0,7.629-3.16V8.938A2.976,2.976,0,0,0,86.4,5.958"
                                            fill="#08376b" />
                                    </g>
                                </g>
                            </svg>
                        </div>
                        <p class="deepBlueFont">SPOT MARKET</p>
                        <p class="small offerDetail">The FCP began with an Ocean Carrier White-label Spot Market
                            Solution as the demand
                            variability of the spot market provided the opportunity to optimize freight revenue.</p>
                        <a href="#" class="blueFont">Learn More</a>
                    </div>

                </div>
                <div class="col-lg-3 col-6 text-center mb-4">
                    <div class="offersCard">
                        <div class="offersCardImg text-center mb-3">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                                width="95" height="71" viewBox="0 0 95 71">
                                <defs>
                                    <clipPath id="clip-path">
                                        <rect id="Rectangle_1107" data-name="Rectangle 1107" width="95" height="71"
                                            transform="translate(0 0.5)" fill="#08376b" />
                                    </clipPath>
                                </defs>
                                <g id="Group_547" data-name="Group 547" transform="translate(0 -0.5)">
                                    <g id="Group_540" data-name="Group 540" clip-path="url(#clip-path)">
                                        <path id="Path_685" data-name="Path 685"
                                            d="M92.354,59.583H11.917V2.979A2.978,2.978,0,0,0,8.938,0H2.979A2.978,2.978,0,0,0,0,2.979V65.542A5.959,5.959,0,0,0,5.958,71.5h86.4a2.978,2.978,0,0,0,2.979-2.979V62.563a2.978,2.978,0,0,0-2.979-2.979M86.4,5.958H64.413a4.469,4.469,0,0,0-3.16,7.629l6.033,6.033L53.625,33.283,39.964,19.622a5.956,5.956,0,0,0-8.425,0l-12.79,12.79a2.979,2.979,0,0,0,0,4.214l4.212,4.212a2.979,2.979,0,0,0,4.214,0l8.576-8.578L49.411,45.92a5.956,5.956,0,0,0,8.425,0L75.712,28.045l6.033,6.033a4.469,4.469,0,0,0,7.629-3.16V8.938A2.976,2.976,0,0,0,86.4,5.958"
                                            fill="#08376b" />
                                    </g>
                                </g>
                            </svg>
                        </div>
                        <p class="deepBlueFont">SPOT MARKET</p>
                        <p class="small offerDetail">The FCP began with an Ocean Carrier White-label Spot Market
                            Solution as the demand
                            variability of the spot market provided the opportunity to optimize freight revenue.</p>
                        <a href="#" class="blueFont">Learn More</a>
                    </div>

                </div>
                <div class="col-lg-3 col-6 text-center mb-4">
                    <div class="offersCard">
                        <div class="offersCardImg text-center mb-3">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                                width="95" height="71" viewBox="0 0 95 71">
                                <defs>
                                    <clipPath id="clip-path">
                                        <rect id="Rectangle_1107" data-name="Rectangle 1107" width="95" height="71"
                                            transform="translate(0 0.5)" fill="#08376b" />
                                    </clipPath>
                                </defs>
                                <g id="Group_547" data-name="Group 547" transform="translate(0 -0.5)">
                                    <g id="Group_540" data-name="Group 540" clip-path="url(#clip-path)">
                                        <path id="Path_685" data-name="Path 685"
                                            d="M92.354,59.583H11.917V2.979A2.978,2.978,0,0,0,8.938,0H2.979A2.978,2.978,0,0,0,0,2.979V65.542A5.959,5.959,0,0,0,5.958,71.5h86.4a2.978,2.978,0,0,0,2.979-2.979V62.563a2.978,2.978,0,0,0-2.979-2.979M86.4,5.958H64.413a4.469,4.469,0,0,0-3.16,7.629l6.033,6.033L53.625,33.283,39.964,19.622a5.956,5.956,0,0,0-8.425,0l-12.79,12.79a2.979,2.979,0,0,0,0,4.214l4.212,4.212a2.979,2.979,0,0,0,4.214,0l8.576-8.578L49.411,45.92a5.956,5.956,0,0,0,8.425,0L75.712,28.045l6.033,6.033a4.469,4.469,0,0,0,7.629-3.16V8.938A2.976,2.976,0,0,0,86.4,5.958"
                                            fill="#08376b" />
                                    </g>
                                </g>
                            </svg>
                        </div>
                        <p class="deepBlueFont">SPOT MARKET</p>
                        <p class="small offerDetail mb-4">The FCP began with an Ocean Carrier White-label Spot Market
                            Solution as the demand
                            variability of the spot market provided the opportunity to optimize freight revenue.</p>
                        <a href="#" class="blueFont">Learn More</a>
                    </div>

                </div>


            </div>


        </div>

    </section>




    <section class="grayBgColor">

        <div class="container mainWrapper">



            <div class="row align-items-center">
                <div class="col-lg-6">

                    <p class="mb-4 text-uppercase h2">About Us </p>
                    <p>Shipvago is founded by a group of logistics expert with years of experience in logistics
                        industry. We try to think from the industry perspective and how to address to the painpoints
                        via technology.
                    </p>

                </div>
                <div class="col-lg-6">
                    <img src="../assets/images/mainBanner03.jpg" class="img-fluid border-radius" alt="banner"
                        title="banner">


                </div>

            </div>
        </div>

    </section>



    <section class="missionWrap" style="background-image:url(../assets/images/mainBanner02.jpg);">

        <div class="mainWrapper">

            <div class="container missionDetail text-center">

                <p class="whiteFont mb-4 mt-4 text-uppercase h2">Mission</p>
                <p class="whiteFont">Shipping and Logistics has been recognized as one of the most
                    old-fashioned
                    industries in the world with lots of manual work, inefficiencies and lack of
                    predictability/visibility on market moving rate, carriers and freight forwarders have been offering
                    a mix of short/long term rates in the market which makes the market to be very fragmented and result
                    in low xxxxxxxxx.</p>
                <p class="whiteFont mb-4">Shipvago targets to remove inefficiencies by creating a marketplace for
                    container carriers, freight
                    forwarders and end customers by offering “one click” visibility in market moving rate. Users can
                    simply spend their time to add more value to their supply chain or other value adding tasks as such.
                </p>
                <button type="button" class="btn btn-outline-light mb-4">More Detail</button>


            </div>



        </div>

    </section>

    <!-- end #section -->

    <section class="logoGroup">
        <div class="owl-carousel owl-theme" id="partnerOwl">

            <div class="item">

                <img src="../assets/images/logo.png" alt="logo" title="logo">

            </div>


            <div class="item">

                <img src="../assets/images/logo.png" alt="logo" title="logo">

            </div>
            <div class="item">

                <img src="../assets/images/logo.png" alt="logo" title="logo">

            </div>


        </div>

    </section>
    <section class="teamWrap">
        <div class="row m-0">
            <div class="col-lg-4 p-0 teamBanner" style="background-image:url(../assets/images/mainBanner04.jpg);">

            </div>
            <div class="col-lg-8 teamDetail">
                <h2 class="whiteFont">The Team <br>Profile for Shipvago team </h2>
                <a href="#" class="small whiteFont">> More Detail</a>



                <div class="swiper-container swiperWrap">
                    <div class="swiper-wrapper">
                        <div class="swiper-slide">
                            <div class="d-flex teamCard align-items-center">
                                <div class="teamImg">
                                    <img src="../assets/images/team01.jpg" class="img-fluid" alt="team01"
                                        title="team01">
                                </div>
                                <div class="teamDes">
                                    <p class="bold h4">Johnson Chang</p>
                                    <p class="mb-0">Head of BD/Asia</p>
                                </div>
                            </div>


                        </div>
                        <div class="swiper-slide">
                            <div class="d-flex teamCard align-items-center">
                                <div class="teamImg">
                                    <img src="../assets/images/team01.jpg" class="img-fluid" alt="team01"
                                        title="team01">
                                </div>
                                <div class="teamDes">
                                    <p class="bold h4">Johnson Chang</p>
                                    <p class="mb-0">Head of BD/Asia</p>
                                </div>
                            </div>


                        </div>
                        <div class="swiper-slide">
                            <div class="d-flex teamCard align-items-center">
                                <div class="teamImg">
                                    <img src="../assets/images/team01.jpg" class="img-fluid" alt="team01"
                                        title="team01">
                                </div>
                                <div class="teamDes">
                                    <p class="bold h4">Johnson Chang</p>
                                    <p class="mb-0">Head of BD/Asia</p>
                                </div>
                            </div>


                        </div>
                        <div class="swiper-slide">
                            <div class="d-flex teamCard align-items-center">
                                <div class="teamImg">
                                    <img src="../assets/images/team01.jpg" class="img-fluid" alt="team01"
                                        title="team01">
                                </div>
                                <div class="teamDes">
                                    <p class="bold h4">Johnson Chang</p>
                                    <p class="mb-0">Head of BD/Asia</p>
                                </div>
                            </div>


                        </div>
                    </div>
                    <!-- Add Pagination -->

                </div>
                <div class="swiperNav">
                    <div class="swiper-button-next"><i class="fas fa-arrow-right"></i></div>
                    <div class="swiper-button-prev"><i class="fas fa-arrow-left"></i></div>
                </div>
            </div>
        </div>


    </section>


    <!-- footer -->

    <?php include 'inc/footer.php';?>

    <script type="text/javascript" src="../assets/js/owl.carousel.js"></script>

    <script type="text/javascript" src="../assets/js/swiper.js"></script>

    <!-- my script -->



    <script>
    var swiper = new Swiper('.swiper-container', {
        slidesPerView: 'auto',
        autoplay: true,
        spaceBetween: 30,
        navigation: {
            nextEl: '.swiper-button-next',
            prevEl: '.swiper-button-prev',
        },
        responsive: {

            600: {

                items: 3

            },

            400: {

                items: 1
            }

        }
    });




    $('#partnerOwl').owlCarousel({

        autoplay: true,

        nav: true,

        dot: false,
        loop: true,
        margin: 0,
        responsive: {
            1000: {

                items: 6

            },
            600: {

                items: 4

            },

            400: {

                items: 2
            }

        }

    });
    </script>

</body>







</html>