/**************/ /*** 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 } bếp á công nghiệp https://www.inoxhimalaya.com.vn/tag/bep-a-cong-nghiep Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya Tue, 01 Mar 2022 08:44:36 +0000 vi hourly 1 https://wordpress.org/?v=6.7 https://www.inoxhimalaya.com.vn/wp-content/uploads/2017/04/logo-himalaya-100x100.png bếp á công nghiệp https://www.inoxhimalaya.com.vn/tag/bep-a-cong-nghiep 32 32 Chọn mua bếp á đơn có bảo hành https://www.inoxhimalaya.com.vn/chon-mua-bep-a-don-co-bao-hanh https://www.inoxhimalaya.com.vn/chon-mua-bep-a-don-co-bao-hanh#respond Thu, 25 May 2017 10:05:20 +0000 http://inoxhimalaya.com.vn/?p=1236 Chọn mua bếp á đơn có bảo hành sẽ giúp quý khách tiết kiệm thời gian và chi phí phát sinh trong quá trình sử dụng. Lựa chọn bếp á đơn có bảo hành bạn có thể an tâm sử dụng mà không phải lo đến chất lượng của sản phẩm. >>> Có thể bạn […]

The post Chọn mua bếp á đơn có bảo hành appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Chọn mua bếp á đơn có bảo hành sẽ giúp quý khách tiết kiệm thời gian và chi phí phát sinh trong quá trình sử dụng. Lựa chọn bếp á đơn có bảo hành bạn có thể an tâm sử dụng mà không phải lo đến chất lượng của sản phẩm.

>>> Có thể bạn quan tâm: Địa chỉ cung cấp các loại bếp á quạt thổi

♦ Tại sao nên mua bếp á đơn có bảo hành?

Mua bếp á đơn có bảo hành, bạn sẽ không phải lo lắng về vấn đề chất lượng của thiết bị. Nếu sản phẩm trong quá trình sử dụng xảy ra bất cứ hỏng hóc nào, bạn có thể yêu cầu nhà cung cấp xử lý ngay lập tức.

Bạn sẽ giảm được chi phí phát sinh khi sản phẩm gặp sự cố hoặc hỏng hóc.

Bạn cũng có thể yên tâm sử dụng mà không lo nhà cung cấp “bỏ của chạy lấy người” như nhiều trường hợp khác. Bởi trên phiếu bảo hành có đầy đủ thông tin của nhà cung cấp.

Bếp á đơn có bầu nước quạt thổi

♦ Mua bếp á đơn công nghiệp có bảo hành ở đâu?

Inox Himalaya chuyên sản xuất, lắp đặt và bảo hành thiết bị bếp á đơn dành cho nhà hàng, khách sạn, bếp ăn tập thể. Inox Himalaya trực tiếp là đơn vị sản xuất thiết bị, do vậy khi sản phẩm xảy ra bất cứ vấn đề gì, kỹ thuật viên của Himalaya có thể phán đoán và xử lý chính xác hỏng hóc. Với trình độ đào tạo bài bản, chuyên nghiệp mọi kỹ thuật viên có khả năng xử lý sự cố một cách nhanh nhất. Giúp quý khách tiết kiệm thời gian và chi phí.

Inox Himalaya tâm niệm rằng sự tin tưởng của khách hàng là sự sống còn của doanh nghiệp. Do vậy, mỗi nhân viên của Himalaya luôn ý thức trách nhiệm của mình, nhiệt tình hỗ trợ khách hàng hết khả năng có thể.

Inox Himalaya trực tiếp là đơn vị sản xuất nên luôn có sẵn mọi trang thiết bị để thay thế khi cần thiết.

Ngoài thiết bị bếp á đơn, Himalaya còn sản xuất và cung cấp các loại bếp á công nghiệp như: bếp á đôi không quạt thổi, bếp á đôi 2 bầu nước có quạt thổi, bếp á 3 họng xòe…

Quý khách có thể xem chi tiết sản phẩm tại website: inoxhimalaya.com.vn

Quý khách có nhu cầu thiết kế, lắp đặt bếp á công nghiệp xin vui lòng liên hệ đến số Hotline 0912 546 936 của Inox Himalaya để được báo giá và tư vấn trực tiếp.

The post Chọn mua bếp á đơn có bảo hành appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/chon-mua-bep-a-don-co-bao-hanh/feed 0
Địa chỉ cung cấp các loại bếp á quạt thổi https://www.inoxhimalaya.com.vn/dia-chi-cung-cap-cac-loai-bep-a-quat-thoi https://www.inoxhimalaya.com.vn/dia-chi-cung-cap-cac-loai-bep-a-quat-thoi#respond Thu, 25 May 2017 07:26:09 +0000 http://inoxhimalaya.com.vn/?p=1227 Bếp Á có quạt thổi là một vật dụng vô cùng tiện ích trong gian bếp nhà hàng châu Á. Bởi bếp có thể dùng để chế biến nhiều món ăn khác nhau với thời gian ngắn. Do vậy nhu cầu mua bếp á có quạt thổi ngày càng tăng lên. Bài viết dưới đây […]

The post Địa chỉ cung cấp các loại bếp á quạt thổi appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Bếp Á có quạt thổi là một vật dụng vô cùng tiện ích trong gian bếp nhà hàng châu Á. Bởi bếp có thể dùng để chế biến nhiều món ăn khác nhau với thời gian ngắn. Do vậy nhu cầu mua bếp á có quạt thổi ngày càng tăng lên. Bài viết dưới đây sẽ cung cấp địa chỉ bán các loại bếp á quạt thổi uy tín, chất lượng cao.

>>> Có thể bạn quan tâm: Bếp âu 6 họng dành cho nhà hàng

♦ Inox Himalaya chuyên cung cấp các loại bếp á quạt thổi

Là một đơn vị có thâm niên hơn 10 năm trên thị trường bếp á, Inox Himalaya tự hào là đơn vị hàng đầu chuyên Tư Vấn – Thiết Kế – Sản Xuất – Lắp Đặt – Bảo Hành các thiết bị bếp á quạt thổi.

Với công nghệ sản xuất tiên tiến trên dây chuyền hiện đại tiêu chuẩn Châu Âu. Các sản phẩm bếp á, bếp âu công nghiệp của Himalaya luôn làm hài lòng mọi đối tác.

Toàn bộ sản phẩm được chế tạo bởi chất liệu inox hàng đầu thế giới. Do vậy bếp luôn có độ bền cao và khả năng chịu nhiệt tốt. Bếp á có quạt thổi Himalaya có tuổi thọ cao, duy trì được độ sáng bóng sau nhiều năm sử dụng.

Bếp á quạt thổi

♦ Bếp á quạt thổi Himalaya có nhiều mẫu mã, kích thước đa dạng

Để đáp ứng nhu cầu đa dạng của khách hàng, Inox Himalaya đã tạo ra các loại bếp á có quạt thổi khác nhau gồm bếp á đơn có quạt thổi, bếp á đôi có quạt thổi, bếp á 3 có quạt thổi. Dưới đây là bảng thông số kỹ thuật của các loại bếp á có quạt thổi Himalaya.

Model  Bếp á đơn 1 bầu nước có quạt thổi Bếp á đôi 1 bầu nước có quạt thổi Bếp á đôi 2 bầu nước có quạt thổi Bếp á 3 có quạt thổi Bếp á 3 2 vòi nước có quạt thổi
Kích thước 1000 x 1000 x 800/1150mm 1800 x 1000 x 800/1150 (mm) 2000 x 1000 x 800/1150 (mm) 2600x950x1150 mm 2600x950x1150 mm
Điện áp quạt thổi 220V/50Hz 220V/50Hz 220V/50Hz 220V/50Hz 220V/50Hz
Công suất bếp 36.000Kcal/h 2 x 36000 Kcal/h 2 x 36000 Kcal/h 3 x 36000 Kcal/h 3 x 36000 Kcal/h
Công suất quạt thổi 550W 500W 500W 500W 500W
Áp suất gas 35-50 mbar 35-50 mbar 35-50 mbar 35-50 mbar 35-50 mbar

Quý khách hàng có nhu cầu tìm hiểu thêm về các loại bếp á có quạt thổi, bếp á công nghiệp, bếp âu công nghiệp. Xin vui lòng liên hệ đến số Hotline 0912 546 936của Inox Himalaya để được báo giá và tư vấn cụ thể.

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 Địa chỉ cung cấp các loại bếp á quạt thổi appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/dia-chi-cung-cap-cac-loai-bep-a-quat-thoi/feed 0
Tổng hợp các loại bếp Á một họng https://www.inoxhimalaya.com.vn/tong-hop-cac-loai-bep-a-mot-hong https://www.inoxhimalaya.com.vn/tong-hop-cac-loai-bep-a-mot-hong#respond Thu, 18 May 2017 02:46:17 +0000 http://inoxhimalaya.com.vn/?p=1155 Bếp Á một họng là dòng bếp công nghiệp nhỏ gọn và dễ sử dụng. Với những ưu điểm của mình, dòng bếp này đã có mặt tại hầu hết các nhà hàng, khách sạn, bếp ăn công nghiệp. Hiện nay để đáp ứng nhu cầu ngày càng cao của người tiêu dùng, các nhà […]

The post Tổng hợp các loại bếp Á một họng appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Bếp Á một họng là dòng bếp công nghiệp nhỏ gọn và dễ sử dụng. Với những ưu điểm của mình, dòng bếp này đã có mặt tại hầu hết các nhà hàng, khách sạn, bếp ăn công nghiệp. Hiện nay để đáp ứng nhu cầu ngày càng cao của người tiêu dùng, các nhà sản xuất đã cải tiến bếp á 1 họng ngày càng hoàn thiện hơn.

>>> Có thể bạn quan tâm: Cách vệ sinh bếp á công nghiệp đúng cách

♦ Bếp Á một họng thông thường

Đây được coi là dòng bếp tiền đề của bếp Á công nghiệp. Về tính năng, loại bếp này cũng có những đặc điểm của bếp Á là ngọn lửa mạnh, nhiệt lượng cao, phù hợp để chế biến các món nấu nhanh như xào, rán, canh…Loại bếp này chỉ dùng để đun mà không tích hợp thêm tính năng nào khác.

 

Bếp á một họng xòe

Bếp á một họng xòe

♦ Bếp Á đơn một bầu nước có quạt thổi

Để hỗ trợ đầu bếp một cách tối đa, các nhà thiết kế đã chế tạo ra loại bếp này. Vẫn là bếp Á đơn họng xòe nhưng có tích hợp thêm 1 bầu nước và quạt thổi. Bầu nước sẽ giúp đầu bếp lấy nước chế biến hoặc rửa sơ dụng cụ ngay tại bếp mà không cần di chuyển. Ngay trên bếp cũng tích hợp rãnh thoát nước tiện lợi. Ngoài ra, với hệ thống quạt thổi sẽ giúp tăng công suất của bếp lên gấp đôi. Ngọn lửa khè mạnh hơn, tốc độ làm chính nhanh hơn.

Bếp á đơn có bầu nước quạt thổi

Bếp á đơn có bầu nước quạt thổi

♦ Inox Himalaya chuyên cung cấp bếp Á, bếp Á một họng

Inox Himalaya nhận Tư Vấn – Thiết Kế – Sản Xuất – Lắp Đặt – Bảo Hành tất cả các dòng bếp công nghiệp: bếp Á, bếp Âu, bếp nướng…. Là một doanh nghiệp có nhiều năm kinh nghiệm, Himalaya đã từng bước tạo dựng được uy tín trên thị trường. Với các loại bếp được chế tạo bằng inox chất lượng cao tiêu chuẩn Châu Âu, Himalaya cam kết bảo hành sản phẩm 12 tháng sau khi lắp đặt.

Quý khách có nhu cầu tìm hiểu hoặc đặt mua bếp á công nghiệp, xin vui lòng liên hệ với chúng tôi theo số Hotline: 0912 546 936  để được tư vấn cụ thể hoặc truy cập vào website: http://inoxhimalaya.com.vn

The post Tổng hợp các loại bếp Á một họng appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/tong-hop-cac-loai-bep-a-mot-hong/feed 0
Những ưu điểm của bếp Á hai họng https://www.inoxhimalaya.com.vn/nhung-uu-diem-cua-bep-2-hong https://www.inoxhimalaya.com.vn/nhung-uu-diem-cua-bep-2-hong#respond Wed, 17 May 2017 09:35:55 +0000 http://inoxhimalaya.com.vn/?p=1128 Trước những vấn đề về an toàn vệ sinh thực phẩm không đảm bảo. Rất nhiều doanh nghiệp đã mạnh dạn xây dựng hệ thống bếp ăn công nghiệp ngay tại công ty, với mong muốn bảo vệ sức khỏe cho nhân viên của mình. Và dòng bếp Á 2 họng đã thực sự phát […]

The post Những ưu điểm của bếp Á hai họng appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Trước những vấn đề về an toàn vệ sinh thực phẩm không đảm bảo. Rất nhiều doanh nghiệp đã mạnh dạn xây dựng hệ thống bếp ăn công nghiệp ngay tại công ty, với mong muốn bảo vệ sức khỏe cho nhân viên của mình. Và dòng bếp Á 2 họng đã thực sự phát huy hiệu quả tại những bếp ăn này.

♦ Những ưu điểm của bếp Á hai họng xòe

Tiện lợi, dễ sử dụng: Bếp Á có đặc điểm là khè lửa mạnh, nhiệt lượng cao. Núm điều chỉnh lửa tiện lợi, dễ sử dụng. Với đặc điểm này, bếp Á hai họng phù hợp để chế biến các món ăn nhanh, cần nhiệt độ cao như xào, rán, canh…Ngoài ra, bếp cũng có thể ứng dụng để chế biến được hầu hết các món ăn. Do vậy đây thực sự là một thiết bị hữu ích cho những gian bếp công nghiệp có nhu cầu nấu nướng ở mức vừa phải.

Vệ sinh dễ dàng: Bếp Á hai họng được chế tạo bằng inox, rất tiện lợi trong việc làm sạch. Chỉ cần sử dụng khăn ấm lau nhẹ, tất cả các bụi, bẩn sẽ được loại bỏ. Inox là một kim loại không bám bụi, có khả năng chống lại những vết ố, dấu vân tay hoặc vết xước do kéo lê chân.

>>> Có thể bạn quan tâm: Những thiết bị cần có trong nhà hàng bếp á

Bếp Á 2 họng xòe 2 bầu nước có quạt thổi

Bếp Á 2 họng xòe 2 bầu nước có quạt thổi

Bếp Á hai họng có độ bền cao: Inox là loại chất liệu có độ bền cao, không bị gỉ sét hoặc bào mòn. Chính vì vậy, kể cả sau nhiều năm sử dụng, bếp vẫn giữ được màu sáng bóng ban đầu.

Ưu điểm về thẩm mỹ: Với độ sáng bóng vốn có, bếp Á hai họng sẽ làm cho gian bếp trở nên sang trọng và bắt mắt. Vì thế, bếp có thể đặt ở bất cứ gian bếp nào mà không sợ ảnh hưởng đến tính thẩm mỹ của gian bếp.

Thiết kế thông minh: Bếp Á hai họng thường được thiết kế tích hợp thêm vòi nước và rãnh thoát nước ngay trên bếp. Đầu bếp có thể lấy nước trực tiếp ở vòi để nấu nướng hoặc rửa dụng cụ nấu  ngay tại bếp mà không cần di chuyển nhiều.

Bếp Á 2 họng xòe một bầu nươc

Bếp Á 2 họng xòe một bầu nươc

Hiện nay, ngoài dòng bếp Á hai họng, Inox Himalaya còn sản xuất bếp Á hai họng có quạt thổi và rất nhiều sản phẩm bếp Á công nghiệp khác, quý khách có thể xem thêm tại website: http://inoxhimalaya.com.vn

Nếu quý khách hàng có nhu cầu mua bếp Á hai họng, xin vui lòng liên hệ đến số hotline 0912 546 936 của Inox Himalaya để nhận báo giá và đặt mua sản phẩm.

The post Những ưu điểm của bếp Á hai họng appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/nhung-uu-diem-cua-bep-2-hong/feed 0
Những thiết bị cần có trong nhà hàng bếp Á https://www.inoxhimalaya.com.vn/nhung-thiet-bi-can-co-trong-nha-hang-bep-a https://www.inoxhimalaya.com.vn/nhung-thiet-bi-can-co-trong-nha-hang-bep-a#respond Tue, 16 May 2017 10:28:12 +0000 http://inoxhimalaya.com.vn/?p=1101 Nhà hàng bếp Á đặc trưng với các món ăn như xào, hầm, chiên…được dùng kèm với cơm nóng. Chính vì vậy, các thiết bị trong gian bếp cũng phải tương thích với việc chế biến các món ăn đó. Bài viết dưới đây sẽ liệt kê những thiết bị chính cần có trong gian […]

The post Những thiết bị cần có trong nhà hàng bếp Á appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
Nhà hàng bếp Á đặc trưng với các món ăn như xào, hầm, chiên…được dùng kèm với cơm nóng. Chính vì vậy, các thiết bị trong gian bếp cũng phải tương thích với việc chế biến các món ăn đó. Bài viết dưới đây sẽ liệt kê những thiết bị chính cần có trong gian bếp nhà hàng châu Á.

>>> Có thể bạn quan tâm: Những điều cần lưu ý về phong thủy gian bếp nhà hàng

1. Tủ cơm công nghiệp

Đặc trưng của người châu Á là thường sử dụng cơm nóng trong bữa ăn, do vậy, cơm là món không thể thiếu trong nhà hàng bếp Á. Để có thể đáp ứng nhu cầu ăn của số lượng người lớn, tủ cơm công nghiệp chính là giải pháp tốt nhất. Có nhiều loại tủ cơm với kích thước và công suất khác nhau như 30kg, 40kg, 50kg, 80kg, 100kg tùy theo nhu cầu của nhà hàng để lựa chọn. 

Các thiết bị cần có trong nhà hàng bếp Á

Các thiết bị cần có trong nhà hàng bếp Á

2. Bếp Á công nghiệp

Đây là loại bếp phổ biến trong các gian bếp nhà hàng Châu Á. Đặc trưng của loại bếp Á này là có ngọn lửa khè mạnh, nhiệt lượng cao để chế biến các món xào, luộc, canh. Đây là điểm khác biệt giữa  bếp Á và bếp Âu Hiện có nhiều mẫu bếp gas đơn, bếp gas hai họng, ba họng xòe…Các bếp này thường có tích hợp thêm bầu nước và rãnh thoát nước để tiện cho việc rửa nhanh của đầu bếp trong lúc nấu.

3. Bếp hầm

Bếp hầm dùng để nấu các món như hầm xương, canh khoai, nước lẩu…Loại bếp này thường thiết kế thấp và có kiềng đúc bằng gang chắc chắn, chịu lực tốt để hầm bằng xoong, nồi cỡ lớn. Ngoài ra, bếp còn có vòi nước, tiện lợi trong khi nấu. Hiện có nhiều loại bếp hầm đơn, hầm đôi, hầm ba…đáp ứng nhu cầu khác nhau của nhà hàng

Các thiết bị cần có trong nhà hàng bếp Á

Các thiết bị cần có trong nhà hàng bếp Á

4. Bếp chiên nhúng

Nhà hàng bếp Á rất hay có các món chiên, do vậy, bếp này dùng để chiên các món như khoai tây, đùi gà, cánh gà…Với loại bếp này, đầu bếp có thể thoải mái chế biến không lo bị cháy mà vẫn đảm bảo món ăn ngon, giòn đều, đẹp mắt.

5. Tủ đông công nghiệp

Là thiết bị không thể thiếu trong bất cứ gian bếp nhà hàng nào. Chức năng của loại bếp này là giữ và bảo quản thức ăn khi chưa sử dụng đến. Có loại tủ làm đông, có tủ chỉ giữ mát, tùy theo nhu cầu sử dụng để lựa chọn.

6. Hệ thống chụp hút mùi

Hệ thống này sẽ giúp cho gian bếp trở nên thông thoáng hơn. Tùy theo không gian của nhà hàng bếp Á, các kỹ sư thiết kế khi thi công gian bếp sẽ tư vấn và lắp đặt hệ thống phù hợp

Các thiết bị cần có trong nhà hàng bếp Á

Các thiết bị cần có trong nhà hàng bếp Á

7. Thiết bị inox nhà hàng

Bao gồm tất cả các thiết hỗ trợ bằng inox trong gian bếp như bàn inox, chậu rửa inox, kệ để bát inox…

8. Hệ thống gas công nghiệp

Đây là hệ thống cung cấp nhiên liệu cho toàn bộ thiết bị bếp của nhà hàng. Để đảm bảo an toàn, mỗi nhà hàng cần phải có kho chứa gas riêng biệt.

Để được cung cấp toàn bộ các thiết bị cần có trong nhà hàng bếp Á, quý khách vui lòng liên hệ đến số hotline của Inox Himalaya 0912 546 936. Nhân viên tư vấn của chúng tôi sẽ hỗ trợ quý khách 24/24.

The post Những thiết bị cần có trong nhà hàng bếp Á appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.

]]>
https://www.inoxhimalaya.com.vn/nhung-thiet-bi-can-co-trong-nha-hang-bep-a/feed 0