SELECT 
  cscart_bm_snapping.grid_id as grid_id, 
  cscart_bm_snapping.block_id as block_id, 
  IFNULL(
    dynamic_object_content.content, 
    default_content.content
  ) as content, 
  IFNULL(
    dynamic_object_content.object_id, 
    default_content.object_id
  ) AS object_id, 
  IFNULL(
    dynamic_object_content.object_type, 
    default_content.object_type
  ) AS object_type, 
  cscart_bm_block_statuses.object_ids as object_ids, 
  cscart_bm_snapping.*, 
  cscart_bm_blocks.*, 
  cscart_bm_blocks_descriptions.* 
FROM 
  cscart_bm_snapping 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id 
  LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id 
  AND cscart_bm_block_statuses.object_type LIKE '' 
  LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id 
  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code 
  AND default_content.snapping_id = 0 
  AND default_content.object_id = 0 
  AND default_content.object_type like '' 
  LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 0 
  AND dynamic_object_content.object_type like '' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    2203, 2204, 2205, 2206, 2207, 2208, 2210, 
    2211, 2214, 2220, 2209, 2212, 2413, 
    2213, 2219, 2215, 2216, 2217, 2218, 
    2378, 2379, 2380, 2381
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'vi' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00148

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_bm_snapping.`order`, cscart_bm_snapping.block_id",
        "table": {
          "table_name": "cscart_bm_snapping",
          "access_type": "range",
          "possible_keys": ["grid_id"],
          "key": "grid_id",
          "key_length": "4",
          "used_key_parts": ["grid_id"],
          "rows": 34,
          "filtered": 100,
          "index_condition": "cscart_bm_snapping.grid_id in (2203,2204,2205,2206,2207,2208,2210,2211,2214,2220,2209,2212,2413,2213,2219,2215,2216,2217,2218,2378,2379,2380,2381)"
        }
      }
    },
    "table": {
      "table_name": "cscart_bm_block_statuses",
      "access_type": "ref",
      "possible_keys": ["snapping_id"],
      "key": "snapping_id",
      "key_length": "4",
      "used_key_parts": ["snapping_id"],
      "ref": ["vietpom_dev.cscart_bm_snapping.snapping_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id and cscart_bm_block_statuses.object_type like '')"
    },
    "table": {
      "table_name": "cscart_bm_blocks",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["block_id"],
      "ref": ["vietpom_dev.cscart_bm_snapping.block_id"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cscart_bm_blocks_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "10",
      "used_key_parts": ["block_id", "lang_code"],
      "ref": ["vietpom_dev.cscart_bm_snapping.block_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "cscart_bm_blocks_descriptions.lang_code = 'vi'"
    },
    "table": {
      "table_name": "default_content",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "18",
      "used_key_parts": ["block_id", "snapping_id", "lang_code", "object_id"],
      "ref": [
        "vietpom_dev.cscart_bm_snapping.block_id",
        "const",
        "vietpom_dev.cscart_bm_blocks_descriptions.lang_code",
        "const"
      ],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(default_content.object_type like '')"
    },
    "table": {
      "table_name": "dynamic_object_content",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["block_id"],
      "ref": ["vietpom_dev.cscart_bm_snapping.block_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(dynamic_object_content.lang_code = cscart_bm_blocks_descriptions.lang_code and dynamic_object_content.object_id = 0 and dynamic_object_content.object_type like '')"
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id storefront_id fpc_exclude_cache lang_code name
2378 5 0 3130 top-logo 0 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 N vi Logo
2380 10 0 3133 container gutter-x 0 A breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 N vi Breadcrumbs
2381 11 0 3134 container gutter-x gutter-b 0 A main 0 1 N vi Main Content
2210 96 0 2873 0 A template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 N vi Copyright
2205 104 a:1:{s:7:"content";s:771:"<div style="width: 200px; margin: auto"> <h4 style="color: white; margin-top: 0; margin-bottom: 2em; padding-left: 40px">Account</h4> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"><a href="{"reward_points.userlog"|fn_url}">POM Credits</a></li> <li class="ty-footer-menu__item"><a href="/favourites">Favourites</a></li> <!--<li class="ty-footer-menu__item"><a href="{"vendor_communication.threads"|fn_url}">Messages</a></li>--> <li class="ty-footer-menu__item"><a href="/orders">Order History</a></li> <li class="ty-footer-menu__item"><a href="{"user_profile_page.view"|fn_url}">My Business Profile</a></li> <!--<li class="ty-footer-menu__item"><a href="{"sub_accounts.index"|fn_url}">Manage User Accounts</a></li> </ul>--> </div>";} 0 2869 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Tài khoản của tôi
2215 104 a:1:{s:7:"content";s:771:"<div style="width: 200px; margin: auto"> <h4 style="color: white; margin-top: 0; margin-bottom: 2em; padding-left: 40px">Account</h4> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"><a href="{"reward_points.userlog"|fn_url}">POM Credits</a></li> <li class="ty-footer-menu__item"><a href="/favourites">Favourites</a></li> <!--<li class="ty-footer-menu__item"><a href="{"vendor_communication.threads"|fn_url}">Messages</a></li>--> <li class="ty-footer-menu__item"><a href="/orders">Order History</a></li> <li class="ty-footer-menu__item"><a href="{"user_profile_page.view"|fn_url}">My Business Profile</a></li> <!--<li class="ty-footer-menu__item"><a href="{"sub_accounts.index"|fn_url}">Manage User Accounts</a></li> </ul>--> </div>";} 0 2877 gutter-y 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Tài khoản của tôi
2214 105 a:1:{s:7:"content";s:1061:"<div style="width: 200px; margin: auto"> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 700 !important;">GIAO DỊCH</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"><a href="{"products.newest"|fn_url}">Mới</a></li> <!--li class="ty-footer-menu__item"><a href="/principals/pan-malayan/">Hoàng ĐỨc </a></li>--> <!--<li class="ty-footer-menu__item"><a href="/principals">Principals</a></li>--> <!--<li class="ty-footer-menu__item"><a href="{"companies.catalog"|fn_url}">All Vendors</a></li>--> <li class="ty-footer-menu__item"><a href="{"brands.catalog"|fn_url}">Thương hiệu</a></li> <li class="ty-footer-menu__item"><a href="{"products.search&search_performed=Y"|fn_url}" >Sản phẩm</a></li> <!--<li class="ty-footer-menu__item"><a href="/promotion">Promotions</a></li>--> <!--<li class="ty-footer-menu__item"><a href="/about-us">About Us</a></li>--> <!--<li class="ty-footer-menu__item"><a href="/promotions">Ongoing Promotions</a></li>--> </ul> </div>";} 0 2876 gutter-y 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Giao dịch
2206 105 a:1:{s:7:"content";s:1061:"<div style="width: 200px; margin: auto"> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 700 !important;">GIAO DỊCH</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"><a href="{"products.newest"|fn_url}">Mới</a></li> <!--li class="ty-footer-menu__item"><a href="/principals/pan-malayan/">Hoàng ĐỨc </a></li>--> <!--<li class="ty-footer-menu__item"><a href="/principals">Principals</a></li>--> <!--<li class="ty-footer-menu__item"><a href="{"companies.catalog"|fn_url}">All Vendors</a></li>--> <li class="ty-footer-menu__item"><a href="{"brands.catalog"|fn_url}">Thương hiệu</a></li> <li class="ty-footer-menu__item"><a href="{"products.search&search_performed=Y"|fn_url}" >Sản phẩm</a></li> <!--<li class="ty-footer-menu__item"><a href="/promotion">Promotions</a></li>--> <!--<li class="ty-footer-menu__item"><a href="/about-us">About Us</a></li>--> <!--<li class="ty-footer-menu__item"><a href="/promotions">Ongoing Promotions</a></li>--> </ul> </div>";} 0 2870 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Giao dịch
2207 106 a:1:{s:7:"content";s:470:"<h4 style="color: white; margin-top: 0; margin-bottom: 2em">Support</h4> <ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"><a href="/returns">Return Requests</a></li> <li class="ty-footer-menu__item"><a href="/help">Help</a></li> <li class="ty-footer-menu__item"><a href="/faq">FAQs</a></li> <li class="ty-footer-menu__item"><a href="/get-in-touch">Get In Touch</a></li> <li class="ty-footer-menu__item"><a href="/contact-us">Contact Us</a></li> </ul>";} 0 2871 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Support
2208 107 a:1:{s:7:"content";s:236:"<ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"> <a href="https://www.pom.com.sg/eventhall" style="font-weight: bold;"> <i class="fa-icon-institution" style="font-size: 1rem;"></i> Go to Event Hall </a> </li> </ul>";} 0 2872 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi External apps
2212 113 a:1:{s:7:"content";s:401:"<script>var coll = document.getElementsByClassName("collapsible"); var i; for (let i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); } </script>";} 0 2875 container 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Javscript
2379 155 a:1:{s:7:"content";s:209:"<li class="ty-login-buttons ty-menu__item" style="padding: 20px 0; background-color: #f37f25"> <a href="{"auth.login_form"|fn_url}" class="ty-menu__item-link" style="color: white !important"> Log In </a> </li>";} 0 3131 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Log In
2220 1006 a:1:{s:7:"content";s:78:"{include file="design/themes/vietpom_theme/media/images/icons/trust-mark.png"}";} 0 2884 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Trust Mark
2413 1062 a:1:{s:4:"menu";s:2:"12";} 0 3202 hidden-tablet hidden-desktop mobile-footer-menu 0 A menu a:3:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 0 1 N vi Footer Menu
2220 98 a:1:{s:7:"content";s:319:"<div class="top-logo" style="margin-bottom: 1em; text-align: center"> <div class="ty-logo-container"> <a href="/" title="POMACY"> <img class="ty-pict ty-logo-container__image cm-image" src="design/themes/pom_theme/media/images/(white)POMlogo.svg" alt="POM" title="POM" width="250" height="100%"> </a> </div> </div>";} 0 2882 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi White logo
2379 142 a:1:{s:7:"content";s:302:"<nav id="menu"> <ul class="main-menu"> <li class="main-menu-item"> <a href="https://pomconnect.com" class="main-menu-item__link" target="_blank" style="font-weight: 600 !important"> <i class="fa-icon-institution" style="font-size: 1rem; margin-right: 5px;"></i> Go to POMConnect </a> </ul> </li> </nav>";} 0 3132 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Go to Event Hall
2214 433 a:1:{s:7:"content";s:742:"<div style="width: 200px; margin: auto"> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 700 !important;">HỖ TRỢ</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"><a href="https://www.pom.com.sg/var/images/POM%20User%20Guide_1.9.pdf">Hướng dẫn sử dụng</a></li> </ul> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 800 !important; font-size:15px !important;">Hotline (Miễn phí)</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item" style="font-weight: 800 !important; font-size:15px !important;"><a href="tel:02835356459">02835356459</a></li> </ul> </div>";} 0 2878 gutter-y 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Hỗ Trợ - Hướng dẫn sử dụng
2204 98 a:1:{s:7:"content";s:319:"<div class="top-logo" style="margin-bottom: 1em; text-align: center"> <div class="ty-logo-container"> <a href="/" title="POMACY"> <img class="ty-pict ty-logo-container__image cm-image" src="design/themes/pom_theme/media/images/(white)POMlogo.svg" alt="POM" title="POM" width="250" height="100%"> </a> </div> </div>";} 0 2867 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi White logo
2216 106 a:1:{s:7:"content";s:470:"<h4 style="color: white; margin-top: 0; margin-bottom: 2em">Support</h4> <ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"><a href="/returns">Return Requests</a></li> <li class="ty-footer-menu__item"><a href="/help">Help</a></li> <li class="ty-footer-menu__item"><a href="/faq">FAQs</a></li> <li class="ty-footer-menu__item"><a href="/get-in-touch">Get In Touch</a></li> <li class="ty-footer-menu__item"><a href="/contact-us">Contact Us</a></li> </ul>";} 0 2879 gutter-b 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Support
2218 107 a:1:{s:7:"content";s:236:"<ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"> <a href="https://www.pom.com.sg/eventhall" style="font-weight: bold;"> <i class="fa-icon-institution" style="font-size: 1rem;"></i> Go to Event Hall </a> </li> </ul>";} 0 2881 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi External apps
2211 110 a:1:{s:4:"menu";s:1:"7";} 0 2874 bottom-quick-links 2 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"Y";} 0 1 N vi Terms & conditions / Privacy policy
2217 387 a:1:{s:7:"content";s:442:"<h4 style="color: white; margin-top: 0; margin-bottom: 2em">About POM</h4> <ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"><a href="/about-us">About Us</a></li> <li class="ty-footer-menu__item"><a href="/mission-and-core-values">Mission & Value</a></li> <li class="ty-footer-menu__item"><a href="/awards-and-accolades">Awards & Accolades</a></li> <li class="ty-footer-menu__item"><a href="/careers">Careers</a></li> </ul>";} 0 2880 gutter-b 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi About POM
2214 1058 a:1:{s:7:"content";s:518:"<div style="width: 200px; margin: auto"> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 700 !important;">LIÊN HỆ</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"> <a href="https://www.facebook.com" style="padding-right: 12px;"><img src="/design/themes/vietpom_theme/media/images/icons/fb.svg"></a> <a href="https://www.facebook.com"><img src="/design/themes/vietpom_theme/media/images/icons/zalo.svg"></a></li> </ul> </div>";} 0 3198 gutter-y 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Contact
2220 1074 a:1:{s:7:"content";s:213:"<div style="text-align:center;margin-top:20px;margin-bottom:20px;"><a href='http://online.gov.vn/Home/WebDetails/107780' target="_blank"><img src="https://vietpom.pxs.one/images/logos/2/trust-mark.svg"/></a></div>";} 0 3225 hidden-desktop hidden-tablet 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Trust Mark Mobile
2204 99 a:1:{s:7:"content";s:243:"<ul style="padding: 0; margin: 0;"> <li class="ty-footer-menu__item"><a href="{"user_profile_page.view"|fn_url}" style="font-weight: bold;"> <i class="fa-icon-user-o" style="font-size: 1rem; margin-right: 5px;"></i> My Account </a> </li> </ul>";} 0 2868 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi My account
2214 1059 a:1:{s:7:"content";s:437:"<div style="width: 200px; margin: auto"> <p style="color: #3B4A5C; padding: 5px 10px 5px 40px; margin-bottom: 8px; font-weight: 700 !important;">CHỨNG NHẬN BỞI</p> <ul style="padding: 0; margin: 0; padding-left: 40px"> <li class="ty-footer-menu__item"> <a href='http://online.gov.vn/Home/WebDetails/107780' target="_blank">{include file="design/themes/vietpom_theme/media/images/icons/trust-mark.svg"}</a> </li> </ul> </div>";} 0 3199 gutter-y 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Trust Mark
2220 1067 a:1:{s:7:"content";s:690:"<p class="bottom-copyright" style="text-align: center; font-size: 14px !important; margin: 20px; color: #0A1D33;"> © {$smarty.now|date_format:"%Y"} Công ty TNHH VietPOM<br><br> Địa chỉ: Lầu 2, Tòa nhà N7, số 3 Đường 3 Tháng 2, Phường 11, Quận 10, TP Hồ Chí Minh<br> Mã số thuế: 0317812392<br> Chịu trách nhiệm quản lý nội dung: Nguyễn Hoàng Tâm<br> Điện thoại liên hệ: <a style="font-weight: 600 !important; color:#2D67AE;" href="tel:02835356459" >02835356459</a> <br>Email: <a style="font-weight:600 !important; text-decoration: underline; color: #2D67AE" href="mailto:hotro@vietpom.com">hotro@vietpom.com</a> </p> ";} 0 3211 hidden-tablet hidden-desktop 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Copyright Mobile
2220 385 a:1:{s:7:"content";s:491:"<p class="bottom-copyright" style="text-align: center"> © {$smarty.now|date_format:"%Y"} Công ty TNHH VietPOM<br> Địa chỉ: Lầu 2, Tòa nhà N7, số 3 Đường 3 Tháng 2, Phường 11, Quận 10, TP Hồ Chí Minh<br> Mã số thuế: 0317812392<br> Chịu trách nhiệm quản lý nội dung: Nguyễn Hoàng Tâm<br> Điện thoại liên hệ: <a href="tel:02835356459">02835356459</a> - Email: <a href="mailto:hotro@vietpom.com">hotro@vietpom.com</a> </p> ";} 0 2883 hidden-phone 4 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Copyright Web
2220 386 a:1:{s:7:"content";s:922:"<p style=" text-align: center;"> <a target="_blank" href="https://www.vietpom.com/var/images/documents/1.%20VietPOM%20-%20Operation%20Regulation%20-%20Quy%20che%20hoat%20dong%20-%20V%20-%20v5%20-%20231106.pdf?_t=1699344766" style="color:#2D67AE;font-weight:500 !important;">Quy Chế Hoạt Động</a> &nbsp;|&nbsp; <a target="_blank" href="https://www.vietpom.com/var/images/documents/2.%20VietPOM%20-%20Chinh%20sach%20bao%20mat%20thong%20tin%20nguoi%20dung%20-%20Data%20Privacy%20-%20231106.pdf?_t=1699344766" style="color:#2D67AE;font-weight:500 !important;">Quy Chế Bảo Mật</a> &nbsp;|&nbsp; <a target="_blank" href="https://www.vietpom.com/var/images/documents/3.%20VietPOM%20-%20Quy%20trinh%20giai%20quyet%20tranh%20chap%20-%20Dispute%20Resolution%20Process%20-%20231106.pdf?_t=1699344766" style="color:#2D67AE;font-weight:500 !important;">Quy Trình Giải Quyết Tranh Chấp & Kiếu Nại </a> </p>";} 0 2885 5 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Terms & conditions / Privacy policy
2220 1088 a:1:{s:7:"content";s:472:"<button onclick="goFS()">Full Screen</button> <script> function goFS(){ const fs = document.body; if (fs.requestFullscreen) { fs.requestFullscreen(); } else if (fs.webkitRequestFullscreen) { fs.webkitRequestFullscreen(); } else if (fs.mozRequestFullScreen) { fs.mozRequestFullScreen(); } else if (fs.msRequestFullscreen) { fs.msRequestFullscreen(); } } </script>";} 0 3253 6 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 N vi Test Button