diff --git a/wp-content/themes/ahoadonviet/template-parts/invoice-template-tpl.php b/wp-content/themes/ahoadonviet/template-parts/invoice-template-tpl.php
index aea6d7e..c183991 100644
--- a/wp-content/themes/ahoadonviet/template-parts/invoice-template-tpl.php
+++ b/wp-content/themes/ahoadonviet/template-parts/invoice-template-tpl.php
@@ -11,15 +11,27 @@ get_header();
 // $invoice_temp_01 = wp_get_attachment_image_src(274, '423x600' );
 // list ảnh mẫu hóa đơn
 $arr_invoice = array(
-    1 => 274,
-    2 => 275,
-    3 => 276,
-    4 => 277,
-    5 => 278,
-    6 => 279,
-    7 => 280,
-    8 => 281,
-    9 => 283,
+    1  => 274,
+    2  => 275,
+    3  => 276,
+    4  => 277,
+    5  => 278,
+    6  => 279,
+    7  => 280,
+    8  => 281,
+    9  => 283,
+    10 => 955,
+    11 => 956,
+    12 => 957,
+    13 => 958,
+    14 => 959,
+    15 => 960,
+    16 => 961,
+    17 => 962,
+    18 => 963,
+    19 => 964,
+    20 => 965,
+    21 => 966,
 );
 ?>
 <?php get_template_part( 'template-parts/content', 'intro-slider' ); ?>