CINXE.COM
Malaysia EFE Expo - Export Furniture Exhibition | Exposition
<!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="EFE 2020 Malaysia, is an Asian International Furniture Fair, gather worldwide Manufacturer, Buyers, Importers, Exporters, Buying Agents, Traders, Dealers, Distributors" /> <meta name="keywords" content="Malaysia EFE Expo, Export Furniture Exhibition, Exposition, EFE 2020 Malaysia, Asian International Furniture Fair, worldwide Manufacturer, Buyers, Importers, Exporters, Buying Agents, Traders, Dealers, Distributors" /> <!-- 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>Malaysia EFE Expo - Export Furniture Exhibition | Exposition</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 » Feed" href="http://www.efe.my/feed/" /> <link rel="alternate" type="application/rss+xml" title="EFE Expo » Comments Feed" href="http://www.efe.my/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="EFE Expo » Home Comments Feed" href="http://www.efe.my/home-2/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&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&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&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&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&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='popup-maker-site-css' href='//www.efe.my/wp-content/uploads/pum/pum-site-styles.css?generated&ver=1.7.30' 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='ult-countdown-css' href='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-css/countdown.min.css?ver=3.16.21' type='text/css' media='all' /> <link rel='stylesheet' id='ultimate-fancytext-style-css' href='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fancytext.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> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countdown.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/count-timer.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/" /> <link rel='shortlink' href='http://www.efe.my/' /> <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%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%2F&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 = '253b595cb7'; 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">#home_services img { text-align:center; }</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1695279620146{background-color: #9acb56 !important;}.vc_custom_1507091443281{margin-bottom: 0px !important;}.vc_custom_1507091443281{margin-bottom: 0px !important;}.vc_custom_1509439368839{background-image: url(http://www.efe.my/wp-content/uploads/2016/11/home-bg_1.jpg?id=54) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1507016286700{background-color: #38c5ee !important;}.vc_custom_1507091455389{margin-bottom: 0px !important;}.vc_custom_1507024408712{background-color: #181414 !important;}.vc_custom_1695279579375{background-color: #9acb56 !important;}.vc_custom_1593071009923{background-color: #9acb56 !important;}.vc_custom_1615355218340{background-color: #9acb56 !important;}.vc_custom_1615355218340{background-color: #9acb56 !important;}.vc_custom_1506932329411{margin-bottom: 0px !important;}.vc_custom_1506932329411{margin-bottom: 0px !important;}.vc_custom_1506932329411{margin-bottom: 0px !important;}.vc_custom_1590569267208{background-color: #ed2134 !important;}.vc_custom_1506932329411{margin-bottom: 0px !important;}.vc_custom_1576575562230{margin-bottom: 15px !important;}.vc_custom_1506995568786{background-color: #9acb56 !important;}.vc_custom_1506932329411{margin-bottom: 0px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <!-- body --> <body class="home page-template-default page page-id-2 cookies-not-set 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 & 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 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"><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 & 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 & 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> </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"><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 " > <div class="wpb_wrapper"> <div id="rev_slider_1_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_1_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.3.1"> <ul> <!-- SLIDE --> <li data-index="rs-91" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/10/small-e1730082992729-100x50.png" 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/2024/10/small-e1730082992729.png" alt="" title="small" width="1241" height="869" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-95" data-transition="fade" data-slotamount="7" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2025/04/5.-Website-Banner_1000x600px_OPT-2_FAOL-100x50.png" 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/2025/04/5.-Website-Banner_1000x600px_OPT-2_FAOL.png" alt="" title="5. Website Banner_1000x600px_OPT 2_FAOL" width="2084" height="1251" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-63" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/03/EFE-25-100x50.jpg" 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/2024/03/EFE-25.jpg" alt="" title="EFE-2024" width="4817" height="3211" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-3" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/03/DSC07552-100x50.jpg" 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/2024/03/DSC07552.jpg" alt="" title="DSC07552" width="3600" height="2400" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-34" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/03/VI101309-100x50.jpg" 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/2024/03/VI101309.jpg" alt="" title="VI101309" width="4906" height="3271" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-5" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/03/VI101380-1-100x50.jpg" 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/2024/03/VI101380-1.jpg" alt="" title="VI101380" width="4906" height="2678" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-39" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2024/03/VI209483-100x50.jpg" 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/2024/03/VI209483.jpg" alt="" title="VI209483" width="4906" height="2842" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-index="rs-35" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="http://www.efe.my/wp-content/uploads/2018/01/klcc-Night_2-100x50.jpg" 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/2018/01/klcc-Night_2.jpg" alt="" title="klcc-Night_2" width="1214" height="1078" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> </li> </ul> <div style="" class="tp-static-layers"> <!-- LAYER NR. 1 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme tp-static-layer" id="slider-1-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="2500" data-height="200" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-startslide="0" data-endslide="7" 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: 5;background:linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(10,10,10,0) 100%);"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme tp-static-layer" id="slider-1-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":"Power1.easeInOut"}]' data-responsive_offset="on" data-startslide="0" data-endslide="7" 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: 6;"> <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> <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> <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_1_1'), responsiveLevels: [1240,1024,778,320], gridwidth: [1240,1024,778,480], gridheight: [820,600,960,720], sliderLayout: 'fullwidth'}); var revapi1, tpj=jQuery; tpj(document).ready(function() { if(tpj("#rev_slider_1_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_1_1"); }else{ revapi1 = tpj("#rev_slider_1_1").show().revolution({ sliderType:"standard", jsFileLocation:"//www.efe.my/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { keyboardNavigation:"off", keyboard_direction: "horizontal", mouseScrollNavigation:"off", mouseScrollReverse:"default", onHoverStop:"off", arrows: { style:"uranus", enable:true, hide_onmobile:false, hide_onleave:false, tmp:'', left: { h_align:"left", v_align:"center", h_offset:20, v_offset:0 }, right: { h_align:"right", v_align:"center", h_offset:20, v_offset:0 } } }, responsiveLevels:[1240,1024,778,320], visibilityLevels:[1240,1024,778,320], gridwidth:[1240,1024,778,480], gridheight:[820,600,960,720], 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_1_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> <script> var htmlDivCss = unescape("%23rev_slider_1_1%20.uranus.tparrows%20%7B%0A%20%20width%3A50px%3B%0A%20%20height%3A50px%3B%0A%20%20background%3Argba%28255%2C255%2C255%2C0%29%3B%0A%20%7D%0A%20%23rev_slider_1_1%20.uranus.tparrows%3Abefore%20%7B%0A%20width%3A50px%3B%0A%20height%3A50px%3B%0A%20line-height%3A50px%3B%0A%20font-size%3A40px%3B%0A%20transition%3Aall%200.3s%3B%0A-webkit-transition%3Aall%200.3s%3B%0A%20%7D%0A%20%0A%20%20%23rev_slider_1_1%20.uranus.tparrows%3Ahover%3Abefore%20%7B%0A%20%20%20%20opacity%3A0.75%3B%0A%20%20%7D%0A"); 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> </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_1695279620146 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-has-fill"><div class="vc_column-inner vc_custom_1695279579375"><div class="wpb_wrapper"><div class="ult-spacer spacer-67f0e26d9c59c" data-id="67f0e26d9c59c" data-height="30" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div><div id="uvc-type-wrap-1419" data-ultimate-target='#uvc-type-wrap-1419' data-responsive-json-new='{"font-size":"desktop:50px;","line-height":"desktop:50px;"}' class="uvc-type-wrap ult-adjust-bottom-margin ult-responsive uvc-type-align-center uvc-type-no-prefix uvc-wrap-2227267f0e26d9c5e0" style="font-weight:bold;text-align:center;"><span id="typed-2227267f0e26d9c5e0" class="ultimate-typed-main " style="color:#ffffff;"></span><script type="text/javascript"> jQuery(function($){ $(document).ready(function(){ if( typeof jQuery("#typed-2227267f0e26d9c5e0").typed == "function"){ $("#typed-2227267f0e26d9c5e0").typed({ strings: ["EFE 2025 e-Book"], typeSpeed: 35, backSpeed: 0, startDelay: 200, backDelay: 1500, loop: true, loopCount: false, showCursor: true, cursorChar: "|", attr: null }); } }); }); </script></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 fullwidthrow vc_custom_1507091443281 vc_row-no-padding vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1593071009923"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1506932329411"><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="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><img class="aligncenter wp-image-9405 size-large" src="http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-806x1024.png" alt="" width="806" height="1024" srcset="http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-806x1024.png 806w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-236x300.png 236w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-768x976.png 768w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-500x635.png 500w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-115x146.png 115w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-39x50.png 39w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01-59x75.png 59w, http://www.efe.my/wp-content/uploads/2025/02/spotlight-cover-by-acg-01.png 1241w" sizes="(max-width: 806px) 100vw, 806px" /></p> </div> </div> <div class="vc_btn3-container vc_btn3-center" > <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" href="https://online.fliphtml5.com/bsenn/snkl/" title="">Read More</a></div> <div class="ult-spacer spacer-67f0e26d9dc32" data-id="67f0e26d9dc32" data-height="60" 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-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1615355218340"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1506932329411"><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="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><img class="aligncenter wp-image-9415 size-large" src="http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-717x1024.png" alt="" width="717" height="1024" srcset="http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-717x1024.png 717w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-210x300.png 210w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-768x1097.png 768w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-500x714.png 500w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-102x146.png 102w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-35x50.png 35w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01-53x75.png 53w, http://www.efe.my/wp-content/uploads/2025/02/show-guide-cover-ebook-01.png 1117w" sizes="(max-width: 717px) 100vw, 717px" /></p> </div> </div> <div class="vc_btn3-container vc_btn3-center" > <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" href="https://online.efe.my" title="">Read More</a></div> <div class="ult-spacer spacer-67f0e26d9ebfa" data-id="67f0e26d9ebfa" data-height="60" 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-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1615355218340"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1506932329411"><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="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><img class="aligncenter wp-image-9410 size-large" src="http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-1024x997.png" alt="" width="1024" height="997" srcset="http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-1024x997.png 1024w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-300x292.png 300w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-768x748.png 768w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-500x487.png 500w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-150x146.png 150w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-50x50.png 50w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01-77x75.png 77w, http://www.efe.my/wp-content/uploads/2025/02/FINAL-efe2025-showdirectory-cover-design-03-01.png 1275w" sizes="(max-width: 1024px) 100vw, 1024px" /></p> </div> </div> <div class="vc_btn3-container vc_btn3-center" > <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" href="https://online.fliphtml5.com/bsenn/iehd/" title="">Read More</a></div> <div class="ult-spacer spacer-67f0e26d9f865" data-id="67f0e26d9f865" data-height="60" 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 fullwidthrow vc_custom_1507091443281 vc_row-no-padding vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1590569267208"><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-10"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <h3>Welcome to</h3> </div> </div> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <h1 style="font-size: 60px; font-family: montserrat; font-weight: bold;"><strong>EFE 2026</strong></h1> </div> </div> <style>#count-down-wrap-6415 .ult_countdown-amount { font-weight:normal; font-family : ; color: ; } #count-down-wrap-6415 .ult_countdown-period{font-weight:normal; color: ; font-family: ;}</style><div " data-ultimate-target='#count-down-wrap-6415 .ult_countdown-period' data-responsive-json-new='{"font-size":"desktop:13px;","line-height":""}' " class="ult-responsive ult_countdown ult-cd-no-border ult-cd-s1"><div id="count-down-wrap-6415" class="ult-responsive ult_countdown-div ult_countdown-dateAndTime ult-wptz" data-labels="Years,Months,Weeks,Days,Hours,Minutes,Seconds" data-labels2="Year,Month,Week,Day,Hour,Minute,Second" data-terminal-date="2026/03/03 00:09:00" data-countformat="D" data-time-zone="8" data-time-now="2025/04/05 15:57:33" data-tick-col="" data-ultimate-target='#count-down-wrap-6415 .ult_countdown-amount' data-responsive-json-new='{"font-size":"desktop:36px;","line-height":""}' data-tick-p-col="" data-tick-style="font-weight:normal;" data-tick-p-style="" data-bg-color="" data-br-radius="" data-padd="0" >2026/03/03 00:09:00</div></div></div></div></div></div></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="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1506932329411"><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-67f0e26da10c5" data-id="67f0e26da10c5" data-height="60" data-height-mobile="30" data-height-tab="50" data-height-tab-portrait="50" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element font_blue" > <div class="wpb_wrapper"> <h4>Making its 19th appearance, EFE 2026 gets better and better and welcomes quality buyers from over 140 countries.</h4> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Export Furniture Exhibition (EFE) 19th Edition will take place over a span of 4 days from <strong>3 – 6 March 2026</strong> at Kuala Lumpur Convention Centre (KLCC), Malaysia’s leading exhibition facility adjacent to the infamous Petronas Twin Towers.</p> <p>Exciting exhibitors await buyers with their latest display of top quality modern and contemporary furniture where the latest designs for bedrooms, living areas, kitchen, children, office, outdoor living, hotel lounges including furniture parts and accessories.</p> <p>The four-day event spreads over 40,000 square meters and with more than 260 exhibitors, you will find all the many of the international brands from Malaysia here – giving you a complete depth representation of what’s available in the furniture and furnishings industry today.</p> <p>A great show will attract great customers; join us in this furniture gala for incredible trade opportunities.</p> <p>Additional updates including creative new ways to connect the community in the interim, will be communicated soon.</p> <p>We care for you and the industry!</p> <p>Welcome to EFE 2026, Fine Furniture, World Market.</p> </div> </div> <div class="vc_btn3-container btn_green vc_btn3-inline" > <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" href="http://efe.my/the-show/about-efe/" title="">Read more</a></div> <div class="ult-spacer spacer-67f0e26da15c1" data-id="67f0e26da15c1" data-height="60" data-height-mobile="30" data-height-tab="50" data-height-tab-portrait="50" 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 id="event" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1509439368839 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-67f0e26da1d55" data-id="67f0e26da1d55" data-height="10" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element vc_custom_1576575562230 font_green" > <div class="wpb_wrapper"> <h1 style="text-align: center;">Event Highlights</h1> </div> </div> <div class="ult-spacer spacer-67f0e26da1f38" data-id="67f0e26da1f38" data-height="30" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div><style type="text/css">a.eg-henryharrison-element-1,a.eg-henryharrison-element-2{-webkit-transition:all .4s linear; -moz-transition:all .4s linear; -o-transition:all .4s linear; -ms-transition:all .4s linear; transition:all .4s linear}.eg-jimmy-carter-element-11 i:before{margin-left:0px; margin-right:0px}.eg-harding-element-17{letter-spacing:1px}.eg-harding-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-harding-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-ulysses-s-grant-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-ulysses-s-grant-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-richard-nixon-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-richard-nixon-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-herbert-hoover-wrapper .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-herbert-hoover-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-lyndon-johnson-wrapper .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-lyndon-johnson-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.esg-overlay.eg-ronald-reagan-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.eg-georgebush-wrapper .esg-entry-cover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.eg-jefferson-wrapper{-webkit-border-radius:5px !important; -moz-border-radius:5px !important; border-radius:5px !important; -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important}.eg-monroe-element-1{text-shadow:0px 1px 3px rgba(0,0,0,0.1)}.eg-lyndon-johnson-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )}.eg-wilbert-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )}.eg-wilbert-wrapper .esg-entry-media img{-webkit-transition:0.4s ease-in-out; -moz-transition:0.4s ease-in-out; -o-transition:0.4s ease-in-out; transition:0.4s ease-in-out; filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-wilbert-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-phillie-element-3:after{content:" ";width:0px;height:0px;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;left:50%;margin-left:-5px; bottom:-5px; position:absolute}.eg-howardtaft-wrapper .esg-entry-media img,.eg-howardtaft-wrapper .esg-media-poster{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-howardtaft-wrapper:hover .esg-entry-media img,.eg-howardtaft-wrapper:hover .esg-media-poster{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.myportfolio-container .added_to_cart.wc-forward{font-family:"Open Sans"; font-size:13px; color:#fff; margin-top:10px}.esgbox-title.esgbox-title-outside-wrap{font-size:15px; font-weight:700; text-align:center}.esgbox-title.esgbox-title-inside-wrap{padding-bottom:10px; font-size:15px; font-weight:700; text-align:center}.esg-content.eg-twitterstream-element-33-a{display:inline-block}.eg-twitterstream-element-35{word-break:break-all}.esg-overlay.eg-twitterstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.esg-content.eg-facebookstream-element-33-a{display:inline-block}.eg-facebookstream-element-0{word-break:break-all}.esg-overlay.eg-flickrstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}</style> <style type="text/css">.minimal-light .navigationbuttons,.minimal-light .esg-pagination,.minimal-light .esg-filters{text-align:center}.minimal-light .esg-filterbutton,.minimal-light .esg-navigationbutton,.minimal-light .esg-sortbutton,.minimal-light .esg-cartbutton a{color:#999; margin-right:5px; cursor:pointer; padding:0px 16px; border:1px solid #e5e5e5; line-height:38px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-size:12px; font-weight:700; font-family:"Open Sans",sans-serif; display:inline-block; background:#fff; margin-bottom:5px}.minimal-light .esg-navigationbutton *{color:#999}.minimal-light .esg-navigationbutton{padding:0px 16px}.minimal-light .esg-pagination-button:last-child{margin-right:0}.minimal-light .esg-left,.minimal-light .esg-right{padding:0px 11px}.minimal-light .esg-sortbutton-wrapper,.minimal-light .esg-cartbutton-wrapper{display:inline-block}.minimal-light .esg-sortbutton-order,.minimal-light .esg-cartbutton-order{display:inline-block; vertical-align:top; border:1px solid #e5e5e5; width:40px; line-height:38px; border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; -webkit-border-radius:0px 5px 5px 0px; font-size:12px; font-weight:700; color:#999; cursor:pointer; background:#fff}.minimal-light .esg-cartbutton{color:#333; cursor:default !important}.minimal-light .esg-cartbutton .esgicon-basket{color:#333; font-size:15px; line-height:15px; margin-right:10px}.minimal-light .esg-cartbutton-wrapper{cursor:default !important}.minimal-light .esg-sortbutton,.minimal-light .esg-cartbutton{display:inline-block; position:relative; cursor:pointer; margin-right:0px; border-right:none; border-radius:5px 0px 0px 5px; -moz-border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px}.minimal-light .esg-navigationbutton:hover,.minimal-light .esg-filterbutton:hover,.minimal-light .esg-sortbutton:hover,.minimal-light .esg-sortbutton-order:hover,.minimal-light .esg-cartbutton a:hover,.minimal-light .esg-filterbutton.selected{background-color:#fff; border-color:#bbb; color:#333; box-shadow:0px 3px 5px 0px rgba(0,0,0,0.13)}.minimal-light .esg-navigationbutton:hover *{color:#333}.minimal-light .esg-sortbutton-order.tp-desc:hover{border-color:#bbb; color:#333; box-shadow:0px -3px 5px 0px rgba(0,0,0,0.13) !important}.minimal-light .esg-filter-checked{padding:1px 3px; color:#cbcbcb; background:#cbcbcb; margin-left:7px; font-size:9px; font-weight:300; line-height:9px; vertical-align:middle}.minimal-light .esg-filterbutton.selected .esg-filter-checked,.minimal-light .esg-filterbutton:hover .esg-filter-checked{padding:1px 3px 1px 3px; color:#fff; background:#000; margin-left:7px; font-size:9px; font-weight:300; line-height:9px; vertical-align:middle}</style> <style type="text/css">.eg-henryharrison-element-1{font-size:16px; line-height:30px; color:#ffffff; font-weight:900; display:block; text-align:center; clear:both; margin:60px 0px 0px 0px ; padding:0px 20px 0px 20px ; border-radius:0px 0px 0px 0px ; background:rgba(0,0,0,0); position:relative; z-index:2 !important; font-family:"Raleway"; text-transform:uppercase}.eg-henryharrison-element-2{font-size:20px; line-height:27px; color:#ffffff; font-weight:800; padding:17px 17px 17px 17px ; border-radius:0px 60px 60px 60px ; background:transparent; z-index:2 !important; display:block; font-family:"Raleway"; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-left-width:2px; border-color:#ffffff; border-style:solid}.eg-henryharrison-element-6{font-size:13px !important; line-height:20px !important; color:#ffffff !important; font-weight:300 !important; display:block !important; text-align:center !important; clear:both !important; margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px !important; border-radius:0px 0px 0px 0px !important; background:transparent !important; position:relative !important; z-index:2 !important; text-transform:uppercase !important}</style> <style type="text/css">.eg-henryharrison-element-2:hover{font-size:20px; line-height:27px; color:#ffffff; font-weight:400; border-radius:60px 60px 0px 60px ; background:rgba(0,0,0,0.15); border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-left-width:2px; border-color:#ffffff; border-style:solid}</style> <style type="text/css">.eg-henryharrison-element-2-a{display:inline-block; float:none; clear:none; margin:0px 0px 0px 0px ; position:relative}</style> <style type="text/css">.eg-henryharrison-container{background:rgba(49,165,203,0.85)}</style> <style type="text/css">.eg-henryharrison-content{background:#ffffff; padding:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-radius:0px 0px 0px 0px; border-color:transparent; border-style:double; text-align:left}</style> <style type="text/css">.esg-grid .mainul li.eg-henryharrison-wrapper{background:#ffffff; padding:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-radius:0px 0px 0px 0px; border-color:transparent; border-style:none}</style> <style type="text/css">.esg-grid .mainul li.eg-henryharrison-wrapper .esg-media-poster{background-size:cover; background-position:center center; background-repeat:no-repeat}</style> <!-- THE ESSENTIAL GRID 2.1.6.1 CUSTOM --> <article class="myportfolio-container minimal-light" id="esg-grid-1-1-wrap"> <div id="esg-grid-1-1" class="esg-grid" style="background: transparent;padding: 0px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;"> <ul> <li id="eg-1-post-id-0" class="filterall eg-henryharrison-wrapper eg-post-id-0" data-author="" data-cobblesw="1" data-cobblesh="1"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="http://www.efe.my/wp-content/uploads/2024/03/VI200193-resize-2.jpg" alt="" width="6497" height="1888"></div> <div class="esg-entry-cover"> <div class="esg-overlay esg-fade eg-henryharrison-container" data-delay="0"></div> <div class="esg-center eg-henryharrison-element-1">OPENING CEREMONY</div> <div class="esg-top eg-henryharrison-element-2-a esg-rotatescale" data-delay="0.05"><a class="eg-henryharrison-element-2" href="http://efe.my/event-highlights/opening-ceremony/" target="_self"><i class="eg-icon-plus"></i></a></div> <div class="esg-center eg-henryharrison-element-5 esg-none esg-clear" style="height: 5px; visibility: hidden;"></div> <div class="esg-center eg-henryharrison-element-6 esg-flipdown" data-delay="0.57">A kick- start of the international Export Furniture Exhibition. EFE 2024 Opening Ceremony will be graced by VIPs, local & international officials, dignitaries and members of the press.</div> </div> </div> </li> <li id="eg-1-post-id-1" class="filterall eg-henryharrison-wrapper eg-post-id-1" data-author="" data-cobblesw="1" data-cobblesh="1"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="http://www.efe.my/wp-content/uploads/2024/03/DSC08315-resize.jpg" alt="" width="3600" height="2400"></div> <div class="esg-entry-cover"> <div class="esg-overlay esg-fade eg-henryharrison-container" data-delay="0"></div> <div class="esg-center eg-henryharrison-element-1">The Malaysian Timber Industry Board (MTIB)</div> <div class="esg-top eg-henryharrison-element-2-a esg-rotatescale" data-delay="0.05"><a class="eg-henryharrison-element-2" href="http://efe.my/event-highlights/professional-design-program-mtib/" target="_self"><i class="eg-icon-plus"></i></a></div> <div class="esg-center eg-henryharrison-element-5 esg-none esg-clear" style="height: 5px; visibility: hidden;"></div> <div class="esg-center eg-henryharrison-element-6 esg-flipdown" data-delay="0.57">The Malaysian Timber Industry Board (MTIB) operates as a statutory body under the Ministry of Plantation and Commodities, charged with the pivotal role of leading and advancing the nation's timber industry.</div> </div> </div> </li> <li id="eg-1-post-id-2" class="filterall eg-henryharrison-wrapper eg-post-id-2" data-author="" data-cobblesw="1" data-cobblesh="1"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="http://www.efe.my/wp-content/uploads/2019/04/KIT_3680.jpg" alt="" width="5520" height="3680"></div> <div class="esg-entry-cover"> <div class="esg-overlay esg-fade eg-henryharrison-container" data-delay="0"></div> <div class="esg-center eg-henryharrison-element-1">Buyer Introduction Program & International Sourcing Program (MATRADE)</div> <div class="esg-top eg-henryharrison-element-2-a esg-rotatescale" data-delay="0.05"><a class="eg-henryharrison-element-2" href="http://efe.my/event-highlights/bip/" target="_self"><i class="eg-icon-plus"></i></a></div> <div class="esg-center eg-henryharrison-element-5 esg-none esg-clear" style="height: 5px; visibility: hidden;"></div> <div class="esg-center eg-henryharrison-element-6 esg-flipdown" data-delay="0.57">In collaboration with MATRADE, we are inviting new buyers, top world retail companies’ buyers from US, South Africa, UK, Austria, Germany, Japan, Denmark, Canada, France and Holland for the EFE 2019 event. In our aim to attract more global buyers to buy Malaysian furniture, EFE has introduced the Buyer Introduction Program with a complimentary hotel stay to new and quality international buyers.</div> </div> </div> </li> <li id="eg-1-post-id-3" class="filterall eg-henryharrison-wrapper eg-post-id-3" data-author="" data-cobblesw="1" data-cobblesh="1"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="http://www.efe.my/wp-content/uploads/2019/03/MFC-logo-without-year.jpg" alt="" width="1146" height="1180"></div> <div class="esg-entry-cover"> <div class="esg-overlay esg-fade eg-henryharrison-container" data-delay="0"></div> <div class="esg-center eg-henryharrison-element-1">MALAYSIAN FURNITURE CREATIVITY AWARDS (MFC AWARDS)</div> <div class="esg-top eg-henryharrison-element-2-a esg-rotatescale" data-delay="0.05"><a class="eg-henryharrison-element-2" href="http://www.efe.my/event-highlights/mfca/" target="_self"><i class="eg-icon-plus"></i></a></div> <div class="esg-center eg-henryharrison-element-5 esg-none esg-clear" style="height: 5px; visibility: hidden;"></div> <div class="esg-center eg-henryharrison-element-6 esg-flipdown" data-delay="0.57">A platform for exhibitors and its designers to demonstrate their creativity, talent, innovation and to encourage more newcomers to join the furniture design industry.</div> </div> </div> </li> <li id="eg-1-post-id-4" class="filterall eg-henryharrison-wrapper eg-post-id-4" data-author="" data-cobblesw="1" data-cobblesh="1"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="http://www.efe.my/wp-content/uploads/2019/03/WSL_6053.jpg" alt="" width="5520" height="3680"></div> <div class="esg-entry-cover"> <div class="esg-overlay esg-fade eg-henryharrison-container" data-delay="0"></div> <div class="esg-center eg-henryharrison-element-1">Buyers' Networking Night cum 15th Year Anniversary</div> <div class="esg-top eg-henryharrison-element-2-a esg-rotatescale" data-delay="0.05"><a class="eg-henryharrison-element-2" href="http://efe.my/event-highlights/buyers-networking-night/" target="_self"><i class="eg-icon-plus"></i></a></div> <div class="esg-center eg-henryharrison-element-5 esg-none esg-clear" style="height: 5px; visibility: hidden;"></div> <div class="esg-center eg-henryharrison-element-6 esg-flipdown" data-delay="0.57">A great opportunity for buyers and exhibitors to explore and expand their network in the cocktail sessions.</div> </div> </div> </li> </ul> </div> </article> <div class="clear"></div> <script type="text/javascript"> function eggbfc(winw,resultoption) { var lasttop = winw, lastbottom = 0, smallest =9999, largest = 0, samount = 0, lamoung = 0, lastamount = 0, resultid = 0, resultidb = 0, responsiveEntries = [ { width:1400,amount:4,mmheight:0}, { width:1170,amount:4,mmheight:0}, { width:1024,amount:4,mmheight:0}, { width:960,amount:4,mmheight:0}, { width:778,amount:3,mmheight:0}, { width:640,amount:3,mmheight:0}, { width:480,amount:1,mmheight:0} ]; if (responsiveEntries!=undefined && responsiveEntries.length>0) jQuery.each(responsiveEntries, function(index,obj) { var curw = obj.width != undefined ? obj.width : 0, cura = obj.amount != undefined ? obj.amount : 0; if (smallest>curw) { smallest = curw; samount = cura; resultidb = index; } if (largest<curw) { largest = curw; lamount = cura; } if (curw>lastbottom && curw<=lasttop) { lastbottom = curw; lastamount = cura; resultid = index; } }); if (smallest>winw) { lastamount = samount; resultid = resultidb; } var obj = new Object; obj.index = resultid; obj.column = lastamount; if (resultoption=="id") return obj; else return lastamount; } if ("cobbles"=="even") { var coh=0, container = jQuery("#esg-grid-1-1"); var cwidth = container.width(), ar = "1:1", gbfc = eggbfc(jQuery(window).width(),"id"), row = 10; ar = ar.split(":"); aratio=parseInt(ar[0],0) / parseInt(ar[1],0); coh = cwidth / aratio; coh = coh/gbfc.column*row; var ul = container.find("ul").first(); ul.css({display:"block",height:coh+"px"}); } var essapi_1; jQuery(document).ready(function() { essapi_1 = jQuery("#esg-grid-1-1").tpessential({ gridID:1, layout:"cobbles", forceFullWidth:"off", lazyLoad:"off", row:10, loadMoreAjaxToken:"166ef36b50", loadMoreAjaxUrl:"http://www.efe.my/wp-admin/admin-ajax.php", loadMoreAjaxAction:"Essential_Grid_Front_request_ajax", ajaxContentTarget:"ess-grid-ajax-container-", ajaxScrollToOffset:"0", ajaxCloseButton:"off", ajaxContentSliding:"on", ajaxScrollToOnLoad:"on", ajaxCallbackArgument:"off", ajaxNavButton:"off", ajaxCloseType:"type1", ajaxCloseInner:"false", ajaxCloseStyle:"light", ajaxClosePosition:"tr", space:20, pageAnimation:"fade", paginationScrollToTop:"off", spinner:"spinner0", lightBoxMode:"single", lightboxSpinner:"off", lightBoxFeaturedImg:"off", lightBoxPostTitle:"off", lightBoxPostTitleTag:"h2", cobblesPattern:"2x1,1x1,1x2,1x1,2x1", animSpeed:1000, delayBasic:1, mainhoverdelay:1, filterType:"multi", filterLogic:"or", showDropFilter:"hover", filterGroupClass:"esg-fgc-1", googleFonts:['Open+Sans:300,400,600,700,800','Raleway:100,200,300,400,500,600,700,800,900','Droid+Serif:400,700'], aspectratio:"1:1", responsiveEntries: [ { width:1400,amount:4,mmheight:0}, { width:1170,amount:4,mmheight:0}, { width:1024,amount:4,mmheight:0}, { width:960,amount:4,mmheight:0}, { width:778,amount:3,mmheight:0}, { width:640,amount:3,mmheight:0}, { width:480,amount:1,mmheight:0} ] }); }); </script> <div class="ult-spacer spacer-67f0e26da608c" data-id="67f0e26da608c" data-height="40" data-height-mobile="20" data-height-tab="20" data-height-tab-portrait="20" data-height-mobile-landscape="20" 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" class="vc_row wpb_row vc_row-fluid vc_custom_1507016286700 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-67f0e26da692b" data-id="67f0e26da692b" data-height="30" data-height-mobile="20" data-height-tab="20" data-height-tab-portrait="20" data-height-mobile-landscape="20" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <h2 style="text-align: center;"><strong>Strategic Media Partners</strong></h2> </div> </div> <div class="ult-spacer spacer-67f0e26da6acc" data-id="67f0e26da6acc" data-height="20" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <style type="text/css"> .lcs_logo_container a.lcs_logo_link:hover { border: 1px solid #A0A0A0; ?>; } .lcs_logo_container a:hover img { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .lcs_logo_container a.lcs_logo_link { border: 1px solid #d6d4d4; } #lcs_logo_carousel_wrapper .owl-nav { position: absolute; margin-top: 0; } /* TOP Right*/ #lcs_logo_carousel_wrapper .owl-nav { right: 0; top: -34px; } /* TOP Left*/ #lcs_logo_carousel_wrapper .owl-nav div { background: #ffffff; border-radius: 2px; margin: 2px; padding: 0; width: 27px; height: 27px; line-height: 20px; font-size: 22px; color: #ccc; border: 1px solid #ccc; opacity: 1; z-index: 999; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; </style> <div id="lcs_logo_carousel_wrapper"> <div id="lcs_logo_carousel_slider" class="owl-carousel owl-theme"> <div class="lcs_logo_container"> <a href="https://mobitecheg.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2025/02/LOGO-resize-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a class="lcs_logo_link not_active"> <img src="http://www.efe.my/wp-content/uploads/2025/02/Logo_png-WEBSITE-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://globy.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/Globy_Logo_Output-185x119.jpeg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.omanhome-building.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/Home-Building-Expo-Logo-185x119.jpg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.mobilyadergisi.com.tr/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/website-logo-185x119.jpg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.itp.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/website-logo-1-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://bellow.press/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/BellowPress-Logo-250px-Square-1-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://furniturenews.net/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/logo-1-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.interzum-guangzhou.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/interzum-guangzhou-logo-200px-x-200px-2-185x119.jpeg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.worldfurnitureonline.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/12/website-logo-185x119.png" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://10times.com/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/11/10times_events_logo-185x119.jpg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a href="https://www.aremedia.com.au/" class="lcs_logo_link" target="_blank"> <img src="http://www.efe.my/wp-content/uploads/2024/11/420769-185x119.jpeg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a class="lcs_logo_link not_active"> <img src="http://www.efe.my/wp-content/uploads/2022/12/furniture-today-185x119.jpg" alt="" /> </a> </div> <div class="lcs_logo_container"> <a class="lcs_logo_link not_active"> <img src="http://www.efe.my/wp-content/uploads/2022/11/Home-Living-Logo-Square-185x119.jpg" alt="" /> </a> </div> </div> <!-- End lcs_logo_carousel_slider --> </div> <!--ends #lcs_logo_carousel_wrapper--> <!--UPDATED Carousel VERSION CODE--> <!--INITIALIZE THE SLIDER--> <script> jQuery(document).ready(function($){ var logoSlider = $("#lcs_logo_carousel_slider"); logoSlider.owlCarousel({ loop:true, autoWidth:false, responsiveClass:true, dots:false, autoplay:true, autoplayTimeout: 4000, autoplayHoverPause: false, dotData:true, dotsEach:false, slideBy:1, rtl:false, nav:true, navText:['‹','›'], smartSpeed: 1000, // it smooths the transition responsive:{ 0 : { items:2 }, 500: { items:3 }, 600 : { items:3 }, 768:{ items:4 }, 1199:{ items:5 } } }); // custom navigation button for slider // at first. let us cache the element var $lcs_wrap = $('#lcs_logo_carousel_wrapper'); // Go to the next item $lcs_wrap.on('click', '.prev', function () { logoSlider.trigger('prev.owl.carousel'); }); // Go to the previous item $lcs_wrap.on('click', '.next', function () { // With optional speed parameter // Parameters has to be in square bracket '[]' logoSlider.trigger('next.owl.carousel'); }) }); </script> </div> </div> <div class="ult-spacer spacer-67f0e26daf63b" data-id="67f0e26daf63b" data-height="30" data-height-mobile="20" data-height-tab="20" data-height-tab-portrait="20" data-height-mobile-landscape="20" style="clear:both;display:block;"></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="home_services" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid fullwidthrow vc_custom_1507091455389 vc_row-no-padding vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1506995568786"><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-10"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <h4>Our</h4> </div> </div> <div class="wpb_text_column wpb_content_element font_white" > <div class="wpb_wrapper"> <p style="font-size: 60px; font-family: montserrat; font-weight: bold;">SERVICES</p> </div> </div> </div></div></div></div></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="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1506932329411"><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-67f0e26db109f" data-id="67f0e26db109f" data-height="60" data-height-mobile="30" data-height-tab="50" data-height-tab-portrait="50" data-height-mobile-landscape="30" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <div class="column one-fourth"><a href="http://www.efe.my/our-services/hotel-reservation/"><img class="aligncenter wp-image-76" src="http://www.efe.my/wp-content/uploads/2019/11/service-icon-01-300x295.png" alt="" width="100" height="98" /></a></p> <h6 style="text-align: center;"><strong>Hotel Reservation</strong></h6> <p></div> <div class="column one-fourth"><a href="http://www.efe.my/our-services/shuttle-service/"><img class="aligncenter wp-image-77" src="http://www.efe.my/wp-content/uploads/2019/11/service-icon-02-300x295.png" alt="" width="100" height="98" /></a></p> <h6 style="text-align: center;"><strong>Shuttle Service</strong></h6> <p></div> <div class="column one-fourth"><a href="http://www.efe.my/our-services/plan-your-vacation/"><img class="aligncenter wp-image-78" src="http://www.efe.my/wp-content/uploads/2019/11/service-icon-03-300x295.png" alt="" width="100" height="98" /></a></p> <h6 style="text-align: center;"><strong>Plan Your Vacation</strong></h6> <p></div> <div class="column one-fourth"><a href="http://www.efe.my/our-services/luggage-counter/"><img class="aligncenter wp-image-79" src="http://www.efe.my/wp-content/uploads/2019/11/service-icon-04-300x295.png" alt="" width="100" height="98" /></a></p> <h6 style="text-align: center;"><strong>Luggage Counter</strong></h6> <p></div> </div> </div> <div class="ult-spacer spacer-67f0e26db1395" data-id="67f0e26db1395" data-height="10" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div><div class="vc_btn3-container btn_green vc_btn3-center" > <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" href="http://efe.my/our-services/hotel-reservation/" title="">View more</a></div> <div class="ult-spacer spacer-67f0e26db16e7" data-id="67f0e26db16e7" data-height="50" 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" class="vc_row wpb_row vc_row-fluid vc_custom_1507024408712 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-67f0e26db1e01" data-id="67f0e26db1e01" data-height="30" data-height-mobile="10" data-height-tab="10" data-height-tab-portrait="10" data-height-mobile-landscape="10" style="clear:both;display:block;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><img class="aligncenter wp-image-9443 size-full" src="http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2.png" alt="" width="2481" height="344" srcset="http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2.png 2481w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-300x42.png 300w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-768x106.png 768w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-1024x142.png 1024w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-500x69.png 500w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-260x36.png 260w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-50x7.png 50w, http://www.efe.my/wp-content/uploads/2025/03/footer-logo_2024-1-b-copy-2-2_2024-1-b-copy-2-2-150x21.png 150w" sizes="(max-width: 2481px) 100vw, 2481px" /></p> </div> </div> <div class="ult-spacer spacer-67f0e26db1fd1" data-id="67f0e26db1fd1" data-height="60" data-height-mobile="30" data-height-tab="50" data-height-tab-portrait="50" 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></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 & 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='/'> <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 & 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() --> <div id="pum-8988" class="pum pum-overlay pum-theme-2641 pum-theme-default-theme popmake-overlay auto_open click_open" data-popmake="{"id":8988,"slug":"efe-2026-3-6-march","theme_id":2641,"cookies":[],"triggers":[{"type":"auto_open","settings":{"cookie_name":"","delay":"500"}},{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}" role="dialog" aria-hidden="true" > <div id="popmake-8988" class="pum-container popmake theme-2641 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content"> <p><img class="aligncenter wp-image-9455 size-full" src="http://www.efe.my/wp-content/uploads/2025/04/Announcement-EFE2026-3-6-march_page-0001.jpg" alt="" width="2481" height="3509" /><img class="aligncenter wp-image-9456 size-full" src="http://www.efe.my/wp-content/uploads/2025/04/Announcement-EFE2026-3-6-march_page-0002.jpg" alt="" width="2481" height="3509" /></p> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <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> 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br> 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='lcs-owl-carousel-style-css' href='http://www.efe.my/wp-content/plugins/logo-carousel-slider/css/owl.carousel.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='lcs-owl-theme-style-css' href='http://www.efe.my/wp-content/plugins/logo-carousel-slider/css/owl.theme.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='lcs-owl-transitions-css' href='http://www.efe.my/wp-content/plugins/logo-carousel-slider/css/owl.transitions.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='lcs-custom-style-css' href='http://www.efe.my/wp-content/plugins/logo-carousel-slider/css/lcs-styles.css?ver=4.9.8' type='text/css' media='all' /> <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/position.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var pum_vars = {"version":"1.7.30","ajaxurl":"http:\/\/www.efe.my\/wp-admin\/admin-ajax.php","restapi":"http:\/\/www.efe.my\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"2641","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[]}; var ajaxurl = "http:\/\/www.efe.my\/wp-admin\/admin-ajax.php"; var pum_debug_vars = {"debug_mode_enabled":"Popup Maker: Debug Mode Enabled","debug_started_at":"Debug started at:","debug_more_info":"For more information on how to use this information visit https:\/\/docs.wppopupmaker.com\/?utm_medium=js-debug-info&utm_campaign=ContextualHelp&utm_source=browser-console&utm_content=more-info","global_info":"Global Information","localized_vars":"Localized variables","popups_initializing":"Popups Initializing","popups_initialized":"Popups Initialized","single_popup_label":"Popup: #","theme_id":"Theme ID: ","label_method_call":"Method Call:","label_method_args":"Method Arguments:","label_popup_settings":"Settings","label_triggers":"Triggers","label_cookies":"Cookies","label_delay":"Delay:","label_conditions":"Conditions","label_cookie":"Cookie:","label_settings":"Settings:","label_selector":"Selector:","label_mobile_disabled":"Mobile Disabled:","label_tablet_disabled":"Tablet Disabled:","label_event":"Event: %s","triggers":{"click_open":"Click Open","auto_open":"Time Delay \/ Auto Open"},"cookies":{"on_popup_close":"On Popup Close","on_popup_open":"On Popup Open","pum_sub_form_success":"Subscription Form: Successful","pum_sub_form_already_subscribed":"Subscription Form: Already Subscribed","manual":"Manual JavaScript","gforms_form_success":"Gravity Form Success"}}; var pum_sub_vars = {"ajaxurl":"http:\/\/www.efe.my\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-8988":{"disable_on_mobile":false,"disable_on_tablet":false,"custom_height_auto":false,"scrollable_content":false,"position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"triggers":[{"type":"auto_open","settings":{"cookie_name":"","delay":"500"}}],"theme_id":"2641","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height":"380px","animation_type":"fade","animation_speed":"350","animation_origin":"center top","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","zindex":"1999999999","close_button_delay":"0","cookies":[],"id":8988,"slug":"efe-2026-3-6-march"}}; /* ]]> */ </script> <script type='text/javascript' src='//www.efe.my/wp-content/uploads/pum/pum-site-scripts.js?defer&generated&ver=1.7.30'></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":"a422e34b40","is_mobile":null,"mediaelement":"","mediaelement_ex":null,"lightbox_autoplay":"","debounce":"","meta_data":null,"main_query":{"error":"","m":"","p":"2","post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","static":"","pagename":"","page_id":"2","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' src='http://www.efe.my/wp-content/plugins/Ultimate_VC_Addons/assets/min-js/typed.min.js?ver=3.16.21'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js?ver=2.1.6.1'></script> <script type='text/javascript' src='http://www.efe.my/wp-content/plugins/logo-carousel-slider/js/owl.carousel.min.js?ver=2.2.1'></script> <script type="text/javascript">var to_like_post = {"url":"http://www.efe.my/wp-admin/admin-ajax.php","nonce":"c9b1b73f26"};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>