CINXE.COM

Visit EFE Expo Malaysia - International furniture exhibition

<!DOCTYPE html> <html class="no-js" lang="en-GB" itemscope itemtype="http://schema.org/WebPage"> <!-- head --> <head> <!-- meta --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="description" content="Most efficient channel for furniture Seller and Buyer, gathers the latest design and products from worldwide manufacturers. Expose own products to World market." /> <meta name="keywords" content="Visit EFE Expo Malaysia, International furniture exhibition, Most efficient channel, furniture Seller, Buyer, worldwide manufacturers, Expose own products to World market" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-160171469-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-160171469-1'); </script> <link rel="shortcut icon" href="http://www.efe.my/wp-content/uploads/2019/11/efe_favicon.ico" /> <!-- wp_head() --> <title>Visit EFE Expo Malaysia - International furniture exhibition</title> <!-- script | dynamic --> <script id="mfn-dnmc-config-js"> //<![CDATA[ window.mfn_ajax = "http://www.efe.my/wp-admin/admin-ajax.php"; window.mfn = {mobile_init:1240,nicescroll:40,parallax:"translate3d",responsive:1,retina_js:0}; window.mfn_lightbox = {disable:false,disableMobile:false,title:false,}; window.mfn_sliders = {blog:0,clients:0,offer:0,portfolio:0,shop:0,slider:0,testimonials:0}; //]]> </script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="EFE Expo &raquo; Feed" href="http://www.efe.my/feed/" /> <link rel="alternate" type="application/rss+xml" title="EFE Expo &raquo; Comments Feed" href="http://www.efe.my/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"wpemoji":"http:\/\/www.efe.my\/wp-includes\/js\/wp-emoji.js?ver=4.9.8","twemoji":"http:\/\/www.efe.my\/wp-includes\/js\/twemoji.js?ver=4.9.8"}}; ( function( window, document, settings ) { var src, ready, ii, tests; /* * Create a canvas element for testing native browser support * of emoji. */ var canvas = document.createElement( 'canvas' ); var context = canvas.getContext && canvas.getContext( '2d' ); /** * Check if two sets of Emoji characters render the same. * * @param set1 array Set of Emoji characters. * @param set2 array Set of Emoji characters. * @returns {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( set1, set2 ) { var stringFromCharCode = String.fromCharCode; // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 ); var rendered1 = canvas.toDataURL(); // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 ); var rendered2 = canvas.toDataURL(); return rendered1 === rendered2; } /** * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph * made of two characters, so some browsers (notably, Firefox OS X) don't support them. * * @since 4.2.0 * * @param type {String} Whether to test for support of "flag" or "emoji". * @return {Boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( type ) { var isIdentical; if ( ! context || ! context.fillText ) { return false; } /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; switch ( type ) { case 'flag': /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 56826, 55356, 56819 ], [ 55356, 56826, 8203, 55356, 56819 ] ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather an five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ], [ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ] ); return ! isIdentical; case 'emoji': /* * She's the hero Emoji deserves, but not the one it needs right now. * * To test for support, try to render a new emoji (female superhero), * then compare it to how it would look if the browser doesn't render it correctly * (superhero + female sign). */ isIdentical = emojiSetsRenderIdentically( [55358, 56760, 9792, 65039], [55358, 56760, 8203, 9792, 65039] ); return ! isIdentical; } return false; } function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = script.type = 'text/javascript'; document.getElementsByTagName( 'head' )[0].appendChild( script ); } tests = Array( 'flag', 'emoji' ); settings.supports = { everything: true, everythingExceptFlag: true }; for( ii = 0; ii < tests.length; ii++ ) { settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] ); settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ]; if ( 'flag' !== tests[ ii ] ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; settings.DOMReady = false; settings.readyCallback = function() { settings.DOMReady = true; }; if ( ! settings.supports.everything ) { ready = function() { settings.readyCallback(); }; if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', ready, false ); window.addEventListener( 'load', ready, false ); } else { window.attachEvent( 'onload', ready ); document.attachEvent( 'onreadystatechange', function() { if ( 'complete' === document.readyState ) { settings.readyCallback(); } } ); } src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } )( window, document, window._wpemojiSettings ); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='cookie-notice-front-css' href='http://www.efe.my/wp-content/plugins/cookie-notice/css/front.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='essential-grid-plugin-settings-css' href='http://www.efe.my/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.1.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-open-sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800&#038;ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='tp-raleway-css' href='http://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='tp-droid-serif-css' href='http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&#038;ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='http://www.efe.my/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.3.1' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='UserAccessManagerLoginForm-css' href='http://www.efe.my/wp-content/plugins/user-access-manager/assets/css/uamLoginForm.css?ver=2.1.11' type='text/css' media='screen' /> <link rel='stylesheet' id='mfn-base-css' href='http://www.efe.my/wp-content/themes/betheme/css/base.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-layout-css' href='http://www.efe.my/wp-content/themes/betheme/css/layout.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-shortcodes-css' href='http://www.efe.my/wp-content/themes/betheme/css/shortcodes.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-animations-css' href='http://www.efe.my/wp-content/themes/betheme/assets/animations/animations.min.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-jquery-ui-css' href='http://www.efe.my/wp-content/themes/betheme/assets/ui/jquery.ui.all.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-jplayer-css' href='http://www.efe.my/wp-content/themes/betheme/assets/jplayer/css/jplayer.blue.monday.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-responsive-css' href='http://www.efe.my/wp-content/themes/betheme/css/responsive.css?ver=20.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='Open+Sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A1%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='Montserrat-css' href='http://fonts.googleapis.com/css?family=Montserrat%3A1%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='http://www.efe.my/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='bsf-Defaults-css' href='http://www.efe.my/wp-content/uploads/smile_fonts/Defaults/Defaults.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='ultimate-style-css' href='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-css/style.min.css?ver=3.16.21' type='text/css' media='all' /> <link rel='stylesheet' id='the-grid-css' href='http://www.efe.my/wp-content/plugins/the-grid/frontend/assets/css/the-grid.min.css?ver=2.5.0' type='text/css' media='all' /> <style id='the-grid-inline-css' type='text/css'> .tolb-holder{background:rgba(0,0,0,0.8)}.tolb-holder .tolb-close,.tolb-holder .tolb-title,.tolb-holder .tolb-counter,.tolb-holder .tolb-next i,.tolb-holder .tolb-prev i{color:#ffffff}.tolb-holder .tolb-load{border-color:rgba(255,255,255,0.2);border-left:3px solid #ffffff} .to-heart-icon,.to-heart-icon svg,.to-post-like,.to-post-like .to-like-count{position:relative;display:inline-block}.to-post-like{width:auto;cursor:pointer;font-weight:400}.to-heart-icon{float:left;margin:0 4px 0 0}.to-heart-icon svg{overflow:visible;width:15px;height:14px}.to-heart-icon g{-webkit-transform:scale(1);transform:scale(1)}.to-heart-icon path{-webkit-transform:scale(1);transform:scale(1);transition:fill .4s ease,stroke .4s ease}.no-liked .to-heart-icon path{fill:#999;stroke:#999}.empty-heart .to-heart-icon path{fill:transparent!important;stroke:#999}.liked .to-heart-icon path,.to-heart-icon svg:hover path{fill:#ff6863!important;stroke:#ff6863!important}@keyframes heartBeat{0%{transform:scale(1)}20%{transform:scale(.8)}30%{transform:scale(.95)}45%{transform:scale(.75)}50%{transform:scale(.85)}100%{transform:scale(.9)}}@-webkit-keyframes heartBeat{0%,100%,50%{-webkit-transform:scale(1)}20%{-webkit-transform:scale(.8)}30%{-webkit-transform:scale(.95)}45%{-webkit-transform:scale(.75)}}.heart-pulse g{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.to-post-like a{color:inherit!important;fill:inherit!important;stroke:inherit!important} </style> <link rel='stylesheet' id='style-css' href='http://www.efe.my/wp-content/themes/betheme-child/style.css?ver=20.6.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var cnArgs = {"ajaxurl":"http:\/\/www.efe.my\/wp-admin\/admin-ajax.php","hideEffect":"fade","onScroll":"no","onScrollOffset":"100","cookieName":"cookie_notice_accepted","cookieValue":"true","cookieTime":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"","cache":"","refuse":"no","revoke_cookies":"0","revoke_cookies_opt":"automatic","secure":"0"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/cookie-notice/js/front.js?ver=1.2.44'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/essential-grid/public/assets/js/lightbox.js?ver=2.1.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js?ver=2.1.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.3.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate-params.min.js?ver=3.16.21'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-js/custom.min.js?ver=3.16.21'></script> <link rel='https://api.w.org/' href='http://www.efe.my/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.efe.my/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.efe.my/wp-includes/wlwmanifest.xml" /> <link rel="canonical" href="http://www.efe.my/why-visit/" /> <link rel='shortlink' href='http://www.efe.my/?p=323' /> <link rel="alternate" type="application/json+oembed" href="http://www.efe.my/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.efe.my%2Fwhy-visit%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.efe.my/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.efe.my%2Fwhy-visit%2F&#038;format=xml" /> <!-- start Simple Custom CSS and JS --> <style type="text/css"> #cookie-notice .cn-button { margin-left: 10px !important; margin-bottom: -6px !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> .pum-theme-2642 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: none; box-shadow: none; background-color: #ffffff00; } span.pum-close.popmake-close { color: #ffffff !important; text-align: center !important; display: block; margin: auto; font-size: 1.8em; margin-left: 18em; } /* Popup Close Button */ /* Mobile */ @media only screen and (max-width: 720px) { #popmake-2647 > .pum-theme-2642 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { right: 1em !important; } } /* iPad */ @media only screen and (max-width: 1024px) { #popmake-2647 > .pum-theme-2642 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { right: 5em !important; } } /* Laptop */ @media only screen and (max-width: 1440px) { #popmake-2647 > .pum-theme-2642 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { right: 5em !important; } } /* Desktop */ @media only screen and (min-width: 1441px) and (max-width: 1920px) { #popmake-2647 > .pum-theme-2642 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { right: 12em !important; } } </style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> /*--------------------------fb logo----------------------------*/ img.alignnone.wp-image-1675 { background-color: #ffffff !important; border-radius: 7px !important; } </style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> /*--------- Quantity inline-blcok ------------------*/ .gform_wrapper input.ginput_quantity[type=text] { display: inline-block; } /*--------- Section Title ------------------*/ h2.gsection_title { font-size: 30px !important; } .gform_wrapper .top_label .gsection_description { margin-bottom: 10px; padding-top: 10px; font-size: 22px; } /* ----- hide require mark ----*/ .gform_wrapper .gfield_required { display: none !important; } /* ----- Gap btw title & text box ----*/ .gform_wrapper label { margin: 0.188em 0 0em !Important; } /* ----- Gavity form ----*/ a.gravitypdf-download-link { color: #ffffff !important; } </style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> #Subheader { display: none !important; } .tribe-events-back { display: none !important; } .tribe-events-notices { display: none !important; } h1.tribe-events-single-event-title { display: none !important; } .tribe-events-schedule.tribe-clearfix { display: none !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> span.tg-item-author { display: none !important; } /*----- Brasilia Skin Styling -----*/ .brasilia .tg-item-title { margin: 0 10px 0 0 !important; font-size: 14px !important; line-height: 18px !important; letter-spacing: 0px !important; } .brasilia .tg-item-content { margin: 22px 15px !important; } /*----- endorsing Styling -----*/ h2.tg-item-title, h2.tg-item-title a { color: #ffffff !important; font-size: 9px !important; line-height: 20px !important; } .dacca[data-col="1"] .tg-item-title, .dacca[data-col="1"] .tg-item-title a { font-size: 9px !important; color: #ffffff !Important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> /*----- Form Table (To add border) -----*/ .tablestyle-1 tr td { text-align: left; border: #98c856 1px solid !important; } table th { font-weight: 700; background: none; background-color: #98c856 !important; color: #ffffff !important; } /*----- Contact Us Table -----*/ /* ---------- [ TYPOGRAPHY SETUP ] ---------- */ .table_contact tr td { color : inherit; font-family : "open sans"; text-align : left; line-height : 1; vertical-align : top; } /* ---------- [ BORDER SETUP ] ---------- */ /* Default */ .table_contact, .table_contact tbody, .table_contact tr, .table_contact td { border : 0; } /* Top line */ .table_contact tr:first-child td { border-top : 1px solid #9acc56; } /* Other line */ .table_contact tr td { border-bottom : 1px solid #e5e5e5; } /* Last line */ .table_contact tr:last-child td { border-bottom : 1px solid #9acc56; } /* ---------- [ SPACING SETUP ] ---------- */ .table_contact tr td { padding : 15px; } /* ---------- [ SPECIAL EFFECT ] ---------- */ .table_contact tr, .table_contact tr td { transition : all 0.3s ease; -webkit-transition : all 0.3s ease; } .table_contact tr:hover td { background : #f1f1f1; } .table_contact tr td { line-height: 16px; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> .eg-eisenhower-element-0 { font-size: 12px !important; line-height: 12px !important; color: #181414 !important; } .eg-eisenhower-content { background: #ffffff; padding: 30px 0px 0px 0px !important; } .esg-grid .mainul li.eg-eisenhower-wrapper { border-width: 1px 1px 1px 1px !important; border-radius: 0px !important; border-color: #eaeaea !important; } .esg-grid .mainul li.eg-eisenhower-wrapper { padding: 20px 10px 20px 10px !important; } /*----- Filter Min Height -----*/ .esg-media-cover-wrapper { min-height: 480px; } /*----- Filter Button Styling -----*/ .minimal-light .esg-filterbutton.selected { background-color: #fff; border-color: #31bee8 !important; color: #23282d !important; box-shadow: none !important; transition: .5s !important; border-radius: 0px !important; } .minimal-light .esg-filterbutton { margin-right: 0px !important; } .minimal-light .esg-filterbutton { border-radius: 0px !important; box-shadow: none !important; } .minimal-light .esg-filterbutton:hover { border-color: #96c654 !important; transition: .5s !important; } /*----- Filter Dropdown Spacing -----*/ .esg-filter-wrapper.dropdownstyle .esg-filterbutton { display: block; line-height: 30px; text-align: left !important; } .minimal-light .esg-filterbutton { margin-bottom: 0px !important; } .esg-filterbutton.esg-allfilter { display: none !important; } #exhibitor-listing li { height: 620px !important; } #exhibitor-listing .esg-entry-media-wrapper { min-height: 240px !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> #Top_bar .menu > li ul li a:hover { background-color: #23282d !important; } #Top_bar .menu_wrapper { float: right; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> /*-----Padding for full with no padding row in mobile-----*/ @media only screen and (max-width : 767px) { .fullwidthrow .wpb_wrapper { padding-left: 10px !important; padding-right: 10px !important; } .display_desktop{ display:none !important; } } /*-----Topbar background color and spacing-----*/ @media only screen and (max-width: 767px) { #Top_bar { background: #181414 !important; } #Action_bar { background: #181414 !important; } #Content { padding-top: 0px !important; } } /*-----Topbar menu toggle-----*/ #Top_bar #menu ul li.submenu .menu-toggle { color: #34c4ee !important; } /*-----Widget text align center-----*/ @media only screen and (max-width: 767px) { .textwidget { text-align: center; } /*-----Flex row reverse-----*/ div#efe-row-reverse { display: flex !important; flex-direction: column-reverse !important; } } /*-----Widget text align center-----*/ @media only screen and (max-width: 1440px) { #Top_bar .menu > li > a { padding: 15px 0; font-size: 12px; } } /*-----Other than mobile-----*/ @media only screen and (min-width : 768px) { .display_mobile{ display:none !important; } }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> .btn_green button, .btn_green a { background: #9acb56 !important; color: #ffffff !important; border-radius: 0px !important; font-family: Montserrat !important; font-weight: 600 !important; padding: 20px 50px !important; } .btn_green button:hover, .btn_green a:hover { background: #32c4ef !important; color: #ffffff !important; border-radius: 0px !important; font-family: Montserrat !important; font-weight: 600 !important; padding: 20px 50px !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> a { color: #32c4ef !important; } a:hover { color:#9acc56 !important; } .ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown { color:#ffffff !important; text-align: left; } .faq .question { background: rgba(201, 224, 168, 0.25); } /*-----Homepage logo carousel-----*/ .lcs_logo_container a.lcs_logo_link { padding: 10px !important; background-color: #ffffff !important; } </style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> #Action_bar { background-color: black; } h8 { font-size: 16px ; line-height: 25px !important; letter-spacing: 0px !important; } h7 { font-size: 20px !important; line-height: 25px !important; letter-spacing: 0px !important; color: #ffffff !important; } .reg{ font-size: 13px !important; line-height: 20px !important; letter-spacing: 0px !important; color: #ffffff !important; background-color: #32c4ef; border: 1px solid; border-color: transparent; border-radius: 15px; min-width: 130px; text-align: center; right: 2% !important; top: 60% !important; padding: 2px 8px !important; } a.reg:hover { background-color: #ffffff; color: #2991d6 !important; text-decoration: none; } @media only screen and (min-device-width : 768px) { .reg{ position:absolute; right: 0px; margin-top: -23px; padding: 2px 8px !important; } h8 { font-size: 16px !important; } } @media only screen and (max-width: 767px){ #Action_bar .contact_details li.slogan { display: block !important; } li.slogan h7 { font-size: 14px !important; } }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> body:not(.template-slider) #Header { min-height: 0px; } body:not(.template-slider):not(.header-simple) #Header { min-height: 0px; } html, body { overflow-x: initial !important; } .wpb_wrapper > div { margin-bottom: 0px; } .wpb_text_column { margin-bottom: 35px !important; } .bg_btm .vc_column-inner { background-position : center bottom !important; background-size : cover !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> p.furniture-name { font-size: 20px !important; font-weight: 600 !important; margin-top: 15px !important; } p.furniture-name1 { font-size: 16px !important; font-weight: 600 !important; margin-top: 4px !important; width: 215px; } p.formtitle-name { font-size: 20px !important; font-weight: 600 !important; margin-top: 20px !important; margin-bottom: -10px !important; } h1, h2 { font-size: 40px !important; line-height: 35px !important; font-weight: 600 !important; letter-spacing: 3px !important; color: #58585a !important; } h3, h4 { font-size: 22px !important; line-height: 25px !important; font-weight: 400 !important; letter-spacing: 0px !important; color: #58585a !important; } p { font-family: open sans; font-size: 15px; font-weight: 400; line-height: 20px; color:#383838 !important; } /*-----Font Color-----*/ .font_white h1, .font_white h2, .font_white h3, .font_white h4, .font_white h5, .font_white p,.font_white h1 a, .font_white h2 a, .font_white h3 a, .font_white h4 a, .font_white h5 a { color: #ffffff !important; } .ult_pricing_table .ult_pricing_heading h3 { color: white!important; } .font_black h1, .font_black h2, .font_black h3, .font_black h4, .font_black h5, .font_black p, .font_black h1 a, .font_black h2 a, .font_black h3 a, .font_black h4 a, .font_black h5 a { color: #000000 !important } .font_blue h1, .font_blue h2, .font_blue h3, .font_blue h4, .font_blue h5, .font_blue p, .font_blue h1 a, .font_blue h2 a, .font_blue h3 a, .font_blue h4 a, .font_blue h5 a { color: #32c4ef !important } .font_green h1, .font_green h2, .font_green h3, .font_green h4, .font_green h5, .font_green p, .font_green h1 a, .font_green h2 a, .font_green h3 a, .font_green h4 a, .font_green h5 a { color: #9acc56 !important } .font_red h1, .font_red h2, .font_red h3, .font_red h4, .font_red h5, .font_red p, .font_red h1 a, .font_red h2 a, .font_red h3 a, .font_red h4 a, .font_red h5 a { color: #ed2738 !important } .font_grey h1, .font_grey h2, .font_grey h3, .font_grey h4, .font_grey h5, .font_grey p, .font_grey h1 a, .font_grey h2 a, .font_grey h3 a, .font_grey h4 a, .font_grey h5 a{ color: #6b6b6b !important; } p, body { color: #5a5a5a !important; } .font_yellow h1, .font_yellow h2, .font_yellow h3, .font_yellow h4, .font_yellow h5, .font_yellow p, .font_yellow h1 a, .font_yellow h2 a, .font_yellow h3 a, .font_yellow h4 a, .font_yellow h5 a { color: #b17a12 !important } .font_green h1, .font_green h2, .font_green h3, .font_green h4, .font_green h5, .font_green p, .font_green h1 a, .font_green h2 a, .font_green h3 a, .font_green h4 a, .font_green h5 a { color: #9acc56 !important } .font_red h1, .font_red h2, .font_red h3, .font_red h4, .font_red h5, .font_red p, .font_red h1 a, .font_red h2 a, .font_red h3 a, .font_red h4 a, .font_red h5 a { color: #9c2219 !important } #Top_bar .menu > li ul li a { color: #5f5f5f !important; } #Top_bar .menu > li ul li a:hover { color: #9acc56 !important; }</style> <!-- end Simple Custom CSS and JS --> <link rel='stylesheet' id='140-css' href='http://www.efe.my/wp-content/uploads/custom-css-js/140.css?v=2865' type='text/css' media='all' /> <script type="text/javascript"> var ajaxRevslider; jQuery(document).ready(function() { // CUSTOM AJAX CONTENT LOADING FUNCTION ajaxRevslider = function(obj) { // obj.type : Post Type // obj.id : ID of Content to Load // obj.aspectratio : The Aspect Ratio of the Container / Media // obj.selector : The Container Selector where the Content of Ajax will be injected. It is done via the Essential Grid on Return of Content var content = ""; data = {}; data.action = 'revslider_ajax_call_front'; data.client_action = 'get_slider_html'; data.token = '0ebc37b6f1'; data.type = obj.type; data.id = obj.id; data.aspectratio = obj.aspectratio; // SYNC AJAX REQUEST jQuery.ajax({ type:"post", url:"http://www.efe.my/wp-admin/admin-ajax.php", dataType: 'json', data:data, async:false, success: function(ret, textStatus, XMLHttpRequest) { if(ret.success == true) content = ret.data; }, error: function(e) { console.log(e); } }); // FIRST RETURN THE CONTENT WHEN IT IS LOADED !! return content; }; // CUSTOM AJAX FUNCTION TO REMOVE THE SLIDER var ajaxRemoveRevslider = function(obj) { return jQuery(obj.selector+" .rev_slider").revkill(); }; // EXTEND THE AJAX CONTENT LOADING TYPES WITH TYPE AND FUNCTION var extendessential = setInterval(function() { if (jQuery.fn.tpessential != undefined) { clearInterval(extendessential); if(typeof(jQuery.fn.tpessential.defaults) !== 'undefined') { jQuery.fn.tpessential.defaults.ajaxTypes.push({type:"revslider",func:ajaxRevslider,killfunc:ajaxRemoveRevslider,openAnimationSpeed:0.3}); // type: Name of the Post to load via Ajax into the Essential Grid Ajax Container // func: the Function Name which is Called once the Item with the Post Type has been clicked // killfunc: function to kill in case the Ajax Window going to be removed (before Remove function ! // openAnimationSpeed: how quick the Ajax Content window should be animated (default is 0.3) } } },30); }); </script> <!-- style | dynamic --> <style id="mfn-dnmc-style-css"> @media only screen and (min-width: 1240px) {body:not(.header-simple) #Top_bar #menu{display:block!important}.tr-menu #Top_bar #menu{background:none!important}#Top_bar .menu > li > ul.mfn-megamenu{width:984px}#Top_bar .menu > li > ul.mfn-megamenu > li{float:left}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1{width:100%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2{width:50%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3{width:33.33%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4{width:25%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5{width:20%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6{width:16.66%}#Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto;border-width:0 1px 0 0}#Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul{border:0}#Top_bar .menu > li > ul.mfn-megamenu > li > ul li{width:auto}#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400;background:none}#Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow{display:none}.menuo-right #Top_bar .menu > li > ul.mfn-megamenu{left:auto;right:0}.menuo-right #Top_bar .menu > li > ul.mfn-megamenu-bg{box-sizing:border-box}#Top_bar .menu > li > ul.mfn-megamenu-bg{padding:20px 166px 20px 20px;background-repeat:no-repeat;background-position:right bottom}.rtl #Top_bar .menu > li > ul.mfn-megamenu-bg{padding-left:166px;padding-right:20px;background-position:left bottom}#Top_bar .menu > li > ul.mfn-megamenu-bg > li{background:none}#Top_bar .menu > li > ul.mfn-megamenu-bg > li a{border:none}#Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul{background:none!important;-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0 0 0}.mm-vertical #Top_bar .container{position:relative;}.mm-vertical #Top_bar .top_bar_left{position:static;}.mm-vertical #Top_bar .menu > li ul{box-shadow:0 0 0 0 transparent!important;background-image:none;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu{width:98%!important;margin:0 1%;padding:20px 0;}.mm-vertical.header-plain #Top_bar .menu > li > ul.mfn-megamenu{width:100%!important;margin:0;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li{display:table-cell;float:none!important;width:10%;padding:0 15px;border-right:1px solid rgba(0, 0, 0, 0.05);}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child{border-right-width:0}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li.hide-border{border-right-width:0}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li a{border-bottom-width:0;padding:9px 15px;line-height:120%;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{font-weight:700;}.rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:first-child{border-right-width:0}.rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child{border-right-width:1px}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu{width:980px!important;margin:0;}.header-plain:not(.menuo-right) #Header .top_bar_left{width:auto!important}.header-stack.header-center #Top_bar #menu{display:inline-block!important}.header-simple #Top_bar #menu{display:none;height:auto;width:300px;bottom:auto;top:100%;right:1px;position:absolute;margin:0}.header-simple #Header a.responsive-menu-toggle{display:block;right:10px}.header-simple #Top_bar #menu > ul{width:100%;float:left}.header-simple #Top_bar #menu ul li{width:100%;padding-bottom:0;border-right:0;position:relative}.header-simple #Top_bar #menu ul li a{padding:0 20px;margin:0;display:block;height:auto;line-height:normal;border:none}.header-simple #Top_bar #menu ul li a:after{display:none}.header-simple #Top_bar #menu ul li a span{border:none;line-height:44px;display:inline;padding:0}.header-simple #Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:0;top:0;width:44px;height:44px;line-height:44px;font-size:30px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}.header-simple #Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}.header-simple #Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}.header-simple #Top_bar #menu ul li.hover a{border-bottom:0}.header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}.header-simple #Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin:0!important;width:auto!important;background-image:none}.header-simple #Top_bar #menu ul li ul li{width:100%!important;display:block;padding:0;}.header-simple #Top_bar #menu ul li ul li a{padding:0 20px 0 30px}.header-simple #Top_bar #menu ul li ul li a .menu-arrow{display:none}.header-simple #Top_bar #menu ul li ul li a span{padding:0}.header-simple #Top_bar #menu ul li ul li a span:after{display:none!important}.header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}.header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}.header-simple #Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}.header-simple #Top_bar #menu ul li ul li ul li a{padding:0 20px 0 40px}.rtl.header-simple #Top_bar #menu{left:1px;right:auto}.rtl.header-simple #Top_bar a.responsive-menu-toggle{left:10px;right:auto}.rtl.header-simple #Top_bar #menu ul li.submenu .menu-toggle{left:0;right:auto}.rtl.header-simple #Top_bar #menu ul li ul{left:auto!important;right:0!important}.rtl.header-simple #Top_bar #menu ul li ul li a{padding:0 30px 0 20px}.rtl.header-simple #Top_bar #menu ul li ul li ul li a{padding:0 40px 0 20px}.menu-highlight #Top_bar .menu > li{margin:0 2px}.menu-highlight:not(.header-creative) #Top_bar .menu > li > a{margin:20px 0;padding:0;-webkit-border-radius:5px;border-radius:5px}.menu-highlight #Top_bar .menu > li > a:after{display:none}.menu-highlight #Top_bar .menu > li > a span:not(.description){line-height:50px}.menu-highlight #Top_bar .menu > li > a span.description{display:none}.menu-highlight.header-stack #Top_bar .menu > li > a{margin:10px 0!important}.menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description){line-height:40px}.menu-highlight.header-transparent #Top_bar .menu > li > a{margin:5px 0}.menu-highlight.header-simple #Top_bar #menu ul li,.menu-highlight.header-creative #Top_bar #menu ul li{margin:0}.menu-highlight.header-simple #Top_bar #menu ul li > a,.menu-highlight.header-creative #Top_bar #menu ul li > a{-webkit-border-radius:0;border-radius:0}.menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a{margin:10px 0!important;padding:5px 0!important}.menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a span{line-height:30px!important}.header-modern.menu-highlight.menuo-right .menu_wrapper{margin-right:20px}.menu-line-below #Top_bar .menu > li > a:after{top:auto;bottom:-4px}.menu-line-below #Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:-4px}.menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:after{height:4px;left:10%;top:50%;margin-top:20px;width:80%}.menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a:after{height:1px;left:10%;top:50%;margin-top:20px;width:80%}.menu-link-color #Top_bar .menu > li > a:after{display:none!important}.menu-arrow-top #Top_bar .menu > li > a:after{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;border-color:#ccc transparent transparent;border-style:solid;border-width:7px 7px 0;display:block;height:0;left:50%;margin-left:-7px;top:0!important;width:0}.menu-arrow-top.header-transparent #Top_bar .menu > li > a:after,.menu-arrow-top.header-plain #Top_bar .menu > li > a:after{display:none}.menu-arrow-top #Top_bar.is-sticky .menu > li > a:after{top:0!important}.menu-arrow-bottom #Top_bar .menu > li > a:after{background:none!important;border-color:transparent transparent #ccc;border-style:solid;border-width:0 7px 7px;display:block;height:0;left:50%;margin-left:-7px;top:auto;bottom:0;width:0}.menu-arrow-bottom.header-transparent #Top_bar .menu > li > a:after,.menu-arrow-bottom.header-plain #Top_bar .menu > li > a:after{display:none}.menu-arrow-bottom #Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:0}.menuo-no-borders #Top_bar .menu > li > a span:not(.description){border-right-width:0}.menuo-no-borders #Header_creative #Top_bar .menu > li > a span{border-bottom-width:0}.menuo-right #Top_bar .menu_wrapper{float:right}.menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper{margin-right:150px}body.header-creative{padding-left:50px}body.header-creative.header-open{padding-left:250px}body.error404,body.under-construction,body.template-blank{padding-left:0!important}.header-creative.footer-fixed #Footer,.header-creative.footer-sliding #Footer,.header-creative.footer-stick #Footer.is-sticky{box-sizing:border-box;padding-left:50px;}.header-open.footer-fixed #Footer,.header-open.footer-sliding #Footer,.header-creative.footer-stick #Footer.is-sticky{padding-left:250px;}.header-rtl.header-creative.footer-fixed #Footer,.header-rtl.header-creative.footer-sliding #Footer,.header-rtl.header-creative.footer-stick #Footer.is-sticky{padding-left:0;padding-right:50px;}.header-rtl.header-open.footer-fixed #Footer,.header-rtl.header-open.footer-sliding #Footer,.header-rtl.header-creative.footer-stick #Footer.is-sticky{padding-right:250px;}#Header_creative{background:#fff;position:fixed;width:250px;height:100%;left:-200px;top:0;z-index:9002;-webkit-box-shadow:2px 0 4px 2px rgba(0,0,0,.15);box-shadow:2px 0 4px 2px rgba(0,0,0,.15)}#Header_creative .container{width:100%}#Header_creative .creative-wrapper{opacity:0;margin-right:50px}#Header_creative a.creative-menu-toggle{display:block;width:34px;height:34px;line-height:34px;font-size:22px;text-align:center;position:absolute;top:10px;right:8px;border-radius:3px}.admin-bar #Header_creative a.creative-menu-toggle{top:42px}#Header_creative #Top_bar{position:static;width:100%}#Header_creative #Top_bar .top_bar_left{width:100%!important;float:none}#Header_creative #Top_bar .top_bar_right{width:100%!important;float:none;height:auto;margin-bottom:35px;text-align:center;padding:0 20px;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#Header_creative #Top_bar .top_bar_right:before{display:none}#Header_creative #Top_bar .top_bar_right_wrapper{top:0}#Header_creative #Top_bar .logo{float:none;text-align:center;margin:15px 0}#Header_creative #Top_bar .menu_wrapper{float:none;margin:0 0 30px}#Header_creative #Top_bar .menu > li{width:100%;float:none;position:relative}#Header_creative #Top_bar .menu > li > a{padding:0;text-align:center}#Header_creative #Top_bar .menu > li > a:after{display:none}#Header_creative #Top_bar .menu > li > a span{border-right:0;border-bottom-width:1px;line-height:38px}#Header_creative #Top_bar .menu li ul{left:100%;right:auto;top:0;box-shadow:2px 2px 2px 0 rgba(0,0,0,0.03);-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.03)}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu{width:700px!important;}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu > li > ul{left:0}#Header_creative #Top_bar .menu li ul li a{padding-top:9px;padding-bottom:8px}#Header_creative #Top_bar .menu li ul li ul{top:0!important}#Header_creative #Top_bar .menu > li > a span.description{display:block;font-size:13px;line-height:28px!important;clear:both}#Header_creative #Top_bar .search_wrapper{left:100%;top:auto;bottom:0}#Header_creative #Top_bar a#header_cart{display:inline-block;float:none;top:3px}#Header_creative #Top_bar a#search_button{display:inline-block;float:none;top:3px}#Header_creative #Top_bar .wpml-languages{display:inline-block;float:none;top:0}#Header_creative #Top_bar .wpml-languages.enabled:hover a.active{padding-bottom:9px}#Header_creative #Top_bar a.button.action_button{display:inline-block;float:none;top:16px;margin:0}#Header_creative #Top_bar .banner_wrapper{display:block;text-align:center}#Header_creative #Top_bar .banner_wrapper img{max-width:100%;height:auto;display:inline-block}#Header_creative #Action_bar{display:none;position:absolute;bottom:0;top:auto;clear:both;padding:0 20px;box-sizing:border-box}#Header_creative #Action_bar .social{float:none;text-align:center;padding:5px 0 15px}#Header_creative #Action_bar .social li{margin-bottom:2px}#Header_creative .social li a{color:rgba(0,0,0,.5)}#Header_creative .social li a:hover{color:#000}#Header_creative .creative-social{position:absolute;bottom:10px;right:0;width:50px}#Header_creative .creative-social li{display:block;float:none;width:100%;text-align:center;margin-bottom:5px}.header-creative .fixed-nav.fixed-nav-prev{margin-left:50px}.header-creative.header-open .fixed-nav.fixed-nav-prev{margin-left:250px}.menuo-last #Header_creative #Top_bar .menu li.last ul{top:auto;bottom:0}.header-open #Header_creative{left:0}.header-open #Header_creative .creative-wrapper{opacity:1;margin:0!important;}.header-open #Header_creative .creative-menu-toggle,.header-open #Header_creative .creative-social{display:none}body.header-rtl.header-creative{padding-left:0;padding-right:50px}.header-rtl #Header_creative{left:auto;right:-200px}.header-rtl.nice-scroll #Header_creative{margin-right:10px}.header-rtl #Header_creative .creative-wrapper{margin-left:50px;margin-right:0}.header-rtl #Header_creative a.creative-menu-toggle{left:8px;right:auto}.header-rtl #Header_creative .creative-social{left:0;right:auto}.header-rtl #Footer #back_to_top.sticky{right:125px}.header-rtl #popup_contact{right:70px}.header-rtl #Header_creative #Top_bar .menu li ul{left:auto;right:100%}.header-rtl #Header_creative #Top_bar .search_wrapper{left:auto;right:100%;}.header-rtl .fixed-nav.fixed-nav-prev{margin-left:0!important}.header-rtl .fixed-nav.fixed-nav-next{margin-right:50px}body.header-rtl.header-creative.header-open{padding-left:0;padding-right:250px!important}.header-rtl.header-open #Header_creative{left:auto;right:0}.header-rtl.header-open #Footer #back_to_top.sticky{right:325px}.header-rtl.header-open #popup_contact{right:270px}.header-rtl.header-open .fixed-nav.fixed-nav-next{margin-right:250px}#Header_creative.active{left:-1px;}.header-rtl #Header_creative.active{left:auto;right:-1px;}#Header_creative.active .creative-wrapper{opacity:1;margin:0}.header-creative .vc_row[data-vc-full-width]{padding-left:50px}.header-creative.header-open .vc_row[data-vc-full-width]{padding-left:250px}.header-open .vc_parallax .vc_parallax-inner { left:auto; width: calc(100% - 250px); }.header-open.header-rtl .vc_parallax .vc_parallax-inner { left:0; right:auto; }#Header_creative.scroll{height:100%;overflow-y:auto}#Header_creative.scroll:not(.dropdown) .menu li ul{display:none!important}#Header_creative.scroll #Action_bar{position:static}#Header_creative.dropdown{outline:none}#Header_creative.dropdown #Top_bar .menu_wrapper{float:left}#Header_creative.dropdown #Top_bar #menu ul li{position:relative;float:left}#Header_creative.dropdown #Top_bar #menu ul li a:after{display:none}#Header_creative.dropdown #Top_bar #menu ul li a span{line-height:38px;padding:0}#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;font-size:26px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}#Header_creative.dropdown #Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}#Header_creative.dropdown #Top_bar #menu ul li.hover a{border-bottom:0}#Header_creative.dropdown #Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}#Header_creative.dropdown #Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin-left:0!important;width:auto!important;background-image:none}#Header_creative.dropdown #Top_bar #menu ul li ul li{width:100%!important}#Header_creative.dropdown #Top_bar #menu ul li ul li a{padding:0 10px;text-align:center}#Header_creative.dropdown #Top_bar #menu ul li ul li a .menu-arrow{display:none}#Header_creative.dropdown #Top_bar #menu ul li ul li a span{padding:0}#Header_creative.dropdown #Top_bar #menu ul li ul li a span:after{display:none!important}#Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}#Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}#Header_creative.dropdown #Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}#Header_creative{transition: left .5s ease-in-out, right .5s ease-in-out;}#Header_creative .creative-wrapper{transition: opacity .5s ease-in-out, margin 0s ease-in-out .5s;}#Header_creative.active .creative-wrapper{transition: opacity .5s ease-in-out, margin 0s ease-in-out;}}@media only screen and (min-width: 1240px) {#Top_bar.is-sticky{position:fixed!important;width:100%;left:0;top:-60px;height:60px;z-index:701;background:#fff;opacity:.97;filter:alpha(opacity = 97);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}.layout-boxed.header-boxed #Top_bar.is-sticky{max-width:1240px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layout-boxed.header-boxed.nice-scroll #Top_bar.is-sticky{margin-left:-5px}#Top_bar.is-sticky .top_bar_left,#Top_bar.is-sticky .top_bar_right,#Top_bar.is-sticky .top_bar_right:before{background:none}#Top_bar.is-sticky .top_bar_right{top:-4px;height:auto;}#Top_bar.is-sticky .top_bar_right_wrapper{top:15px}.header-plain #Top_bar.is-sticky .top_bar_right_wrapper{top:0}#Top_bar.is-sticky .logo{width:auto;margin:0 30px 0 20px;padding:0}#Top_bar.is-sticky #logo{padding:5px 0!important;height:50px!important;line-height:50px!important}.logo-no-sticky-padding #Top_bar.is-sticky #logo{height:60px!important;line-height:60px!important}#Top_bar.is-sticky #logo img.logo-main{display:none}#Top_bar.is-sticky #logo img.logo-sticky{display:inline;max-height:35px;}#Top_bar.is-sticky .menu_wrapper{clear:none}#Top_bar.is-sticky .menu_wrapper .menu > li > a{padding:15px 0}#Top_bar.is-sticky .menu > li > a,#Top_bar.is-sticky .menu > li > a span{line-height:30px}#Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:-4px}#Top_bar.is-sticky .menu > li > a span.description{display:none}#Top_bar.is-sticky .secondary_menu_wrapper,#Top_bar.is-sticky .banner_wrapper{display:none}.header-overlay #Top_bar.is-sticky{display:none}.sticky-dark #Top_bar.is-sticky{background:rgba(0,0,0,.8)}.sticky-dark #Top_bar.is-sticky #menu{background:rgba(0,0,0,.8)}.sticky-dark #Top_bar.is-sticky .menu > li > a{color:#fff}.sticky-dark #Top_bar.is-sticky .top_bar_right a{color:rgba(255,255,255,.5)}.sticky-dark #Top_bar.is-sticky .wpml-languages a.active,.sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown{background:rgba(0,0,0,0.3);border-color:rgba(0,0,0,0.1)}}@media only screen and (min-width: 768px) and (max-width: 1240px){.header_placeholder{height:0!important}}@media only screen and (max-width: 1239px){#Top_bar #menu{display:none;height:auto;width:300px;bottom:auto;top:100%;right:1px;position:absolute;margin:0}#Top_bar a.responsive-menu-toggle{display:block}#Top_bar #menu > ul{width:100%;float:left}#Top_bar #menu ul li{width:100%;padding-bottom:0;border-right:0;position:relative}#Top_bar #menu ul li a{padding:0 25px;margin:0;display:block;height:auto;line-height:normal;border:none}#Top_bar #menu ul li a:after{display:none}#Top_bar #menu ul li a span{border:none;line-height:44px;display:inline;padding:0}#Top_bar #menu ul li a span.description{margin:0 0 0 5px}#Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:15px;top:0;width:44px;height:44px;line-height:44px;font-size:30px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}#Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}#Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}#Top_bar #menu ul li.hover a{border-bottom:0}#Top_bar #menu ul li a span:after{display:none!important}#Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}#Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin-left:0!important;width:auto!important;background-image:none!important;box-shadow:0 0 0 0 transparent!important;-webkit-box-shadow:0 0 0 0 transparent!important}#Top_bar #menu ul li ul li{width:100%!important}#Top_bar #menu ul li ul li a{padding:0 20px 0 35px}#Top_bar #menu ul li ul li a .menu-arrow{display:none}#Top_bar #menu ul li ul li a span{padding:0}#Top_bar #menu ul li ul li a span:after{display:none!important}#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}#Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}#Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}#Top_bar #menu ul li ul li ul li a{padding:0 20px 0 45px}.rtl #Top_bar #menu{left:1px;right:auto}.rtl #Top_bar a.responsive-menu-toggle{left:20px;right:auto}.rtl #Top_bar #menu ul li.submenu .menu-toggle{left:15px;right:auto;border-left:none;border-right:1px solid #eee}.rtl #Top_bar #menu ul li ul{left:auto!important;right:0!important}.rtl #Top_bar #menu ul li ul li a{padding:0 30px 0 20px}.rtl #Top_bar #menu ul li ul li ul li a{padding:0 40px 0 20px}.header-stack .menu_wrapper a.responsive-menu-toggle{position:static!important;margin:11px 0!important}.header-stack .menu_wrapper #menu{left:0;right:auto}.rtl.header-stack #Top_bar #menu{left:auto;right:0}.admin-bar #Header_creative{top:32px}.header-creative.layout-boxed{padding-top:85px}.header-creative.layout-full-width #Wrapper{padding-top:60px}#Header_creative{position:fixed;width:100%;left:0!important;top:0;z-index:1001}#Header_creative .creative-wrapper{display:block!important;opacity:1!important}#Header_creative .creative-menu-toggle,#Header_creative .creative-social{display:none!important;opacity:1!important;filter:alpha(opacity=100)!important}#Header_creative #Top_bar{position:static;width:100%}#Header_creative #Top_bar #logo{height:50px;line-height:50px;padding:5px 0}#Header_creative #Top_bar #logo img.logo-sticky{max-height:40px!important}#Header_creative #logo img.logo-main{display:none}#Header_creative #logo img.logo-sticky{display:inline-block}.logo-no-sticky-padding #Header_creative #Top_bar #logo{height:60px;line-height:60px;padding:0}.logo-no-sticky-padding #Header_creative #Top_bar #logo img.logo-sticky{max-height:60px!important}#Header_creative #Top_bar #header_cart{top:21px}#Header_creative #Top_bar #search_button{top:20px}#Header_creative #Top_bar .wpml-languages{top:11px}#Header_creative #Top_bar .action_button{top:9px}#Header_creative #Top_bar .top_bar_right{height:60px;top:0}#Header_creative #Top_bar .top_bar_right:before{display:none}#Header_creative #Top_bar .top_bar_right_wrapper{top:0}#Header_creative #Action_bar{display:none}#Header_creative.scroll{overflow:visible!important}}#Header_wrapper, #Intro {background-color: #000119;}#Subheader {background-color: rgba(247, 247, 247, 1);}.header-classic #Action_bar, .header-fixed #Action_bar, .header-plain #Action_bar, .header-split #Action_bar, .header-stack #Action_bar {background-color: #2c2c2c;}#Sliding-top {background-color: #545454;}#Sliding-top a.sliding-top-control {border-right-color: #545454;}#Sliding-top.st-center a.sliding-top-control,#Sliding-top.st-left a.sliding-top-control {border-top-color: #545454;}#Footer {background-color: #181414;}body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover,.widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carouselul li a .title,.content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc, .post-nav.minimal a i {color: #626262;}.post-nav.minimal a svg {fill: #626262;}.themecolor, .opening_hours .opening_hours_wrapper li span, .fancy_heading_icon .icon_top,.fancy_heading_arrows .icon-right-dir, .fancy_heading_arrows .icon-left-dir, .fancy_heading_line .title,.button-love a.mfn-love, .format-link .post-title .icon-link, .pager-single > span, .pager-single a:hover,.widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_mfn_recent_comments ul li:after, .widget_archive ul, .widget_recent_comments ul li:after, .widget_nav_menu ul, .woocommerce ul.products li.product .price, .shop_slider .shop_slider_ul li .item_wrapper .price, .woocommerce-page ul.products li.product .price, .widget_price_filter .price_label .from, .widget_price_filter .price_label .to,.woocommerce ul.product_list_widget li .quantity .amount, .woocommerce .product div.entry-summary .price, .woocommerce .star-rating span,#Error_404 .error_pic i, .style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a,.style-simple .quick_fact .title {color: #2991d6;}.themebg,#comments .commentlist > li .reply a.comment-reply-link,div.jp-interface,#Filters .filters_wrapper ul li a:hover,#Filters .filters_wrapper ul li.current-cat a,.fixed-nav .arrow,.offer_thumb .slider_pagination a:before,.offer_thumb .slider_pagination a.selected:after,.pager .pages a:hover,.pager .pages a.active,.pager .pages span.page-numbers.current,.pager-single span:after,.portfolio_group.exposure .portfolio-item .desc-inner .line,.Recent_posts ul li .desc:after,.Recent_posts ul li .photo .c,.slider_pagination a.selected,.slider_pagination .slick-active a,.slider_pagination a.selected:after,.slider_pagination .slick-active a:after,.testimonials_slider .slider_images,.testimonials_slider .slider_images a:after,.testimonials_slider .slider_images:before,#Top_bar a#header_cart span,.widget_categories ul,.widget_mfn_menu ul li a:hover,.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a,.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a,.widget_product_categories ul,.widget_recent_entries ul li:after,.woocommerce-account table.my_account_orders .order-number a,.woocommerce-MyAccount-navigation ul li.is-active a, .style-simple .accordion .question:after,.style-simple .faq .question:after,.style-simple .icon_box .desc_wrapper .title:before,.style-simple #Filters .filters_wrapper ul li a:after,.style-simple .article_box .desc_wrapper p:after,.style-simple .sliding_box .desc_wrapper:after,.style-simple .trailer_box:hover .desc,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet.selected:after,.tparrows.default,.tp-bullets.tp-thumbs .bullet.selected:after{background-color: #2991d6;}.Latest_news ul li .photo, .Recent_posts.blog_news ul li .photo, .style-simple .opening_hours .opening_hours_wrapper li label,.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover,.style-simple .offer_thumb .slider_pagination a.selected {border-color: #2991d6;}a {color: #2991d6;}a:hover {color: #2275ac;}*::-moz-selection {background-color: #2991d6;}*::selection {background-color: #2991d6;}.blockquote p.author span, .counter .desc_wrapper .title, .article_box .desc_wrapper p, .team .desc_wrapper p.subtitle, .pricing-box .plan-header p.subtitle, .pricing-box .plan-header .price sup.period, .chart_box p, .fancy_heading .inside,.fancy_heading_line .slogan, .post-meta, .post-meta a, .post-footer, .post-footer a span.label, .pager .pages a, .button-love a .label,.pager-single a, #comments .commentlist > li .comment-author .says, .fixed-nav .desc .date, .filters_buttons li.label, .Recent_posts ul li a .desc .date,.widget_recent_entries ul li .post-date, .tp_recent_tweets .twitter_time, .widget_price_filter .price_label, .shop-filters .woocommerce-result-count,.woocommerce ul.product_list_widget li .quantity, .widget_shopping_cart ul.product_list_widget li dl, .product_meta .posted_in,.woocommerce .shop_table .product-name .variation > dd, .shipping-calculator-button:after,.shop_slider .shop_slider_ul li .item_wrapper .price del,.testimonials_slider .testimonials_slider_ul li .author span, .testimonials_slider .testimonials_slider_ul li .author span a, .Latest_news ul li .desc_footer,.share-simple-wrapper .icons a {color: #a8a8a8;}h1, h1 a, h1 a:hover, .text-logo #logo { color: #444444; }h2, h2 a, h2 a:hover { color: #444444; }h3, h3 a, h3 a:hover { color: #444444; }h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 { color: #444444; }h5, h5 a, h5 a:hover { color: #444444; }h6, h6 a, h6 a:hover, a.content_link .title { color: #444444; }.dropcap, .highlight:not(.highlight_image) {background-color: #2991d6;}a.button, a.tp-button {background-color: #f7f7f7;color: #747474;}.button-stroke a.button, .button-stroke a.button.action_button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {border-color: #f7f7f7;color: #747474;}.button-stroke a:hover.button, .button-stroke a:hover.tp-button {background-color: #f7f7f7 !important;color: #fff;}a.button_theme, a.tp-button.button_theme,button, input[type="submit"], input[type="reset"], input[type="button"] {background-color: #2991d6;color: #fff;}.button-stroke a.button.button_theme:not(.action_button),.button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme,.button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {border-color: #2991d6;color: #2991d6 !important;}.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover,.button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {background-color: #2991d6 !important;color: #fff !important;}a.mfn-link { color: #656B6F; }a.mfn-link-2 span, a:hover.mfn-link-2 span:before, a.hover.mfn-link-2 span:before, a.mfn-link-5 span, a.mfn-link-8:after, a.mfn-link-8:before { background: #2195de; }a:hover.mfn-link { color: #2991d6;}a.mfn-link-2 span:before, a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after, a.mfn-link-5:before, a.mfn-link-7:after, a.mfn-link-7:before { background: #2275ac; }a.mfn-link-6:before {border-bottom-color: #2275ac;}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color: #2991d6;color: #fff;}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color: #2991d6;color: #fff;}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit[disabled]:disabled,.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button[disabled]:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button[disabled]:disabled,.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button[disabled]:disabled{background-color: #2991d6;color: #fff;}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit[disabled]:disabled:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button[disabled]:disabled:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button[disabled]:disabled:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button[disabled]:disabled:hover{background-color: #2991d6;color: #fff;}.button-stroke.woocommerce-page #respond input#submit,.button-stroke.woocommerce-page a.button:not(.action_button),.button-stroke.woocommerce-page button.button,.button-stroke.woocommerce-page input.button{border: 2px solid #2991d6 !important;color: #2991d6 !important;}.button-stroke.woocommerce-page #respond input#submit:hover,.button-stroke.woocommerce-page a.button:not(.action_button):hover,.button-stroke.woocommerce-page button.button:hover,.button-stroke.woocommerce-page input.button:hover{background-color: #2991d6 !important;color: #fff !important;}.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {color: #737E86;}.hr_color, .hr_color hr, .hr_dots span {color: #2991d6;background: #2991d6;}.hr_zigzag i {color: #2991d6;} .highlight-left:after,.highlight-right:after {background: #2991d6;}@media only screen and (max-width: 767px) {.highlight-left .wrap:first-child,.highlight-right .wrap:last-child {background: #2991d6;}}#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar,.header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {background-color: #181414;}#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {background-color: #181414;}#Top_bar .top_bar_right:before {background-color: #181414;}#Header .top_bar_right {background-color: #181414;}#Top_bar .top_bar_right a:not(.action_button) { color: #333333;}#Top_bar .menu > li > a,#Top_bar #menu ul li.submenu .menu-toggle { color: #444444;}#Top_bar .menu > li.current-menu-item > a,#Top_bar .menu > li.current_page_item > a,#Top_bar .menu > li.current-menu-parent > a,#Top_bar .menu > li.current-page-parent > a,#Top_bar .menu > li.current-menu-ancestor > a,#Top_bar .menu > li.current-page-ancestor > a,#Top_bar .menu > li.current_page_ancestor > a,#Top_bar .menu > li.hover > a { color: #2991d6; }#Top_bar .menu > li a:after { background: #2991d6; }.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description)::after { border-top-color: #444444;}#Top_bar .menu > li.current-menu-item.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current_page_item.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-menu-parent.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-page-parent.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-menu-ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-page-ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current_page_ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.hover.submenu > a > span:not(.description)::after { border-top-color: #2991d6; }.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a,.menu-highlight #Top_bar #menu > ul > li.current_page_item > a,.menu-highlight #Top_bar #menu > ul > li.current-menu-parent > a,.menu-highlight #Top_bar #menu > ul > li.current-page-parent > a,.menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a,.menu-highlight #Top_bar #menu > ul > li.current-page-ancestor > a,.menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a,.menu-highlight #Top_bar #menu > ul > li.hover > a { background: #F2F2F2; }.menu-arrow-bottom #Top_bar .menu > li > a:after { border-bottom-color: #2991d6;}.menu-arrow-top #Top_bar .menu > li > a:after {border-top-color: #2991d6;}.header-plain #Top_bar .menu > li.current-menu-item > a,.header-plain #Top_bar .menu > li.current_page_item > a,.header-plain #Top_bar .menu > li.current-menu-parent > a,.header-plain #Top_bar .menu > li.current-page-parent > a,.header-plain #Top_bar .menu > li.current-menu-ancestor > a,.header-plain #Top_bar .menu > li.current-page-ancestor > a,.header-plain #Top_bar .menu > li.current_page_ancestor > a,.header-plain #Top_bar .menu > li.hover > a,.header-plain #Top_bar a:hover#header_cart,.header-plain #Top_bar a:hover#search_button,.header-plain #Top_bar .wpml-languages:hover,.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {background: #F2F2F2; color: #2991d6;}.header-plain #Top_bar,.header-plain #Top_bar .menu > li > a span:not(.description),.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {border-color: #F2F2F2;}#Top_bar .menu > li ul {background-color: #F2F2F2;}#Top_bar .menu > li ul li a {color: #5f5f5f;}#Top_bar .menu > li ul li a:hover,#Top_bar .menu > li ul li.hover > a {color: #2e2e2e;}#Top_bar .search_wrapper { background: #2991D6; }.overlay-menu-toggle {color: #dd3333 !important; background: transparent; }#Overlay {background: rgba(41, 145, 214, 0.95);}#overlay-menu ul li a, .header-overlay .overlay-menu-toggle.focus {color: #FFFFFF;}#overlay-menu ul li.current-menu-item > a,#overlay-menu ul li.current_page_item > a,#overlay-menu ul li.current-menu-parent > a,#overlay-menu ul li.current-page-parent > a,#overlay-menu ul li.current-menu-ancestor > a,#overlay-menu ul li.current-page-ancestor > a,#overlay-menu ul li.current_page_ancestor > a { color: #B1DCFB; }#Top_bar .responsive-menu-toggle,#Header_creative .creative-menu-toggle,#Header_creative .responsive-menu-toggle {color: #dd3333; background: transparent;}#Side_slide{background-color: #191919;border-color: #191919; }#Side_slide,#Side_slide .search-wrapper input.field,#Side_slide a:not(.button),#Side_slide #menu ul li.submenu .menu-toggle{color: #A6A6A6;}#Side_slide a:not(.button):hover,#Side_slide a.active,#Side_slide #menu ul li.hover > .menu-toggle{color: #FFFFFF;}#Side_slide #menu ul li.current-menu-item > a,#Side_slide #menu ul li.current_page_item > a,#Side_slide #menu ul li.current-menu-parent > a,#Side_slide #menu ul li.current-page-parent > a,#Side_slide #menu ul li.current-menu-ancestor > a,#Side_slide #menu ul li.current-page-ancestor > a,#Side_slide #menu ul li.current_page_ancestor > a,#Side_slide #menu ul li.hover > a,#Side_slide #menu ul li:hover > a{color: #FFFFFF;}#Action_bar .contact_details{color: #bbbbbb}#Action_bar .contact_details a{color: #2991d6}#Action_bar .contact_details a:hover{color: #2275ac}#Action_bar .social li a,#Action_bar .social-menu a{color: #bbbbbb}#Action_bar .social li a:hover,#Action_bar .social-menu a:hover{color: #FFFFFF}#Subheader .title{color: #888888;}#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a{color: rgba(136, 136, 136, 0.6);}#Footer, #Footer .widget_recent_entries ul li a {color: #cccccc;}#Footer a {color: #2991d6;}#Footer a:hover {color: #2275ac;}#Footer h1, #Footer h1 a, #Footer h1 a:hover,#Footer h2, #Footer h2 a, #Footer h2 a:hover,#Footer h3, #Footer h3 a, #Footer h3 a:hover,#Footer h4, #Footer h4 a, #Footer h4 a:hover,#Footer h5, #Footer h5 a, #Footer h5 a:hover,#Footer h6, #Footer h6 a, #Footer h6 a:hover {color: #ffffff;}/#Footer .themecolor, #Footer .widget_meta ul, #Footer .widget_pages ul, #Footer .widget_rss ul, #Footer .widget_mfn_recent_comments ul li:after, #Footer .widget_archive ul, #Footer .widget_recent_comments ul li:after, #Footer .widget_nav_menu ul, #Footer .widget_price_filter .price_label .from, #Footer .widget_price_filter .price_label .to,#Footer .star-rating span {color: #2991d6;}#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c,#Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {background-color: #2991d6;}#Footer .Recent_posts ul li a .desc .date, #Footer .widget_recent_entries ul li .post-date, #Footer .tp_recent_tweets .twitter_time, #Footer .widget_price_filter .price_label, #Footer .shop-filters .woocommerce-result-count, #Footer ul.product_list_widget li .quantity, #Footer .widget_shopping_cart ul.product_list_widget li dl {color: #a8a8a8;}#Footer .footer_copy .social li a,#Footer .footer_copy .social-menu a{color: #65666C;}#Footer .footer_copy .social li a:hover,#Footer .footer_copy .social-menu a:hover{color: #FFFFFF;}a#back_to_top.button.button_js{color: #65666C;background:transparent;-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}a#back_to_top.button.button_js:after{display:none;}#Sliding-top, #Sliding-top .widget_recent_entries ul li a {color: #cccccc;}#Sliding-top a {color: #2991d6;}#Sliding-top a:hover {color: #2275ac;}#Sliding-top h1, #Sliding-top h1 a, #Sliding-top h1 a:hover,#Sliding-top h2, #Sliding-top h2 a, #Sliding-top h2 a:hover,#Sliding-top h3, #Sliding-top h3 a, #Sliding-top h3 a:hover,#Sliding-top h4, #Sliding-top h4 a, #Sliding-top h4 a:hover,#Sliding-top h5, #Sliding-top h5 a, #Sliding-top h5 a:hover,#Sliding-top h6, #Sliding-top h6 a, #Sliding-top h6 a:hover {color: #ffffff;}#Sliding-top .themecolor, #Sliding-top .widget_meta ul, #Sliding-top .widget_pages ul, #Sliding-top .widget_rss ul, #Sliding-top .widget_mfn_recent_comments ul li:after, #Sliding-top .widget_archive ul, #Sliding-top .widget_recent_comments ul li:after, #Sliding-top .widget_nav_menu ul, #Sliding-top .widget_price_filter .price_label .from, #Sliding-top .widget_price_filter .price_label .to,#Sliding-top .star-rating span {color: #2991d6;}#Sliding-top .themebg, #Sliding-top .widget_categories ul, #Sliding-top .Recent_posts ul li .desc:after, #Sliding-top .Recent_posts ul li .photo .c,#Sliding-top .widget_recent_entries ul li:after, #Sliding-top .widget_mfn_menu ul li a:hover, #Sliding-top .widget_product_categories ul {background-color: #2991d6;}#Sliding-top .Recent_posts ul li a .desc .date, #Sliding-top .widget_recent_entries ul li .post-date, #Sliding-top .tp_recent_tweets .twitter_time, #Sliding-top .widget_price_filter .price_label, #Sliding-top .shop-filters .woocommerce-result-count, #Sliding-top ul.product_list_widget li .quantity, #Sliding-top .widget_shopping_cart ul.product_list_widget li dl {color: #a8a8a8;}blockquote, blockquote a, blockquote a:hover {color: #444444;}.image_frame .image_wrapper .image_links,.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { background: rgba(41, 145, 214, 0.8);}.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after,.masonry.tiles .post-item.no-img,.masonry.tiles .post-item.format-quote,.blog-teaser li .desc-wrapper .desc .post-title:after,.blog-teaser li.no-img,.blog-teaser li.format-quote {background: #2991d6;} .image_frame .image_wrapper .image_links a {color: #ffffff;}.image_frame .image_wrapper .image_links a:hover {background: #ffffff;color: #2991d6;}.image_frame {border-color: #f8f8f8;}.image_frame .image_wrapper .mask::after {background: rgba(255, 255, 255, 0.4);}.sliding_box .desc_wrapper {background: #2991d6;}.sliding_box .desc_wrapper:after {border-bottom-color: #2991d6;}.counter .icon_wrapper i {color: #2991d6;}.quick_fact .number-wrapper {color: #2991d6;}.progress_bars .bars_list li .bar .progress { background-color: #2991d6;}a:hover.icon_bar {color: #2991d6 !important;}a.content_link, a:hover.content_link {color: #2991d6;}a.content_link:before {border-bottom-color: #2991d6;}a.content_link:after {border-color: #2991d6;}.get_in_touch, .infobox {background-color: #2991d6;}.google-map-contact-wrapper .get_in_touch:after {border-top-color: #2991d6;}.timeline_items li h3:before,.timeline_items:after,.timeline .post-item:before { border-color: #2991d6;}.how_it_works .image .number { background: #2991d6;}.trailer_box .desc .subtitle {background-color: #2991d6;}.icon_box .icon_wrapper, .icon_box a .icon_wrapper,.style-simple .icon_box:hover .icon_wrapper {color: #2991d6;}.icon_box:hover .icon_wrapper:before, .icon_box a:hover .icon_wrapper:before { background-color: #2991d6;}ul.clients.clients_tiles li .client_wrapper:hover:before { background: #2991d6;}ul.clients.clients_tiles li .client_wrapper:after { border-bottom-color: #2991d6;}.list_item.lists_1 .list_left {background-color: #2991d6;}.list_item .list_left {color: #2991d6;}.feature_list ul li .icon i { color: #2991d6;}.feature_list ul li:hover,.feature_list ul li:hover a {background: #2991d6;}.ui-tabs .ui-tabs-nav li.ui-state-active a,.accordion .question.active .title > .acc-icon-plus,.accordion .question.active .title > .acc-icon-minus,.faq .question.active .title > .acc-icon-plus,.faq .question.active .title,.accordion .question.active .title {color: #2991d6;}.ui-tabs .ui-tabs-nav li.ui-state-active a:after {background: #2991d6;}body.table-hover:not(.woocommerce-page) table tr:hover td {background: #2991d6;}.pricing-box .plan-header .price sup.currency,.pricing-box .plan-header .price > span {color: #2991d6;}.pricing-box .plan-inside ul li .yes { background: #2991d6;}.pricing-box-box.pricing-box-featured {background: #2991d6;}input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],select, textarea, .woocommerce .quantity input.qty {color: #333333;background-color: rgba(255, 255, 255, 1);border-color: #EBEBEB;}input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {color: #162b3b;background-color: rgba(233, 245, 252, 1) !important;border-color: #d5e5ee;}.woocommerce span.onsale, .shop_slider .shop_slider_ul li .item_wrapper span.onsale {border-top-color: #2991d6 !important;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {border-color: #2991d6 !important;}@media only screen and ( min-width: 768px ){.header-semi #Top_bar:not(.is-sticky) {background-color: rgba(24, 20, 20, 0.8);}}@media only screen and ( max-width: 767px ){#Top_bar{ background: #181414 !important;}#Action_bar{background: #2c2c2c !important;}#Action_bar .contact_details{color: #222222}#Action_bar .contact_details a{color: #2991d6}#Action_bar .contact_details a:hover{color: #2275ac}#Action_bar .social li a,#Action_bar .social-menu a{color: #bbbbbb}#Action_bar .social li a:hover,#Action_bar .social-menu a:hover{color: #777777}}html { background-color: #FCFCFC;}#Wrapper, #Content { background-color: #FCFCFC;}body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"],input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {font-family: "Open Sans", Arial, Tahoma, sans-serif;}#menu > ul > li > a, .action_button, #overlay-menu ul li a {font-family: "Open Sans", Arial, Tahoma, sans-serif;}#Subheader .title {font-family: "Open Sans", Arial, Tahoma, sans-serif;}h1, h2, h3, h4, .text-logo #logo {font-family: "Montserrat", Arial, Tahoma, sans-serif;}h5, h6 {font-family: "Open Sans", Arial, Tahoma, sans-serif;}blockquote {font-family: "Open Sans", Arial, Tahoma, sans-serif;}.chart_box .chart .num, .counter .desc_wrapper .number-wrapper, .how_it_works .image .number,.pricing-box .plan-header .price, .quick_fact .number-wrapper, .woocommerce .product div.entry-summary .price {font-family: "Open Sans", Arial, Tahoma, sans-serif;}body {font-size: 13px;line-height: 21px;font-weight: 400;letter-spacing: 0px;}big,.big {font-size: 16px;line-height: 28px;font-weight: 400;letter-spacing: 0px;}#menu > ul > li > a, a.button.action_button, #overlay-menu ul li a{font-size: 14px;font-weight: 400;letter-spacing: 0px;}#overlay-menu ul li a{line-height: 21px;}#Subheader .title {font-size: 25px;line-height: 25px;font-weight: 400;letter-spacing: 0px;}h1, .text-logo #logo { font-size: 25px;line-height: 25px;font-weight: 300;letter-spacing: 0px;}h2 { font-size: 30px;line-height: 30px;font-weight: 300;letter-spacing: 0px;}h3 {font-size: 25px;line-height: 27px;font-weight: 300;letter-spacing: 0px;}h4 {font-size: 21px;line-height: 25px;font-weight: 300;letter-spacing: 0px;}h5 {font-size: 15px;line-height: 19px;font-weight: 700;letter-spacing: 0px;}h6 {font-size: 13px;line-height: 19px;font-weight: 400;letter-spacing: 0px;}#Intro .intro-title { font-size: 70px;line-height: 70px;font-weight: 400;letter-spacing: 0px;}@media only screen and (min-width: 768px) and (max-width: 959px){body {font-size: 13px;line-height: 19px;}big,.big {font-size: 14px;line-height: 24px;}#menu > ul > li > a, a.button.action_button, #overlay-menu ul li a {font-size: 13px;}#overlay-menu ul li a{line-height: 19.5px;}#Subheader .title {font-size: 21px;line-height: 21px;}h1, .text-logo #logo { font-size: 21px;line-height: 21px;}h2 { font-size: 26px;line-height: 26px;}h3 {font-size: 21px;line-height: 23px;}h4 {font-size: 18px;line-height: 21px;}h5 {font-size: 13px;line-height: 19px;}h6 {font-size: 13px;line-height: 19px;}#Intro .intro-title { font-size: 60px;line-height: 60px;}blockquote { font-size: 15px;}.chart_box .chart .num { font-size: 45px; line-height: 45px; }.counter .desc_wrapper .number-wrapper { font-size: 45px; line-height: 45px;}.counter .desc_wrapper .title { font-size: 14px; line-height: 18px;}.faq .question .title { font-size: 14px; }.fancy_heading .title { font-size: 38px; line-height: 38px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 32px; line-height: 32px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 32px; line-height: 32px; }.pricing-box .plan-header h2 { font-size: 27px; line-height: 27px; }.pricing-box .plan-header .price > span { font-size: 40px; line-height: 40px; }.pricing-box .plan-header .price sup.currency { font-size: 18px; line-height: 18px; }.pricing-box .plan-header .price sup.period { font-size: 14px; line-height: 14px;}.quick_fact .number { font-size: 80px; line-height: 80px;}.trailer_box .desc h2 { font-size: 27px; line-height: 27px; }}@media only screen and (min-width: 480px) and (max-width: 767px){body {font-size: 13px;line-height: 19px;}big,.big {font-size: 13px;line-height: 21px;}#menu > ul > li > a, a.button.action_button, #overlay-menu ul li a {font-size: 13px;}#overlay-menu ul li a{line-height: 19.5px;}#Subheader .title {font-size: 19px;line-height: 19px;}h1, .text-logo #logo { font-size: 19px;line-height: 19px;}h2 { font-size: 23px;line-height: 23px;}h3 {font-size: 19px;line-height: 20px;}h4 {font-size: 16px;line-height: 19px;}h5 {font-size: 13px;line-height: 19px;}h6 {font-size: 13px;line-height: 19px;}#Intro .intro-title { font-size: 53px;line-height: 53px;}blockquote { font-size: 14px;}.chart_box .chart .num { font-size: 40px; line-height: 40px; }.counter .desc_wrapper .number-wrapper { font-size: 40px; line-height: 40px;}.counter .desc_wrapper .title { font-size: 13px; line-height: 16px;}.faq .question .title { font-size: 13px; }.fancy_heading .title { font-size: 34px; line-height: 34px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 28px; line-height: 28px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 28px; line-height: 28px; }.pricing-box .plan-header h2 { font-size: 24px; line-height: 24px; }.pricing-box .plan-header .price > span { font-size: 34px; line-height: 34px; }.pricing-box .plan-header .price sup.currency { font-size: 16px; line-height: 16px; }.pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;}.quick_fact .number { font-size: 70px; line-height: 70px;}.trailer_box .desc h2 { font-size: 24px; line-height: 24px; }}@media only screen and (max-width: 479px){body {font-size: 13px;line-height: 19px;}big,.big {font-size: 13px;line-height: 19px;}#menu > ul > li > a, a.button.action_button, #overlay-menu ul li a {font-size: 13px;}#overlay-menu ul li a{line-height: 19.5px;}#Subheader .title {font-size: 15px;line-height: 19px;}h1, .text-logo #logo { font-size: 15px;line-height: 19px;}h2 { font-size: 18px;line-height: 19px;}h3 {font-size: 15px;line-height: 19px;}h4 {font-size: 13px;line-height: 19px;}h5 {font-size: 13px;line-height: 19px;}h6 {font-size: 13px;line-height: 19px;}#Intro .intro-title { font-size: 42px;line-height: 42px;}blockquote { font-size: 13px;}.chart_box .chart .num { font-size: 35px; line-height: 35px; }.counter .desc_wrapper .number-wrapper { font-size: 35px; line-height: 35px;}.counter .desc_wrapper .title { font-size: 13px; line-height: 26px;}.faq .question .title { font-size: 13px; }.fancy_heading .title { font-size: 30px; line-height: 30px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 26px; line-height: 26px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 26px; line-height: 26px; }.pricing-box .plan-header h2 { font-size: 21px; line-height: 21px; }.pricing-box .plan-header .price > span { font-size: 32px; line-height: 32px; }.pricing-box .plan-header .price sup.currency { font-size: 14px; line-height: 14px; }.pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;}.quick_fact .number { font-size: 60px; line-height: 60px;}.trailer_box .desc h2 { font-size: 21px; line-height: 21px; }}.with_aside .sidebar.columns {width: 23%;}.with_aside .sections_group {width: 77%;}.aside_both .sidebar.columns {width: 18%;}.aside_both .sidebar.sidebar-1{ margin-left: -82%;}.aside_both .sections_group {width: 64%;margin-left: 18%;}@media only screen and (min-width:1240px){#Wrapper, .with_aside .content_wrapper {max-width: 1240px;}.section_wrapper, .container {max-width: 1220px;}.layout-boxed.header-boxed #Top_bar.is-sticky{max-width: 1240px;}}@media only screen and (max-width: 767px){.section_wrapper,.container,.four.columns .widget-area { max-width: 700px !important; }}#Top_bar #logo,.header-fixed #Top_bar #logo,.header-plain #Top_bar #logo,.header-transparent #Top_bar #logo {height: 60px;line-height: 60px;padding: 15px 0;}.logo-overflow #Top_bar:not(.is-sticky) .logo {height: 90px;}#Top_bar .menu > li > a {padding: 15px 0;}.menu-highlight:not(.header-creative) #Top_bar .menu > li > a {margin: 20px 0;}.header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) {line-height: 90px;}.header-fixed #Top_bar .menu > li > a {padding: 30px 0;}#Top_bar .top_bar_right,.header-plain #Top_bar .top_bar_right {height: 90px;}#Top_bar .top_bar_right_wrapper { top: 25px;}.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {line-height: 90px;}.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {height: 90px;}@media only screen and (max-width: 767px){#Top_bar a.responsive-menu-toggle { top: 40px;}.mobile-header-mini #Top_bar #logo{height:50px!important;line-height:50px!important;margin:5px 0;}}.twentytwenty-before-label::before { content: "Before";}.twentytwenty-after-label::before { content: "After";}#Side_slide{right:-250px;width:250px;}.blog-teaser li .desc-wrapper .desc{background-position-y:-1px;} </style> <!--[if lt IE 9]> <script id="mfn-html5" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="http://www.efe.my/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.4.3.1 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript">function setREVStartSize(e){ try{ var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type="text/css" data-type="vc_custom-css">.ultb3-title { font-size: 30px; font-weight: 700 !important; color: #9acc56; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; margin-top: 30px; } .ultb3-desc { margin-top: 20px; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; color: #ffffff !important; min-height: 200px; }</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1507046360546{background-color: #37c4eb !important;}.vc_custom_1574301621574{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/16252437_l.jpg?id=6328) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301638406{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0000_1-1.jpg?id=6331) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301651816{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0001_2-1.jpg?id=6332) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301665686{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0007a.jpg?id=6337) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301681630{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/Malaysia-Manufacturer.jpg?id=6329) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301695890{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0003_4-1.jpg?id=6333) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301713121{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0003_4-1-1.jpg?id=6334) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301725780{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0004_5-1.jpg?id=6335) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301739044{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/why-exhibit_0006.jpg?id=6336) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1574301754044{background-image: url(http://www.efe.my/wp-content/uploads/2019/11/visitor-profile.jpg?id=6330) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <!-- body --> <body class="page-template-default page page-id-323 cookies-not-set template-slider color-custom style-default button-default layout-full-width header-transparent header-fw sticky-header sticky-tb-color ab-show subheader-title-left mobile-tb-center mobile-mini-mr-ll be-2061 wpb-js-composer js-comp-ver-5.4.5 vc_responsive"> <!-- mfn_hook_top --><!-- mfn_hook_top --> <!-- #Wrapper --> <div id="Wrapper"> <!-- #Header_bg --> <div id="Header_wrapper" > <!-- #Header --> <header id="Header"> <div id="Action_bar"> <div class="container"> <div class="column one"> <ul class="contact_details"> <li class="slogan"><h7><b>3 - 6 March 2026 l KLCC, Malaysia</b></h7> <a href="https://efe2025.thebluelobby.com/register" class="reg" target="_blank" ><h8><b>Register Now</b></h8></a></li> </ul> <ul class="social"></ul> </div> </div> </div> <!-- .header_placeholder 4sticky --> <div class="header_placeholder"></div> <div id="Top_bar" class="loading"> <div class="container"> <div class="column one"> <div class="top_bar_left clearfix"> <!-- Logo --> <div class="logo"><a id="logo" href="http://www.efe.my" title="EFE Expo" data-height="60" data-padding="15"><img class="logo-main scale-with-grid" src="http://www.efe.my/wp-content/uploads/2019/11/efe-logo-1.png" data-retina="" data-height="60" alt="efe-logo" /><img class="logo-sticky scale-with-grid" src="http://www.efe.my/wp-content/uploads/2019/11/efe-logo-1.png" data-retina="" data-height="60" alt="efe-logo" /><img class="logo-mobile scale-with-grid" src="http://www.efe.my/wp-content/uploads/2019/11/efe-logo-1.png" data-retina="" data-height="60" alt="efe-logo" /><img class="logo-mobile-sticky scale-with-grid" src="http://www.efe.my/wp-content/uploads/2019/11/efe-logo-1.png" data-retina="" data-height="60" alt="efe-logo" /></a></div> <div class="menu_wrapper"> <nav id="menu"><ul id="menu-main-menu" class="menu menu-main"><li id="menu-item-220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#"><span><b>The Show</b></span></a> <ul class="sub-menu"> <li id="menu-item-219" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/about-efe/"><span><b>About EFE</b></span></a></li> <li id="menu-item-218" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/efe-2024-fact-sheet/"><span><b>EFE 2026 Fact Sheet</b></span></a></li> <li id="menu-item-217" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/the-venue/"><span><b>The Venue</b></span></a></li> <li id="menu-item-216" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/endorsing-supporting-units/"><span><b>Endorsing &#038; Supporting Units</b></span></a></li> </ul> </li> <li id="menu-item-1544" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Exhibitors</b></span></a> <ul class="sub-menu"> <li id="menu-item-293" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/why-exhibit/"><span><b>Why Exhibit?</b></span></a></li> <li id="menu-item-292" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/book-a-space/"><span><b>Book a Space</b></span></a></li> <li id="menu-item-291" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/sales-kit/"><span><b>Sales Kit</b></span></a></li> <li id="menu-item-1743" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://www.efe.my/form/"><span><b>Exhibitor Handbook Login</b></span></a></li> <li id="menu-item-321" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/advertising-package/"><span><b>Advertising Package</b></span></a></li> <li id="menu-item-1235" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/world-furniture-fairs-calendar/"><span><b>World Furniture Fairs Calendar </b></span></a></li> </ul> </li> <li id="menu-item-328" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children"><a><span><b>Visitors</b></span></a> <ul class="sub-menu"> <li id="menu-item-7297" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://online.efe.my/#exhibitors"><span><b>Exhibitor Listing</b></span></a></li> <li id="menu-item-329" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-323 current_page_item"><a href="http://www.efe.my/why-visit/"><span><b>Why Visit?</b></span></a></li> <li id="menu-item-365" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/admission/"><span><b>Admission</b></span></a></li> <li id="menu-item-364" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/group-visitor/"><span><b>Group Visitor</b></span></a></li> <li id="menu-item-387" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/frequently-asked-question/"><span><b>Frequently Asked Question</b></span></a></li> <li id="menu-item-8090" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://www.efe.my/freestay/"><span><b>Free Stay with EFE</b></span></a></li> <li id="menu-item-1601" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/efe2025-thebluelobby-com-register-4/"><span><b>Register Now</b></span></a></li> </ul> </li> <li id="menu-item-388" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Our Services</b></span></a> <ul class="sub-menu"> <li id="menu-item-432" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/hotel-reservation/"><span><b>Hotel Reservation</b></span></a></li> <li id="menu-item-435" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Visa Assistance Application</b></span></a> <ul class="sub-menu"> <li id="menu-item-433" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.imi.gov.my/index.php/en/main-services/visa/visa-requirement-by-country"><span><b>Information</b></span></a></li> <li id="menu-item-437" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://www.efe.my/wp-content/uploads/2022/01/2023-VISA-INVITATION-LETTER-APPLICATION.pdf"><span><b>Visa Invitation Letter Application</b></span></a></li> </ul> </li> <li id="menu-item-1589" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/other-services/"><span><b>Other services</b></span></a></li> </ul> </li> <li id="menu-item-469" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Media</b></span></a> <ul class="sub-menu"> <li id="menu-item-575" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/spotlight/"><span><b>EFE 2025 eBook</b></span></a></li> <li id="menu-item-525" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/media-partners/"><span><b>Media Partners</b></span></a></li> <li id="menu-item-475" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://efe.1id.my/user/login"><span><b>Media Registration</b></span></a></li> <li id="menu-item-524" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/media-coverage-advertisement/"><span><b>Media Coverage &#038; Advertisement</b></span></a></li> <li id="menu-item-523" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/press-release/"><span><b>Press Release</b></span></a></li> <li id="menu-item-576" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/media-download/"><span><b>Media Download</b></span></a></li> <li id="menu-item-1131" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/photo-gallery/"><span><b>Photo Gallery</b></span></a></li> <li id="menu-item-574" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/video-gallery/"><span><b>Video Gallery</b></span></a></li> </ul> </li> <li id="menu-item-1545" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Contact Us</b></span></a> <ul class="sub-menu"> <li id="menu-item-592" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/the-team/"><span><b>The Team</b></span></a></li> <li id="menu-item-591" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/official-partners-vendors/"><span><b>Official Partners &#038; Vendors</b></span></a></li> <li id="menu-item-590" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/supporting-government-agency/"><span><b>Supporting Government Agency</b></span></a></li> </ul> </li> <li id="menu-item-2427" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a><span><b>Event Highlights</b></span></a> <ul class="sub-menu"> <li id="menu-item-2411" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/opening-ceremony/"><span><b>Opening Ceremony</b></span></a></li> <li id="menu-item-2409" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/event-highlights/mfca/"><span><b>Malaysian Furniture Creativity Awards (MFC Awards)</b></span></a></li> <li id="menu-item-2412" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/professional-design-program-mtib/"><span><b>Malaysian Timber Industry Board (MTIB) Booth</b></span></a></li> <li id="menu-item-2413" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.efe.my/onlinebusinessmatching/"><span><b>EFE Online Business Matching</b></span></a></li> </ul> </li> </ul></nav><a class="responsive-menu-toggle " href="#"><i class="icon-menu-fine"></i></a> </div> <div class="secondary_menu_wrapper"> <!-- #secondary-menu --> </div> <div class="banner_wrapper"> </div> <div class="search_wrapper"> <!-- #searchform --> <form method="get" id="searchform" action="http://www.efe.my/"> <i class="icon_search icon-search-fine"></i> <a href="#" class="icon_close"><i class="icon-cancel-fine"></i></a> <input type="text" class="field" name="s" placeholder="Enter your search" /> <input type="submit" class="submit" value="" style="display:none;" /> </form> </div> </div> <div class="top_bar_right"><div class="top_bar_right_wrapper"><a id="search_button" href="#"><i class="icon-search-fine"></i></a></div></div> </div> </div> </div> <div class="mfn-main-slider" id="mfn-rev-slider"><link href="http://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet" property="stylesheet" type="text/css" media="all"> <div id="rev_slider_14_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.3.1 fullwidth mode --> <div id="rev_slider_14_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.3.1"> <ul> <!-- SLIDE --> <li data-index="rs-26" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="http://www.efe.my/wp-content/uploads/2019/11/Subheader_visitors.jpg" alt="" title="Subheader_visitors" width="1900" height="500" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-26-layer-3" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['top','top','top','top']" data-voffset="['0','0','0','0']" data-width="2301" data-height="424" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;background:linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(10,10,10,1.00) 0%, rgba(10,10,10,0.00) 100%, rgba(10,10,10,0) 100%);"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-26-layer-1" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']" data-width="['530','530','530','381']" data-height="none" data-whitespace="normal" data-type="text" data-responsive_offset="on" data-frames='[{"delay":10,"speed":1500,"frame":"0","from":"x:[175%];y:0px;z:0;rX:0;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:1;","mask":"x:[-100%];y:0;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]' data-textAlign="['center','center','center','center']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; min-width: 530px; max-width: 530px; white-space: normal; font-size: 24px; line-height: 30px; font-weight: 600; color: #ffffff; letter-spacing: 10px;font-family:Open Sans;text-transform:uppercase;">Why Visit? </div> </li> </ul> <div style="" class="tp-static-layers"> <!-- LAYER NR. 3 --> <div class="tp-caption tp-resizeme tp-static-layer" id="slider-14-layer-5" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['bottom','bottom','bottom','bottom']" data-voffset="['0','0','0','0']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="image" data-actions='[{"event":"click","action":"scrollbelow","offset":"px","delay":"","speed":"500","ease":"Power4.easeInOut"}]' data-responsive_offset="on" data-startslide="0" data-endslide="0" data-frames='[{"delay":0,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 7;"> <div class="rs-looped rs-slideloop" data-easing="" data-speed="1" data-xs="0" data-xe="0" data-ys="5" data-ye="0"><img src="http://efe.my/wp-content/uploads/2017/10/down-arrow.png" alt="" data-ww="['44px','44px','44px','44px']" data-hh="['44px','44px','44px','44px']" data-no-retina> </div></div> </div> <div class="tp-bannertimer" style="height: 5px; background: rgba(0,0,0,0.15);"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> setREVStartSize({c: jQuery('#rev_slider_14_1'), responsiveLevels: [1240,1024,778,320], gridwidth: [1240,1024,778,480], gridheight: [500,400,400,400], sliderLayout: 'fullwidth'}); var revapi14, tpj=jQuery; tpj(document).ready(function() { if(tpj("#rev_slider_14_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_14_1"); }else{ revapi14 = tpj("#rev_slider_14_1").show().revolution({ sliderType:"standard", jsFileLocation:"//www.efe.my/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { onHoverStop:"off", }, responsiveLevels:[1240,1024,778,320], visibilityLevels:[1240,1024,778,320], gridwidth:[1240,1024,778,480], gridheight:[500,400,400,400], lazyType:"none", shadow:0, spinner:"spinner2", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); } }); /*ready*/ </script> <script> var htmlDivCss = ' #rev_slider_14_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; } '; var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; } else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>'; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); } </script> </div><!-- END REVOLUTION SLIDER --></div> </header> </div> <!-- mfn_hook_content_before --><!-- mfn_hook_content_before --> <!-- #Content --> <div id="Content"> <div class="content_wrapper clearfix"> <!-- .sections_group --> <div class="sections_group"> <div class="entry-content" itemprop="mainContentOfPage"> <div class="section the_content has_content"><div class="section_wrapper"><div class="the_content_wrapper"><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid subtitle vc_custom_1507046360546 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <h3 style="text-align: center;">REASONS OF WHY VISIT EFE</h3> </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1574301621574 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88e98cb" data-id="67f58c88e98cb" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="text-align: center;">Endorsed by the government attesting to the quality and international appeal of our show, you are assured of reaching a significant number of regional and international trade visitors. With our good track record, EFE showcases a diverse selection of the latest offerings on furniture and furnishings with excellent product mix. Organized by the industry, for the industry, EFE knows how to connect buyers with the world’s market leaders. Bringing together Malaysia&#8217;s leading manufacturers including manufacturers from the Asian Region to present a large selection of high quality furniture products. The event is set to unveil the latest in furniture designs for commercial, residential and retail industry. Enjoy a rewarding experience in KL, a city with distinctive blend of tourism offerings from vibrant night life to ethnic culture and culinary delights where EFE is held. Acknowledged as one of the main tradeshows in the region, it is expected to generate optimum buying and selling opportunities. With a wide range of exhibitors, EFE makes it easier to fulfill your business needs.</p> </div> </div> <div class="ult-spacer spacer-67f58c88e9a62" data-id="67f58c88e9a62" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88ea7e0" data-id="67f58c88ea7e0" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>World class furniture</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Export Furniture Exhibition (EFE) is once again set to attract more international buyers and make waves, showcasing furniture of outstanding designs and quality with a variety of world class furniture. See high quality products by dependable, creative and trustworthy exhibitors at this premier meeting platform of renowned industry players.</p> </div> </div> <div class="ult-spacer spacer-67f58c88eab2f" data-id="67f58c88eab2f" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301638406"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="efe-row-reverse" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301651816"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88ebe2e" data-id="67f58c88ebe2e" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Malaysian Made Furniture</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Blessed with rich timber resources, Malaysia’s furniture industry has thrived for over two decades. The support of the huge upstream forestry, logging and sawmilling industries has contributed positively to the success of the downstream wood processing sector. Through the years, the Malaysian furniture industry has matured and in the process garnered a reputation as a reliable manufacturer offering high quality products.</p> <p>Malaysian furniture products are priced competitively thus securing its export to over 160 countries. Its furniture industry contributes significantly to the country’s foreign earnings. For several years now, it has continued to hold the title as the third largest furniture exporter in Asia after China and Vietnam, and ranks amongst the top 10 globally.</p> </div> </div> <div class="ult-spacer spacer-67f58c88ec0f7" data-id="67f58c88ec0f7" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88ecc8f" data-id="67f58c88ecc8f" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>A Treasure Forever</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Malaysia values its forests for their significant socio-economic and environmental functions. Buyers are assured that Malaysian timber products are manufactured from raw materials sourced from sustainably managed forests.</p> <p>The use of high-quality timber species and materials along with the application of hi-tech manufacturing methods and designs further ensure the acceptance and admiration of Malaysian furniture, in particular wooden furniture, in the international marketplace. Towards more efficiency and flexibility, the industry has diversified into the use of laminated timber products, reconstituted panels and overlaid plywood, amongst others. <a href="http://mtc.com.my/images/publication/193/Malaysian_Wood-Based_Furniture.pdf" target="_blank" rel="noopener">Read more</a></p> </div> </div> <div class="ult-spacer spacer-67f58c88ecf1b" data-id="67f58c88ecf1b" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301665686"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="efe-row-reverse" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301681630"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88ee140" data-id="67f58c88ee140" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Malaysian Manufacturers</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Trade directly with manufacturers where great partnerships, greater prosperity and limitless opportunities awaits. Explore a vibrant collection of leading furniture manufacturers along with an outstanding showcase of accessories, all conveniently located in one fun-to-shop destination. More than 400 exhibitors are ready to offer you an extensive product range and choices to give your business the opportunity it deserves.</p> </div> </div> <div class="ult-spacer spacer-67f58c88ee3e7" data-id="67f58c88ee3e7" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88eeeb6" data-id="67f58c88eeeb6" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>World class Facilities</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Held in Malaysia’s top world class exhibition venue at Kuala Lumpur Convention Centre (KLCC). KLCC with a reputation as one of the best M.I.C.E places in the region has won over 25 international, regional and national awards since 2008, barely 3 years after opening in 2005. It is the city’s most technologically–advanced, purpose-built facility for international, regional and local conventions, tradeshows, public exhibitions, entertainment and even, intimate private functions. Visitors are assured of comfort and convenience.</p> </div> </div> <div class="ult-spacer spacer-67f58c88ef16a" data-id="67f58c88ef16a" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301695890"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="efe-row-reverse" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301713121"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88f02a1" data-id="67f58c88f02a1" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Courteous Service</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>We will set up Airport courtesy several counters at KLIA &amp; KLIA2 to receive you. We provide “Free Shuttle Service” from KLIA, city centre and our partner hotels to exhibition venue and vice versa. Quality service and hospitality by professionals to cater to your needs to make your stay a memorable one. <a href="http://www.efe.my/our-services/shuttle-service/">Read more</a></p> </div> </div> <div class="ult-spacer spacer-67f58c88f0515" data-id="67f58c88f0515" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88f0f97" data-id="67f58c88f0f97" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>One-Stop Sourcing Centre (Malaysian)</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>One-stop buying centre offering furniture with uncompromising quality and uniqueness.</p> </div> </div> <div class="ult-spacer spacer-67f58c88f11f2" data-id="67f58c88f11f2" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301725780"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="efe-row-reverse" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301739044"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88f217d" data-id="67f58c88f217d" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>International Gateway</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Gateway for international players to penetrate the regional market. EFE is the most representative international furniture fair in Malaysia by the industry for the industry. A ‘must visit’ international event not to be missed!</p> </div> </div> <div class="ult-spacer spacer-67f58c88f242a" data-id="67f58c88f242a" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="ult-spacer spacer-67f58c88f2f58" data-id="67f58c88f2f58" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Visitor’s Profile</h3> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Interior Designer, Architect, Traders, Retailers, Developers, Manufacturers, Buying Agents, Hotels/ Resorts, Importers/ Exporters.</p> </div> </div> <div class="ult-spacer spacer-67f58c88f31f9" data-id="67f58c88f31f9" data-height="30" data-height-mobile="30" data-height-tab="30" data-height-tab-portrait="30" data-height-mobile-landscape="30" style="clear:both;display:block;"></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1574301754044"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50vh" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div></div></div> <div class="section section-page-footer"> <div class="section_wrapper clearfix"> <div class="column one page-pager"> </div> </div> </div> </div> </div> <!-- .four-columns - sidebar --> </div> </div> <!-- mfn_hook_content_after --><!-- mfn_hook_content_after --> <!-- #Footer --> <footer id="Footer" class="clearfix"> <div class="widgets_wrapper" style=""><div class="container"><div class="column one-fifth"><aside id="black-studio-tinymce-2" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Home</strong></p> <p><a href="http://efe.my/">EFE </a><a href="http://efe.my/"><br /> </a></p> <p><strong>The Show</strong></p> <p><a href="http://efe.my/the-show/about-efe/">About EFE</a><br /> <a href="http://www.efe.my/efe-2024-fact-sheet/">EFE 2025 Fact Sheet</a><br /> <a href="http://efe.my/the-show/the-venue/">The venue</a><br /> <a href="http://efe.my/the-show/endorsing-supporting-units/">Endorsing &amp; Supporting Units</a></p> </div></aside></div><div class="column one-fifth"><aside id="black-studio-tinymce-3" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Exhibitors</strong></p> <p><a href="http://efe.my/exhibitors/why-exhibit/">Why Exhibit?</a><br /> <a href="http://efe.my/exhibitors/book-a-space/">Book a space</a><br /> <a href="http://efe.my/exhibitors/sales-kit/">Sales Kit</a><br /> <a href="http://efe.my/form/">Exhibitor Login</a><br /> <a href="http://efe.my/exhibitors/advertising-package/">Advertising Package</a><br /> <a href="http://efe.my/exhibitors/world-furniture-fairs-calendar/">World Furniture Fairs Calendar</a></p> <p><strong>Visitors</strong></p> <p><a href="http://efe.my/visitors/why-visit/">Why Visit?</a><br /> <a href="http://www.efe.my/registration/">Register Now</a><br /> <a href="http://efe.my/visitors/admission/">Admission</a><br /> <a href="http://efe.my/visitors/group-visitor/">Group Visitor</a><br /> <a href="http://efe.my/visitors/exhibitor-listing/">Exhibitor List</a><br /> <a href="http://www.efe.my/freestay/">Free Stay with EFE</a><br /> <a href="http://efe.my/visitors/frequently-asked-question/">FAQ</a></p> </div></aside></div><div class="column one-fifth"><aside id="black-studio-tinymce-5" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Our Services</strong></p> <p><a href="http://efe.my/our-services/hotel-reservation/">Hotel Reservation</a><br /> <a href="http://www.efe.my/buyers-introduction-program-bip/">Buyer Program</a><br /> <a href="http://www.imi.gov.my/index.php/en/main-services/visa/visa-requirement-by-country" target="_blank" rel="noopener">Visa Assistance Application</a><br /> <a href="http://efe.my/our-services/other-services/">Other services</a></p> <p><strong>Event</strong></p> <p><a href="http://efe.my/event-highlights/">Event Highlights</a></p> </div></aside></div><div class="column one-fifth"><aside id="black-studio-tinymce-6" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Media Center</strong></p> <p><a href="http://efe.my/media-center/media-partners/">Media Partners</a><br /> <a href="https://efe.1id.my/user/login" target="_blank" rel="noopener">Media Registration</a><br /> <a href="http://www.efe.my/media-coverage-advertisement/">Media Coverage and Advertisement</a><br /> <a href="http://efe.my/media-center/press-release/">Press Release</a><br /> <a href="http://efe.my/media-center/e-newsletter/">E-newsletter</a><br /> <a href="http://efe.my/media-center/media-download/">Media Download</a><br /> <a href="http://efe.my/media-center/spotlight/">Spotlight</a><br /> <a href="http://efe.my/media-center/photo-gallery/">Photo Gallery</a><br /> <a href="http://efe.my/media-center/video-gallery/">Video Gallery</a></p> </div></aside></div><div class="column one-fifth"><aside id="black-studio-tinymce-8" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Subscribe Us</strong><br /> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gf_simple_horizontal_wrapper' id='gform_wrapper_1' ><form method='post' enctype='multipart/form-data' id='gform_1' class='gf_simple_horizontal' action='/why-visit/'> <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' /> <div class='gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id='field_1_1' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_1' >Email</label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_1_1' type='text' value='' class='medium' aria-invalid="false"/> </div></li> </ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Subscribe' onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='1' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjE4Yzk3MTAwMjVkODk4NTkwYTQ3OWQxYjMzMzA2ODQyIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type='text/javascript'> jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 1) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script></p> </div></aside><aside id="black-studio-tinymce-7" class="widget widget_black_studio_tinymce"><div class="textwidget"><p><strong>Contact Us</strong></p> <p><a href="http://efe.my/contact-us/the-team/">The Team</a><br /> <a href="http://efe.my/contact-us/official-partners-vendors/">Official Partners &amp; Vendors</a><br /> <a href="http://efe.my/contact-us/supporting-government-agency/">Supporting Government Agency</a></p> <p><a href="https://www.facebook.com/exportfurnitureexhibition/" target="_blank" rel="noopener"><img class="alignnone wp-image-1675" src="http://www.efe.my/wp-content/uploads/2019/11/facebook-300x300.png" alt="" width="30" height="30" /> </a><a href="https://www.youtube.com/channel/UCnTUD1odtrA2A75YpkSjMYg" target="_blank" rel="noopener"><img class="alignnone wp-image-6540" src="http://www.efe.my/wp-content/uploads/2019/12/youtube-1024x721.png" alt="" width="40" height="28" /></a></p> </div></aside></div></div></div> <div class="footer_copy"> <div class="container"> <div class="column one"> <a id="back_to_top" class="button button_js" href=""><i class="icon-up-open-big"></i></a> <!-- Copyrights --> <div class="copyright"> Copyright 2017 © EFE. Designed by <a href="https://www.shockmediastudio.com/">SHOCK - Digital Marketing Agency Malaysia</a>. </div> <ul class="social"></ul> </div> </div> </div> </footer> </div><!-- #Wrapper --> <!-- mfn_hook_bottom --><!-- mfn_hook_bottom --> <!-- wp_footer() --> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <link rel='stylesheet' id='gforms_reset_css-css' href='http://www.efe.my/wp-content/plugins/gravityforms/css/formreset.css?ver=2.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='http://www.efe.my/wp-content/plugins/gravityforms/css/formsmain.css?ver=2.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='http://www.efe.my/wp-content/plugins/gravityforms/css/readyclass.css?ver=2.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_browsers_css-css' href='http://www.efe.my/wp-content/plugins/gravityforms/css/browsers.css?ver=2.3.6' type='text/css' media='all' /> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/accordion.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/js/plugins.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/js/menu.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/assets/animations/animations.min.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/assets/jplayer/jplayer.min.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/js/parallax/translate3d.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/js/parallax/smoothscroll.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/themes/betheme/js/scripts.js?ver=20.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/comment-reply.js?ver=4.9.8'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var tg_global_var = {"url":"http:\/\/www.efe.my\/wp-admin\/admin-ajax.php","nonce":"164ce28b6c","is_mobile":null,"mediaelement":"","mediaelement_ex":null,"lightbox_autoplay":"","debounce":"","meta_data":null,"main_query":{"page":0,"pagename":"why-visit","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"why-visit","static":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"lazy_load_term_meta":true,"update_post_meta_cache":true,"post_type":"","posts_per_page":4,"nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"}}; /* ]]> */ </script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/the-grid/frontend/assets/js/the-grid.min.js?ver=2.5.0'></script> <script type='text/javascript' src='http://www.efe.my/wp-includes/js/wp-embed.js?ver=4.9.8'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.4.5'></script> <script type="text/javascript">var to_like_post = {"url":"http://www.efe.my/wp-admin/admin-ajax.php","nonce":"e55a0fb757"};jQuery.noConflict(),function(a){"use strict";a(document).ready(function(){a(document).on("click",".to-post-like:not('.to-post-like-unactive')",function(b){b.preventDefault();var c=a(this),d=c.data("post-id"),e=parseInt(c.find(".to-like-count").text());return c.addClass("heart-pulse"),a.ajax({type:"post",url:to_like_post.url,data:{nonce:to_like_post.nonce,action:"to_like_post",post_id:d,like_nb:e},context:c,success:function(b){b&&(c=a(this),c.attr("title",b.title),c.find(".to-like-count").text(b.count),c.removeClass(b.remove_class+" heart-pulse").addClass(b.add_class))}}),!1})})}(jQuery);</script> <div id="cookie-notice" role="banner" class="cn-bottom wp-default" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">This website uses cookies to ensure you get the best experience on our website.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button wp-default button">Ok</a> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10