Article>Category>Department
$tax_query = array( array( 'taxonomy' => 'article_category', 'terms' => 'department', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'article_category', 'terms' => 'department', 'field' => 'slug', ), );