<style>
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
</style>
<script>
jQuery('body').prepend(
'<div id="myModal" class="modal">'
	+'<div class="modal-content">'
		+'<label style="font-size:1.5em !important;">Please fill in your Email and Phone no.</label><span class="close">&times;</span><br><br>'
		+'<form id="form_vote" name="form_vote"><input type="hidden" name="votepostid" id="votepostid" value="">'
		+'<input type="hidden" name="votetype" id="votetype" value="">'
		+'<label>Email: </label>'
		+'<input type="text" id="email" name="email">'
		+'<label>Phone No.: </label>'
		+'<input type="number" id="phone" name="phone">'
		+'<input type="button" name="it_epoll_survey-vote-button" id="it_epoll_survey-vote-button" value="Submit" onclick="submitvote();"></form>'
	+'</div>'
+'</div>');

var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtn");
var span = document.getElementsByClassName("close")[0];

span.onclick = function() {
  modal.style.display = "none";
}

window.onclick = function(event) {
  if (event.target == modal) {
    modal.style.display = "none";
  }
}


window.addEventListener('load', function () {
	jQuery('.it_epoll_title_exact_on').html('ON - Lim Sheng Feiyan');	
})


function voteon(a){
	modal.style.display = "block";
	jQuery('#votetype').val('on');
}

function submitvote(){
	votetype = jQuery('#votetype').val();
	if(votetype == 'on'){
		submitvoteon();
	}else if(votetype == 'os'){
		submitvoteos();
	}
}

function submitvoteon(){
	email = jQuery('#email').val();
	phone = jQuery('#phone').val();

	if((email == '') || (phone == '')){
		alert('Please fill in your email and phone no.');
	}else{
		modal.style.display = "none";
		
		jQuery('#countdownon').show();
		jQuery('.voteon').hide();
		var timeleft = 10;
		var downloadTimer = setInterval(function(){
		  if(timeleft <= 0){
			clearInterval(downloadTimer);
			jQuery('#countdownon').hide();
			jQuery('.voteon').show();
			
		  } else {
			jQuery('#countdownon').html(timeleft + " seconds remaining");
		   // document.getElementById("countdownon").innerHTML = timeleft + " seconds remaining";
		  }
		  timeleft -= 1;
		}, 1000);
			
			nama = jQuery('.nama').html();
			var form = jQuery('#form_vote')[0];
			var formData = new FormData(form);
			formData.append('action', 'rwvoting_submiton');
			formData.append('nama', 'Lim Sheng Feiyan');
			
				jQuery.ajax({
					type: "POST",
					url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
					data: formData,
					async: false,
					cache: false,
					contentType: false,
					enctype: 'multipart/form-data',
					processData: false,
					success: function (data) {
						var json = JSON.parse(data);
						percentage = json.percentage;
						msg_total = json.msg_total;
						
						jQuery('.percenton').html(percentage+'%');
						jQuery('.onwidth').css('width',percentage+'%');
						
						if(msg_total == 'Full'){
							alert('Maaf, anda telah melebihi had untuk mengundi. Terima Kasih atas undian anda.');
						}
					},
					error: function (data) {
						//console.log("fail: " + data);
					}
				});
	}
}


jQuery.ajax({
	type: "POST",
	url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
	data: 'action=rwvoting_percenton&postid=',
	success: function (data) {
		var str = data;
		result = str.trim();
		if(result == 'NAN'){
			result = 0;
		}
		
		if(result == 'nan'){
			result = 0;
		}
		
		jQuery('.percenton').html(result+'%');
		jQuery('.onwidth').css('width',result+'%');
	},
	error: function (data) {
		console.log("failed ");
	}
});
</script><script>
window.addEventListener('load', function () {
	jQuery('.it_epoll_title_exact_os').html('OS - Lim Sheng Feiyan');
})

function voteos(a){
	modal.style.display = "block";
		jQuery('#votetype').val('os');
}

function submitvoteos(){
	email = jQuery('#email').val();
	phone = jQuery('#phone').val();

	if((email == '') || (phone == '')){
		alert('Please fill in your email and phone no.');
	}else{
		modal.style.display = "none";
		
		jQuery('#countdownos').show();
		jQuery('.voteos').hide();
		var timeleft = 10;
		var downloadTimer = setInterval(function(){
		  if(timeleft <= 0){
			clearInterval(downloadTimer);
			jQuery('#countdownos').hide();
			jQuery('.voteos').show();
			
		  } else {
			jQuery('#countdownos').html(timeleft + " seconds remaining");
		  }
		  timeleft -= 1;
		}, 1000);
			
		nama = jQuery('.nama').html();
		var form = jQuery('#form_vote')[0];
		var formData = new FormData(form);
		formData.append('action', 'rwvoting_submitos');
		formData.append('nama', 'Lim Sheng Feiyan');

		jQuery.ajax({
			type: "POST",
			url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
			data: formData,
			async: false,
			cache: false,
			contentType: false,
			enctype: 'multipart/form-data',
			processData: false,
			success: function (data) {
				var json = JSON.parse(data);
				percentage = json.percentage;
				msg_total = json.msg_total;
				
				jQuery('.percentos').html(percentage+'%');
				jQuery('.oswidth').css('width',percentage+'%');
				
				if(msg_total == 'Full'){
					alert('Maaf, anda telah melebihi had untuk mengundi. Terima Kasih atas undian anda.');
				}
			},
			error: function (data) {
				//console.log("fail: " + data);
			}
		});
	}
}

jQuery.ajax({
	type: "POST",
	url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
	data: 'action=rwvoting_percentos&postid=',
	success: function (data) {
		var str = data;
		result = str.trim();
		if(result == 'NAN'){
			result = 0;
		}
		
		if(result == 'nan'){
			result = 0;
		}
		
		jQuery('.percentos').html(result+'%');
		jQuery('.oswidth').css('width',result+'%');
		
	},
	error: function (data) {
		console.log("failed ");
	}
});
</script>{"id":7269,"date":"2023-09-15T07:40:53","date_gmt":"2023-09-14T23:40:53","guid":{"rendered":"https:\/\/www.artgallery.gov.my\/bms\/?p=7269"},"modified":"2025-06-20T14:30:06","modified_gmt":"2025-06-20T06:30:06","slug":"7269-2","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=7269","title":{"rendered":"Lim Sheng Feiyan"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-1i8qamt-82a5af51bf8572bf865f95ad04fb36ac main_color avia-section-default avia-no-border-styling  avia-builder-el-0  el_before_av_section  avia-builder-el-first  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5\">\n#top .av-special-heading.av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-57cu91-988f38aee4327ffe3bd6aadd32cb81d5 av-special-heading-h2 custom-color-heading  avia-builder-el-1  el_before_av_one_third  avia-builder-el-first '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PROFIL<\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-542qph-31dba3312667bd0d5a162be7e2d1fee9\">\n.flex_column.av-542qph-31dba3312667bd0d5a162be7e2d1fee9{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-542qph-31dba3312667bd0d5a162be7e2d1fee9 av_one_third  avia-builder-el-2  el_after_av_heading  el_before_av_two_third  first flex_column_div av-animated-generic pop-up av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1dlg4sl-db52506f5f5ca60d5088ecad3b1095b3\">\n#top .hr.hr-invisible.av-1dlg4sl-db52506f5f5ca60d5088ecad3b1095b3{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-1dlg4sl-db52506f5f5ca60d5088ecad3b1095b3 hr-invisible  avia-builder-el-3  el_before_av_iconlist  avia-builder-el-first '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div><br \/>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-loaowvjf-e81ef81f534f47d29bcbc0a67c40f542\">\n#top .avia-icon-list-container.av-loaowvjf-e81ef81f534f47d29bcbc0a67c40f542 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#edae44;\n}\n#top .avia-icon-list-container.av-loaowvjf-e81ef81f534f47d29bcbc0a67c40f542 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-loaowvjf-e81ef81f534f47d29bcbc0a67c40f542  avia-builder-el-4  el_after_av_hr  avia-builder-el-last '><ul class='avia-icon-list avia_animate_when_almost_visible avia-icon-list-left av-iconlist-big av-loaowvjf-e81ef81f534f47d29bcbc0a67c40f542 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-loaot5wk-eaf331b805c47f5cd5628472effa848a avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue80a' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: NAMA: \"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >NAMA: <\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">Lim Sheng Feiyan<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-loaotv8y-102f68f1f1622c7af2dd07346acb5a9f avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue8b1' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: LOKASI: \"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >LOKASI: <\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">Uma Ukit Apau Koyan, Sungai Asap, Belaga, Sarawak<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-loaowth4-007d7e5b9ee435914c14f3f0e6ec9e47 avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue840' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: BIODATA PESERTA:\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >BIODATA PESERTA:<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/CV.pdf\" target=\"_blank\" rel=\"noopener\">Lim Sheng Feiyan<\/a><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<\/ul><\/div><\/p><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1aw4m91-a9b34cf76e3cf78646e051fef417dbae\">\n.flex_column.av-1aw4m91-a9b34cf76e3cf78646e051fef417dbae{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-1aw4m91-a9b34cf76e3cf78646e051fef417dbae av_two_third  avia-builder-el-5  el_after_av_one_third  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-loaoyste-3022e61ce63cf27b96906c48b0aad9d6\">\n.avia-image-container.av-loaoyste-3022e61ce63cf27b96906c48b0aad9d6 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-loaoyste-3022e61ce63cf27b96906c48b0aad9d6 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-loaoyste-3022e61ce63cf27b96906c48b0aad9d6 av-styling- avia-align-center  avia-builder-el-6  el_before_av_image  avia-builder-el-first '   itemprop=\"image\" itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/ImageObject\" ><div class=\"avia-image-container-inner\"><div class=\"avia-image-overlay-wrap\"><img decoding=\"async\" fetchpriority=\"high\" class='wp-image-8608 avia-img-lazy-loading-not-8608 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-1030x598.jpg\" alt='' title='foto'  height=\"598\" width=\"1030\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-1030x598.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-300x174.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-768x446.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-1536x892.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-2048x1190.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-1500x871.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/foto-705x409.jpg 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/div><\/div><\/div><br \/>\n<br \/>\n<\/p><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-45ho6d-ed69dfc3182bc9d23abbbf12f7b69d21 main_color avia-section-default avia-no-border-styling  avia-builder-el-9  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-13vwjj9-dc0a0cc27ae4b01d1e96a10392cea16c\">\n.flex_column.av-13vwjj9-dc0a0cc27ae4b01d1e96a10392cea16c{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-13vwjj9-dc0a0cc27ae4b01d1e96a10392cea16c av_one_full  avia-builder-el-10  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1\">\n#top .av-special-heading.av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-3y394l-794b3c6ba8d97847bb9c371dbbdf93c1 av-special-heading-h2 custom-color-heading  avia-builder-el-11  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KETERANGAN <span style=\"color: #ffffff;\">KARYA<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-10jy4kl-633caacbd1af3501a1e2ff428e9926cc\">\n#top .hr.hr-invisible.av-10jy4kl-633caacbd1af3501a1e2ff428e9926cc{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-10jy4kl-633caacbd1af3501a1e2ff428e9926cc hr-invisible  avia-builder-el-12  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-loap1v5z-fe3881c36f9586244abc1a12900347c5 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: center;\">\u201cDan Lain-Lain\u201d Malaysian: Ukit\/Bhuket&#8221;<\/p>\n<p style=\"text-align: justify;\">This paper is a proposal for the participation of BAKAT MUDA SEZAMAN 2023, the issue highlighted is related to addressing the topic on \u2018identity\u2019 and the \u2018unheard Malaysians&#8217; that has been categorised as \u201cDan Lain-Lain\u201d. For those who are unfamiliar with Malaysian governing system, we have four categories to fit our identity:\u00a0 Malay, Chinese,\u00a0 Indian Lain-lain (Others) So what is \u2018lain-lain\u2019 (the others)? Who are the \u2018lain-lain\u2019 (others) in our country? This segregation system is an outdated British strategy that has caused us to be unaware of the diversity we have in Malaysia. This identity system unfortunately has caused us to also be very self-centred and ignorant despite still being able to be integrated as a nation. It can be said that it has been one of the leading factors preventing us from being a united nation. Not to mention, in the earlier days, unity was advertised by showing 3 races (Malay, Chinese, Indian) sitting or standing together. After many years, they added two more (Iban and Kadazan) and so forth. But it doesn\u2019t address the real issue which is &#8211; who are the \u2018Lain-Lain\u2019 and why can\u2019t we just be Malaysian? The Malaysian artist, Lim Sheng Feiyan had an opportunity to travel around Malaysia and through that journey she discovered that Malaysia has more than 250 ethnic\/sub-ethnic groups under the \u2018Dan Lain-Lain\u2019 category.<\/p>\n<p style=\"text-align: justify;\">The idea is to combine both Lim Sheng Feiyan (artist) technique of artwork with the Ukit\/Bhuket\u2019s technique of rattan weaving. The additional idea is to also share the \u2018Dan Lain-Lain\u2019 categories while giving the public a chance to share their \u2018rojak\u2019 (mixed) identities as an active participation.<\/p>\n<p style=\"text-align: justify;\">\u00a0How the food portrait idea was born at the end of 2014, a year every Malaysian remembers to be particularly trying (MH370, MH17, etc). Racial unity was rift following a host of unfortunate events, something every Malaysian doesn&#8217;t miss. There was a point in time when negativity grew and the artist asked herself, what is the one thing that all of us Malaysians can relate to and be united with &#8211; it was our Malaysian food. Our Malaysian food is something we all have in common that we all share together.<\/p>\n<p style=\"text-align: justify;\">As Malaysians, we love our food. Food is symbolic of love when words are inadequate. But Malaysian food takes it to the next level and we know it! Our food has always been the gesture of peace which allows us to sit, eat and enjoy each other&#8217;s company despite our differences. It is our differences that makes us unique. These new artworks are about showcasing not only the beauty in the variety of the Ukit\/Bhuket food but the message that our diversity as Malaysian is equally beautiful.<\/p>\n<p style=\"text-align: justify;\">The artist had the opportunity to meet the Ukit\/Bhuket community in 2022 when they shared their challenges of how many (including Sarawak) do not know they exist. Hence, this is more than just \u201cfood art\u201d. This is conceptual work, portraying the story of the artist who went on a journey around Malaysia and discovered the Ukit\/Bhuket people and culture.<\/p>\n<p style=\"text-align: justify;\">This is a new journey that aims to recognize and collaborate with the community to show how unique when we work together. As a Malaysian artist, she realises that for almost 60 years since Malaysia was formed, Malaysians are still ignorant about the many other people and cultures in their own land and she hopes through food, it will bring curiosity and a good first introduction to the public.<\/p>\n<p style=\"text-align: justify;\">By documenting their traditional food, it will allow the artist to uniquely share their stories to the public. This will be the FIRST concept to focus ONLY ON AN ETHNIC COMMUNITY. Just like food cannot last forever, hence why the importance is about capturing the moment we have together with the people while working together to capture ALL the elements we need to form these sets of artworks. The artist also believes by combining both styles of work with the Ukit\/Bhuket community it will bring a sense of inclusiveness and positive impact as we work together (despite being separated by the sea since the geographical challenges for the artist living in West Malaysia while the Ukit\/Bhuket community lives deep in East Malaysia) with a common goal to bring awareness to the unheard community and how it takes two hands to clap.<\/p>\n<p style=\"text-align: justify;\">The artist believes it\u2019s time to reveal to the public what defines a Malaysian. To the artist, Malaysia means \u2018all of us together\u2019. This work has a variety of sizes and dimensions. The following are suggested works installation :-<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-3jn9zp-94cf4606eb6e28fbf74c402b0e6c02c0 main_color avia-section-default avia-no-border-styling  avia-builder-el-14  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-xbmvtx-e938dbe040d989944558e6f25fae8ff9\">\n.flex_column.av-xbmvtx-e938dbe040d989944558e6f25fae8ff9{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-xbmvtx-e938dbe040d989944558e6f25fae8ff9 av_one_full  avia-builder-el-15  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-wov1xx-56d872889440e5426f47858459525aeb\">\n#top .av-special-heading.av-wov1xx-56d872889440e5426f47858459525aeb{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-wov1xx-56d872889440e5426f47858459525aeb .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-wov1xx-56d872889440e5426f47858459525aeb .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-wov1xx-56d872889440e5426f47858459525aeb .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-wov1xx-56d872889440e5426f47858459525aeb av-special-heading-h2 custom-color-heading  avia-builder-el-16  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KARYA <span style=\"color: #ffffff;\">CADANGAN<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-2zrm3p-438776ab90c4aedc66df04e682562493\">\n#top .hr.hr-invisible.av-2zrm3p-438776ab90c4aedc66df04e682562493{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2zrm3p-438776ab90c4aedc66df04e682562493 hr-invisible  avia-builder-el-17  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-loapa7bt-a37fa86b2a1bad32c45d2ac486f51d9f '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><iframe style=\"width: 100%; height: 500px;\" src=\"https:\/\/docs.google.com\/gview?url=https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/BMS_Lim-Sheng-Feiyan_-\u2610-Dan-Lain-Lain--Malaysian_-Ukit_Bhuket.pdf&amp;embedded=true\" frameborder=\"0\"><\/iframe><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/BMS_Lim-Sheng-Feiyan_-\u2610-Dan-Lain-Lain--Malaysian_-Ukit_Bhuket.pdf\">BMS_Lim Sheng Feiyan_ \u2610 Dan Lain-Lain Malaysian_ Ukit_Bhuket<\/a><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-7274\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-1030x566.png\" alt=\"\" width=\"1030\" height=\"566\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-1030x566.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-300x165.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-768x422.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-1536x844.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-2048x1125.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-1500x824.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-1-705x387.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-7275\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-1030x441.png\" alt=\"\" width=\"1030\" height=\"441\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-1030x441.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-300x128.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-768x328.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-1536x657.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-2048x876.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-1500x642.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-2-705x302.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-7276\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-1030x778.png\" alt=\"\" width=\"1030\" height=\"778\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-1030x778.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-300x227.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-768x580.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-1536x1161.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-2048x1548.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-1500x1134.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-3-705x533.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-7277\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-1030x516.png\" alt=\"\" width=\"1030\" height=\"516\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-1030x516.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-300x150.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-768x385.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-1536x769.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-2048x1025.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-1500x751.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/Cadangan-4-705x353.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-syjg5h-61ac712174b3f13ef1629b410ca221bb main_color avia-section-default avia-no-border-styling  avia-builder-el-19  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-reu4sl-7ee4f20ffc4aaef8b367bd38dc0811fe\">\n.flex_column.av-reu4sl-7ee4f20ffc4aaef8b367bd38dc0811fe{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-reu4sl-7ee4f20ffc4aaef8b367bd38dc0811fe av_one_full  avia-builder-el-20  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f\">\n#top .av-special-heading.av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ptbg1h-6eb2164c0cf6134d7c85f13c5298695f av-special-heading-h2 custom-color-heading  avia-builder-el-21  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KARYA <span style=\"color: #ffffff;\">AKHIR<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-npptn9-9ef32776f79ee1a86cc19795fa95d03b\">\n#top .hr.hr-invisible.av-npptn9-9ef32776f79ee1a86cc19795fa95d03b{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-npptn9-9ef32776f79ee1a86cc19795fa95d03b hr-invisible  avia-builder-el-22  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-lqrw3mnz-a1b5a2708286ded576c86cc5a51dd893 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone size-large wp-image-8610\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-1030x301.png\" alt=\"\" width=\"1030\" height=\"301\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-1030x301.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-300x88.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-768x224.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-1536x448.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-2048x598.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-1500x438.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-1-705x206.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-8611\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-1030x337.png\" alt=\"\" width=\"1030\" height=\"337\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-1030x337.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-300x98.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-768x251.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-1536x502.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-2048x670.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-1500x490.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-2-705x231.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-8612\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-1030x329.png\" alt=\"\" width=\"1030\" height=\"329\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-1030x329.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-300x96.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-768x245.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-1536x491.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-2048x655.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-1500x479.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Community-3-705x225.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone wp-image-8613\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Karya-Akhir.png\" alt=\"\" width=\"978\" height=\"675\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Karya-Akhir.png 886w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Karya-Akhir-300x207.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Karya-Akhir-768x530.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Karya-Akhir-705x487.png 705w\" sizes=\"(max-width: 978px) 100vw, 978px\" \/><\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-m8fbad-0a9dfaaf9264b0b522da41aaabb712fe '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-7629\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231124-WA0015.jpg\" alt=\"\" width=\"937\" height=\"626\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231124-WA0015.jpg 864w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231124-WA0015-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231124-WA0015-768x513.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231124-WA0015-705x471.jpg 705w\" sizes=\"(max-width: 937px) 100vw, 937px\" \/> <img decoding=\"async\" class=\"alignnone wp-image-8081\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-1030x686.jpeg\" alt=\"\" width=\"923\" height=\"615\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-1030x686.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-300x200.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-768x512.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-1536x1023.jpeg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-1500x999.jpeg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53-705x470.jpeg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/WhatsApp-Image-2023-11-22-at-08.51.53.jpeg 1600w\" sizes=\"(max-width: 923px) 100vw, 923px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-k2se05-4b79880cdcc4464147b26d08c5986795 main_color avia-section-default avia-no-border-styling  avia-builder-el-25  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-iltgb9-2353699fb9e79b7ae17a65c2733c16e6\">\n.flex_column.av-iltgb9-2353699fb9e79b7ae17a65c2733c16e6{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-iltgb9-2353699fb9e79b7ae17a65c2733c16e6 av_one_full  avia-builder-el-26  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-i1xczp-6af0d7eca438c84a45c803b42915ccf1\">\n#top .av-special-heading.av-i1xczp-6af0d7eca438c84a45c803b42915ccf1{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-i1xczp-6af0d7eca438c84a45c803b42915ccf1 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-i1xczp-6af0d7eca438c84a45c803b42915ccf1 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-i1xczp-6af0d7eca438c84a45c803b42915ccf1 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-i1xczp-6af0d7eca438c84a45c803b42915ccf1 av-special-heading-h2 custom-color-heading  avia-builder-el-27  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PAUTAN <span style=\"color: #ffffff;\">VIDEO<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-f5lcxx-c9e19ea0a733cfa487980ddcf53e2166\">\n#top .hr.hr-invisible.av-f5lcxx-c9e19ea0a733cfa487980ddcf53e2166{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-f5lcxx-c9e19ea0a733cfa487980ddcf53e2166 hr-invisible  avia-builder-el-28  el_after_av_one_full  el_before_av_video '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<div  class='avia-video av-dve4ed-a5af1884c383d298ac2176939ff1dbb2 avia-video-16-9 av-no-preview-image avia-video-load-always av-lazyload-immediate av-lazyload-video-embed'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/youtu.be\/GkruAhtKC_U?list=PLU4NFwcrMHPStU7CMkbb5UvGqHd9BlMiY'><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"Lim Sheing Feiyan (Malaysia Ukit Bhuket) | Zon Borneo SRWK BMS&#039;23\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/GkruAhtKC_U?list=PLU4NFwcrMHPStU7CMkbb5UvGqHd9BlMiY&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian23'  class='avia-section av-d554c5-4349938abb27ccc7c23a9811375c97c0 main_color avia-section-default avia-no-border-styling  avia-builder-el-30  el_after_av_section  avia-builder-el-last  voting avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-7269'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-bitpmt-ce37a75cd178e5b7bf6f53df5295ad59 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-bitpmt-ce37a75cd178e5b7bf6f53df5295ad59\">\n.flex_column.av-bitpmt-ce37a75cd178e5b7bf6f53df5295ad59{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-bitpmt-ce37a75cd178e5b7bf6f53df5295ad59 av_one_half  avia-builder-el-31  el_before_av_one_half  avia-builder-el-first  first flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-9jtrqt-2040ba2c188a9a4f264039749021b365 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\" \"=\"\">\n\t<h1 class=\" it_epoll_title\">\n\t<span class=\"it_epoll_title_exact_on\"><\/span>\n\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/online.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/ARTIST.png\">\n\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t<div class=\"it_epoll_survey-item-action \">\n\t\t\t\t\t<form id=\"form_voteon\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"onpostid\" id=\"onpostid\" value=\"\">\n\t\t\t\t\t\t<div id=\"countdownon\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteon\" value=\"Vote\" onclick=\"voteon('online');\">\n\t\t\t\t\t<\/form>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient onwidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percenton\"> 0% <\/span>\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"5\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 5 \/ 5 <\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n\n<\/div><\/section><\/div><div class='av-flex-placeholder'><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-7abqqt-d73f2a803d2ac2b7df98a4450730bf3f\">\n.flex_column.av-7abqqt-d73f2a803d2ac2b7df98a4450730bf3f{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7abqqt-d73f2a803d2ac2b7df98a4450730bf3f av_one_half  avia-builder-el-33  el_after_av_one_half  el_before_av_one_full  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-6368th-09998737cb56917af9cda536f190189a '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\">\n\t<h1 class=\"it_epoll_title\">\n\t\t<span class=\"it_epoll_title_exact_os\"><\/span>\n\t\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/onsite.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/10\/ARTIST.png\">\n\t\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-item-action it_epoll_survey-item-action-disabled\">\n\t\t\t\t\t\t<form id=\"form_voteos\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"ospostid\" id=\"ospostid\" value=\"\">\n\t\t\t\t\t\t\t<div id=\"countdownos\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteos\" value=\"Vote\" onclick=\"voteos('os')\">\n\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient oswidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percentos\"> 0% <\/span>\n\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"3\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 3 \/ 3 <\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n<\/div><\/section><\/div><\/div><!--close column table wrapper. Autoclose: 1 -->\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3mxdj9-4d9a7f2d433cf1138da2347b117fe18b\">\n.flex_column.av-3mxdj9-4d9a7f2d433cf1138da2347b117fe18b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3mxdj9-4d9a7f2d433cf1138da2347b117fe18b av_one_full  avia-builder-el-35  el_after_av_one_half  avia-builder-el-last  first flex_column_div av-zero-column-padding  column-top-margin'     ><section  class='av_textblock_section av-352l3p-fe7721087dba7f0a43b2d46a8ae897b8 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: center;\"><img decoding=\"async\" src=\"https:\/\/chart.googleapis.com\/chart?chs=300x300&cht=qr&chl=https:\/\/www.artgallery.gov.my\/bms&choe=UTF-8\" \/><\/p>\n<\/div><\/section><\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":7272,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36,44],"tags":[55],"class_list":["post-7269","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bms23","category-sarawak","tag-55"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/7269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7269"}],"version-history":[{"count":21,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/7269\/revisions"}],"predecessor-version":[{"id":8828,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/7269\/revisions\/8828"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/7272"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}