-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwood.html
More file actions
764 lines (729 loc) · 51.1 KB
/
Copy pathwood.html
File metadata and controls
764 lines (729 loc) · 51.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Our Woods</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:500,600,700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/joinchat.css">
<link rel="stylesheet" href="css/joinchat.min.css">
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<link rel="icon" href="logo.png" type="image/x-icon">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="" id="dropdown04" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">Products</a>
<div class="dropdown-menu" aria-labelledby="dropdown04">
<a class="dropdown-item" href="product.html">All Products</a>
<a class="dropdown-item" href="charcoal-briquette.html">Charcoal Briquettes</a>
<a class="dropdown-item" href="coffee.html">Coffee</a>
<a class="dropdown-item" href="wood.html">Woods</a>
</div>
</li>
<li class="nav-item"><a href="gallery.html" class="nav-link">Gallery</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="faq.html" class="nav-link">FaQ</a></li>
<li class="nav-item"><a href="Paramartha Agro Brochure.pdf" class="nav-link" download=""
target="_blank">Brochure</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="hero-wrap hero-wrap-2" style="background-image: url('images/wds.jpg');"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-end justify-content-center">
<div class="col-md-9 ftco-animate pb-5 text-center">
<h2 class="mb-0 bread">Woods</h2>
<p class="breadcrumbss"><span><a href="#plywood"
class="smoothscrolld">Plywood</a></span><br><span><a href="#lvl"
class="smoothscrolld">LVL</a></span>
</div>
</div>
</div>
</section>
<div id="plywood">
<section class="ftco-section">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-5 ftco-animate">
<a href="images/ply.jpg" class="image-popup prod-img-bg"><img src="images/ply.jpg"
class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-lg-6 product-details pl-md-5 ftco-animate">
<h3
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Plywood</h3>
<p>Plywood is wood fabrication made of solid wood that is processed into sheets with the fiber
direction on the wooden layer arranged transversely between the bottom layer and the surface
layer using a special adhesive.
In plywood production, a log is peeled into sheets of veneer which are then cut to the
desired dimensions, dried, patched, glued together and then pressed under high temperature
press to form the plywood panel. Depending on the type of log (quality, color etc.) peeled,
the veneer sheets will become either face or back veneers, which are the furthest outer
layers of the plywood panel, or core veneers which will form the inside layers.</p>
<p>The outer surface layer is made stronger than the middle layer to reduce the risk of
expansion and bending (bending stress). Wood materials that are often used in the production
of plywood in Indonesia are pine, sengon, and sungkai wood. If the buyer wants a certain
wood motif to add aesthetic value, the buyer can also add certain types of wood veneers,
such as teak or acacia, in the production process. Plywood is different from MDF or
particleboard in that plywood uses pure solid wood in the manufacturing process. Meanwhile,
MDF or particle board is usually a mixture of solid wood chips, straw, resin, and other
materials that are pressed into slabs. These three materials are sold in the market with
certain thicknesses, namely 6mm, 9mm, 12mm, 15mm, 18mm and 24mm. However plywood is rated
better than MDF and particleboard because of its good density.</p>
<p>IF YOU NEED DETAILS OF EVERY PRODUCTS, DOWNLOAD OUR <a href="Paramartha Agro Brochure.pdf"
download="" target="_blank">CATALOGUE</a></p>
</div>
</div>
</div>
</section>
<div id="ply">
<section class="ftco-section">
<div class="container">
<div class="row mt-5">
<div class="col-md-12 nav-link-wrap">
<div class="nav nav-pills d-flex text-center" id="v-pills-tab" role="tablist"
aria-orientation="vertical">
<a class="nav-link ftco-animate active mr-lg-1" id="v-pills-1-tab" data-toggle="pill"
href="#v-pills-1" role="tab" aria-controls="v-pills-1"
aria-selected="true">Excess</a>
<a class="nav-link ftco-animate mr-lg-1" id="v-pills-2-tab" data-toggle="pill"
href="#v-pills-2" role="tab" aria-controls="v-pills-2" aria-selected="false">General
Plywood</a>
<a class="nav-link ftco-animate" id="v-pills-3-tab" data-toggle="pill" href="#v-pills-3"
role="tab" aria-controls="v-pills-3" aria-selected="false">Birch Plywood</a>
<a class="nav-link ftco-animate" id="v-pills-4-tab" data-toggle="pill" href="#v-pills-4"
role="tab" aria-controls="v-pills-4" aria-selected="false">Floor-Base Plywood</a>
<a class="nav-link ftco-animate" id="v-pills-5-tab" data-toggle="pill" href="#v-pills-5"
role="tab" aria-controls="v-pills-5" aria-selected="false">Film-Faced Plywood</a>
</div>
</div>
<div class="col-md-12 tab-wrap">
<div class="tab-content bg-light" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-1" role="tabpanel"
aria-labelledby="day-1-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Excess of Plywood</h3>
<p>As an alternative material for solid substitutes, plywood
certainly has advantages that cannot be found in other
materials, such as:</p>
<li>Unlike solid wood, plywood is not easy to bow and expand so
it is more durable to use in making furniture with wide flat
areas such as doors, tables and dressers.</li>
<li>Because it is made of solid wood sheets, plywood has a good
density so it can hold screws and nails better than MDF or
particle board.</li>
<li>Easy to use and shape so that it can be used as raw material
for various types of wooden furniture and handicrafts.</li>
<li>It can also be used as raw material for flooring with
variations in appearance that are tailored to the needs of
the buyer.</li>
<li>Not easily deformed, cracked or eaten by age, premium type
plywood is also coated with a termite-proof coating so it is
very suitable for use as an interior building material.</li>
<li>Plywood still has clear wood grain so it can be coated with
melamine or resin for a more classy and luxurious finish.
</li>
<li>Plywood is also more resistant to weather, water and
humidity.</li>
<li>It is a good alternative to mainframe furniture because it
is sturdy and strong so it can reduce the use of solid
particles in the main frame of furniture.</li>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
<p><br></p>
</div>
</div>
<div class="tab-pane fade" id="v-pills-2" role="tabpanel"
aria-labelledby="v-pills-day-2-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
QUALITY OF OUR GENERAL PLYWOOD</h3>
<p>Understanding that flatness and dimensional stability are
essential in furniture manufacturing to bring about a
perfect finishing and to minimize expansion and contraction,
our range of plywood products exhibit the characteristics of
being flat, dimensionally stable, durable, and of high
precision. As flatness is a crucial factor in the secondary
processing of plywood and is necessary for a smooth
finishing, our plywood is also suitable for secondary
processing. <br>
Last but not least, general plywood can also be used in
concrete framework as a cheaper option for low-rise
construction work.</p>
<br>
<br>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
characteristics</h3>
<li>Multi Purpose</li>
<li>High Dimension Stability</li>
<li>Smooth Surface</li>
<li>Sustainable Wood Product</li>
<br>
<br>
<p>LOOK OUR GENERAL PLYWOOD'S SPECIFICATION IN <a
href="Paramartha Agro Brochure.pdf" download=""
target=" _blank">HERE</a></p>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-3" role="tabpanel"
aria-labelledby="v-pills-day-3-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Variety of applications birch plywood </h3>
<p>This product offers smooth, flat surfaces with warm
complexion and natural wood pattern. With stable,
high-precision, and durable dimensional characteristics, our
birch plywood is very suitable for your furniture and
interior needs.</p>
<br>
<br>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
characteristics</h3>
<li>Flat Surface</li>
<li>Dimension Stability</li>
<li>Smooth Surface</li>
<li>Superior Strength & Durability</li>
<li>Sustainable Wood Product</li>
<li>Good Absorbance Material for Paint</li>
<li>Ready to Use Panel</li>
<br>
<br>
<p>LOOK OUR BIRCH PLYWOOD'S SPECIFICATION IN <a
href="Paramartha Agro Brochure.pdf" download=""
target=" _blank">HERE</a></p>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-4" role="tabpanel"
aria-labelledby="v-pills-day-4-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Floor-Base Plywood</h3>
<p>Our plywood products are the perfect choice for any interior
work. We offer plywood designed with a more precise
dimension as it is of great importance to interior work,
particularly for flooring. We invest extensively in
technology and employee development to maintain high
accuracy and consistency in our products. Additionally, we
only use high strength adhesives for our plywood to avoid
tear out and ensure durability of your interior products.
Alternatively, you may choose the glue type based on your
needs.</p>
<br>
<br>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
characteristics</h3>
<li>High Precision Dimension</li>
<li>Stable Under the Change of Temperature and Moisture</li>
<li>Natural Wood Appearance</li>
<li>Specifically Made for Producing Engineering Flooring</li>
<br>
<br>
<p>LOOK OUR FLOOR-BASE PLYWOOD'S SPECIFICATION IN <a
href="Paramartha Agro Brochure.pdf" download=""
target=" _blank">HERE</a></p>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-5" role="tabpanel"
aria-labelledby="v-pills-day-5-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Film-Faced Plywood</h3>
<p>We provide incredibly strong, flat and durable plywood, such
as the film-faced plywood, for building materials including
concrete formwork. Our film-faced plywood is primarily made
from rubber wood plywood covered with a protective film on
both or either side of the surface. The combination of
rubber wood with phenolic glue coating and quality phenolic
film by Dynea provides for an excellent balance of strength
to weight ratio. In addition, the water-resistant paint used
for edge sealing weather-proofs our product, making it ideal
for construction due to its smooth surface and scratch
resistant properties. It can be used multiple times and its
resistance to shrinkage makes it a very economical choice
for high-rise construction purposes.</p>
<br>
<br>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
characteristics</h3>
<li>Up to 12 Times Repetition</li>
<li>Easy to Clean</li>
<li>Long Lasting & Durable</li>
<li>Water Resistant</li>
<li>Sustainable Wood Product</li>
<li>Versatile Usage</li>
<br>
<br>
<p>LOOK OUR FILM-FACED PLYWOOD'S SPECIFICATION IN <a
href="Paramartha Agro Brochure.pdf" download=""
target=" _blank">HERE</a></p>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="services-section ftco-section">
<div class="container">
<div class="row justify-content-center pb-3">
<div class="col-md-10 heading-section text-center ftco-animate">
<h2 class="mb-4">Range of pLYWOOD'S Aplication</h2>
</div>
</div>
</div>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/ply1.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Material</span>
<h3><a href="project.html">Furniture</a></h3>
</div>
<a href="images/ply1.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/ply2.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Secondary</span>
<h3><a href="project.html">Process</a></h3>
</div>
<a href="images/ply2.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/ply3.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Wood</span>
<h3><a href="project.html">Floor</a></h3>
</div>
<a href="images/ply3.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/ply4.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Film</span>
<h3><a href="project.html">Faced</a></h3>
</div>
<a href="images/ply4.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<br>
<br>
<div id="lvl">
<section class="ftco-section">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-5 ftco-animate">
<a href="images/lvl.jpg" class="image-popup prod-img-bg"><img src="images/lvl.jpg"
class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-lg-6 product-details pl-md-5 ftco-animate">
<h3
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
LVL (Laminated Veneer Lumber)</h3>
<p>Laminated Veneer Lumber (LVL) is made from softwood, low to medium hardwood species with
density of 290 – 693 kg/m3.</p>
<p> LVL is produced through a similar process as plywood, but usually to thicker panels and its
fiber is arranged in the same direction.All of these panel products are primarily used in
construction, furniture and interior decoration industries. In addition to these, we produce
plywood products that are specialized, further processed products. These include piano parts
and truck body components. These products fetch higher margins and are for specialized
end-uses.</p>
<p>LVL wood stands for Laminated Veneer Lumber, which is wood that is shaped in such a way that
it consists of several layers of wood (wood veneer) which are glued together. Usually the
material used to make LVL is rubber wood or sengon wood.</p>
<p>In the world of formwork itself, LVL wood has become the standard of surrogate wood for
plywood holders or what is commonly called Primary LVL & Secondary LVL. Why use LVL wood is
the consistency of the strength of the LVL itself, considering that LVL is designed through
fabrication compared to wood in general.</p>
<p>IF YOU NEED DETAILS OF EVERY PRODUCTS, DOWNLOAD OUR <a href="Paramartha Agro Brochure.pdf"
download="" target="_blank">CATALOGUE</a></p>
</div>
</div>
</div>
</section>
<div id="lv">
<section class="ftco-section">
<div class="container">
<div class="row mt-5">
<div class="col-md-12 nav-link-wrap">
<div class="nav nav-pills d-flex text-center" id="v-pills-tab" role="tablist"
aria-orientation="vertical">
<a class="nav-link ftco-animate active mr-lg-1" id="v-pills-6-tab" data-toggle="pill"
href="#v-pills-6" role="tab" aria-controls="v-pills-6"
aria-selected="true">Excess</a>
<a class="nav-link ftco-animate mr-lg-1" id="v-pills-7-tab" data-toggle="pill"
href="#v-pills-7" role="tab" aria-controls="v-pills-7" aria-selected="false">
Product Process</a>
</div>
</div>
<div class="col-md-12 tab-wrap">
<div class="tab-content bg-light" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-6" role="tabpanel"
aria-labelledby="day-1-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
Excess of LVL</h3>
<p>Here are some of the advantages of LVL wood:</p>
<li>LVL stock is more abundant and easy to obtain considering
the limited good quality wood in the market</li>
<li>LVL has a consistent quality compared to wood in general
</li>
<li>LVL has anti-termite (insect) and fungal properties due to
the presence of adhesive in each layer of LVL</li>
<li>LVL is more water resistant than ordinary wood which makes
the life of the LVL more durable.</li>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
<p><br></p>
</div>
</div>
<div class="tab-pane fade" id="v-pills-7" role="tabpanel"
aria-labelledby="v-pills-day-2-tab">
<div class="p-4">
<div class="row">
<div class="col-md-12 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4"
style="font-family: Barlow Condensed, sans-serif; text-transform: uppercase; font-weight: bolder; font-size: 36px;">
QUALITY OF OUR GENERAL PLYWOOD</h3>
<p>LVL is technically different on how the fiber layer is
arranged; both direction and transverse. LVL has a direct
layout arrangement of at least 70% and maximum transverse
fiber of 30% of the total number of composing layers. LVB
has a cross-section arrangement of more than 30%.
LVL is arranged with the direction of fiber veneer
unidirectional and parallel. It optimizes the use of
products like Beam and other building construction
materials.
LVL strength and elasticity parameters are influenced by
wood density, felting pressure, adhesive type and layer
layout direction (LVL / LVB).
Structurally, LVL has better strength in vertical
applications because most of the direction of fiber is
unidirectional. While LVB is more powerful in horizontal
applications because of the transverse fiber that sustains
the tensile force that makes the panel / board more flat.
You can tell us what you need, and we will provide
recommendation.</p>
<br>
<p>LOOK OUR LVL's SPECIFICATION IN <a
href="Paramartha Agro Brochure.pdf" download=""
target=" _blank">HERE</a></p>
</div>
<p class="button text-center"><a href="Paramartha Agro Brochure.pdf"
class="btn btn-primary px-4 py-3 download=""
target=" _blank">Detail</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="services-section ftco-section">
<div class="container">
<div class="row justify-content-center pb-3">
<div class="col-md-10 heading-section text-center ftco-animate">
<h2 class="mb-4">Range of LVL's Aplication</h2>
</div>
</div>
</div>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/lvl1.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Material</span>
<h3><a href="project.html">Furniture</a></h3>
</div>
<a href="images/lvl1.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/lvl2.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Home &</span>
<h3><a href="project.html">Building</a></h3>
</div>
<a href="images/lvl2.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/lvl3.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Commercial</span>
<h3><a href="project.html">Purpose</a></h3>
</div>
<a href="images/lvl3.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="project">
<img src="images/lvl4.jpg" class="img-fluid" alt="Colorlib Template">
<div class="text">
<span>Construction</span>
<h3><a href="project.html">Needs</a></h3>
</div>
<a href="images/lvl4.jpg"
class="icon image-popup d-flex justify-content-center align-items-center">
<span class="icon-expand"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<a class="ftco-heading-2 foot-logo" href="index.html">
<img src="images/logoo.png" alt="Homepage">
</a>
<p> <br> Paramartha Agro is a company that provides agro products that are processed organically
and
have certificates with international standards. We take care of the quality and trust of our
consumers as well as our partners, because our principle is great business is if everyone
WIN!</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="https://linkedin.com/company/Paramartha-Agro"
target="_blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://www.facebook.com/Paramartha-Agro-106958891377926"
target="_blank"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="https://instagram.com/paramarthagro" target="_blank"><span
class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-5">
<h2 class="ftco-heading-2">Information</h2>
<ul class="list-unstyled">
<li><a href="faq.html" class="py-2 d-block">FAQs</a></li>
<li><a href="privacy.html" class="py-2 d-block">Privacy</a></li>
<li><a href="termcondition.html" class="py-2 d-block">Terms Condition</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Links</h2>
<ul class="list-unstyled">
<li><a href="index.html" class="py-2 d-block">Home</a></li>
<li><a href="#" class="py-2 d-block smoothscrolld">Products</a></li>
<li><a href="gallery.html" class="py-2 d-block">Gallery</a></li>
<li><a href="about.html" class="py-2 d-block">About</a></li>
<li><a href="contact.html" class="py-2 d-block">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Jalan Gedebage Selatan
<br> Bandung,
Indonesia <br> 40294</span></li>
<li><a href="https://api.whatsapp.com/send?phone=628814557018&text=I%27m%20interested%20in%20your%20briquette%20for%20sale"
target="_blank"><span class="icon icon-phone"></span><span class="text">+62 881
455 7018</span></a>
</li>
<li><a href="mailto:paramarthaagro@gmail.com" target="_blank"><span
class="icon icon-envelope"></span><span
class="text">info@paramarthaagro.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright © Paramartha <a href="www.instagram.com/paramarthagro/" target="blank"
style="color: rgb(190, 145, 90);">Agro</a>
<script>document.write(new Date().getFullYear());</script> <br> All rights reserved
</p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
<script src="js/joinchat.js"></script>
<script src="js/jquery.min.js"></script>
<!-- Chat-->
<script async data-id="73207" src="https://cdn.widgetwhats.com/script.min.js"></script>
</body>
</html>