/var/www/hkosl.com/shipvago/view/products.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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>Shipvago - Product</title>

    <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.">

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

<body>

    <!-- header -->
    <?php include 'inc/navbar.php';?>
    <!-- end of header-->


    <section class="subWrapper grayBgColor pb-0">

        <div class="quickSubSearch">
            <div class="d-flex align-items-center">
                <p class="mb-2 big">Shipvago offers free freight rate search</p>

            </div>
            <div class="shardowBox">
                <div class="row">
                    <div class="col-lg-4 mb-4">
                        <div class="form-group mb-2">
                            <label for="From">From</label>
                            <input type="text" class="form-control formAutoComplete" autocomplete="off"
                                aria-describedby="form" placeholder="Form">


                        </div>
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="origincharge" name="origincharge">
                            <label class="custom-control-label small" for="origincharge">include origin charge</label>
                        </div>

                    </div>
                    <div class="col-lg-4 mb-4">
                        <div class="form-group mb-2">
                            <label for="To">To</label>
                            <input type="text" class="form-control toAutoComplete" autocomplete="off"
                                aria-describedby="To" placeholder="To">

                        </div>
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="destinationcharge"
                                name="destinationcharge">
                            <label class="custom-control-label small" for="destinationcharge">include destination
                                charge</label>
                        </div>
                    </div>
                    <div class="col-lg-2 mb-4">
                        <div class="form-group">
                            <label for="Cargoreadydate">Cargo ready date</label>
                            <input type="text" class="form-control form_date" id="Cargoreadydate" placeholder="">
                        </div>
                    </div>
                    <div class="col-lg-2 mb-4">
                        <div class="form-group">
                            <label for="weeks"># of weeks</label>
                            <select name="Size" class="custom-select form-control fullWidth">
                                <option selected value="1">1</option>
                                <option value="2">2</option>
                                <option value="3">3</option>
                                <option value="4">4</option>
                                <option value="5">5</option>
                                <option value="6">6</option>
                                <option value="7">7</option>
                                <option value="8">8</option>
                                <option value="9">9</option>
                                <option value="10">10</option>
                            </select>
                        </div>
                    </div>
                    <div class="col-lg-3 mb-4">
                        <div class="form-group mb-2">
                            <label for="From"># of container</label>
                            <input type="text" class="form-control" id="From" value="1" placeholder="">
                        </div>


                    </div>
                    <div class="col-lg-3 mb-4">
                        <div class="form-group mb-2">
                            <label for="type">Equipment type</label>
                            <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>
                    <div class="col-lg-3 mb-4">
                        <div class="form-group">
                            <label for="Size">Equipment size</label>
                            <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>
                    <div class="col-lg-3 mb-4">
                        <div class="form-group">
                            <label for="weeks">Carrier</label>
                            <input type="text" class="form-control carrierAutoComplete" autocomplete="off"
                                aria-describedby="Carrier" placeholder="Carrier">
                        </div>
                    </div>
                </div>
                <button class="btn btn-primary fullWidth mb-4"><i class="fas fa-search"></i> Search & Book</button>
                <p class="big">10 Frequent searches </p>

                <div class="tagHistory">
                    <div class="swiper-container swiperWrap">
                        <div class="swiper-wrapper">
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>
                            <div class="swiper-slide">
                                <a href="#" class="shipTag ">
                                    HKHKG -> USLSA
                                </a>
                            </div>

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

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


                </div>

            </div>

        </div>

    </section>
    <section class="mainWrapper">
        <p>5 Top quotes by provider (7 in total)</p>
        <div class="row">
            <div class="col-lg-3 mb-4">
                <div class="boxWrap p-4">
                    <div class="d-flex">
                        <p class="h2">Filtes</p>
                        <a href="javascript: void(0);" class="mobileFilterBtn ml-auto"><i
                                class="far fa-arrow-alt-circle-left"></i></a>
                    </div>
                    <div class="filterItem">
                        <div class="search-item rangeOption mb-4">
                            <div class="slider-labels">
                                <div class="value">
                                    <div class="blueFont">Price : <span id="slider-range-price-value1"></span> To
                                        <span id="slider-range-price-value2"></span>
                                    </div>
                                    <hr class="blueLine smallLine">
                                </div>
                            </div>
                            <div class="RangeRow mt-4">
                                <div id="slider-range-price"></div>
                            </div>
                        </div>
                        <p class="blueFont mb-0">Seller</p>
                        <hr class="blueLine smallLine">
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="seller01">
                            <label class="form-check-label" for="seller01">Sinotrans_Hang....</label>
                        </div>
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="seller02">
                            <label class="form-check-label" for="seller02">DE WELL CONT....</label>
                        </div>
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="seller03">
                            <label class="form-check-label" for="seller03">Shining Ocean</label>
                        </div>
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="seller04">
                            <label class="form-check-label" for="seller04">C.H Robinson</label>
                        </div>
                        <div class="form-check mb-3">
                            <input type="checkbox" class="form-check-input" id="seller05">
                            <label class="form-check-label" for="seller05">Seabay Internat...</label>
                        </div>
                        <p class="blueFont mb-0">Destination Ports</p>
                        <hr class="blueLine smallLine">
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="Destination01">
                            <label class="form-check-label" for="Destination01">USLAX</label>
                        </div>
                        <div class="form-check mb-3">
                            <input type="checkbox" class="form-check-input" id="Destination02">
                            <label class="form-check-label" for="Destination02">Unspecified</label>
                        </div>
                        <p class="blueFont mb-0">Via</p>
                        <hr class="blueLine smallLine">
                        <div class="form-check">
                            <input type="checkbox" class="form-check-input" id="Via01">
                            <label class="form-check-label" for="Via01">USWC_PSW</label>
                        </div>
                        <div class="form-check mb-3">
                            <input type="checkbox" class="form-check-input" id="Via02">
                            <label class="form-check-label" for="Via02">Unspecified</label>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-lg-9">
                <div class="srotPackGroupWrap d-flex mb-3 flex-lg-row flex-column">
                    <label for="Best" class="srotPackGroupBtn">
                        <div class="toggle-button active">
                            <input name="srotPackGroup" class="srotPackGroup hide" type="radio" id="Best" />
                            Best value
                        </div>
                    </label>
                    <label for="Cheapest" class="srotPackGroupBtn">
                        <div class="toggle-button ">
                            <input name="srotPackGroup" class="srotPackGroup hide" type="radio" id="Cheapest" />
                            Cheapest
                        </div>
                    </label>
                    <label for="Quickest" class="srotPackGroupBtn">
                        <div class="toggle-button ">
                            <input name="srotPackGroup" class="srotPackGroup hide" type="radio" id="Quickest" />
                            Quickest
                        </div>
                    </label>
                    <label for="Greenest" class="srotPackGroupBtn">
                        <div class="toggle-button ">
                            <input name="srotPackGroup" class="srotPackGroup hide" type="radio" id="Greenest" />
                            Greenest
                        </div>
                    </label>
                </div>

                <div class="boxWrap searchResultsItem">
                    <div class="row m-0">
                        <div class="col-md-9 searchResultsDetail">
                            <div class="d-flex flex-md-row flex-column mb-4 align-items-center">
                                <div class="mr-3 moblieNoMargin resultLogo pb-2"><img class="img-fluid"
                                        src="../assets/images/shippinglogo01.jpg" alt="Shining Ocean"
                                        title="Shining Ocean"></div>
                                <p class="mr-3 moblieNoMargin resultName mb-0">Shining Ocean
                                </p>
                                <div class="resultTag">
                                    <p class="tag orangeBgColor mb-1">Direct</p>

                                </div>
                                <div class="rating-holder ml-auto mobileMargin-auto">
                                    <div class="c-rating c-rating--regular" data-rating-value="3.5">
                                        <div>1</div>
                                        <div>2</div>
                                        <div>3</div>
                                        <div>4</div>
                                        <div>5</div>
                                    </div>
                                </div>
                            </div>
                            <p class="h2 mt-2 mb-4">CNSHA > USLAX</p>

                            <div class="d-flex mb-2 mt-4 flex-md-row flex-column">
                                <P class="small mr-4"> <span class="bold">Estimated transit Time :</span> 23-26 days</p>
                                <P class="small"> <span class="bold">Gate-in by :</span> 14 Nov, 2020</p>
                            </div>
                            <div class="text-center">
                                <a href="javascript: void(0);" class="linkActive small" data-toggle="modal"
                                    data-target="#RateDetails">Rate
                                    details</a>

                            </div>
                        </div>
                        <div class="col-md-3 searchResultsPrice">
                            <span class="mt-2 tagbig yellowBgColor mb-3">Best Value</span>
                            <P class="h4 mb-4 mt-3">$30,955</p>
                            <button type="button" class="btn btn-primary mb-3 halfWidth"
                                onclick="location.href='products_detail.php';">Book</button>


                        </div>
                    </div>


                </div>
                <div class="boxWrap searchResultsItem">
                    <div class="row m-0">
                        <div class="col-md-9 searchResultsDetail">
                            <div class="d-flex flex-md-row flex-column mb-4 align-items-center">
                                <div class="mr-3 moblieNoMargin resultLogo pb-2"><img class="img-fluid"
                                        src="../assets/images/shippinglogo04.jpg" alt="Evergreen Line"
                                        title="Evergreen Line" class="img-fluid"></div>
                                <p class="mr-3 moblieNoMargin resultName mb-0">Evergreen Line
                                </p>
                                <div class="resultTag">
                                    <p class="tag orangeBgColor mb-1">Direct</p>

                                </div>
                                <div class="rating-holder ml-auto mobileMargin-auto">
                                    <div class="c-rating c-rating--regular" data-rating-value="3.5">
                                        <div>1</div>
                                        <div>2</div>
                                        <div>3</div>
                                        <div>4</div>
                                        <div>5</div>
                                    </div>
                                </div>
                            </div>
                            <p class="h2 mt-2 mb-4">CNSHA > USLAX</p>

                            <div class="d-flex mb-2 mt-4 flex-md-row flex-column">
                                <P class="small mr-4"> <span class="bold">Estimated transit Time :</span> 23-26 days</p>
                                <P class="small"> <span class="bold">Gate-in by :</span> 14 Nov, 2020</p>
                            </div>
                            <div class="text-center">
                                <a href="javascript: void(0);" class="linkActive small" data-toggle="modal"
                                    data-target="#RateDetails">Rate
                                    details</a>

                            </div>
                        </div>
                        <div class="col-md-3 searchResultsPrice">
                            <span class="mt-2 mb-3">&nbsp</span>
                            <P class="h4 mb-4 mt-3">$30,955</p>
                            <button type="button" class="btn btn-primary mb-3 halfWidth"
                                onclick="location.href='products_detail.php';">Book</button>


                        </div>
                    </div>


                </div>
                <div class="boxWrap searchResultsItem">
                    <div class="row m-0">
                        <div class="col-md-9 searchResultsDetail">
                            <div class="d-flex flex-md-row flex-column mb-4 align-items-center">
                                <div class="mr-3 moblieNoMargin resultLogo pb-2"><img
                                        src="../assets/images/shippinglogo02.jpg" class="img-fluid"
                                        alt="Compagnie Maritime d Affretement Compagnie Generale Maritime"
                                        title="Compagnie Maritime d Affretement Compagnie Generale Maritime"></div>
                                <p class="mr-3 moblieNoMargin resultName mb-0">Compagnie Maritime d Affretement
                                    Compagnie
                                    Generale Maritime
                                </p>
                                <div class="resultTag">
                                    <p class="tag orangeBgColor mb-1">Direct</p>

                                </div>
                                <div class="rating-holder ml-auto mobileMargin-auto">
                                    <div class="c-rating c-rating--regular" data-rating-value="3.5">
                                        <div>1</div>
                                        <div>2</div>
                                        <div>3</div>
                                        <div>4</div>
                                        <div>5</div>
                                    </div>
                                </div>
                            </div>
                            <p class="h2 mt-2 mb-4">CNSHA > USLAX</p>

                            <div class="d-flex mb-2 mt-4 flex-md-row flex-column">
                                <P class="small mr-4"> <span class="bold">Estimated transit Time :</span> 23-26 days</p>
                                <P class="small"> <span class="bold">Gate-in by :</span> 14 Nov, 2020</p>
                            </div>
                            <div class="text-center">
                                <a href="javascript: void(0);" class="linkActive small" data-toggle="modal"
                                    data-target="#RateDetails">Rate
                                    details</a>

                            </div>
                        </div>
                        <div class="col-md-3 searchResultsPrice">
                            <span class="mt-2 mb-3">&nbsp</span>
                            <P class="h4 mb-4 mt-3">$30,955</p>
                            <button type="button" class="btn btn-primary mb-3 halfWidth"
                                onclick="location.href='products_detail.php';">Book</button>


                        </div>
                    </div>


                </div>
                <div class="boxWrap searchResultsItem">
                    <div class="row m-0">
                        <div class="col-md-9 searchResultsDetail">
                            <div class="d-flex flex-md-row flex-column mb-4 align-items-center">
                                <div class="mr-3 moblieNoMargin resultLogo pb-2"><img
                                        src="../assets/images/shippinglogo03.jpg" class="img-fluid"
                                        alt="Hapag Lloyd Container Line/A>" title="Hapag Lloyd Container Line/A>"></div>
                                <p class="mr-3 moblieNoMargin resultName mb-0">Hapag Lloyd Container Line/A></p>
                                <div class="resultTag">
                                    <p class="tag orangeBgColor mb-1">Direct</p>

                                </div>
                                <div class="rating-holder ml-auto mobileMargin-auto">
                                    <div class="c-rating c-rating--regular" data-rating-value="3.5">
                                        <div>1</div>
                                        <div>2</div>
                                        <div>3</div>
                                        <div>4</div>
                                        <div>5</div>
                                    </div>
                                </div>
                            </div>
                            <p class="h2 mt-2 mb-4">CNSHA > USLAX</p>

                            <div class="d-flex mb-2 mt-4 flex-md-row flex-column">
                                <P class="small mr-4"> <span class="bold">Estimated transit Time :</span> 23-26 days</p>
                                <P class="small"> <span class="bold">Gate-in by :</span> 14 Nov, 2020</p>
                            </div>
                            <div class="text-center">
                                <a href="javascript: void(0);" class="linkActive small" data-toggle="modal"
                                    data-target="#RateDetails">Rate
                                    details</a>

                            </div>
                        </div>
                        <div class="col-md-3 searchResultsPrice">
                            <span class="mt-2 mb-3">&nbsp</span>
                            <P class="h4 mb-4 mt-3">$30,955</p>
                            <button type="button" class="btn btn-primary mb-3 halfWidth"
                                onclick="location.href='products_detail.php';">Book</button>


                        </div>
                    </div>


                </div>
            </div>
        </div>
    </section>

    <!-- end #section -->


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

    <!-- Modal -->
    <div class="modal fade" id="RateDetails" tabindex="-1" role="dialog" aria-labelledby="RateDetails"
        aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header d-block">
                    <div class="d-flex align-items-center flex-md-row flex-column mb-3">
                        <div class="mr-3 moblieNoMargin"><img src="../assets/images/shippinglogo01.jpg" alt="logo"
                                title="logo"></div>
                        <p class="mr-3 moblieNoMargin big mb-0">Shining Ocean
                        </p>
                        <div>
                            <p class="tag orangeBgColor mb-1">Direct</p>
                        </div>
                    </div>
                    <div class="d-flex align-items-center flex-md-row flex-column">
                        <p class="mr-3 moblieNoMargin h2">CNSHA > USLAX</p>
                        <p class="mr-3 moblieNoMargin small mb-0"><span class="bold">Estimated transit Time :</span>
                            23-26 days
                        </p>
                        <p class="mr-3 moblieNoMargin small mb-0"><span class="bold">Gate-in by :</span> 14 Nov, 2020
                        </p>
                    </div>
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                        <span aria-hidden="true">&times;</span>
                    </button>
                </div>
                <div class="modal-body">
                    <div class="d-flex align-items-center">
                        <h5 class="mb-3">Origin charges</h5>
                        <a href="javascript: void(0);" class="linkActive ml-auto blueFont small">Convert to local
                            currency</a>
                    </div>
                    <div class="tableWrap">
                        <table class="table">
                            <thead>
                                <tr>
                                    <th scope="col">Fee code</th>
                                    <th scope="col">Fee name</th>
                                    <th scope="col">Comment</th>
                                    <th scope="col">Units</th>
                                    <th scope="col">Unit price (RMB)</th>
                                    <th scope="col" class="text-right">Amount (RMB)</th>

                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <th scope="row">ODOC</th>
                                    <td>Documentation Charge at Origin</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">OCCF</th>
                                    <td>Export Customs Clearance</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">COM</th>
                                    <td>Communication Charges</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">OTHC 20'</th>
                                    <td>Terminal Handing Charge at Origin</td>
                                    <td>Per Container</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">OTHC 40'</th>
                                    <td>Terminal Handing Charge at Origin</td>
                                    <td>Per Container</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <hr />
                    <div class="d-flex justify-content-between mb-4">
                        <p class="bold h5">Subtotal:</p>
                        <p class="bold h5"> USD 1,450.00</p>
                    </div>
                    <h5 class="mb-3"><i class="fas fa-anchor mr-2 deepBlueFont"></i> CNSHA, Shanghai > USLAX, Los
                        Angeles, CA
                    </h5>
                    <div class="tableWrap">
                        <table class="table">
                            <thead>
                                <tr>
                                    <th scope="col">Fee code</th>
                                    <th scope="col">Fee name</th>
                                    <th scope="col">Comment</th>
                                    <th scope="col">Units</th>
                                    <th scope="col">Unit price (USD)</th>
                                    <th scope="col" class="text-right">Amount (USD)</th>

                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <th scope="row">OCEAN 20'</th>
                                    <td>Ocean Freight Cost</td>
                                    <td>Per Container</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">OCEAN 45' HC</th>
                                    <td>Export Customs Clearance</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">HDL</th>
                                    <td>Handling Charges</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>

                            </tbody>
                        </table>
                    </div>
                    <hr />
                    <div class="d-flex justify-content-between mb-4">
                        <p class="bold h5">Subtotal:</p>
                        <p class="bold h5"> USD 1,450.00</p>
                    </div>
                    <div class="d-flex align-items-center">
                        <h5 class="mb-3">Destination charges</h5>
                        <a href="javascript: void(0);" class="linkActive ml-auto blueFont small">Convert to local
                            currency</a>
                    </div>

                    <div class="tableWrap">
                        <table class="table">
                            <thead>
                                <tr>
                                    <th scope="col">Fee code</th>
                                    <th scope="col">Fee name</th>
                                    <th scope="col">Comment</th>
                                    <th scope="col">Units</th>
                                    <th scope="col">Unit price (EUR)</th>
                                    <th scope="col" class="text-right">Amount (EUR)</th>

                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <th scope="row">Do</th>
                                    <td>Delivery Order</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>
                                <tr>
                                    <th scope="row">DHDL</th>
                                    <td>Handling Charge at Destination</td>
                                    <td>Flat Fee</td>
                                    <td>1</td>
                                    <td>100.00</td>
                                    <td class="text-right">100.00</td>

                                </tr>

                            </tbody>
                        </table>
                    </div>
                    <hr />
                    <div class="d-flex justify-content-between">
                        <p class="bold h5">Subtotal:</p>
                        <p class="bold h5"> USD 1,450.00</p>
                    </div>
                    <hr />
                    <div class="d-flex justify-content-between">
                        <p class="h5 mb-0 bold mr-4">Total:</p>
                        <div class="ml-auto text-right">
                            <p class="h5 mb-0 bold"> RMB 2,000 + EUR 2,000 + USD 1,450.00</p>

                        </div>
                    </div>




                </div>
                <div class="modal-footer">
                    <div class="grayBgColor fullWidth p-3">
                        <p class="bold">Remark:</p>
                        <ul class="small list">
                            <li>Amendment fee: USD100
                            </li>
                            <li>Demurrage: 7 days, USD130 per day over 7 days
                            </li>
                            <li>Detention 14 days, USD100 per day over 14 days
                            </li>

                        </ul>
                    </div>

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

    <svg style="position: absolute; width: 0; height: 0; overflow: hidden" version="1.1"
        xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <symbol id="star" viewBox="0 0 28 28" preserveAspectRatio="xMaxYMax meet">
            <title>Star Rating</title>
            <path class="star"
                d="M13.996,22.501 L22.649,27.997 L20.352,17.637 L27.996,10.667 L17.930,9.768 L13.996,-0.003 L10.063,9.768 L-0.003,10.667 L7.641,17.637 L5.345,27.997 L13.996,22.501 Z" />
        </symbol>
    </svg>



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

    <script type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.js">
    </script>

    <script>
    $(document).ready(function() {
        var ratingElem = $('.rating input[name="star"]');

        ratingElem.change(function() {
            if (this.checked) {
                $(this).parent().addClass("active");
            }
        });

    });
    var swiper = new Swiper('.swiper-container', {
        slidesPerView: 'auto',
        autoplay: true,
        spaceBetween: 0,
        navigation: {
            nextEl: '.swiper-button-next',
            prevEl: '.swiper-button-prev',
        },

    });




    $('.srotPackGroup').change(function() {
        $(".srotPackGroupWrap .toggle-button").removeClass("active");
        $(this).parent().addClass("active");

    });
    </script>
</body>



</html>