forked from ewh-support/company-site.dakotavina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
797 lines (764 loc) · 56.2 KB
/
index.html
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
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7 "> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]><html class="no-js lt-ie10"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<!-- Mirrored from be.beantownthemes.com/html/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 May 2018 09:42:53 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<!-- /Added by HTTrack -->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>DAKOTA - Chất lượng là sức mạnh</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Favicons -->
<link rel="shortcut icon" href="content/sport/images/logo4.png">
<!-- FONTS -->
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,700'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:100,300,400,400italic,700'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,400italic,500,700,900,900italic'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Patua+One:100,300,400,400italic,700'>
<!-- CSS -->
<!-- Revolution Slider -->
<link rel="stylesheet" href="plugins/rs-plugin/css/settings.css">
<link rel='stylesheet' href='css/global.css'>
<link rel='stylesheet' href='content/sport/css/structure.css'>
<link rel='stylesheet' href='content/sport/css/sport.css'>
<link rel='stylesheet' href='content/sport/css/custom.css'>
<link rel='stylesheet' href='css/style-demo.css'>
</head>
<body class="home template-slider layout-full-width button-stroke no-content-padding header-transparent sticky-header sticky-dark subheader-title-left header-menu-right">
<!-- Main Theme Wrapper -->
<div id="Wrapper">
<!-- Header Wrapper -->
<div id="Header_wrapper">
<!-- Header -->
<header id="Header">
<!-- Header - Logo and Menu area -->
<div id="Top_bar">
<div class="container">
<div class="column one">
<div class="top_bar_left clearfix">
<!-- Logo-->
<div class="logo">
<a id="logo" href="index.html" title="DAKOTA - Chất lượng là sức mạnh"><img class="scale-with-grid" src="content/sport/images/logo4.png" alt="DAKOTA - Chất lượng là sức mạnh" />
</a>
</div>
<!-- Main menu-->
<div class="menu_wrapper">
<nav id="menu">
<ul id="menu-main-menu" class="menu">
<li class="current_page_item">
<a href="index.html"><span>HOME</span></a>
</li>
<li>
<a href="/company"><span>GIỚI THIỆU</span></a>
</li>
<li>
<a href="/product"><span>SẢN PHẨM</span></a>
</li>
<li>
<a href="/news"><span>TIN TỨC</span></a>
</li>
<li>
<a href="/contact"><span>LIÊN HỆ</span></a>
</li>
</ul>
</nav>
<a class="responsive-menu-toggle" href="#"><i class="icon-menu"></i></a>
</div>
<!-- Header Searchform area-->
<div class="search_wrapper">
<form method="get" action="#">
<i class="icon_search icon-search"></i>
<a href="#" class="icon_close"><i class="icon-cancel"></i></a>
<input type="text" class="field" name="s" placeholder="Enter your search" />
<input type="submit" class="submit flv_disp_none" value="" />
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Revolution slider area--> <div class="mfn-main-slider">
<div id="rev_slider_1_2_wrapper" class="rev_slider_wrapper fullwidthbanner-container sections_style_1">
<div id="rev_slider_1_2" class="rev_slider fullwidthabanner tp-overflow-hidden" data-version="5.0.4.1">
<ul>
<li data-index="rs-1" data-transition="random" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="300"
data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<img src="plugins/rs-plugin/images/transparent.html" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"
class="rev-slidebg" data-no-retina>
<div class="tp-caption homesportlargelight tp-resizeme" id="slide-1-layer-1" data-x="50" data-y="center" data-voffset="-100"
data-width="auto" data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="500" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 5; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto; font-size: 80px; line-height: 90px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Lato;border-color:rgba(255, 255, 255, 1.00);">
DAKOTA
<br> Chất lượng
<br> là sức mạnh
</div>
<div class="tp-caption homesportsmalllight tp-resizeme" id="slide-1-layer-3" data-x="51" data-y="center" data-voffset="110"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="800" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 7; min-width: ; min-height: ; white-space: nowrap; max-width: ; max-height: ; font-size: 20px; line-height: 24px; color: rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00);">
<b>Đồng hành cùng người nuôi thủy sản</b>tìm ra giải phát tối ưu
<br> phát triển ngành thủy sản bền vững.
<br> Bằng những sản phẩm chất lượng <b>và đội ngũ kỹ thuật</b> chuyên nghiệp
<br> chúng tôi luôn sẵn sàng cùng bạn!
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-4" data-x="58" data-y="center" data-voffset="250" data-width="auto"
data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1100" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto;">
<a class="button button_large button_theme button_js" href="/company"><span class="button_label">XEM THÊM</span></a>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-5" data-x="right" data-hoffset="-160" data-y="center" data-voffset="40"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:50px;opacity:0;s:1000;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1400" data-responsive_offset="on" style="z-index: 9;"><img src="content/sport/images/tom.png" alt="" width="787" height="839" data-no-retina>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-6" data-x="260" data-y="center" data-voffset="240" data-width="" data-height=""
data-transform_idle="" data-transform_in="opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;" data-start="1700"
data-responsive_offset="on" style="z-index: 10;"><img src="content/sport/images/home_sport_slide_1_logo.png" alt="" width="219" height="36" data-no-retina>
</div>
</li>
<li data-index="rs-2" data-transition="random" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="300"
data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<img src="plugins/rs-plugin/images/transparent.html" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"
class="rev-slidebg" data-no-retina>
<div class="tp-caption homesportlargelight tp-resizeme" id="slide-1-layer-1" data-x="50" data-y="center" data-voffset="-100"
data-width="auto" data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="500" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 5; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto; font-size: 80px; line-height: 90px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Lato;border-color:rgba(255, 255, 255, 1.00);">
DAKOTA
<br> chất lượng
<br> là sức mạnh
</div>
<div class="tp-caption homesportsmalllight tp-resizeme" id="slide-1-layer-3" data-x="51" data-y="center" data-voffset="110"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="800" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 7; min-width: ; min-height: ; white-space: nowrap; max-width: ; max-height: ; font-size: 20px; line-height: 24px; color: rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00);">
<b>Đồng hành cùng người nuôi thủy sản</b>tìm ra giải phát tối ưu
<br> phát triển ngành thủy sản bền vững.
<br> Bằng những sản phẩm chất lượng <b>và đội ngũ kỹ thuật</b> chuyên nghiệp
<br> chúng tôi luôn sẵn sàng cùng bạn!
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-4" data-x="58" data-y="center" data-voffset="250" data-width="auto"
data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1100" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto;">
<a class="button button_large button_theme button_js" href="/company"><span class="button_label">XEM THÊM</span></a>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-5" data-x="right" data-hoffset="-160" data-y="center" data-voffset="40"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:50px;opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="1400" data-responsive_offset="on" style="z-index: 9;"><img src="content/sport/images/tom6.png" alt="" width="787" height="839" data-no-retina>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-6" data-x="260" data-y="center" data-voffset="240" data-width="" data-height=""
data-transform_idle="" data-transform_in="opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1700" data-responsive_offset="on" style="z-index: 10;"><img src="content/sport/images/home_sport_slide_1_logo.png" alt="" width="219" height="36" data-no-retina>
</div>
</li>
<li data-index="rs-3" data-transition="random" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="300"
data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<img src="plugins/rs-plugin/images/transparent.html" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"
class="rev-slidebg" data-no-retina>
<div class="tp-caption homesportlargelight tp-resizeme" id="slide-1-layer-1" data-x="50" data-y="center" data-voffset="-100"
data-width="auto" data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="500" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 5; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto; font-size: 80px; line-height: 90px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Lato;border-color:rgba(255, 255, 255, 1.00);">
DAKOTA
<br> chất lượng
<br> là sức mạnh
</div>
<div class="tp-caption homesportsmalllight tp-resizeme" id="slide-1-layer-3" data-x="51" data-y="center" data-voffset="110"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="800" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 7; min-width: ; min-height: ; white-space: nowrap; max-width: ; max-height: ; font-size: 20px; line-height: 24px; color: rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00);">
<b>Đồng hành cùng người nuôi thủy sản</b>tìm ra giải phát tối ưu
<br> phát triển ngành thủy sản bền vững.
<br> Bằng những sản phẩm chất lượng <b>và đội ngũ kỹ thuật</b> chuyên nghiệp
<br> chúng tôi luôn sẵn sàng cùng bạn!
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-4" data-x="58" data-y="center" data-voffset="250" data-width="auto"
data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1100" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto;">
<a class="button button_large button_theme button_js" href="/company"><span class="button_label">XEM THÊM</span></a>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-5" data-x="right" data-hoffset="-160" data-y="center" data-voffset="40"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:50px;opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="1400" data-responsive_offset="on" style="z-index: 9;"><img src="content/sport/images/benh-tom3.png" alt="" width="787" height="839" data-no-retina>
</div>
<div class="tp-caption tp-resizeme" id="slide-1-layer-6" data-x="260" data-y="center" data-voffset="240" data-width="" data-height=""
data-transform_idle="" data-transform_in="opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1700" data-responsive_offset="on" style="z-index: 10;"><img src="content/sport/images/home_sport_slide_1_logo.png" alt="" width="219" height="36" data-no-retina>
</div>
</li>
<li data-index="rs-4" data-transition="random" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="300"
data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<img src="plugins/rs-plugin/images/transparent.html" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"
class="rev-slidebg" data-no-retina>
<div class="tp-caption homesportlargelight tp-resizeme" id="slide-2-layer-1" data-x="50" data-y="center" data-voffset="-100"
data-width="auto" data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="500" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 5; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto; font-size: 80px; line-height: 90px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Lato;border-color:rgba(255, 255, 255, 1.00);">
DAKOTA
<br> đồng hành
<br> cùng nhà nông!
</div>
<div class="tp-caption homesportsmalllight tp-resizeme" id="slide-2-layer-3" data-x="51" data-y="center" data-voffset="110"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="800" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 7; min-width: ; min-height: ; white-space: nowrap; max-width: ; max-height: ; font-size: 20px; line-height: 24px; color: rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00);">
<b>Hướng đến nền thủy sản xanh,</b>sạch
<br> Bằng những giải pháp an toàn
<br> thân thiện, <b>hiệu quả</b> và thành công
<br> cùng nhà nông làm giàu!
</div>
<div class="tp-caption tp-resizeme" id="slide-2-layer-4" data-x="58" data-y="center" data-voffset="250" data-width="auto"
data-height="auto" data-transform_idle="" data-transform_in="x:-50px;opacity:0;s:800;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="1100" data-splitin="none" data-splitout="none" data-responsive_offset="on"
style="z-index: 8; min-width: auto; min-height: auto; white-space: nowrap; max-width: auto; max-height: auto;">
<a class="button button_large button_theme button_js" href="/company"><span class="button_label">XEM THÊM</span></a>
</div>
<div class="tp-caption tp-resizeme" id="slide-2-layer-5" data-x="right" data-hoffset="-120" data-y="center" data-voffset="40"
data-width="" data-height="" data-transform_idle="" data-transform_in="x:50px;opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;" data-start="1400" data-responsive_offset="on" style="z-index: 9;"><img src="content/sport/images/tom-dep1.png" alt="" width="auto" height="auto" data-no-retina>
</div>
<div class="tp-caption tp-resizeme" id="slide-2-layer-6" data-x="260" data-y="center" data-voffset="240" data-width="" data-height=""
data-transform_idle="" data-transform_in="opacity:0;s:800;e:Power3.easeInOut;" data-transform_out="auto:auto;s:300;"
data-start="1700" data-responsive_offset="on" style="z-index: 10;"><img src="content/sport/images/home_sport_slide_1_logo.png" alt="" width="219" height="36" data-no-retina>
</div>
</li>
</ul>
<div class="tp-bannertimer tp-bottom flv_viz_hid"></div>
</div>
</div>
</div>
</header>
</div>
<!-- Main Content -->
<div id="Content">
<div class="content_wrapper clearfix">
<div class="sections_group">
<div class="entry-content">
<div class="section dark " style="padding-top:0px; padding-bottom:0px; background-image:url(content/sport/images/home_sport_section_4.png); background-repeat:no-repeat; background-position:center bottom; ">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<div class="home_box" style="background: #000 url(content/sport/images/banner3.jpg) no-repeat right bottom;">
<h4 style="line-height: 35px;">SẢN PHẨM MÔI TRƯỜNG</h4>
<h5>
Bộ sản phẩm xử lý môi trường: vi sinh, diệt khuẩn, khoáng...
</h5>
<a class="mfn-link mfn-link-4 " href="/product" data-hover="See products"><span data-hover="See products">XEM THÊM</span></a>
</div>
</div>
</div>
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<div class="home_box" style="background: #000 url(content/sport/images/banner33.jpg) no-repeat right bottom;">
<h4 style="line-height: 35px;">SẢN PHẨM DINH DƯỠNG</h4>
<h5>
Bộ sản phẩm dinh dưỡng: vitamin, men tiêu hóa, bổ gan...
</h5>
<a class="mfn-link mfn-link-4 " href="/product" data-hover="See products"><span data-hover="See products">XEM THÊM</span></a>
</div>
</div>
</div>
<!-- Page devider -->
<!-- One full width row-->
<div class="column one column_divider ">
<hr class="no_line" />
</div>
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<div class="home_box" style="background: #87dc26 url(content/sport/images/banner33.jpg) no-repeat right bottom;">
<h4 style="color: #000; line-height: 35px;">SẢN PHẨM ĐIỀU TRỊ</h4>
<h5 style="color: #000;">
Bộ sản phẩm điều trị bệnh: kháng sinh, thảo dược...
</h5>
<a class="mfn-link mfn-link-4 " href="/product" data-hover="See products"><span data-hover="See products">XEM THÊM</span></a>
</div>
</div>
</div>
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<div class="home_box" style="background: #000 url(content/sport/images/tom-dep1.jpg) no-repeat right bottom;">
<h4 style="line-height: 35px;">SẢN PHẨM VI SINH</h4>
<h5>
Bộ sản phẩm vi sinh độc quyền do DAKOTA phân phối
</h5>
<a class="mfn-link mfn-link-4 " href="/product" data-hover="See products"><span data-hover="See products">XEM THÊM</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top:40px; padding-bottom:0px; background-color:#dde6e8">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<!-- One full width row-->
<div class="column one column_column ">
<div class="column_attr align_center">
<h2>SẢN PHẨM MỚI</h2>
<div class="image_frame no_link scale-with-grid alignnone no_border">
<div class="image_wrapper"><img class="scale-with-grid" src="content/sport/images/home_sport_heading_sep.png" alt="">
</div>
</div>
<hr class="no_line hrmargin_b_15">
<h5 style="margin: 0 7%;">Chúng tôi tìm kiếm và nhập khẩu các dòng sản phẩm chất lượng, giá thành hợp lý cho người nuôi
</h5>
</div>
</div>
<!-- One full width row-->
<div class="column one column_portfolio ">
<div class="portfolio_wrapper isotope_wrapper ">
<ul class="portfolio_group lm_wrapper isotope grid">
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-clothing tall">
<div class="portfolio-item-fw-bg">
<div class="portfolio-item-fw-wrapper">
<div class="list_style_header">
<h3 class="entry-title">
<a href="/san-pham-a">Dakota Việt Nam - Chuyên gia vi sinh thủy sản Việt Nam SẢN PHẨM A</a>
</h3>
<div class="links_wrapper">
<a href="#" class="button button_js portfolio_prev_js"><span class="button_icon"><i class="icon-up-open"></i></span></a>
<a href="#" class="button button_js portfolio_next_js"><span class="button_icon"><i class="icon-down-open"></i></span></a>
<a href="/san-pham-a" class="button button_left button_theme button_js"><span class="button_icon"><i class="icon-link"></i></span><span class="button_label">Read more</span></a>
</div>
</div>
<div class="image_frame scale-with-grid">
<div class="image_wrapper">
<a href="/san-pham-a">
<div class="mask"></div><img width="640" height="500" src="content/sport/images/home_sport_shoe1-640x500.jpg"
class="scale-with-grid wp-post-image" alt="home_sport_shoe1" />
</a>
<div class="image_links double">
<a href="content/sport/images/home_sport_shoe1.jpg" class="zoom" rel="prettyphoto"><i class="icon-search"></i></a>
<a href="/san-pham-a" class="link"><i class="icon-link"></i></a>
</div>
</div>
</div>
<div class="desc">
<div class="title_wrapper">
<h5 class="entry-title">
<a href="/san-pham-a">Dakota Việt Nam - Chuyên gia vi sinh thủy sản Việt Nam SẢN PHẨM A</a>
</h5>
<div class="button-love">
<a href="#" class="mfn-love " data-id="2189"><span class="icons-wrapper"><i class="icon-heart-empty-fa"></i><i class="icon-heart-fa"></i></span><span
class="label">41</span></a>
</div>
</div>
<div class="details-wrapper">
<dl>
<dt>
Date
</dt>
<dd>
May 1, 2014
</dd>
<dd></dd>
</dl>
</div>
<div class="desc-wrapper"></div>
</div>
</div>
</div>
</li>
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-shoes ">
<div class="portfolio-item-fw-bg">
<div class="portfolio-item-fw-wrapper">
<div class="list_style_header">
<h3 class="entry-title">
<a href="content/sport/portfolio-item-6.html">Quisque lorem tortor</a>
</h3>
<div class="links_wrapper">
<a href="#" class="button button_js portfolio_prev_js"><span class="button_icon"><i class="icon-up-open"></i></span></a>
<a href="#" class="button button_js portfolio_next_js"><span class="button_icon"><i class="icon-down-open"></i></span></a>
<a href="content/sport/portfolio-item-6.html" class="button button_left button_theme button_js"><span class="button_icon"><i class="icon-link"></i></span><span class="button_label">Read more</span></a>
</div>
</div>
<div class="image_frame scale-with-grid">
<div class="image_wrapper">
<a href="content/sport/portfolio-item-6.html">
<div class="mask"></div><img width="640" height="500" src="content/sport/images/home_sport_shoe2-640x500.jpg"
class="scale-with-grid wp-post-image" alt="home_sport_shoe2" />
</a>
<div class="image_links double">
<a href="content/sport/images/home_sport_shoe2.jpg" class="zoom" rel="prettyphoto"><i class="icon-search"></i></a>
<a href="content/sport/portfolio-item-6.html" class="link"><i class="icon-link"></i></a>
</div>
</div>
</div>
<div class="desc">
<div class="title_wrapper">
<h5 class="entry-title">
<a href="content/sport/portfolio-item-6.html">Quisque lorem tortor</a>
</h5>
<div class="button-love">
<a href="#" class="mfn-love " data-id="2188"><span class="icons-wrapper"><i class="icon-heart-empty-fa"></i><i class="icon-heart-fa"></i></span><span
class="label">53</span></a>
</div>
</div>
<div class="details-wrapper">
<dl>
<dt>
Date
</dt>
<dd>
April 30, 2014
</dd>
<dd></dd>
</dl>
</div>
<div class="desc-wrapper"></div>
</div>
</div>
</div>
</li>
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-clothing wide">
<div class="portfolio-item-fw-bg">
<div class="portfolio-item-fw-wrapper">
<div class="list_style_header">
<h3 class="entry-title">
<a href="content/sport/portfolio-item-2.html">Curabitur et ligula</a>
</h3>
<div class="links_wrapper">
<a href="#" class="button button_js portfolio_prev_js"><span class="button_icon"><i class="icon-up-open"></i></span></a>
<a href="#" class="button button_js portfolio_next_js"><span class="button_icon"><i class="icon-down-open"></i></span></a>
<a href="content/sport/portfolio-item-2.html" class="button button_left button_theme button_js"><span class="button_icon"><i class="icon-link"></i></span><span class="button_label">Read more</span></a>
</div>
</div>
<div class="image_frame scale-with-grid">
<div class="image_wrapper">
<a href="content/sport/portfolio-item-2.html">
<div class="mask"></div><img width="640" height="500" src="content/sport/images/home_sport_shoe3-640x500.jpg"
class="scale-with-grid wp-post-image" alt="home_sport_shoe3" />
</a>
<div class="image_links double">
<a href="content/sport/images/home_sport_shoe3.jpg" class="zoom" rel="prettyphoto"><i class="icon-search"></i></a>
<a href="content/sport/portfolio-item-2.html" class="link"><i class="icon-link"></i></a>
</div>
</div>
</div>
<div class="desc">
<div class="title_wrapper">
<h5 class="entry-title">
<a href="content/sport/portfolio-item-2.html">Curabitur et ligula</a>
</h5>
<div class="button-love">
<a href="#" class="mfn-love " data-id="2187"><span class="icons-wrapper"><i class="icon-heart-empty-fa"></i><i class="icon-heart-fa"></i></span><span
class="label">75</span></a>
</div>
</div>
<div class="details-wrapper">
<dl>
<dt>
Date
</dt>
<dd>
April 29, 2014
</dd>
<dd></dd>
</dl>
</div>
<div class="desc-wrapper"></div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="section no-margin " style="padding-top:40px; padding-bottom:0px; background-color:#fafbfc; background-image:url(content/sport/images/home_sport_section_1.png); background-repeat:no-repeat; background-position:center top; ">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<hr class="no_line" style="margin: 0 auto 120px;" />
<h3 style="line-height: 40px;">SỨ MỆNH
<br> PHÁT TRIỂN
<br> DAKOTA VIỆT NAM</h3>
<hr class="no_line hrmargin_b_20" />
<div style="display: inline-block;">
<p style="margin: 0px; letter-spacing: 1px; color: #858585; font-size: 13px;">
NỔ LỰC<span style="float: right">110%</span>
</p>
<div class="progress_icons" data-active="20" data-color="">
<span class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span><span
class="progress_icon"><i class="icon-dot"></i></span><span class="progress_icon"><i class="icon-dot"></i></span>
</div>
</div>
<hr class="no_line hrmargin_b_10" />
<h5><b>Dakota Việt Nam </b> lấy khách hàng làm trọng tâm phát triển. Tất cả thành viên hướng đến
thành công cho người nuôi và sự phát triển bền vững của thủy sản Việt Nam.</h5>
<hr class="no_line hrmargin_b_30" />
<a class="button button_js" href="#"><span class="button_label">DAKOTA BẢO</span></a>
</div>
</div>
<!-- One Second (1/2) Column -->
<div class="column one-second column_image ">
<div class="image_frame no_link scale-with-grid aligncenter no_border">
<div class="image_wrapper"><img class="scale-with-grid" src="content/sport/images/tom-dep1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top:90px; padding-bottom:0px; background-color:#0db800; background-image:url(content/sport/images/home_sport_section_2.png); background-repeat:no-repeat; background-position:center top; ">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<!-- One Second (1/2) Column -->
<div class="column one-second column_image ">
<div class="image_frame no_link scale-with-grid aligncenter no_border">
<div class="image_wrapper">
<img class="scale-with-grid" src="content/sport/images/home_sport_slide2_running_man.png" alt="">
</div>
</div>
</div>
<!-- One Second (1/2) Column -->
<div class="column one-second column_column ">
<div class="column_attr ">
<hr class="no_line" style="margin: 0 auto 120px;" />
<h3 style="color: #fff; line-height: 42px;">CHIẾN LƯỢC
<br> PHÁT TRIỂN
<br> DAKOTA VIỆT NAM</h3>
<hr class="no_line hrmargin_b_20" />
<h5>Xây dựng hệ thống <b>truyền thông và thương mại điện tử, ứng dụng công nghệ </b> vào nuôi
trồng thủy sản, nâng tầm nền thủy sản Việt Nam.</h5>
<hr class="no_line hrmargin_b_30" />
<a class="button button_js" href="#"><span class="button_label">DAKOTA BẢO</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top:180px; padding-bottom:40px; background-color:#212121; background-image:url(content/sport/images/home_sport_section_3.png); background-repeat:no-repeat; background-position:center top; ">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<!-- One Third (1/3) Column -->
<div class="column one-third column_column">
<div class="column_attr ">
<h3 style="color: #fff; line-height: 50px;">ĐĂNG KÝ
<br> NHẬN TIN TỨC</h3>
<div id="mc4wp-form-1" class="form mc4wp-form">
<form id="newsletterform" class="newsletter_form">
<input placeholder="Your email address" type="email" id="email_news" name="email_news" size="40" aria-required="true" aria-invalid="false"
/>
<input type="button" value="OK" id="submit" onClick="return check_values_news();">
</form>
</div>
</div>
</div>
<!-- Two Third (2/3) Column -->
<div class="column two-third column_image ">
<div class="image_frame no_link scale-with-grid aligncenter no_border">
<div class="image_wrapper"><img class="scale-with-grid" src="content/sport/images/logo4.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section the_content no_content">
<div class="section_wrapper">
<div class="the_content_wrapper"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer-->
<footer id="Footer" class="clearfix">
<div class="widgets_wrapper" style="padding:60px 0;">
<div class="container">
<div class="column one-third">
<aside class="widget widget_text">
<div class="textwidget">
<div class="image_frame image_item no_link scale-with-grid alignnone no_border">
<div class="image_wrapper"><img class="scale-with-grid" src="content/sport/images/logo4.png" alt="home_footer_logo" width="400" height="50" />
</div>
</div>
<hr class="no_line hrmargin_b_10" />
</div>
</aside>
</div>
<div class="column one-third">
<aside class="widget widget_text">
<h3>Liên hệ chúng tôi</h3>
<div class="textwidget">
<h5><b> CTY TNHH Xuất Nhập Khẩu DAKOTA VIỆT NAM
</h5>
<h4>
Mã số thuế: 0315682451 tại Sở KHĐT Tp.HCM ngày 16/05/2019
</h4>
<h4>
Địa chỉ: 282 Vườn Lài, Phường Phú Thọ Hòa,
<br> Quận Tân Phú, Tp.Hồ Chí Minh
</h4>
<h4>
Điện thoại: (0528) 601 295
<br> Email:
<a href="[email protected]">[email protected]</a>
</h4>
</div>
</aside>
</div>
<div class="column one-third">
<div class="fb-page" data-href="https://www.facebook.com/xnkdakota/" data-tabs="timeline" data-width="500" data-height="350" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/xnkdakota/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/xnkdakota/">Cty XNK Dakota Việt Nam - Chuyên nhập khẩu và phân phối sản phẩm thủy sản</a></blockquote></div>
</div>
</div>
</div>
<!-- Footer copyright-->
<div class="footer_copy">
<div class="container">
<div class="column one">
<a id="back_to_top" href="#" class="button button_left button_js"><span class="button_icon"><i class="icon-up-open-big"></i></span></a>
<div class="copyright">
DAKOTA - Chất lượng là sức mạnh - website phát triển bởi
<a target="_blank" rel="nofollow" href="https://thuysan247.com">THỦY SẢN 247</a>
</div>
<!--Social info area-->
<ul class="social"></ul>
</div>
</div>
</div>
</footer>
</div>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v3.3&appId=744906669219015&autoLogAppEvents=1"></script>
<!-- JS -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/mfn.menu.js"></script>
<script src="js/jquery.plugins.js"></script>
<script src="js/jquery.jplayer.min.js"></script>
<script src="js/animations/animations.js"></script>
<script src="js/scripts.js"></script>
<script src="js/email.js"></script>
<script src="plugins/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="plugins/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.video.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.actions.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.migration.min.js"></script>
<script src="plugins/rs-plugin/js/extensions/revolution.extension.parallax.min.js"></script>
<script>
var tpj = jQuery;
tpj.noConflict();
var revapi1;
tpj(document).ready(function() {
if (tpj("#rev_slider_1_2").revolution == undefined) {
revslider_showDoubleJqueryError("#rev_slider_1_2");
} else {
revapi1 = tpj("#rev_slider_1_2").show().revolution({
sliderType: "standard",
jsFileLocation: "plugins/rs-plugin/assets/js/",
sliderLayout: "fullwidth",
dottedOverlay: "none",
delay: 5000,
navigation: {
keyboardNavigation: "off",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
bullets: {
enable: true,
hide_onmobile: false,
style: "hesperiden",
hide_onleave: false,
direction: "horizontal",
h_align: "center",
v_align: "bottom",
h_offset: 0,
v_offset: 20,
space: 5,
tmp: ''
}
},
gridwidth: 1240,
gridheight: 950,
lazyType: "none",
shadow: 0,
spinner: "spinner2",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
disableProgressBar: "on",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
startWithSlide: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: "off",
}
});
}
});
</script>
<script>
jQuery(window).load(function() {
var retina = window.devicePixelRatio > 1 ? true : false;
if (retina) {
var retinaEl = jQuery("#logo img.logo-main");
var retinaLogoW = retinaEl.width();
var retinaLogoH = retinaEl.height();
retinaEl.attr("src", "content/sport/images/retina-sport.png").width(retinaLogoW).height(retinaLogoH);
var stickyEl = jQuery("#logo img.logo-sticky");
var stickyLogoW = stickyEl.width();
var stickyLogoH = stickyEl.height();
stickyEl.attr("src", "content/sport/images/retina-sport.png").width(stickyLogoW).height(stickyLogoH);
}
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','../../www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96349019-1', 'auto');
ga('send', 'pageview');
</script>
</body>
<!-- Mirrored from be.beantownthemes.com/html/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 May 2018 09:44:22 GMT -->
</html>