<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<section id="tuyen-dung" data-height="footer"
             style="background-image: url('Images/bg-tuyen-dung.jpg');">
        <div class="tuyen-dung-container">
            <div class="container relative">
                <div class="row ">
                    <div class="col-sm-3">
                        <ul class="sidebar">
				<% 	
					  i=0
                      openconn
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tbltuyendung order by thutu ASC",conn,3,1
                      if not rs.eof then
                      do while not rs.eof
                %>
                <li><a href="#" data-job-item="<%=i%>"><%=rs("title")%></a></li>
				<% 
					rs.MoveNext
					i=i+1
					loop
					end if 
					rs.close
				%>
                         </ul>
                    </div>
                    <div class="col-sm-9">
				<% 	
					  i=0
                      openconn
                      set rs=server.CreateObject("adodb.recordset")
                      rs.open"Select * from tbltuyendung order by thutu ASC",conn,3,1
                      if not rs.eof then
                      do while not rs.eof
                %>
                         <div class="service-heading animated bounceInUp" data-job-block="<%=i%>">
                                <div class="tuyen-dung-container-body">
                                    <h1><strong>Trở thành đồng nghiệp</strong>  của chúng tôi!</h1>
                                    <p><p>Cơ hội làm việc cùng đội ngũ năng động, trẻ trung và cực kỳ sáng tạo. Sao Việt chào đón tất cả các bạn trẻ nhiệt huyết, ham học hỏi, tự tin thể hiện bản thân, dám thách thức những điều mới nhằm tạo ra những giá trị hữu ích cho cộng đồng.</p></p>
                                    <div class="line"><span></span></div>
                                    <p style="font-weight:bold">Sao Việt đang cần bạn ở vị trí <%=rs("title")%></p>
                                	<p><%=rs("quotation")%></p>
                                </div>
                            </div>
				<% 
					rs.MoveNext
					i=i+1
					loop
					end if 
					rs.close
				%>
                     </div>
                </div>
            </div>
        </div>
    </section>