<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 - Wan Huzaifah');	
})


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', 'Wan Huzaifah');
			
				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 - Wan Huzaifah');
})

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', 'Wan Huzaifah');

		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":3005,"date":"2021-11-18T12:58:08","date_gmt":"2021-11-18T04:58:08","guid":{"rendered":"https:\/\/bms.awan.la\/?p=3005"},"modified":"2025-06-20T14:27:16","modified_gmt":"2025-06-20T06:27:16","slug":"wan-huzaifah","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=3005","title":{"rendered":"Wan Huzaifah"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-w8d1h9-fc39d237f8e2a0da58d192c4ab669327 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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-uxfval-e0ec6b8733a222ec79245b23b830d450\">\n#top .av-special-heading.av-uxfval-e0ec6b8733a222ec79245b23b830d450{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-uxfval-e0ec6b8733a222ec79245b23b830d450 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-uxfval-e0ec6b8733a222ec79245b23b830d450 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-uxfval-e0ec6b8733a222ec79245b23b830d450 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-uxfval-e0ec6b8733a222ec79245b23b830d450 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-2xqfn1-cce268792a84721a7bf6776cddafbe94\">\n.flex_column.av-2xqfn1-cce268792a84721a7bf6776cddafbe94{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-2xqfn1-cce268792a84721a7bf6776cddafbe94 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-rel959-7d76839423ca5aed9cd7817ac2b8986b\">\n#top .hr.hr-invisible.av-rel959-7d76839423ca5aed9cd7817ac2b8986b{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-rel959-7d76839423ca5aed9cd7817ac2b8986b 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-kw4h7pv3-ead3b8bffb1d33c6e1816232e1b23cbf\">\n#top .avia-icon-list-container.av-kw4h7pv3-ead3b8bffb1d33c6e1816232e1b23cbf .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-kw4h7pv3-ead3b8bffb1d33c6e1816232e1b23cbf .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-kw4h7pv3-ead3b8bffb1d33c6e1816232e1b23cbf  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-kw4h7pv3-ead3b8bffb1d33c6e1816232e1b23cbf avia-iconlist-animate'>\n<li><div class='iconlist_icon av-kw4h693k-5f3bc50acf38fcdacdf818649babe375 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\">Wan Huzaifah<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw4h6g8s-3fce8f5987dc54ca629ca630d93b5bf5 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\">Pahang<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw4h7od8-a2cacef76d6f474a6af3456e7fe47d7e 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\/11\/profile-01-52448-2439.pdf\" target=\"_blank\" rel=\"noopener\">Wan Huzaifah<\/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-pgi3t9-e295f1c2fec9dc4d546d6c552edb0046\">\n.flex_column.av-pgi3t9-e295f1c2fec9dc4d546d6c552edb0046{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-pgi3t9-e295f1c2fec9dc4d546d6c552edb0046 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-kwj90jq3-08cadbd52258d8475f6e82b0ea11e9ea\">\n.avia-image-container.av-kwj90jq3-08cadbd52258d8475f6e82b0ea11e9ea img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kwj90jq3-08cadbd52258d8475f6e82b0ea11e9ea .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kwj90jq3-08cadbd52258d8475f6e82b0ea11e9ea 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-4709 avia-img-lazy-loading-not-4709 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH.png\" alt='' title='HUZAIFAH'  height=\"558\" width=\"900\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH.png 900w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-300x186.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-768x476.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-705x437.png 705w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-njj93h-8916983bb0466f8727c2d75939227124 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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-mu3tul-ad6af8211a82d61a2cedd283d10c921e\">\n.flex_column.av-mu3tul-ad6af8211a82d61a2cedd283d10c921e{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-mu3tul-ad6af8211a82d61a2cedd283d10c921e 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-kk3kzh-154e86104a7c7ddea41ad48e454ef87c\">\n#top .av-special-heading.av-kk3kzh-154e86104a7c7ddea41ad48e454ef87c{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kk3kzh-154e86104a7c7ddea41ad48e454ef87c .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kk3kzh-154e86104a7c7ddea41ad48e454ef87c .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kk3kzh-154e86104a7c7ddea41ad48e454ef87c .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kk3kzh-154e86104a7c7ddea41ad48e454ef87c 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;\">.<\/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-igw3ul-61753688a0ce12bee682a8051f0dec9f\">\n#top .hr.hr-invisible.av-igw3ul-61753688a0ce12bee682a8051f0dec9f{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-igw3ul-61753688a0ce12bee682a8051f0dec9f 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-kw4hcmrb-92c12b848001f3b65a8df9ac802c1edb '   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-4711\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2.png\" alt=\"\" width=\"2230\" height=\"1114\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2.png 2230w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-300x150.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-1030x515.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-768x384.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-1536x767.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-2048x1023.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-1500x749.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/HUZAIFAH-2-705x352.png 705w\" sizes=\"(max-width: 2230px) 100vw, 2230px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-i2v4u5-f0436f729ea9e40765784a5c230ecec9 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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-fcegt9-8346d6b14872d00b6855d02f3836a710\">\n.flex_column.av-fcegt9-8346d6b14872d00b6855d02f3836a710{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-fcegt9-8346d6b14872d00b6855d02f3836a710 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-dr6xal-f51df4c0f98f571ecbb57103fb1821ee\">\n#top .av-special-heading.av-dr6xal-f51df4c0f98f571ecbb57103fb1821ee{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-dr6xal-f51df4c0f98f571ecbb57103fb1821ee .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-dr6xal-f51df4c0f98f571ecbb57103fb1821ee .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-dr6xal-f51df4c0f98f571ecbb57103fb1821ee .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-dr6xal-f51df4c0f98f571ecbb57103fb1821ee av-special-heading-h2 custom-color-heading  avia-builder-el-14  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PENGENALAN <span style=\"color: #ffffff;\">.<\/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-c11wvx-5cf2cb0f37892148e22aba8afd738477\">\n#top .hr.hr-invisible.av-c11wvx-5cf2cb0f37892148e22aba8afd738477{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-c11wvx-5cf2cb0f37892148e22aba8afd738477 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-kw4hden2-9a2175754008a398cc920b683d908875 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>PENGENALAN<\/p>\n<p style=\"text-align: justify;\">Pendekatakan pihak penganjur Bakat Muda Sezaman mengetengahkan konsep Seni dilokasi telah memberi ruang kepada para pengkarya untuk mengadaptasi gaya pengkaryaan melalui cara tersendiri. Inisiatif ini memberi laluan baru kepada saya untuk mengaplikasikan penggayaan seni lukisan mural untuk diketengahkan didalam pertandingan ini. Mural adalah lukisan yang dibuat secara langsung di permukaan dinding dan permukaan luas dan kini sedang melonjak naik dalam pengkaryaan budaya Moden. Didalam dunia moden ini seni kontemporari telah mel onjak naik dan mempunyai pelbagai jenis gaya pengkaryaan. Dengan ini, penggunaan gaya Seni mural boleh diadabtasi dalam menghasilkan karya kontemporari dengan pendekatan isu dan konten yang berkaitan. Dalam masa yang sama, gaya perkaryaan ini bakal berjalan seiring dengan arus perkembangan seni semasa.<\/p>\n<p>OBJEKTIF<\/p>\n<p style=\"text-align: justify;\">Menghasilkan karya Mural yang berkisahkan tentang mitos atau lagenda yang berkait rapat dengan masyarakat setempat sambil mengkritik isu yang berlaku dalam masyarakat dalam bentuk sindiran dalam pengkaryaan. Karya yang dirancang bakal mengetengahkan kisah lagen da tasik chini sebagai subjek dalam karya ini. Karya yang bakal dihasilkan ini merupakan sebuah karya bersiri yang menjadi sebuah kesinambungan karya Siri satu iaitu Gergasi Bota yang telah dihasilkan di daerah Perak tengah iaitu di Seri iskandar atau lebih spesifiknya di Kapal Lorek Artspace. Siri pertama ini mengisahkan tentang Bota yang merupakan makhluk gergasi yang menjadi mitos terkenal di daerah Perak Tengah. Lukisan mural bersiri ini dirancang untuk dihasil kan di setiap negeri tertentu bagi mengetengahkan segala lagenda dan mitos rakyat yang wujud dalam masyarakat di Malaysia.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-a64shp-0b06a1d42794447a93277aeef0fe21db 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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-9jylx9-319d2d200775cc7189e37a2abbbffe65\">\n.flex_column.av-9jylx9-319d2d200775cc7189e37a2abbbffe65{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-9jylx9-319d2d200775cc7189e37a2abbbffe65 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-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f\">\n#top .av-special-heading.av-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw4hdvp3-99ff4e3a9d3b30e0645c1ce25d62a41f av-special-heading-h2 custom-color-heading  avia-builder-el-19  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >. <span style=\"color: #ffffff;\">.<\/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-7d3j4t-1d465156ccf7d5fb8bbe5fb1014d6e13\">\n#top .hr.hr-invisible.av-7d3j4t-1d465156ccf7d5fb8bbe5fb1014d6e13{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-7d3j4t-1d465156ccf7d5fb8bbe5fb1014d6e13 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-kw4heals-b2bc810c76a3a359f36b5961980bf546 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-6405rx-669931c257504a4f6330728dfa7a48f1 main_color avia-section-default avia-no-border-styling  avia-builder-el-22  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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-d968t-1977d87720f32e5aec7aeccc52439e51\">\n.flex_column.av-d968t-1977d87720f32e5aec7aeccc52439e51{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-d968t-1977d87720f32e5aec7aeccc52439e51 av_one_full  avia-builder-el-23  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-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3\">\n#top .av-special-heading.av-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw4hf1kb-a57f7d0e4fae5ea9a687e3c2d98129d3 av-special-heading-h2 custom-color-heading  avia-builder-el-24  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-2h184d-b35c8540fd20e4f20e2ccd9e7d95c064\">\n#top .hr.hr-invisible.av-2h184d-b35c8540fd20e4f20e2ccd9e7d95c064{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2h184d-b35c8540fd20e4f20e2ccd9e7d95c064 hr-invisible  avia-builder-el-25  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-kw4hfh90-69c1e8d9d991b03ced8d048c60b69f91 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">Lukisan berkonsepkan seni doodle hitam dan putih menjadi pilihan sebagi sebuah mural yang mejadi reflek terhadap isu yang berlaku didalam masyarakat setempat. Penggunaan gaya ini bakal dikekalkan dalam penghasilan karya berikutkan sebagai satu siri karya yang berseiringan. Warna hitam dan putih menjai refleksi terhadap kisah yang lama atau nostalgia. Ia menjadi perlambangan terhadap kisah sejarah dan lagenda yang wujud dalam setiap kisah-kisah yang bakal disampaikan didalam karya. Melalui hasil carian yang telah dicari, Kisah Naga tasik chini ini akan diadaptasi bagi menyampaikan penceritaan didalam karya ini. Segala kerosakan yang dibawa oleh manusia akan digantikan dengan karakter yang menjadi satu entiti kemusnahan didalam karya ini iaitu Naga makanikal. Kewujudan Naga Tasik Chini didalam Karya ini memaparkan kemaharan dan keresahan yang dilalui oleh masyarakat yang cuba untuk manjaga kelestarian Alam sekitar dengan baik. Ianya amat berkait rapat dengan mitos-mitos yang disampaikan oleh mulut ke mulut oleh masyarakat terdahulu mengenai tasik chini ini. Segala kerosakkan dan kemusnahan yang berlaku dipaparkan didalam karya ini dalam bentuk &#8220;Allegorical&#8221;.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_6'  class='avia-section av-5hpwlp-9146792a626ecf98265a05d0ecccb293 main_color avia-section-default avia-no-border-styling  avia-builder-el-27  el_after_av_section  el_before_av_video  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-3005'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-4mj7xp-50d9e2bd7841b09740b9ffe13eff23e1\">\n.flex_column.av-4mj7xp-50d9e2bd7841b09740b9ffe13eff23e1{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4mj7xp-50d9e2bd7841b09740b9ffe13eff23e1 av_one_full  avia-builder-el-28  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-kxoas50a-757075e261e902e6dd029e569034c534\">\n#top .av-special-heading.av-kxoas50a-757075e261e902e6dd029e569034c534{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kxoas50a-757075e261e902e6dd029e569034c534 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kxoas50a-757075e261e902e6dd029e569034c534 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kxoas50a-757075e261e902e6dd029e569034c534 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kxoas50a-757075e261e902e6dd029e569034c534 av-special-heading-h2 custom-color-heading  avia-builder-el-29  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-2cwowd-77c5d8c2975c1775c91241f35a562569\">\n#top .hr.hr-invisible.av-2cwowd-77c5d8c2975c1775c91241f35a562569{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2cwowd-77c5d8c2975c1775c91241f35a562569 hr-invisible  avia-builder-el-30  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-kxoatcl5-3b583cf0808c7f73fc43c8d14e2f1010 '   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-4072\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361-1030x687.jpg\" alt=\"\" width=\"1030\" height=\"687\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361-1030x687.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361-705x470.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639135446361.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-4073\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664-1030x773.jpg\" alt=\"\" width=\"1030\" height=\"773\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664-1030x773.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664-705x529.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639386748664.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-4074\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-1030x1030.jpg\" alt=\"\" width=\"1030\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-1030x1030.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-768x768.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079-705x705.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/IMG_20211125_222523_079.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='after_section_6'  class='main_color av_default_container_wrap 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-3005'><div class='entry-content-wrapper clearfix'>\n<div  class='avia-video av-kxoawgh4-e74c593c502f9f46e948bf3c3583dd42 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\/11\/1639387709811-1.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_3005_856568997_772110580'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1639387709811-1.mp4' type='video\/mp4' \/><\/video><\/div>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-cg4e7h-861f792dfc4bcf058ddbda2551cf337e main_color avia-section-default avia-no-border-styling  avia-builder-el-33  el_after_av_video  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-3005'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-a9513h-f1414f8f5e6d26c4ee9f779f1ee645b7 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-a9513h-f1414f8f5e6d26c4ee9f779f1ee645b7\">\n.flex_column.av-a9513h-f1414f8f5e6d26c4ee9f779f1ee645b7{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-a9513h-f1414f8f5e6d26c4ee9f779f1ee645b7 av_one_half  avia-builder-el-34  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-xj73x-97600fd8d6301e82ff310f2f361f4bf4 '   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\/11\/FB_IMG_1639716456466-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-7bz8il-9641e168f21fedf1d120bbb045e493d5\">\n.flex_column.av-7bz8il-9641e168f21fedf1d120bbb045e493d5{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7bz8il-9641e168f21fedf1d120bbb045e493d5 av_one_half  avia-builder-el-36  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-5ljal9-96debdcf4b30b02e33c1ea0182b823a8 '   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\/11\/FB_IMG_1639716456466-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-3mr2h9-50d218b24edff73a30588447b56df3ea\">\n.flex_column.av-3mr2h9-50d218b24edff73a30588447b56df3ea{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3mr2h9-50d218b24edff73a30588447b56df3ea av_one_full  avia-builder-el-38  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-313yn1-b0a22d0ac8308d9cf6bf0fa0778ff878 '   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":3726,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,22],"tags":[56],"class_list":["post-3005","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bms21","category-pahang-2021","tag-56"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/3005","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=3005"}],"version-history":[{"count":14,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/3005\/revisions"}],"predecessor-version":[{"id":8816,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/3005\/revisions\/8816"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/3726"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3005"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3005"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}