<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 - Hilal bin Mazlan');	
})


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', 'Hilal bin Mazlan');
			
				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 - Hilal bin Mazlan');
})

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', 'Hilal bin Mazlan');

		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":1155,"date":"2021-09-22T08:56:19","date_gmt":"2021-09-22T00:56:19","guid":{"rendered":"https:\/\/bms.awan.la\/?p=1155"},"modified":"2025-06-20T14:14:37","modified_gmt":"2025-06-20T06:14:37","slug":"hilal-bin-mazlan","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=1155","title":{"rendered":"Hilal bin Mazlan"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-k7zstv-cae4539759efb85a54cf18fd8da3798b 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-1155'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ikvggj-e42ed8081afa6f9fbb28605529493b30\">\n#top .av-special-heading.av-ikvggj-e42ed8081afa6f9fbb28605529493b30{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ikvggj-e42ed8081afa6f9fbb28605529493b30 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ikvggj-e42ed8081afa6f9fbb28605529493b30 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ikvggj-e42ed8081afa6f9fbb28605529493b30 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ikvggj-e42ed8081afa6f9fbb28605529493b30 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\"  >PESERTA<\/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-hxnc5f-553afa7189a3a4f3496be7b060e485b5\">\n.flex_column.av-hxnc5f-553afa7189a3a4f3496be7b060e485b5{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-hxnc5f-553afa7189a3a4f3496be7b060e485b5 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-fovo83-56a47a24f77a134d7ddccafbd2776b08\">\n#top .hr.hr-invisible.av-fovo83-56a47a24f77a134d7ddccafbd2776b08{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-fovo83-56a47a24f77a134d7ddccafbd2776b08 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-ktusiqju-da387bce73943451c5753fc7e598c0f1\">\n#top .avia-icon-list-container.av-ktusiqju-da387bce73943451c5753fc7e598c0f1 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-ktusiqju-da387bce73943451c5753fc7e598c0f1 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-ktusiqju-da387bce73943451c5753fc7e598c0f1  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-ktusiqju-da387bce73943451c5753fc7e598c0f1 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-ktusi4to-d618f6ef3412abfbba6ed300be08889c 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\">Hilal bin Mazlan<br \/>\n<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ktusi9j2-92f9499ca66e3ce1a38e556915ab8e24 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\">Perak<br \/>\n<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ktusima0-697170003328ca6b682ffe20841d1936 avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue805' 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: EMEL:\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >EMEL:<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">kojectman@yahoo.com<br \/>\nshikinbeni@gmail.com<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kvnagm5g-adb2e901fecd9e9e346ffdfeac0bed79 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\/2021\/09\/hilal-b-mazlan-latestcv-70442-2339.pdf\" target=\"_blank\" rel=\"noopener\">Hilal bin Mazlan<\/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-e8h3k3-0411f15b58996a302c6d12feeefb5f75\">\n.flex_column.av-e8h3k3-0411f15b58996a302c6d12feeefb5f75{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-e8h3k3-0411f15b58996a302c6d12feeefb5f75 av_two_third  avia-builder-el-5  el_after_av_one_third  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ktushp62-2eae8f956cd8063d9ebcd0b5d9d018e9\">\n.avia-image-container.av-ktushp62-2eae8f956cd8063d9ebcd0b5d9d018e9 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-ktushp62-2eae8f956cd8063d9ebcd0b5d9d018e9 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-ktushp62-2eae8f956cd8063d9ebcd0b5d9d018e9 av-styling- avia-align-center  avia-builder-el-6  avia-builder-el-no-sibling '   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-1156 avia-img-lazy-loading-not-1156 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ARTIST-9-495x400.jpg\" alt='' title='ARTIST'  height=\"400\" width=\"495\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ARTIST-9-495x400.jpg 495w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ARTIST-9-845x684.jpg 845w\" sizes=\"(max-width: 495px) 100vw, 495px\" \/><\/div><\/div><\/div><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-cxu7qr-fe4a4339d9cce548ba601ccf9d889a0b main_color avia-section-default avia-no-border-styling  avia-builder-el-7  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-1155'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-b5ujn7-f408570d812ad3baf07783fd681bbddb\">\n.flex_column.av-b5ujn7-f408570d812ad3baf07783fd681bbddb{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-b5ujn7-f408570d812ad3baf07783fd681bbddb av_one_full  avia-builder-el-8  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-8td4wj-8e9c76f9019d26737d2275791c77c7a9\">\n#top .av-special-heading.av-8td4wj-8e9c76f9019d26737d2275791c77c7a9{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-8td4wj-8e9c76f9019d26737d2275791c77c7a9 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-8td4wj-8e9c76f9019d26737d2275791c77c7a9 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-8td4wj-8e9c76f9019d26737d2275791c77c7a9 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-8td4wj-8e9c76f9019d26737d2275791c77c7a9 av-special-heading-h2 custom-color-heading  avia-builder-el-9  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >CADANGAN <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-86d5sz-18bb9a6691ab4787413dad9a9545a878\">\n#top .hr.hr-invisible.av-86d5sz-18bb9a6691ab4787413dad9a9545a878{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-86d5sz-18bb9a6691ab4787413dad9a9545a878 hr-invisible  avia-builder-el-10  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-ktusoan4-5897b809f69af7cc35984d33c79f637b '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"size-large wp-image-1158 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-644x1030.png\" alt=\"\" width=\"644\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-644x1030.png 644w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-188x300.png 188w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-768x1229.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-960x1536.png 960w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-1280x2048.png 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-938x1500.png 938w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339-441x705.png 441w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1-artwork-01-bms-proposal-9419-2339.png 1600w\" sizes=\"(max-width: 644px) 100vw, 644px\" \/><\/p>\n<p><img decoding=\"async\" class=\"size-large wp-image-1159 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-1030x616.png\" alt=\"\" width=\"1030\" height=\"616\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-1030x616.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-300x179.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-768x459.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-1536x918.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-2048x1224.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-1500x896.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/4-artwork-technical-description-bms-proposal-91377-2339-705x421.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"size-large wp-image-1160 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/pantai-pasir-panjang-segari-perak-7607-2339.jpg\" alt=\"\" width=\"1023\" height=\"682\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/pantai-pasir-panjang-segari-perak-7607-2339.jpg 1023w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/pantai-pasir-panjang-segari-perak-7607-2339-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/pantai-pasir-panjang-segari-perak-7607-2339-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/pantai-pasir-panjang-segari-perak-7607-2339-705x470.jpg 705w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-55b6xf-be285cff1b7dcbac8267ab509fff838b main_color avia-section-default avia-no-border-styling  avia-builder-el-12  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-1155'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-dfckz-2a8a7d705ca3b573705a283d0d14186d\">\n.flex_column.av-dfckz-2a8a7d705ca3b573705a283d0d14186d{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-dfckz-2a8a7d705ca3b573705a283d0d14186d av_one_full  avia-builder-el-13  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-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd\">\n#top .av-special-heading.av-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ktusorj9-6de880ea89bdbf674f9bdf3dd3858edd av-special-heading-h2 custom-color-heading  avia-builder-el-14  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PENYATAAN <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-2dnfz7-76c7ccdd3522a9d257679030e55e2133\">\n#top .hr.hr-invisible.av-2dnfz7-76c7ccdd3522a9d257679030e55e2133{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2dnfz7-76c7ccdd3522a9d257679030e55e2133 hr-invisible  avia-builder-el-15  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-ktuspflg-fbdb8faa1517d3d1f4fa31acdf0163f5 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">Dalam karya saya yang bertajuk PENUNGGU PANTAI saya ini mnggabungkan unsur alam dan juga unsur kinetik(pergerakkan). Material yang digunakan adalah daripada buluh bertujuan untuk memberi impak elemen alam semula jadi. Saya mendapat ilham untuk menghasilkan karya ini dengan melihat karya STRANDBEAST oleh artis German Theo Jansen, beliau menghasilkan beberapa karya kinetik bergerak dari paip PVC dan meletakkannya di tepi laut. Karya-karyanya bergerak dan berjalan di seluruh pantai seolah-olah makhluk yang bernyawa. Melalui karya saya pula saya bercadang untuk menghasilkan beberapa buah karya kinetik\u6ee9 yang bersifat monumental (berukuran +10kaki) yang dikonstrak dari buluh dan bahagian-bahagian mekanikal. Karya ini juga bukan sahaja mempunyai sayap bergerak malah ianya akn menghasilkan bunyi. Karya saya ini bersifat sangat abstrak, tujuan saya adalah untuk mnganggu ruang dan suasana sesuatu kawasan itu dengan meletakkan satu entiti\/objek yang amat asing dari segi bentuk dan estetik nya. Pergerakkan dan bunyi yang terhasil nanti akn mewujudkan satu persoalan tentang apakah mesej yang sedang disampaikan kepada audien yang akan melihat.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-5fuzrn-a7f0b035283de82b2f871251bbdbb759 main_color avia-section-default avia-no-border-styling  avia-builder-el-17  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-1155'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-4wwjv7-349e17ef2cd432296e9c0e57067e1c0f\">\n.flex_column.av-4wwjv7-349e17ef2cd432296e9c0e57067e1c0f{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4wwjv7-349e17ef2cd432296e9c0e57067e1c0f av_one_full  avia-builder-el-18  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-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6\">\n#top .av-special-heading.av-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kxd2plro-c3ceab5aa4f633a8d8146ba59424e5e6 av-special-heading-h2 custom-color-heading  avia-builder-el-19  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-2vkdkj-1024bf1e423e86723b1796a604c262d7\">\n#top .hr.hr-invisible.av-2vkdkj-1024bf1e423e86723b1796a604c262d7{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2vkdkj-1024bf1e423e86723b1796a604c262d7 hr-invisible  avia-builder-el-20  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-kxd2rwz8-99927253ea273b7cca7fb176946809c0 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone size-full wp-image-3867\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628009585.jpg\" alt=\"\" width=\"720\" height=\"960\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628009585.jpg 720w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628009585-225x300.jpg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628009585-529x705.jpg 529w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3868\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628016613.jpg\" alt=\"\" width=\"720\" height=\"960\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628016613.jpg 720w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628016613-225x300.jpg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628016613-529x705.jpg 529w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3869\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628022269.jpg\" alt=\"\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628022269.jpg 960w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628022269-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628022269-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1634628022269-705x529.jpg 705w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3870\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-464x1030.jpg\" alt=\"\" width=\"464\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-464x1030.jpg 464w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-135x300.jpg 135w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-768x1706.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-692x1536.jpg 692w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-675x1500.jpg 675w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281-317x705.jpg 317w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136301281.jpg 922w\" sizes=\"(max-width: 464px) 100vw, 464px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3871\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-464x1030.jpg\" alt=\"\" width=\"464\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-464x1030.jpg 464w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-135x300.jpg 135w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-768x1706.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-692x1536.jpg 692w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-675x1500.jpg 675w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279-317x705.jpg 317w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465634279.jpg 922w\" sizes=\"(max-width: 464px) 100vw, 464px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3872\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-464x1030.jpg\" alt=\"\" width=\"464\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-464x1030.jpg 464w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-135x300.jpg 135w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-768x1706.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-692x1536.jpg 692w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-675x1500.jpg 675w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339-317x705.jpg 317w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465641339.jpg 922w\" sizes=\"(max-width: 464px) 100vw, 464px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3873\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697-1030x464.jpg\" alt=\"\" width=\"1030\" height=\"464\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697-1030x464.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697-300x135.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697-768x346.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697-705x317.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639465645697.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3874\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240-824x1030.jpg\" alt=\"\" width=\"824\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240-824x1030.jpg 824w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240-240x300.jpg 240w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240-768x960.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240-564x705.jpg 564w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG_20211211_150341_240.jpg 922w\" sizes=\"(max-width: 824px) 100vw, 824px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3875\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050-1030x773.jpg\" alt=\"\" width=\"1030\" height=\"773\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050-1030x773.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050-705x529.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211020-WA0050.jpg 1280w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3877\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071-773x1030.jpg\" alt=\"\" width=\"773\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071-773x1030.jpg 773w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071-225x300.jpg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071-768x1024.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071-529x705.jpg 529w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/IMG-20211205-WA0071.jpg 960w\" sizes=\"(max-width: 773px) 100vw, 773px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-3878\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING-1030x464.jpg\" alt=\"\" width=\"1030\" height=\"464\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING-1030x464.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING-300x135.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING-768x346.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING-705x318.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/SETTING.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n<div  class='avia-video av-kxd2trvm-7f127fabe27e762db94b710baeb2c925 avia-video-16-9 av-no-preview-image avia-video-load-always avia-video-html5'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/VID-20211205-WA0076.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_1155_2088597526_518509446'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/VID-20211205-WA0076.mp4' type='video\/mp4' \/><\/video><\/div>\n<div  class='avia-video av-kyya11mn-d632d81f0065a3065341ea1b36a1bed5 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\/I8nEsjBEBfE '><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BAKAT MUDA SEZAMAN 2021 | (ZON UTARA) PENUNGGU PANTAI - HILAL\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/I8nEsjBEBfE?feature=oembed&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-clv6rn-120c8a4e7e10dd60f994f6eabd4297fe main_color avia-section-default avia-no-border-styling  avia-builder-el-24  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-1155'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-avabdf-1ead3b40695ef28740ad96dac6905d72 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-avabdf-1ead3b40695ef28740ad96dac6905d72\">\n.flex_column.av-avabdf-1ead3b40695ef28740ad96dac6905d72{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-avabdf-1ead3b40695ef28740ad96dac6905d72 av_one_half  avia-builder-el-25  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-9tuskj-88a739b994f0a9c2c331798220382433 '   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\/2021\/09\/ARTIST-9-scaled.jpg\">\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-7gt8ir-69e1e43745b8f129f4e513e2f33ec867\">\n.flex_column.av-7gt8ir-69e1e43745b8f129f4e513e2f33ec867{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7gt8ir-69e1e43745b8f129f4e513e2f33ec867 av_one_half  avia-builder-el-27  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-kw4ib-4ff9c6a23d59e0085bde53ab6024587c '   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\/2021\/09\/ARTIST-9-scaled.jpg\">\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-4kb0pf-6adf49a0650e1d29ba2855eaadd14f5b\">\n.flex_column.av-4kb0pf-6adf49a0650e1d29ba2855eaadd14f5b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4kb0pf-6adf49a0650e1d29ba2855eaadd14f5b av_one_full  avia-builder-el-29  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-29pc8j-cb8779309ee26e5a51bd8ea876c0e15a '   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":1156,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[56],"class_list":["post-1155","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-perak-2021","tag-56"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/1155","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=1155"}],"version-history":[{"count":11,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/1155\/revisions"}],"predecessor-version":[{"id":8790,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/1155\/revisions\/8790"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/1156"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}