/**************/ /*** LAYOUT ***/ /**************/ /* Feed container */ #sb_instagram { width: 100%; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sb_instagram:after{ content: ""; display: table; clear: both; } /*********************/ /*** STYLE OPTIONS ***/ /*********************/ #sb_instagram.sbi_fixed_height{ overflow: hidden; overflow-y: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sb_instagram #sbi_images{ width: 100%; float: left; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Remove header shadow/border */ #sb_instagram .sbi_header_link { -webkit-box-shadow: none; box-shadow: none; } #sb_instagram .sbi_header_link:hover { border: none; } /* Items */ #sb_instagram #sbi_images .sbi_item{ display: -moz-inline-stack; display: inline-block; float: left; vertical-align: top; zoom: 1; *display: inline; padding: inherit !important; margin: 0 !important; text-decoration: none; opacity: 1; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } /* Transition items in */ #sb_instagram #sbi_images .sbi_item.sbi_transition{ opacity: 0; } /* Cols */ #sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; } #sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; } #sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; } #sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; } #sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; } #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; } #sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; } #sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; } #sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; } #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; } /* Disable mobile layout */ #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; } #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; } #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; } #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; } #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; } #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; } #sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; } #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; } #sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; } #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; } /* Photos */ #sb_instagram .sbi_photo_wrap{ position: relative; } #sb_instagram .sbi_photo{ display: block; text-decoration: none; } #sb_instagram .sbi_photo img{ width: 100%; height: auto; } #sb_instagram .sbi_no_js img{ display: none; } #sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{ outline: none; } #sb_instagram img{ display: block; padding: 0 !important; margin: 0 !important; max-width: 100% !important; opacity: 1 !important; } #sb_instagram .sbi_link{ display: none; position: absolute; bottom: 0; right: 0; width: 100%; padding: 10px 0; background: rgba(0,0,0,0.5); text-align: center; color: #fff; font-size: 12px; line-height: 1.1; } #sb_instagram .sbi_link a{ padding: 0 6px; text-decoration: none; color: #fff; font-size: 12px; line-height: 1.1; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; } #sb_instagram .sbi_link .sbi_lightbox_link{ padding-bottom: 5px; } #sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus{ text-decoration: underline; } #sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{ display: block; } /* Videos */ #sb_instagram svg:not(:root).svg-inline--fa { height: 1em; display: inline-block; } #sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{ display: block !important; position: absolute; z-index: 1; color: #fff; color: rgba(255,255,255,0.9); font-style: normal !important; text-shadow: 0 0 8px rgba(0,0,0,0.8); } #sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn { z-index: 2; top: 50%; left: 50%; margin-top: -24px; margin-left: -19px; padding: 0; font-size: 48px; } #sb_instagram .sbi_type_carousel .fa-clone{ right: 12px; top: 12px; font-size: 24px; text-shadow: 0 0 8px rgba(0,0,0,0.3); } .sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{ -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) ); filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) ); } /* Loader */ #sb_instagram .sbi_loader{ width: 20px; height: 20px; position: relative; top: 50%; left: 50%; margin: -10px 0 0 -10px; background-color: #000; background-color: rgba(0,0,0,0.5); border-radius: 100%; -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out; animation: sbi-sk-scaleout 1.0s infinite ease-in-out; } #sb_instagram br { display: none; } #sbi_load p { display: inline; padding: 0; margin: 0; } /* Loader in button */ #sb_instagram #sbi_load .sbi_loader{ position: absolute; margin-top: -11px; background-color: #fff; opacity: 1; } @-webkit-keyframes sbi-sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes sbi-sk-scaleout { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } #sb_instagram .fa-spin, #sbi_lightbox .fa-spin{ -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear } #sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{ -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } /* Screen reader */ .sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important; } /* HEADER */ #sb_instagram .sb_instagram_header{ float: left; clear: both; margin: 0 0 15px 0; padding: 0; line-height: 1.2; width: 100%; } #sb_instagram .sb_instagram_header a{ float: left; display: block; /*width: 100%;*/ min-width: 100%\9; text-decoration: none; transition: color 0.5s ease; } .sbi_no_avatar .sbi_header_img{ background: #333; color: #fff; width: 50px; height: 50px; position: relative; } .sbi_no_avatar .sbi_header_hashtag_icon { display: block; color: #fff; opacity: .9; -webkit-transition: background .6s linear,color .6s linear; -moz-transition: background .6s linear,color .6s linear; -ms-transition: background .6s linear,color .6s linear; -o-transition: background .6s linear,color .6s linear; transition: background .6s linear,color .6s linear } .sbi_no_avatar:hover .sbi_header_hashtag_icon { display: block; opacity: 1; -webkit-transition: background .2s linear,color .2s linear; -moz-transition: background .2s linear,color .2s linear; -ms-transition: background .2s linear,color .2s linear; -o-transition: background .2s linear,color .2s linear; transition: background .2s linear,color .2s linear } /** Medium Header */ /* Only use medium & large headers on devices above 480px */ @media all and (min-width: 480px){ #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img { width: 80px; height: 80px; border-radius: 40px; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img { width: 80px; height: 80px; border-radius: 40px; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 { font-size: 20px; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{ font-size: 14px; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{ margin-left: 95px !important; line-height: 1.4 } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{ margin-right: -85px !important; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{ margin-top: 4px !important; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{ padding-top: 20px !important; } /** Large Header */ #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img { width: 120px; height: 120px; border-radius: 60px; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img { width: 120px; height: 120px; border-radius: 60px; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 { font-size: 28px; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{ font-size: 16px; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{ margin-left: 140px !important; line-height: 1.5; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{ margin-right: -120px !important; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{ margin-top: 12px !important; } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{ padding-top: 32px !important; } } /* Header profile pic */ #sb_instagram .sb_instagram_header .sbi_header_img{ float: left; position: relative; width: 50px; margin: 0 0 0 -100% !important; overflow: hidden; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; } #sb_instagram .sb_instagram_header .sbi_header_img img{ float: left; margin: 0 !important; padding: 0 !important; border: none !important; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; } /* Profile pic hover */ /* Profile pic hover */ #sb_instagram .sb_instagram_header .sbi_header_img_hover{ opacity: 0; position: absolute; width: 100%; top: 0; bottom: 0; left: 0; text-align: center; color: #fff; background: rgba(0,0,0,0.75); } #sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{ position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -12px; width: 24px; height: 24px; font-size: 24px; } #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{ margin-top: -18px; margin-left: -18px; width: 36px; height: 36px; font-size: 36px } #sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo { margin-top: -24px; margin-left: -24px; width: 48px; height: 48px; font-size: 48px } #sb_instagram .sb_instagram_header .sbi_header_img_hover i { overflow: hidden; background: url('../img/small-logo.png') no-repeat 0 0; } #sb_instagram .sb_instagram_header .sbi_header_img_hover{ z-index: 2; transition: opacity 0.4s ease-in-out; } #sb_instagram .sb_instagram_header .sbi_fade_in{ opacity: 1; transition: opacity 0.2s ease-in-out; } #sb_instagram .sb_instagram_header .sbi_header_img_hover{ position: absolute; width: 100%; top: 0; bottom: 0; left: 0; text-align: center; color: #fff; background: rgba(0,0,0,0.75); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; border-radius: 40px; transition: opacity 0.2s; } /* Fade the Instagram icon in when hovering on the header */ #sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover{ opacity: 1; } /* Header text */ #sb_instagram .sb_instagram_header .sbi_header_text{ float: left; width: 100%; padding-top: 5px; } #sb_instagram .sb_instagram_header a{ text-decoration: none; } #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header .sbi_header_text h3{ float: left; clear: both; width: auto; margin: 0 0 0 60px !important; padding: 0 !important; } #sb_instagram .sb_instagram_header h3{ font-size: 16px; line-height: 1.3; } #sb_instagram .sb_instagram_header p{ font-size: 13px; line-height: 1.3; margin: 0; padding: 0; } #sb_instagram p:empty { display: none; } #sb_instagram .sb_instagram_header .sbi_header_text img.emoji{ margin-right: 3px !important; } /* No bio */ #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3{ padding-top: 9px !important; } #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{ clear: both; } /* Buttons */ #sb_instagram #sbi_load{ float: left; clear: both; width: 100%; text-align: center; } #sb_instagram #sbi_load .fa-spinner{ display: none; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -7px; font-size: 15px; } #sb_instagram #sbi_load{ opacity: 1; transition: all 0.5s ease-in; } #sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{ opacity: 1; transition: all 0.1s ease-in; } #sb_instagram .sbi_hidden{ opacity: 0 !important; } #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{ display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; padding: 7px 14px; margin: 5px auto 0 auto; background: #333; color: #eee; border: none; color: #fff; text-decoration: none; font-size: 13px; line-height: 1.5; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sb_instagram #sbi_load .sbi_load_btn { position: relative; } /* Follow button */ #sb_instagram .sbi_follow_btn{ display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; text-align: center; } #sb_instagram .sbi_follow_btn.sbi_top{ display: block; margin-bottom: 5px; } #sb_instagram .sbi_follow_btn a{ background: #408bd1; color: #fff; } #sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{ transition: all 0.1s ease-in; } /* Hover state for default colors */ #sb_instagram #sbi_load .sbi_load_btn:hover{ outline: none; box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25); } #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{ outline: none; box-shadow: inset 0 0 10px 20px #359dff; } /* If a custom color is applied then just use opacity for the hover effect */ #sb_instagram .sbi_follow_btn.sbi_custom a:hover, #sb_instagram .sbi_follow_btn.sbi_custom a:focus, #sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover{ box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.15); } /* Active state */ #sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{ box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3); } #sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{ margin-bottom: -1px; margin-right: 7px; font-size: 15px; } #sb_instagram .sbi_follow_btn svg{ vertical-align: -.125em; } #sb_instagram #sbi_load .sbi_follow_btn{ margin-left: 5px; } /* Error messages */ #sb_instagram .sb_instagram_error{ width: 100%; text-align: center; line-height: 1.4; } /* Mod only error msgs */ #sbi_mod_error{ display: none; border: 1px solid #ddd; background: #eee; color: #333; margin: 10px 0 0; padding: 10px 15px; font-size: 13px; text-align: center; clear: both; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } #sbi_mod_error br { display: initial !important; } #sbi_mod_error p{ padding: 5px 0 !important; margin: 0 !important; line-height: 1.3 !important; } #sbi_mod_error ol, #sbi_mod_error ul{ padding: 5px 0 5px 20px !important; margin: 0 !important; } #sbi_mod_error li{ padding: 1px 0 !important; margin: 0 !important; } #sbi_mod_error span{ font-size: 12px; } /* Medium */ #sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{ margin-top: -12px; margin-left: -9px; font-size: 23px; } #sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{ right: 8px; top: 8px; font-size: 18px; } /* Small */ #sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{ margin-top: -9px; margin-left: -7px; font-size: 18px; } #sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{ right: 5px; top: 5px; font-size: 12px; } /* Media queries */ @media all and (max-width: 640px){ /* Make 3-6 cols into 2 col */ #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 50%; } /* Make 7-10 cols into 4 col */ #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 25%; } /* On mobile make the min-width 100% */ #sb_instagram.sbi_width_resp{ width: 100% !important; } } @media all and (max-width: 480px){ /* Make all cols into 1 col */ #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 100%; } } /* NO JS */ #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{ box-sizing: border-box; position: relative; overflow: hidden; } #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before { content: ""; display: block; padding-top: 100%; z-index: -300; } #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } #sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition { opacity: 1; } #sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{ display: none; } #sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo { padding-bottom: 0 !important; } #sb_instagram #sbi_mod_error .sb_frontend_btn { display: inline-block; padding: 6px 10px; background: #ddd; background: rgba(0,0,0,.1); text-decoration: none; border-radius: 5px; margin-top: 10px; color: #444 } #sb_instagram #sbi_mod_error .sb_frontend_btn:hover { background: #ccc; background: rgba(0,0,0,.15) } #sb_instagram #sbi_mod_error .sb_frontend_btn .fa { margin-right: 2px } tủ nấu cơm công nghiệp bằng gas https://www.inoxhimalaya.com.vn/tag/tu-nau-com-cong-nghiep-bang-gas Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya Tue, 01 Mar 2022 08:23:50 +0000 vi hourly 1 https://wordpress.org/?v=6.7 https://www.inoxhimalaya.com.vn/wp-content/uploads/2017/04/logo-himalaya-100x100.png tủ nấu cơm công nghiệp bằng gas https://www.inoxhimalaya.com.vn/tag/tu-nau-com-cong-nghiep-bang-gas 32 32 Review tủ nấu cơm công nghiệp bằng ga https://www.inoxhimalaya.com.vn/review-tu-nau-com-cong-nghiep-bang-ga https://www.inoxhimalaya.com.vn/review-tu-nau-com-cong-nghiep-bang-ga#respond Thu, 21 Sep 2017 04:10:18 +0000 http://inoxhimalaya.com.vn/?p=2778 Himalaya nhận được khá nhiều câu hỏi thắc mắc từ khách hàng về tủ nấu cơm công nghiệp bằng ga. Và hôm nay, để giúp khách hàng tháo gỡ khúc mắc của mình thì Himalaya xin chia sẻ một số thông tin, kinh nghiệm cũng như đánh giá về loại tủ này. Hi vọng qua bài […]

The post Review tủ nấu cơm công nghiệp bằng ga appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Himalaya nhận được khá nhiều câu hỏi thắc mắc từ khách hàng về tủ nấu cơm công nghiệp bằng ga. Và hôm nay, để giúp khách hàng tháo gỡ khúc mắc của mình thì Himalaya xin chia sẻ một số thông tin, kinh nghiệm cũng như đánh giá về loại tủ này.

Hi vọng qua bài review này, bạn đọc cũng như quý khách hàng sẽ có đầy đủ kiến thức cũng như kinh nghiệm lựa chọn tủ nấu cơm công nghiệp.

 

tủ nấu cơm công nghiệp bằng ga

Nên mua tủ nấu cơm công nghiệp dùng gas không?

Những review tủ nấu cơm công nghiệp dùng gas dưới đây hoàn toàn dựa trên kinh nghiệm hàng chục năm nghiên cứu và sản xuất Inox cao cấp Himalaya.

Tủ nấu cơm công nghiệp dùng gas được sản xuất như thế nào?

Nếu bạn còn đang băn khoăn về chất liệu của tủ nấu cơm gas thì chắc hẳn sẽ rất quan tâm tới vấn đề này. Bạn hoàn toàn có thể an tâm, tủ được sản xuất bởi công nghệ kĩ thuật hiện đại, các chi tiết, linh kiện được chế tạo cực kì tỉ mỉ trên dây chuyền công nghệ nước ngoài.

⇒ Xem ngay: Cấu tạo tủ nấu cơm công nghiệp

Inox không gỉ, với tính năng siêu bền, chịu nhiệt cao, chống xước khi va chạm chính là nguyên liệu làm nên tủ nấu cơm công nghiệp.

Thiết kế của phần thân tủ nấu cơm rất đặc biệt.

Với hai lớp Inox cách lớp xốp dày ở giữa, điều này tạo ra ưu thế khi tủ phải sử dụng hơi nước để nấu chín cơm trên khay.

Hơi nước sẽ được giữ hoàn toàn bên trong tủ bởi lớp cách nhiệt này, tránh thất thoát lượng nhiệt ra ngoài.

Hơn nữa với thiết kế như trên sẽ đảm bảo tính an toàn, không gây bỏng cho người sử dụng cũng như tránh tạo ra âm thanh khi tủ nấu cơm gas hoạt động.

Với thiết kế và cấu tạo như vậy, chắc hẳn Quý vị đã yên tâm về quy trình sản xuất cũng như độ bền chắc của tủ cơm công nghiệp dùng gas.

dây chuyền sản xuất tủ nấu cơm bằng gas

Tủ cơm gas được chế tạo bởi công nghệ dây chuyền vô cùng hiện đại

Công suất nấu và công suất tiêu thụ nhiên liệu.

So với nồi nấu cơm truyền thống thì chắc chắn ta không phải bàn cãi về tính năng ưu việt của tủ nấu cơm công nghiệp.

Đánh giá công suất tủ nấu cơm so với nồi nấu cơm truyền thống

Dù là tủ cơm dùng gas hay dùng điện đi chăng nữa, thì chúng cũng cho công suất nấu rất lớn. Một lần nấu tùy từng loại tủ cũng có năng suất từ 30kg – 50kg nên được đánh giá là công suất lớn.

Nói đến công suất nấu, Inox Himalaya muốn nhấn mạnh thêm một điều rất quan trọng đó là chất lượng của hạt cơm.

Với công suất nấu lớn như vậy chắc hẳn quý vị đang đọc đây sẽ nghi ngờ về chất lượng cơm mà tủ tạo ra. Xin trả lời với bạn đọc là điều đó đã được chúng tôi – những người trực tiếp sản xuất tủ nấu cơm gas nghiên cứu kĩ lưỡng để tạo ra thiết bị nấu cơm với chất lượng tốt nhất, thậm chí là vượt trội so với nồi cơm truyền thống.

Hàng trăm phản hồi từ phía khách hàng đang sử dụng tủ nấu cơm gas đều có ấn tượng rất tốt về chất lượng cơm mà tủ tạo ra. Hạt cơm chín đều, dẻo, lại không bị cháy, nấu vừa nhanh vừa tiết kiệm cả nguyên liệu lẫn thời gian, còn gì là tuyệt hơn điều đó.

Quay trở lại với công suất tiêu thụ điện năng, đúng như cái tên của nó, tủ nấu cơm gas, tủ sử dụng nhiên liệu gas để hoạt động.

Ưu điểm của dòng tủ này so với tủ cơm dùng điện đó là khắc phục nhược điểm nguồn điện nơi tủ làm việc không ổn định, nguồn điện chập chờn, hay đôi khi xảy ra mất điện,…

Ngoài ra sử dụng nhiên liệu ga sẽ giúp doanh nghiệp, tổ chức tiết kiệm được nguồn chi phí về nhiên liệu trong lâu dài.

Bên cạnh đó vẫn có một số nhược điểm còn tồn tại như độ an toàn khi sử dụng gas, không gian để bình gas. Tuy nhiên Inox Himalaya cho rằng, với những ưu điểm và tính năng ưu việt trên thì tủ nấu cơm công nghiệp bằng ga rất xứng đáng có 1 tấm vé cho lựa chọn của quý khách hàng.

 

The post Review tủ nấu cơm công nghiệp bằng ga appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/review-tu-nau-com-cong-nghiep-bang-ga/feed 0
Mua tủ cơm công nghiệp dùng điện ở đâu? https://www.inoxhimalaya.com.vn/mua-tu-com-cong-nghiep-dung-dien-o-dau https://www.inoxhimalaya.com.vn/mua-tu-com-cong-nghiep-dung-dien-o-dau#respond Wed, 14 Jun 2017 07:47:03 +0000 http://inoxhimalaya.com.vn/?p=1686 Mua tủ cơm công nghiệp dùng điện ở đâu là câu hỏi mà rất nhiều người quan tâm. Trong bài viết dưới, chúng tôi sẽ cung cấp một địa chỉ uy tín chuyên sản xuất tủ cơm công nghiệp dùng điện. Hy vọng rằng, quý khách có thể lựa chọn cho mình một sản phẩm […]

The post Mua tủ cơm công nghiệp dùng điện ở đâu? appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Mua tủ cơm công nghiệp dùng điện ở đâu là câu hỏi mà rất nhiều người quan tâm. Trong bài viết dưới, chúng tôi sẽ cung cấp một địa chỉ uy tín chuyên sản xuất tủ cơm công nghiệp dùng điện. Hy vọng rằng, quý khách có thể lựa chọn cho mình một sản phẩm ưng ý.

>>> Xem thêm: Địa chỉ cung cấp thiết bị nhà bếp công nghiệp

♦ Ưu điểm của tủ cơm công nghiệp dùng điện

– Tủ cơm công nghiệp dùng điện an toàn cho người sử dụng, khắc phục được nguy cơ rò gỉ khí như tủ nấu cơm công nghiệp bằng gas.

– Tủ cơm nấu bằng điện dễ điều chỉnh nhiệt độ, do có núm điều chỉnh linh hoạt và có bảng điện tử hiển thị nhiệt độ tủ.

– Thời gian chín của cơm nhanh

– Có thể sử dụng để chế biến nhiều loại thực phẩm khác nhau như thịt, giò chả, bánh bao..

– Với phương thức làm chín cơm bằng hơi giúp cơm tơi xốp, chín đều không còn tình trạng cơm nát hoặc khô mà cách nấu truyền thống hay gặp phải.

Tủ cơm công nghiệp dùng điện

♦ Mua tủ cơm công nghiệp dùng điện ở đâu?

Himalaya là đơn vị chuyên sản xuất thiết bị công nghiệp dành cho gian bếp nhà hàng trong đó có tủ cơm công nghiệp dùng điện. Tủ cơm Himalaya có những ưu thế nổi bật so với các sản phẩm cùng loại.

– Có 3 lớp vỏ trong đó có lớp vỏ và lớp lót bằng inox 304, có lớp giữa bằng bông thủy tinh giúp giữ nhiệt tối đa. Thiết kế này vừa hạn chế được tình trạng thoát nhiệt ra bên ngoài, vừa giúp tủ cách ly nguồn nhiệt từ bên ngoài tác động vào.

– Lớp vỏ bằng inox 304 giúp cho tủ luôn giữ màu sáng bóng, bắt mắt. Inox 304 còn có khả năng chống gỉ sét, chống ăn mòn cao kể cả axit. Điều này giúp cho tủ có độ bền cao hơn các loại tủ khác.

– Kích thước của tủ cơm công nghiệp dùng điện Himalaya có thể thay đổi linh hoạt theo yêu cầu của khách hàng. Himalaya trực tiếp là đơn vị sản xuất, do vậy có thể điều chỉnh theo nhu cầu sử dụng của khách.

Tyr cơm công nghiệp dùng điện

– Sản phẩm của Himalaya luôn có giá tốt nhất, bởi Himalaya trực tiếp là nhà sản xuất, vận chuyển và lắp đặt, quý khách không phải mất những khoản phí dịch vụ như mua của đơn vị phân phối.

– Himalaya cung cấp gói bảo hành 12 tháng cho mỗi sản phẩm. Nếu trong tuần đầu tiên, sản phẩm xảy ra bất cứ lỗi kỹ thuật nào, chúng tôi cam kết đổi trả sản phẩm mới hoàn toàn.

Quý khách cần mua tủ cơm công nghiệp dùng điện, xin vui lòng liên hệ tới số Hotline 0965 590 396 của Inox Himalaya để được tư vấn và báo giá

=============================================================================

CÔNG TY CỔ PHẦN INOX HIMALAYA

Website: Inoxhimalaya.com.vn

Tell: 0462.96.11.44

Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội.

The post Mua tủ cơm công nghiệp dùng điện ở đâu? appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/mua-tu-com-cong-nghiep-dung-dien-o-dau/feed 0
Bán tủ cơm công nghiệp bằng điện https://www.inoxhimalaya.com.vn/ban-tu-com-cong-nghiep-bang-dien https://www.inoxhimalaya.com.vn/ban-tu-com-cong-nghiep-bang-dien#respond Wed, 07 Jun 2017 03:21:44 +0000 http://inoxhimalaya.com.vn/?p=1549 Tủ cơm công nghiệp bằng điện Himalaya là sản phẩm được đông đảo các bếp ăn tập thể, nhà hàng, khách sạn tin dùng. Với những ưu thế nổi bật so với sản phẩm cùng loại trên thị trường, tủ cơm Himalaya đã thực sự phát huy được hiệu quả của mình, trở thành thương […]

The post Bán tủ cơm công nghiệp bằng điện appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Tủ cơm công nghiệp bằng điện Himalaya là sản phẩm được đông đảo các bếp ăn tập thể, nhà hàng, khách sạn tin dùng. Với những ưu thế nổi bật so với sản phẩm cùng loại trên thị trường, tủ cơm Himalaya đã thực sự phát huy được hiệu quả của mình, trở thành thương hiệu uy tín hàng đầu Việt Nam.

>>> Xem thêm: Cách chọn tủ nấu cơm công nghiệp 12 khay

♦ Ưu điểm của tủ cơm công nghiệp bằng điện

Tủ cơm công nghiệp bằng điện có hiệu suất tỏa nhiệt cao, làm chín cơm nhanh. Đáp ứng được nhu cầu về lượng cơm cho nhiều suất ăn. Tủ cơm bằng điện an toàn khi sử dụng, hạn chế được tình trạng rò gỉ khí như tủ gas

Tủ dễ điều khiển nhiệt độ theo ý muốn do có nút điều chỉnh lên đến 350 độ C. Tủ dùng phương thức chín bằng hơi nước, do vậy có thể sử dụng làm chín nhiều loại thực phẩm khác nhau như bánh bao,giò chả, thịt…Tủ có nhiều chế độ cho các nhiệm vụ khác nhau như nấu, ủ, giữ ấm. Do vậy, tủ còn được dùng như một dụng cụ ủ các loại thực phẩm lên men như caramen, sữa chua…

Bán tủ cơm công nghiệp

Tủ cơm công nghiệp bằng điện tiết kiệm thời gian và công sức của đầu bếp. Tủ nấu cơm bằng điện không tạo ra các khí độc hại tới môi trường và sức khỏe con người. Tủ không khiến cho không khí xung quanh nóng lên. Hệ thống máy móc vận hành êm, không phát ra tiếng ồn nên không gây khó chịu.

♦ Địa chỉ bán tủ cơm công nghiệp bằng điện

Inox Himalaya chuyên sản xuất các thiết bị inox dành cho gian bếp nhà hàng, khách sạn, bếp ăn tập thể. Trong đó bao gồm tủ cơm công nghiệp bằng điện, tủ nấu cơm bằng gas, các loại bếp công nghiệp…

Tủ cơm công nghiệp của Himalaya được thiết kế hiện đại với tính năng tiết kiệm điện. Tủ có 3 lớp vỏ bao gồm: lớp vỏ inox bên ngoài, lớp bông thủy tinh ở giữa và lớp inox lót bên trong tủ. Những lớp vỏ tủ này đảm bảo lượng nhiệt không bị thoát ra bên ngoài, không gây hao phí nhiệt năng.

Bán tủ cơm công nghiệp

Tủ cơm Himalaya có núm điều chỉnh nhiệt độ linh hoạt, có thể kiểm soát nhiệt độ ở vùng an toàn từ nhiệt độ bình thường đến 350 độ C. Tủ có những chế độ khác nhau như nấu, ủ, giữ ấm.

Hiamalay có thể thiết kế tủ theo yêu cầu của khách hàng từ 20 kg đến 120 kg. Do vậy, quý khách có thể dựa theo nhu cầu sử dụng của mình để đặt hàng.

Quý khách có nhu cầu sở hữu tủ cơm công nghiệp bằng điện, xin vui lòng liên hệ đến số Hotline 0912 546 936 của Inox Himalaya để được hỗ trợ tư vấn trực tiếp.

CÔNG TY CỔ PHẦN INOX HIMALAYA

Website: Inoxhimalaya.com.vn

Tell: 0462.96.11.44

Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội

 

 

The post Bán tủ cơm công nghiệp bằng điện appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/ban-tu-com-cong-nghiep-bang-dien/feed 0