<section id="service-design-detail" class="is-single" data-height="min">
        <div class="service-design-detail-container">
            <div class="container relative">
                <div class="row">
				<% 	
                      openconn
					  duan=replace(request.QueryString("duan"),"'","''")
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tblduan where idduan="&duan&"",conn,3,1
                %>
                    <div class="col-sm-6 visible-xs">
                        <div class="animated bounceInRight">
                            <div class="project-detail-sliders owl-carousel owl-theme">
								<%
									openconn
									set rs1= server.CreateObject("adodb.recordset")
									rs1.open "select * from tblasp where idduan="&rs("idduan")&" order by idasp asc", conn 
									if not rs1.eof then
									do while not rs1.eof
								%>
							<div class="item"><img alt="<%=rs1("idasp")%>" src="<%=rs1("image")%>"/></div>
							  	<%
									rs1.movenext
									loop
									end if
									rs1.close
								%>                                                           
                            </div>
                            <div class="project-detail-content"><h1><%=rs("title")%></h1>
							<div class="line"><span></span></div>
                                <div class="project-detail-content-body">
                                    <p><p style="font-weight:bold"><%=rs("trichdan")%></p></p>
                                    <p><%=rs("quotation")%></p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-sm-6">
				<% 	
                      openconn
                      set rs2=server.CreateObject("adodb.recordset")
                      rs2.open"Select * from tbldichvu where iddichvu="&rs("iddichvu")&"",conn,3,1
                %>
                        <h1 style="text-transform:uppercase"><a title="<%=rs2("name")%>" href="?saoviet=4&Du-an.html"><img alt="Nav Left" src="Images/img/nav-left.png"/><%=rs2("name")%></a></h1>
                        <div id="project-detail-item-container" data-scroll-slim="max" data-value="318" data-position="left">
				<% 	
                      openconn
					  duan=replace(request.QueryString("duan"),"'","''")
                      set rs1=server.CreateObject("adodb.recordset")
                      rs1.open"Select top 10 * from tblduan where iddichvu="&rs2("iddichvu")&" order by idduan ASC",conn,3,1
                      if not rs1.eof then
                      do while not rs1.eof
                %>
                                   <a href="?duan=<%=rs1("idduan")%>&<%=ConvertiTitoloInNomeScript(rs1("title"))%>.html" class="<%if rs1("idduan")=rs("idduan") then%>active<%else%><%end if%> project-list-item block-link">
                                    <div class="image">
                                        <img alt="<%=rs1("title")%>" src="<%=rs1("image")%>"/>
										<img class="image-hover" alt="<%=rs1("title")%> - Active" src="<%=rs1("image")%>"/>
                                    </div>
                                    <h3><%=rs1("title")%></h3><p><p><%=rs1("trichdan")%></p></p></a>
				<% 
					rs1.MoveNext
					loop
					end if 
					rs1.close
				%>
    				<% 
					rs2.close
					%>  
                            <div class="pagination">
                                <nav class='custom-pagination'><span class='page-numbers page-num'>Trang 1/2</span> <span aria-current='page' class='page-numbers current'>1</span>
<a class='page-numbers' href='#'>2</a></nav></div>

                                                    </div>
                    </div>
    				<% 
					rs.close
					%>  
				<% 	
                      openconn
					  duan=replace(request.QueryString("duan"),"'","''")
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tblduan where idduan="&duan&"",conn,3,1
                %>
                    <div class="col-sm-6 hidden-xs">
                        <div data-scroll-slim="max" data-value="240" data-position="right" class="animated bounceInRight">
                            <div class="project-detail-sliders owl-carousel owl-theme">
								<%
									openconn
									set rs1= server.CreateObject("adodb.recordset")
									rs1.open "select * from tblasp where idduan="&rs("idduan")&" order by idasp asc", conn 
									if not rs1.eof then
									do while not rs1.eof
								%>
							<div class="item"><img alt="<%=rs1("idasp")%>" src="<%=rs1("image")%>"/></div>
							  	<%
									rs1.movenext
									loop
									end if
									rs1.close
								%>                                                           
                            </div>
                            <div class="project-detail-content">
                                <h1><%=rs("title")%></h1>
                                <div class="line"><span></span></div>
                                <div class="project-detail-content-body">
                                    <p><p style="font-weight:bold"><%=rs("trichdan")%></p></p>
                                    <p><%=rs("quotation")%></p>
                                </div>
                            </div>
                        </div>
                    </div>
    				<% 
					rs.close
					%>  
                </div>
            </div>
        </div>

        <div class="service-bottoms hide">
            <div class="container">
                <ul>
				<li class="active wow fadeInUp"><a class="block-link text-uppercase" href="cat-1">Tổ chức sự kiện</a></li>
                <li class=" wow fadeInUp"><a class="block-link text-uppercase" href="cat-2">Biểu diễn nghệ thuật</a></li>
                <li class=" wow fadeInUp"><a class="block-link text-uppercase" href="cat-3">Thiết kế đồ họa</a></li>
                <li class=" wow fadeInUp"><a class="block-link text-uppercase" href="cat-4">Thi công quảng cáo</a></li>
                <li class=" wow fadeInUp"><a class="block-link text-uppercase" href="cat-5">Xây dựng công trình</a></li>
                <li class=" wow fadeInUp"><a class="block-link text-uppercase" href="cat-6">Thiết kế nội thất</a></li>
                </ul>
            </div>
        </div>
    </section>