<section id="projects" data-height="min">
        <div class="container relative">
            <div class="wow bounceInDown" data-wow-delay=".3s">
                <h1><strong>DỰ ÁN</strong> ĐÃ THỰC HIỆN</h1>
                <div class="line"><span></span></div>
            </div>
            <div class="row wow bounceInUp" data-wow-delay=".3s">
				<% 	
                      openconn
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tblduan order by idduan ASC",conn,3,1
                      if not rs.eof then
                      do while not rs.eof
                %>
                        <div class="col-lg-3 col-md-4 col-sm-4 project-item-filter all cat- cat-<%=rs("iddichvu")%>">
                        <div class="project-item"><div class="image">
                                <img alt="<%= rs("title") %>" src="<%= rs("image") %>" width="290px"/>
								<img class="hover" alt="<%= rs("title") %> - Active" src="<%= rs("image") %>" width="290px"/>
                                <div class="project-item-overlay"><a data-change-link="true" title="<%= rs("title") %>" href="?duan=<%=rs("idduan")%>&<%=ConvertiTitoloInNomeScript(rs("title"))%>.html"><img alt="Xem chi tiết" src="Images/img/chitiet.png"/></a></div></div>
                            <div class="project-item-body"><h3><a data-change-link="true" title="<%= rs("title") %>" href="?duan=<%=rs("idduan")%>&<%=ConvertiTitoloInNomeScript(rs("title"))%>.html"><%= rs("title") %></a></h3></div></div></div>
				<% 
					rs.MoveNext
					loop
					end if 
					rs.close
				%>
        </div>
        </div>
        <div class="project-pages project-pages-filter">
            <div class="container">
                <ul>
				<% 	
					  i=1
                      openconn
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tbldichvu order by thutu ASC",conn,3,1
                      if not rs.eof then
                      do while not rs.eof
                %>
				<li class="<%if i=1 then%>active <%else%><%end if%>wow fadeInUp"><a class="block-link text-uppercase" href="cat-<%=rs("iddichvu")%>"><%=rs("name")%></a></li>
				<% 
					rs.MoveNext
					i=i+1
					loop
					end if 
					rs.close
				%>
                </ul>
            </div>
        </div>
    </section>