index.php 10.0 KB
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<?php get_header();?>
   <section class="web_main index_main">
       <!-- banner -->
     <section class="slider_banner">
        <div class="swiper-wrapper">
           <?php $images = get_get_field('ad_index_banner'); if( $images ): foreach( $images as $image ): ?>
      <div class="swiper-slide"> <a href="<?php echo $image['alt']; ?>"> <img src="<?php echo $image['url']; ?>" alt="<?php echo $image['title']; ?>"/></a></div>
      <?php endforeach; endif; ?>
        </div>
        <div class="slider_swiper_control">
            <div class="swiper-buttons">
              <div class="swiper-button-prev swiper-button-white"><span class="slide-page-box"></span></div>
              <div class="swiper-button-next swiper-button-white"><span class="slide-page-box"></span></div>
            </div>
            <div class="slider_swiper_pager"><div class="swiper-pagination swiper-pagination-white"></div></div>
        </div>
      </section>

       <!-- index_promote -->
      <section class="index_promote">
        <div class="index_hd">
          <div class="layout">
          <p class="hd_desc">DREAMQZ Chemical has an extensive product portfolio including polymers, monomers, <br>
basic petrochemical products, and megatrend products and is growing to become the Global chemical company <br>
based on the world-class production facilities and stable revenue generation.</p>
          </div>
        </div>
        <div class="index_bd">
          <h4 class="title_bg_top">major</h4>
          <h4 class="title_bg_ft">products</h4>
          <div class="layout">
            <div class="promote_list">
              <figure class="promote_item">
                <a class="item_inner" href="">
                  <span class="item_img" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/promote01.jpg)"></span>
                  <figcaption class="item_info">
                    <h3 class="item_title">Polymers</h3>
                    <h4 class="item_subtit">Polymers</h4>
                    <p class="item_desc">
                    Polymers are widely used starting from household goods
                    in everyday life to agricultural, industrial, medical, automobile, 
                    and cutting-edge new materials.
                    </p>
                    <span class="item_more"><i class="ico_arrow"></i></span>
                  </figcaption>
                </a>
              </figure>
              <figure class="promote_item">
                <a class="item_inner" href="">
                  <span class="item_img" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/promote02.jpg)"></span>
                  <figcaption class="item_info">
                    <h3 class="item_title">Monomers</h3>
                    <h4 class="item_subtit">Monomers</h4>
                    <p class="item_desc">
                    LOTTE Chemical supplies products stably to the market 
                    through vertical integration of raw materials and products 
                    and strives to develop new products that meet the users’ needs.
                    </p>
                    <span class="item_more"><i class="ico_arrow"></i></span>
                  </figcaption>
                </a>
              </figure>
              <figure class="promote_item">
                <a class="item_inner" href="">
                  <span class="item_img" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/promote03.jpg)"></span>
                  <figcaption class="item_info">
                    <h3 class="item_title">Basic petrochemicals</h3>
                    <h4 class="item_subtit">Basic petrochemicals</h4>
                    <p class="item_desc">
                    The basic petrochemicals are high value-added products 
                    used as raw materials in construction, home appliance, 
                    and textile industries. LOTTE Chemical has a vertically integrated, 
                    efficient production structure from raw materials to final products.
                    </p>
                    <span class="item_more"><i class="ico_arrow"></i></span>
                  </figcaption>
                </a>
              </figure>
              <figure class="promote_item">
                <a class="item_inner" href="">
                  <span class="item_img" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/promote04.jpg)"></span>
                  <figcaption class="item_info">
                    <h3 class="item_title">Megatrend</h3>
                    <h4 class="item_subtit">Megatrend</h4>
                    <p class="item_desc">
                    LOTTE Chemical manufactures high-strength and high-permeability 
                    hollow fiber membranes using its in-house developed technologies 
                    and has been expanding the market share with applications 
                    in sewage and wastewater facilities.
                    </p>
                    <span class="item_more"><i class="ico_arrow"></i></span>
                  </figcaption>
                </a>
              </figure>
            </div>
          </div>
        </div>
      </section>
 
  <!-- index_company_intr -->
      <section class="index_company_intr" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/company_intr_bg.jpg)">
        <div class="index_hd">
          <div class="layout">
            <h2 class="hd_title">about<br>dreamqz</h2>
          </div>
        </div>
        <div class="index_bd">
          <div class="layout">
            <div class="company_intr_cont">
              <div class="company_intr_desc">
               <?php get_the_field('about_text'); ?>
              </div>
              <div class="learn_more">
                <a href="">View Details</a>
              </div>
            </div>
            <div class="company_intr_gallery">
              <div class="swiper-container">
                <ul class="swiper-wrapper intr_gallery_items">
				 <?php $images = get_get_field('about_img'); if( $images ): foreach( $images as $image ): ?>
                  <li class="swiper-slide intr_gallery_item"><div class="gallery_img"><a href="<?php echo $image['alt']; ?>"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>"></a></div></li>
				  <?php endforeach; endif; ?>
                </ul>
              </div>
              <div class="swiper_control">
                <div class="swiper_buttons">
                  <div class="swiper-button-prev"></div>
                  <div class="swiper-button-next"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>


    
      <!-- ad_items -->
      <section class="index_ad">
        <div class="index_bd">
          <div class="layout">
            <ul class="ad_items">
			<?php $i=1; $images = get_get_field('ad_ico01'); if( $images ): foreach( $images as $image ): ?>
              <li class="ad_item">
                <a class="item_inner" href="<?php echo $image['alt']; ?>">
                  <div class="item_img"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>" ></div>
                  <figcaption class="item_info">
                    <h3 class="item_title">Sustainability<br>management</h3>
                  </figcaption>
                </a>
                <a class="item_hover" href="" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/ad_img_01.jpg)">
                  <div class="item_img"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>" ></div>
                  <figcaption class="item_info">
                    <h3 class="item_title"><?php echo $image['title']; ?></h3>
                    <p class="item_desc">
                      <?php echo $image['description']; ?>
                    </p>
                    <div class="item_more">
                      <i class="more_ico"></i>
                      <span class="more_txt">View Details</span>
                    </div>
                  </figcaption>
                </a>
              </li>
			    <?php $i++;  endforeach; endif; ?> 
              
            </ul>
          </div>
        </div>
      </section>

   <!-- index_news -->
      <section class="index_news">
        <div class="index_hd">
          <div class="layout">
            <h2 class="hd_title">news and information</h2>
          </div>
        </div>
        <div class="index_bd">
          <div class="layout">
            <div class="news_items"> 
			<?php query_posts(array( 'post_type' => 'news','showposts' => 5,'orderby' => 'post_date','order'=> 'DESC') );  while (have_posts()) : the_post();?>
              <figure class="news_item">
			   
                <a class="item_inner" href="<?php the_permalink() ?>">
				<?php $image = get_field('news_img');if( !empty($image) ): ?>
                  <div class="item_img"><img src="<?php echo $image['url']; ?>" alt=""></div>
				  <?php endif; ?>
                  <figcaption class="item_info">
                    <h3 class="news_tit"><?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 200,"..."); ?></h3>
                    <p class="news_desc"><?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 300,"..."); ?></p>
                    <div class="item_more">
                      <i class="more_ico"></i>
                      <span class="more_txt">View Details</span>
                    </div>
                    <div class="hover_bg" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/news_caption_bg.jpg)"></div>
                  </figcaption>
                </a>
              </figure>
			  <?php endwhile; wp_reset_query(); ?> 
            </div>
          </div>
        </div>
      </section>


 
 </section>

 <?php get_footer();?>