{"id":8605,"date":"2024-08-22T09:01:09","date_gmt":"2024-08-22T01:01:09","guid":{"rendered":"https:\/\/app11147.cloudwayssites.com\/?page_id=8605"},"modified":"2024-11-14T10:53:01","modified_gmt":"2024-11-14T02:53:01","slug":"steel-calculator","status":"publish","type":"page","link":"https:\/\/steelprogroup.com\/vi\/steel-calculator\/","title":{"rendered":"M\u00e1y t\u00ednh tr\u1ecdng l\u01b0\u1ee3ng th\u00e9p"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8605\" class=\"elementor elementor-8605\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb36b5e e-flex e-con-boxed e-con e-parent\" data-id=\"eb36b5e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b55160 elementor-widget elementor-widget-heading\" data-id=\"0b55160\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">M\u00e1y t\u00ednh cho th\u00e9p t\u1ea5m v\u00e0 th\u00e9p t\u1ea5m<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9274757 elementor-widget elementor-widget-text-editor\" data-id=\"9274757\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>T\u00ednh to\u00e1n ch\u00ednh x\u00e1c tr\u1ecdng l\u01b0\u1ee3ng cu\u1ed9n cho t\u1ea5m v\u00e0 t\u1ea5m th\u00e9p b\u1eb1ng c\u00f4ng c\u1ee5 tr\u1ef1c tuy\u1ebfn d\u1ec5 s\u1eed d\u1ee5ng c\u1ee7a ch\u00fang t\u00f4i. K\u1ebft qu\u1ea3 hi\u1ec7u qu\u1ea3 v\u00e0 \u0111\u00e1ng tin c\u1eady.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2631ad6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2631ad6\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f7a2c01 e-flex e-con-boxed e-con e-parent\" data-id=\"6f7a2c01\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-560d9e89 e-con-full e-flex e-con e-child\" data-id=\"560d9e89\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6bf443e3 e-con-full e-flex e-con e-child\" data-id=\"6bf443e3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-770e97d3 three_column elementor-widget elementor-widget-html\" data-id=\"770e97d3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n    <center>\n        <h1>Tr\u1ecdng l\u01b0\u1ee3ng cu\u1ed9n d\u00e2y<\/h1>\n        <div class=\"Calculator\">\n            <div class=\"CalculatorItem\">\n                <label for=\"od\">OD (inch)<\/label>\n                <input class=\"CalculatorInput\" type=\"number\" id=\"od\" value=\"12\">\n            <\/div>\n            <div class=\"CalculatorItem\">\n                <label for=\"id\">ID (inch)<\/label>\n                <input class=\"CalculatorInput\" type=\"number\" id=\"id\" value=\"2\">\n            <\/div>\n            <div class=\"CalculatorItem\">\n                <label for=\"width\">Chi\u1ec1u r\u1ed9ng (inch)<\/label>\n                <input class=\"CalculatorInput\" type=\"number\" id=\"width\" value=\"1\">\n            <\/div>\n        <\/div>\n        \n        <button class=\"calculate-btn\" onclick=\"CoilcalculateWeight()\">T\u00ednh to\u00e1n<\/button>\n        <div class=\"result\">\n            <p id=\"CoilWeight\">Tr\u1ecdng l\u01b0\u1ee3ng = 0 lbs<br>Tr\u1ecdng l\u01b0\u1ee3ng = 0 kg<\/p>\n        <\/div>\n        <button class=\"reset-btn\" onclick=\"resetCoilForm()\">C\u00e0i l\u1ea1i<\/button>\n\n        <script>\n            function CoilcalculateWeight() {\n                const od = parseFloat(document.getElementById('od').value);\n                const id = parseFloat(document.getElementById('id').value);\n                const width = parseFloat(document.getElementById('width').value);\n                const k = 0.0711;\n                \/\/ \u8ba1\u7b97\u5377\u91cd\u7684\u516c\u5f0f\n                const CoilWeight = ((od * od) - (id * id)) * k * width * Math.PI;\n                const CoilWeightKg = CoilWeight * 0.45359237; \/\/ \u5c06\u78c5\u8f6c\u6362\u4e3a\u5343\u514b\n\n                \/\/ \u663e\u793a\u7ed3\u679c\n                document.getElementById('CoilWeight').innerHTML = `Weight = ${CoilWeight.toFixed(0)} lbs<br>Weight = ${CoilWeightKg.toFixed(0)} kg`;\n            }\n\n            function resetCoilForm() {\n                document.getElementById('od').value = '';\n                document.getElementById('id').value = '';\n                document.getElementById('width').value = '';\n                document.getElementById('CoilWeight').innerHTML = 'Weight = 0 lbs<br>Weight = 0 kg';\n            }\n        <\/script>\n    <\/center>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f32468c e-con-full e-flex e-con e-child\" data-id=\"4f32468c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19ddb7ed two_column elementor-widget elementor-widget-html\" data-id=\"19ddb7ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <center>\n        <h1>Tr\u1ecdng l\u01b0\u1ee3ng cu\u1ed9n d\u00e2y tr\u00ean m\u1ed7i v\u00f2ng tr\u00f2n<\/h1>\n    <div class=\"Calculator\">\n        <div class=\"CalculatorItem\">\n            <label for=\"Diameter\">\u0110\u01b0\u1eddng k\u00ednh (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"Diameter\" value=\"12\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"Gauge\">\u0110o l\u01b0\u1eddng (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"Gauge\" value=\"2\">\n        <\/div>\n        \n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"circlecalculateWeight()\">T\u00ednh to\u00e1n<\/button>\n    <div class=\"result\">\n        <p id=\"Circleweight\">Tr\u1ecdng l\u01b0\u1ee3ng = 0 lbs<br>Tr\u1ecdng l\u01b0\u1ee3ng = 0 kg<\/p>\n    <\/div>\n    <button class=\"reset-btn\" onclick=\"circleresetForm()\">C\u00e0i l\u1ea1i<\/button>\n\n    <script>\n        function circlecalculateWeight() {\n            const Diameter = parseFloat(document.getElementById('Diameter').value);\n            const Gauge = parseFloat(document.getElementById('Gauge').value);\n            \/\/ \u5377\u91cd\u8ba1\u7b97\u516c\u5f0f\n            const k = 0.0711;\n            const Circleweight = (Diameter * Diameter * Gauge * Math.PI) * k; \/\/ \u8ba1\u7b97\u91cd\u91cf\uff08\u78c5\uff09\n            const CircleweightKg = Circleweight * 0.45359237; \/\/ \u5c06\u78c5\u8f6c\u6362\u4e3a\u5343\u514b\n\n            \/\/ \u663e\u793a\u7ed3\u679c\n            document.getElementById('Circleweight').innerHTML = `Weight = ${Circleweight.toFixed(1)} lbs<br>Weight = ${CircleweightKg.toFixed(1)} kg`;\n        }\n\n        function circleresetForm() {\n            document.getElementById('Diameter').value = '';\n            document.getElementById('Gauge').value = '';\n            document.getElementById('Circleweight').innerHTML = 'Weight = 0 lbs<br>Weight = 0 kg';\n        }\n    <\/script>\n    <\/center>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-222a167 e-flex e-con-boxed e-con e-parent\" data-id=\"222a167\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-238a4960 e-con-full e-flex e-con e-child\" data-id=\"238a4960\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3b218e66 e-con-full e-flex e-con e-child\" data-id=\"3b218e66\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15cc0dfb three_column elementor-widget elementor-widget-html\" data-id=\"15cc0dfb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <center>\n        <h1>\u0110\u01b0\u1eddng k\u00ednh cu\u1ed9n d\u00e2y t\u1ed1i \u0111a<\/h1>\n    <div class=\"Calculator\">\n        <div class=\"CalculatorItem\">\n            <label for=\"MaximumCoilID\">ID (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"MaximumCoilID\" value=\"12\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"MaximumCoilWidth\">Chi\u1ec1u r\u1ed9ng (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"MaximumCoilWidth\" value=\"2\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"MaximumCoilWeight\">Tr\u1ecdng l\u01b0\u1ee3ng (lbs)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"MaximumCoilWeight\" value=\"1\">\n        <\/div>\n        \n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"calculateMaximumCoil()\">T\u00ednh to\u00e1n<\/button>\n    <div class=\"result\">\n        <p id=\"MaximumCoilOD\">OD = 0 trong<br>\u0110\u01b0\u1eddng k\u00ednh ngo\u00e0i = 0 mm<\/p>\n        <p id=\"PIW\">PIW = 0 lbs\/in chi\u1ec1u r\u1ed9ng<br>PIW = 0 kg\/in chi\u1ec1u r\u1ed9ng<\/p>\n    <\/div>\n    <button class=\"reset-btn\" onclick=\"resetMaximumCoilForm()\">C\u00e0i l\u1ea1i<\/button>\n\n    <script>\n        function calculateMaximumCoil() {\n            const MaximumCoilID = parseFloat(document.getElementById('MaximumCoilID').value);\n            const MaximumCoilWidth = parseFloat(document.getElementById('MaximumCoilWidth').value);\n            const MaximumCoilWeight = parseFloat(document.getElementById('MaximumCoilWeight').value);\n            const k = 0.173;\n            const c = 0.007;\n            \n            const MaximumCoilOD = MaximumCoilID + k * (MaximumCoilWeight \/ MaximumCoilWidth) + c * MaximumCoilWidth;\n            const MaximumCoilOD_mm = MaximumCoilOD * 25.4; \/\/ \u5c06\u82f1\u5bf8\u8f6c\u6362\u4e3a\u6beb\u7c73\n\n            const PIW = MaximumCoilWeight \/ MaximumCoilWidth; \/\/ \u5355\u4f4d\uff1albs\/in\n            const PIWkg = PIW * 0.45359237; \/\/ \u5c06\u78c5\u8f6c\u6362\u4e3a\u5343\u514b\n\n            \/\/ \u663e\u793a\u7ed3\u679c\n            document.getElementById('MaximumCoilOD').innerHTML = `OD = ${MaximumCoilOD.toFixed(1)} in<br>OD = ${MaximumCoilOD_mm.toFixed(0)} mm`;\n            document.getElementById('PIW').innerHTML = `PIW = ${PIW.toFixed(0)} lbs\/in of width<br>PIW = ${PIWkg.toFixed(0)} kg\/in of width`;\n        }\n\n        function resetMaximumCoilForm() {\n            document.getElementById('MaximumCoilID').value = '';\n            document.getElementById('MaximumCoilWidth').value = '';\n            document.getElementById('MaximumCoilWeight').value = '';\n            document.getElementById('MaximumCoilOD').innerHTML = `OD = 0 in<br>OD = 0 mm`;\n            document.getElementById('PIW').innerHTML = 'PIW = 0 lbs\/in of width<br>PIW = 0 kg\/in of width';\n        }\n    <\/script>\n    <\/center>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-48a01e7c e-con-full e-flex e-con e-child\" data-id=\"48a01e7c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ab55d76 three_column elementor-widget elementor-widget-html\" data-id=\"2ab55d76\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <center>\n        <h1>Tr\u1ecdng l\u01b0\u1ee3ng t\u1ea5m ph\u1eb3ng<\/h1>\n    <div class=\"Calculator\">\n        <div class=\"CalculatorItem\">\n            <label for=\"FlatSheetThickness\">\u0110\u1ed9 d\u00e0y (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"FlatSheetThickness\" value=\"12\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"FlatSheetWidth\">Chi\u1ec1u r\u1ed9ng (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"FlatSheetWidth\" value=\"2\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"FlatSheetLength\">Chi\u1ec1u d\u00e0i (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"FlatSheetLength\" value=\"1\">\n        <\/div>\n        \n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"calculateFlatSheetWeight()\">T\u00ednh to\u00e1n<\/button>\n    <div class=\"result\">\n        <p id=\"FlatSheetWeight\">Tr\u1ecdng l\u01b0\u1ee3ng = 0 lbs<br>Tr\u1ecdng l\u01b0\u1ee3ng = 0 kg<\/p>\n    <\/div>\n    <button class=\"reset-btn\" onclick=\"resetFlatSheetForm()\">C\u00e0i l\u1ea1i<\/button>\n\n    <script>\n        function calculateFlatSheetWeight() {\n            const FlatSheetThickness = parseFloat(document.getElementById('FlatSheetThickness').value);\n            const FlatSheetWidth = parseFloat(document.getElementById('FlatSheetWidth').value);\n            const FlatSheetLength = parseFloat(document.getElementById('FlatSheetLength').value);\n            const k = 0.284;\n            \/\/ \u8ba1\u7b97\u5e73\u677f\u91cd\u91cf\uff08lbs\uff09\n            const FlatSheetWeight = FlatSheetThickness * FlatSheetWidth * FlatSheetLength * k;\n            \/\/ \u5c06\u91cd\u91cf\u8f6c\u6362\u4e3a\u5343\u514b\n            const FlatSheetWeightKg = FlatSheetWeight * 0.45359237;\n\n            \/\/ \u663e\u793a\u7ed3\u679c\n            document.getElementById('FlatSheetWeight').innerHTML = `Weight = ${FlatSheetWeight.toFixed(0)} lbs<br>Weight = ${FlatSheetWeightKg.toFixed(0)} kg`;\n        }\n\n        function resetFlatSheetForm() {\n            document.getElementById('FlatSheetThickness').value = '';\n            document.getElementById('FlatSheetWidth').value = '';\n            document.getElementById('FlatSheetLength').value = '';\n            document.getElementById('FlatSheetWeight').innerHTML = 'Weight = 0 lbs<br>Weight = 0 kg';\n        }\n    <\/script>\n    <\/center>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4af6f9d e-flex e-con-boxed e-con e-parent\" data-id=\"4af6f9d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-805baec e-con-full e-flex e-con e-child\" data-id=\"805baec\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4bf47c0b e-con-full e-flex e-con e-child\" data-id=\"4bf47c0b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cae0571 three_column elementor-widget elementor-widget-html\" data-id=\"2cae0571\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <center>\n        <h1>Ch\u00e2n tuy\u1ebfn t\u00ednh c\u1ee7a cu\u1ed9n d\u00e2y<\/h1>\n    <div class=\"Calculator\">\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilLinealThickness\">\u0110\u1ed9 d\u00e0y (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilLinealThickness\" value=\"12\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilLinealWidth\">Chi\u1ec1u r\u1ed9ng (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilLinealWidth\" value=\"2\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilLinealWeight\">Tr\u1ecdng l\u01b0\u1ee3ng (lbs)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilLinealWeight\" value=\"1\">\n        <\/div>\n        \n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"calculateCoilLinealFeet()\">T\u00ednh to\u00e1n<\/button>\n    <div class=\"result\">\n        <p id=\"CoilLinealFeet\">Chi\u1ec1u d\u00e0i = 0 ft<br>Chi\u1ec1u d\u00e0i = 0 m<\/p>\n    <\/div>\n    <button class=\"reset-btn\" onclick=\"resetCoilLinealForm()\">C\u00e0i l\u1ea1i<\/button>\n\n    <script>\n        function calculateCoilLinealFeet() {\n            const CoilLinealThickness = parseFloat(document.getElementById('CoilLinealThickness').value);\n            const CoilLinealWidth = parseFloat(document.getElementById('CoilLinealWidth').value);\n            const CoilLinealWeight = parseFloat(document.getElementById('CoilLinealWeight').value);\n            const k = 0.29342723;\n            \/\/ \u8ba1\u7b97\u7ebf\u6027\u957f\u5ea6\uff08\u82f1\u5c3a\uff09\n            const CoilLinealFeet = CoilLinealWeight * k \/ (CoilLinealThickness * CoilLinealWidth);\n            \/\/ \u5c06\u957f\u5ea6\u8f6c\u6362\u4e3a\u7c73\n            const CoilLinealMeters = CoilLinealFeet * 0.3048;\n\n            \/\/ \u663e\u793a\u7ed3\u679c\n            document.getElementById('CoilLinealFeet').innerHTML = `Length = ${CoilLinealFeet.toFixed(1)} ft<br>Length = ${CoilLinealMeters.toFixed(1)} m`;\n        }\n\n        function resetCoilLinealForm() {\n            document.getElementById('CoilLinealThickness').value = '';\n            document.getElementById('CoilLinealWidth').value = '';\n            document.getElementById('CoilLinealWeight').value = '';\n            document.getElementById('CoilLinealFeet').innerHTML = 'Length = 0 ft<br>Length = 0 m';\n        }\n    <\/script>\n    <\/center>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3132da4e e-con-full e-flex e-con e-child\" data-id=\"3132da4e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fc1f17 three_column elementor-widget elementor-widget-html\" data-id=\"71fc1f17\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <center>\n        <h1>Cu\u1ed9n ch\u00e2n \u0111\u1ebfn tr\u1ecdng l\u01b0\u1ee3ng<\/h1>\n    <div class=\"Calculator\">\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilFeetThickness\">\u0110\u1ed9 d\u00e0y (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilFeetThickness\" value=\"12\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilFeetWidth\">Chi\u1ec1u r\u1ed9ng (inch)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilFeetWidth\" value=\"2\">\n        <\/div>\n        <div class=\"CalculatorItem\">\n            <label for=\"CoilFeetLength\">Chi\u1ec1u d\u00e0i (feet)<\/label>\n            <input class=\"CalculatorInput\" type=\"number\" id=\"CoilFeetLength\" value=\"1\">\n        <\/div>\n        \n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"calculateCoilFeetWeight()\">T\u00ednh to\u00e1n<\/button>\n    <div class=\"result\">\n        <p id=\"CoilFeetWeight\">Tr\u1ecdng l\u01b0\u1ee3ng = 0 lbs<br>Tr\u1ecdng l\u01b0\u1ee3ng = 0 kg<\/p>\n    <\/div>\n    <button class=\"reset-btn\" onclick=\"resetCoilFeetForm()\">C\u00e0i l\u1ea1i<\/button>\n\n    <script>\n        function calculateCoilFeetWeight() {\n            const CoilFeetThickness = parseFloat(document.getElementById('CoilFeetThickness').value);\n            const CoilFeetWidth = parseFloat(document.getElementById('CoilFeetWidth').value);\n            const CoilFeetLength = parseFloat(document.getElementById('CoilFeetLength').value);\n            const k = 3.408;\n            \/\/ \u8ba1\u7b97\u91cd\u91cf\uff08lbs\uff09\n            const CoilFeetWeight = CoilFeetThickness * CoilFeetWidth * CoilFeetLength * k;\n            \/\/ \u5c06\u91cd\u91cf\u8f6c\u6362\u4e3a\u5343\u514b\n            const CoilFeetWeightKg = CoilFeetWeight * 0.45359237;\n\n            \/\/ \u663e\u793a\u7ed3\u679c\n            document.getElementById('CoilFeetWeight').innerHTML = `Weight = ${CoilFeetWeight.toFixed(1)} lbs<br>Weight = ${CoilFeetWeightKg.toFixed(1)} kg`;\n        }\n\n        function resetCoilFeetForm() {\n            document.getElementById('CoilFeetThickness').value = '';\n            document.getElementById('CoilFeetWidth').value = '';\n            document.getElementById('CoilFeetLength').value = '';\n            document.getElementById('CoilFeetWeight').innerHTML = 'Weight = 0 lbs<br>Weight = 0 kg';\n        }\n    <\/script>\n    <\/center>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6cbbfb2 e-flex e-con-boxed e-con e-parent\" data-id=\"6cbbfb2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad3187a elementor-widget elementor-widget-text-editor\" data-id=\"ad3187a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><strong>Tuy\u00ean b\u1ed1 mi\u1ec5n tr\u1eeb tr\u00e1ch nhi\u1ec7m:<\/strong><\/p><p>\u01af\u1edbc t\u00ednh tr\u1ecdng l\u01b0\u1ee3ng th\u00e9p \u1edf \u0111\u00e2y mang t\u00ednh tham kh\u1ea3o chung v\u00e0 s\u1eed d\u1ee5ng m\u1eadt \u0111\u1ed9 v\u1eadt li\u1ec7u trung b\u00ecnh. Tr\u1ecdng l\u01b0\u1ee3ng th\u1ef1c t\u1ebf c\u00f3 th\u1ec3 thay \u0111\u1ed5i do th\u00e0nh ph\u1ea7n v\u1eadt li\u1ec7u c\u1ee5 th\u1ec3. SteelPRO Group kh\u00f4ng ch\u1ecbu tr\u00e1ch nhi\u1ec7m cho b\u1ea5t k\u1ef3 h\u00e0nh \u0111\u1ed9ng n\u00e0o \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n d\u1ef1a tr\u00ean th\u00f4ng tin n\u00e0y.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbc49fd e-flex e-con-boxed e-con e-parent\" data-id=\"fbc49fd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b314e5 elementor-widget elementor-widget-html\" data-id=\"8b314e5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            margin: 20px;\n        }\n        h1 {\n            text-align: center;\n        }\n        h2 {\n            color: #333;\n            margin-top: 40px;\n        }\n        .formula, .example {\n            background-color: #f9f9f9;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid #007BFF;\n        }\n        .formula p, .example p {\n            margin: 5px 0;\n        }\n        .note {\n            color: #555;\n            font-size: 14px;\n        }\n        ul {\n            list-style-type: disc;\n            margin-left: 40px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<h2>C\u00f4ng th\u1ee9c t\u00ednh kh\u1ed1i l\u01b0\u1ee3ng th\u00e9p<\/h2>\n\n<h2>1. M\u00e1y t\u00ednh tr\u1ecdng l\u01b0\u1ee3ng cu\u1ed9n d\u00e2y<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng (lbs) = (OD<sup>2<\/sup> - NH\u1eacN D\u1ea0NG<sup>2<\/sup>) \u00d7 k \u00d7 Chi\u1ec1u r\u1ed9ng \u00d7 \u03c0<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>\u0110\u1ea0I H\u1eccC<\/strong>: \u0110\u01b0\u1eddng k\u00ednh ngo\u00e0i (inch)<\/li>\n    <li><strong>NH\u1eacN D\u1ea0NG<\/strong>: \u0110\u01b0\u1eddng k\u00ednh b\u00ean trong (inch)<\/li>\n    <li><strong>Chi\u1ec1u r\u1ed9ng<\/strong>: Chi\u1ec1u r\u1ed9ng (inch)<\/li>\n    <li><strong>k = 0,0711<\/strong> (H\u1ec7 s\u1ed1 m\u1eadt \u0111\u1ed9 v\u1eadt li\u1ec7u)<\/li>\n<\/ul>\n<p><strong>V\u00ed d\u1ee5 t\u00ednh to\u00e1n:<\/strong><\/p>\n<div class=\"example\">\n    <p>\u0110\u01b0\u1ee3c cho:<\/p>\n    <p>OD = 12 inch<\/p>\n    <p>ID = 9 inch<\/p>\n    <p>Chi\u1ec1u r\u1ed9ng = 1 inch<\/p>\n    <p>T\u00ednh to\u00e1n:<\/p>\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng = (12<sup>2<\/sup> - 9<sup>2<\/sup>) \u00d7 0,0711 \u00d7 1 \u00d7 \u03c0<\/p>\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng \u2248 14 lbs<\/p>\n<\/div>\n\n<h2>2. Tr\u1ecdng l\u01b0\u1ee3ng cu\u1ed9n d\u00e2y tr\u00ean m\u1ed7i v\u00f2ng tr\u00f2n<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng (lbs) = \u0110\u01b0\u1eddng k\u00ednh<sup>2<\/sup> \u00d7 \u0110\u1ed3ng h\u1ed3 \u0111o \u00d7 \u03c0 \u00d7 k<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>\u0110\u01b0\u1eddng k\u00ednh<\/strong>: \u0110\u01b0\u1eddng k\u00ednh (inch)<\/li>\n    <li><strong>\u0110o l\u01b0\u1eddng<\/strong>: \u0110\u1ed9 d\u00e0y (inch)<\/li>\n    <li><strong>k = 0,0711<\/strong> (H\u1ec7 s\u1ed1 m\u1eadt \u0111\u1ed9 v\u1eadt li\u1ec7u)<\/li>\n<\/ul>\n<p><strong>V\u00ed d\u1ee5 t\u00ednh to\u00e1n:<\/strong><\/p>\n<div class=\"example\">\n    <p>\u0110\u01b0\u1ee3c cho:<\/p>\n    <p>\u0110\u01b0\u1eddng k\u00ednh = 15 inch<\/p>\n    <p>\u0110o = 2 inch<\/p>\n    <p>T\u00ednh to\u00e1n:<\/p>\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng = 15<sup>2<\/sup> \u00d7 2 \u00d7 \u03c0 \u00d7 0,0711<\/p>\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng \u2248 100,5 lbs<\/p>\n<\/div>\n\n<h2>3. \u0110\u01b0\u1eddng k\u00ednh ngo\u00e0i t\u1ed1i \u0111a c\u1ee7a cu\u1ed9n d\u00e2y<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>OD = ID + k \u00d7 (Tr\u1ecdng l\u01b0\u1ee3ng \/ Chi\u1ec1u r\u1ed9ng) + c \u00d7 Chi\u1ec1u r\u1ed9ng<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>NH\u1eacN D\u1ea0NG<\/strong>: \u0110\u01b0\u1eddng k\u00ednh b\u00ean trong (inch)<\/li>\n    <li><strong>Chi\u1ec1u r\u1ed9ng<\/strong>: Chi\u1ec1u r\u1ed9ng (inch)<\/li>\n    <li><strong>C\u00e2n n\u1eb7ng<\/strong>: Tr\u1ecdng l\u01b0\u1ee3ng (lbs)<\/li>\n    <li><strong>k = 0,173<\/strong><\/li>\n    <li><strong>c = 0,007<\/strong><\/li>\n<\/ul>\n\n<h2>4. Tr\u1ecdng l\u01b0\u1ee3ng t\u1ea5m ph\u1eb3ng<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng (lbs) = \u0110\u1ed9 d\u00e0y \u00d7 Chi\u1ec1u r\u1ed9ng \u00d7 Chi\u1ec1u d\u00e0i \u00d7 k<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>\u0110\u1ed9 d\u00e0y<\/strong>: \u0110\u1ed9 d\u00e0y (inch)<\/li>\n    <li><strong>Chi\u1ec1u r\u1ed9ng<\/strong>: Chi\u1ec1u r\u1ed9ng (inch)<\/li>\n    <li><strong>Chi\u1ec1u d\u00e0i<\/strong>: Chi\u1ec1u d\u00e0i (inch)<\/li>\n    <li><strong>k = 0,284<\/strong> (H\u1ec7 s\u1ed1 m\u1eadt \u0111\u1ed9 v\u1eadt li\u1ec7u)<\/li>\n<\/ul>\n\n<h2>5. Ch\u00e2n tuy\u1ebfn t\u00ednh c\u1ee7a cu\u1ed9n d\u00e2y<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>Chi\u1ec1u d\u00e0i (ft) = (Tr\u1ecdng l\u01b0\u1ee3ng \u00d7 k) \/ (\u0110\u1ed9 d\u00e0y \u00d7 Chi\u1ec1u r\u1ed9ng)<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>\u0110\u1ed9 d\u00e0y<\/strong>: \u0110\u1ed9 d\u00e0y (inch)<\/li>\n    <li><strong>Chi\u1ec1u r\u1ed9ng<\/strong>: Chi\u1ec1u r\u1ed9ng (inch)<\/li>\n    <li><strong>C\u00e2n n\u1eb7ng<\/strong>: Tr\u1ecdng l\u01b0\u1ee3ng (lbs)<\/li>\n    <li><strong>k = 0,29342723<\/strong> (H\u1ec7 s\u1ed1 chuy\u1ec3n \u0111\u1ed5i)<\/li>\n<\/ul>\n\n<h2>6. Cu\u1ed9n ch\u00e2n \u0111\u1ebfn tr\u1ecdng l\u01b0\u1ee3ng<\/h2>\n<p><strong>C\u00f4ng th\u1ee9c:<\/strong><\/p>\n<div class=\"formula\">\n    <p>Tr\u1ecdng l\u01b0\u1ee3ng (lbs) = \u0110\u1ed9 d\u00e0y \u00d7 Chi\u1ec1u r\u1ed9ng \u00d7 Chi\u1ec1u d\u00e0i \u00d7 k<\/p>\n<\/div>\n<p>\u1ede \u0111\u00e2u:<\/p>\n<ul>\n    <li><strong>\u0110\u1ed9 d\u00e0y<\/strong>: \u0110\u1ed9 d\u00e0y (inch)<\/li>\n    <li><strong>Chi\u1ec1u r\u1ed9ng<\/strong>: Chi\u1ec1u r\u1ed9ng (inch)<\/li>\n    <li><strong>Chi\u1ec1u d\u00e0i<\/strong>: Chi\u1ec1u d\u00e0i (feet)<\/li>\n    <li><strong>k = 3,408<\/strong> (H\u1ec7 s\u1ed1 m\u1eadt \u0111\u1ed9 v\u1eadt li\u1ec7u)<\/li>\n<\/ul>\n\n<p class=\"note\">L\u01b0u \u00fd: \u0110\u1ea3m b\u1ea3o t\u1ea5t c\u1ea3 c\u00e1c tham s\u1ed1 \u0111\u1ea7u v\u00e0o \u0111\u1ec1u c\u00f3 \u0111\u01a1n v\u1ecb th\u1ed1ng nh\u1ea5t \u0111\u1ec3 tr\u00e1nh l\u1ed7i t\u00ednh to\u00e1n.<\/p>\n\n<\/body>\n<\/html>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Calculator for Steel Sheets and Plates Accurately calculate coil weight for steel sheets and plates using our easy-to-use online tool. [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","rank_math_lock_modified_date":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8605","page","type-page","status-publish","hentry"],"acf":[],"rankMath":{"parentDomain":"steelprogroup.com","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"H\u00ecnh \u1ea3nh n\u1ed5i b\u1eadt n\u00ean c\u00f3 k\u00edch th\u01b0\u1edbc \u00edt nh\u1ea5t 200 x 200 pixel \u0111\u1ec3 \u0111\u01b0\u1ee3c Facebook v\u00e0 c\u00e1c trang m\u1ea1ng x\u00e3 h\u1ed9i kh\u00e1c ch\u1ecdn.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"steel-calculator","permalinkFormat":"https:\/\/steelprogroup.com\/vi\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/steelprogroup.com\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":false,"serpData":{"title":"%title% | Calculator for Steel sheets and plates","description":"Accurately calculate coil weight for steel sheets and plates using our easy-to-use online tool. Efficient and reliable results.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"t\u00ean ng\u01b0\u1eddi d\u00f9ng","primaryTerm":0,"authorName":"John","titleTemplate":"%title% %page% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":true},"homeUrl":"https:\/\/steelprogroup.com\/vi","objectID":8605,"objectType":"post","locale":"vi","localeFull":"vi","overlayImages":{"play":{"name":"Bi\u1ec3u t\u01b0\u1ee3ng ph\u00e1t","url":"https:\/\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/home\/steelprogroup\/htdocs\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"Bi\u1ec3u t\u01b0\u1ee3ng GIF","url":"https:\/\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/home\/steelprogroup\/htdocs\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/social-placeholder.jpg","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Fsteelprogroup.com%2Fvi&r=https%3A%2F%2Fsteelprogroup.com%2Fvi%2Fwp-json%2Fwp%2Fv2%2Fpages%2F8605%3Fnonce%3D411a99b02a&pro=1","maxTags":100,"trendsIcon":"<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 36 36\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fit=\"\" preserveAspectRatio=\"xMidYMid meet\" focusable=\"false\">\n\t\t<g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n\t\t\t<g id=\"Trends-Arrow\">\n\t\t\t\t<g id=\"TrendsArrow\">\n\t\t\t\t\t<path d=\"M1.11227159,26.3181534 L10.2875029,17.1429221 L13.7152617,20.5706809 L4.5400304,29.7459122 C4.20518633,30.0807563 3.66229681,30.0807562 3.32745277,29.7459122 L1.11136262,27.529822 C0.776518575,27.194978 0.776518548,26.6520885 1.11136262,26.3172444 L1.11227159,26.3181534 Z\" id=\"Shape\" fill=\"#4285F4\" fill-rule=\"nonzero\"><\/path>\n\t\t\t\t\t<path d=\"M14.3201543,14.3211528 L22.283717,22.2847155 L19.4658829,25.1025495 C19.1310388,25.4373936 18.5881494,25.4373937 18.2533053,25.1025495 L10.2906516,17.1398959 L13.1084857,14.3220618 C13.4429747,13.987572 13.9851638,13.9871653 14.3201543,14.3211528 Z\" id=\"Shape\" fill=\"#EA4335\" fill-rule=\"nonzero\"><\/path>\n\t\t\t\t\t<polygon id=\"Rectangle-path\" fill=\"#FABB05\" fill-rule=\"nonzero\" points=\"18.8573051 18.8577571 28.2843236 9.43073862 31.7120824 12.8584974 22.2850639 22.2855159\"><\/polygon>\n\t\t\t\t\t<path d=\"M35.0711567,15.5054713 L35.0711567,7 L35.0711567,7 C35.0711567,6.44771525 34.6234415,6 34.0711567,6 L25.5656854,6 L25.5656854,6 C25.0134007,6 24.5656854,6.44771525 24.5656854,7 C24.5656854,7.26521649 24.6710423,7.5195704 24.8585786,7.70710678 L33.3640499,16.2125781 L33.3640499,16.2125781 C33.7545742,16.6031024 34.3877392,16.6031024 34.7782635,16.2125781 C34.9657999,16.0250417 35.0711567,15.7706878 35.0711567,15.5054713 Z\" id=\"Shape\" fill=\"#34A853\" fill-rule=\"nonzero\"><\/path>\n\t\t\t\t\t<rect id=\"Rectangle-path\" x=\"0\" y=\"0\" width=\"36\" height=\"36\"><\/rect>\n\t\t\t\t<\/g>\n\t\t\t<\/g>\n\t\t<\/g>\n\t<\/svg>","showScore":true,"siteFavIcon":"https:\/\/steelprogroup.com\/wp-content\/uploads\/2024\/07\/cropped-Steel-pro-logo-\u8bbe\u8ba1-7-\u6062\u590d\u7684-32x32.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"isPro":true,"is_front_page":false,"trendsUpgradeLink":"https:\/\/steelprogroup.com\/wp-admin\/admin.php?page=rank-math&view=help","trendsUpgradeLabel":"Activate now","trendsPreviewImage":"https:\/\/steelprogroup.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":true,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/pages\/8605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/comments?post=8605"}],"version-history":[{"count":0,"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/pages\/8605\/revisions"}],"wp:attachment":[{"href":"https:\/\/steelprogroup.com\/vi\/wp-json\/wp\/v2\/media?parent=8605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}