<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 - Muhammad Aimanuddin bin Kasman');	
})


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', 'Muhammad Aimanuddin bin Kasman');
			
				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 - Muhammad Aimanuddin bin Kasman');
})

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', 'Muhammad Aimanuddin bin Kasman');

		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":2818,"date":"2021-11-16T08:25:55","date_gmt":"2021-11-16T00:25:55","guid":{"rendered":"https:\/\/bms.awan.la\/?p=2818"},"modified":"2022-01-14T17:08:03","modified_gmt":"2022-01-14T09:08:03","slug":"muhammad-aimanuddin-bin-kasman","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=2818","title":{"rendered":"Muhammad Aimanuddin bin Kasman"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-yep1ea-dca6cd6c5330dffea90a1f78a5bc2530 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-2818'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-36y082-46af51162f039176488006c1f95220a6\">\n#top .av-special-heading.av-36y082-46af51162f039176488006c1f95220a6{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-36y082-46af51162f039176488006c1f95220a6 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-36y082-46af51162f039176488006c1f95220a6 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-36y082-46af51162f039176488006c1f95220a6 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-36y082-46af51162f039176488006c1f95220a6 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-uthjoy-60abf129737d8fc57158108b0afc5ea8\">\n.flex_column.av-uthjoy-60abf129737d8fc57158108b0afc5ea8{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-uthjoy-60abf129737d8fc57158108b0afc5ea8 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-t9bq76-719cf23432a1ae74225aa03f4a6dcdf4\">\n#top .hr.hr-invisible.av-t9bq76-719cf23432a1ae74225aa03f4a6dcdf4{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-t9bq76-719cf23432a1ae74225aa03f4a6dcdf4 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-kw1cp32t-5ca46ad9fe158d84fdc36ee40425a380\">\n#top .avia-icon-list-container.av-kw1cp32t-5ca46ad9fe158d84fdc36ee40425a380 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-kw1cp32t-5ca46ad9fe158d84fdc36ee40425a380 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-kw1cp32t-5ca46ad9fe158d84fdc36ee40425a380  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-kw1cp32t-5ca46ad9fe158d84fdc36ee40425a380 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-kw1cnpm4-33c4b696403f9cced36b08eecfdd1fe1 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\">Muhammad Aimanuddin bin Kasman<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw1co209-1e410b26373d22c0a83f256ed4d87d97 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-kw1ctnld-6756b867343c22da6b9b7551e37996d7 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: EMEL\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >EMEL<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">aiman.udin@305@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-kw1cozxa-053711f8ac86a4435c8ac01a7ca48058 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=\"..\/wp-content\/uploads\/2021\/11\/resume-1-67919-2415.pdf\" target=\"_blank\" rel=\"noopener\">Muhammad Aimanuddin bin Kasman<\/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-qx9jaq-e121529ee29f821dcd4d7ec6e73c2515\">\n.flex_column.av-qx9jaq-e121529ee29f821dcd4d7ec6e73c2515{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-qx9jaq-e121529ee29f821dcd4d7ec6e73c2515 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-kw1cqaoe-639bbdcf4c89b52709e835f11bda3e17\">\n.avia-image-container.av-kw1cqaoe-639bbdcf4c89b52709e835f11bda3e17 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kw1cqaoe-639bbdcf4c89b52709e835f11bda3e17 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kw1cqaoe-639bbdcf4c89b52709e835f11bda3e17 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-4470 avia-img-lazy-loading-not-4470 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman.png\" alt='' title='aiman'  height=\"1030\" width=\"1030\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-300x300.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-80x80.png 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-768x768.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-36x36.png 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-180x180.png 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-705x705.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-qa0ceq-af5bea98ab5257a8b7952e6a6dfbabbe 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-2818'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-njwys2-29f25b86130aeb2feed261e2fbe43345\">\n.flex_column.av-njwys2-29f25b86130aeb2feed261e2fbe43345{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-njwys2-29f25b86130aeb2feed261e2fbe43345 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-n57cf6-7c037895695397594559d1deaa846d92\">\n#top .av-special-heading.av-n57cf6-7c037895695397594559d1deaa846d92{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-n57cf6-7c037895695397594559d1deaa846d92 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-n57cf6-7c037895695397594559d1deaa846d92 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-n57cf6-7c037895695397594559d1deaa846d92 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-n57cf6-7c037895695397594559d1deaa846d92 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 <font color=\"#ffffff\">KARYA<\/font><\/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-lfhc4y-8bfe3dba362f86c8522205d34e3ef0ae\">\n#top .hr.hr-invisible.av-lfhc4y-8bfe3dba362f86c8522205d34e3ef0ae{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-lfhc4y-8bfe3dba362f86c8522205d34e3ef0ae 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-kw1cryug-80d6e3c91ef98c31396959abd0829591 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-796x1030.png\" alt=\"\" width=\"796\" height=\"1030\" class=\"alignnone size-large wp-image-2821\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-796x1030.png 796w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-232x300.png 232w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-768x994.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-1187x1536.png 1187w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-1159x1500.png 1159w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415-545x705.png 545w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/aiman-bms-1-17858-2415.png 1545w\" sizes=\"(max-width: 796px) 100vw, 796px\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-730x1030.jpg\" alt=\"\" width=\"730\" height=\"1030\" class=\"alignnone size-large wp-image-2822\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-730x1030.jpg 730w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-213x300.jpg 213w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-768x1084.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-1088x1536.jpg 1088w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-1063x1500.jpg 1063w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415-500x705.jpg 500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/installasi-karya-85623-2415.jpg 1381w\" sizes=\"(max-width: 730px) 100vw, 730px\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415-729x1030.jpg\" alt=\"\" width=\"729\" height=\"1030\" class=\"alignnone size-large wp-image-2823\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415-729x1030.jpg 729w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415-212x300.jpg 212w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415-768x1085.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415-499x705.jpg 499w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/sketch-karya-1-68080-2415.jpg 941w\" sizes=\"(max-width: 729px) 100vw, 729px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-jbbkfm-f07342e365e7ffa4f0417cbf4719e0be 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-2818'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-gudu36-e8cbf4548fb1eb2596c9e26041a87f50\">\n.flex_column.av-gudu36-e8cbf4548fb1eb2596c9e26041a87f50{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-gudu36-e8cbf4548fb1eb2596c9e26041a87f50 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-fzb0b6-1c062800efa0197f773a0c15a2af1876\">\n#top .av-special-heading.av-fzb0b6-1c062800efa0197f773a0c15a2af1876{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-fzb0b6-1c062800efa0197f773a0c15a2af1876 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-fzb0b6-1c062800efa0197f773a0c15a2af1876 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-fzb0b6-1c062800efa0197f773a0c15a2af1876 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-fzb0b6-1c062800efa0197f773a0c15a2af1876 av-special-heading-h2 custom-color-heading  avia-builder-el-14  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >CADANGAN <font color=\"#ffffff\">LOKASI<\/font><\/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-eiipte-6df9ea3cb2f8e6572e0e2bf0157c51c5\">\n#top .hr.hr-invisible.av-eiipte-6df9ea3cb2f8e6572e0e2bf0157c51c5{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-eiipte-6df9ea3cb2f8e6572e0e2bf0157c51c5 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-kw1csl40-05fbb9dc118194b86bc451a262d2818f '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415-728x1030.png\" alt=\"\" width=\"728\" height=\"1030\" class=\"alignnone size-large wp-image-2824\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415-728x1030.png 728w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415-212x300.png 212w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415-768x1086.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415-498x705.png 498w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/bms-lokasi-31481-2415.png 794w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-588oia-ecae45590d7883ca71ced8221d8cf183 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-2818'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-evwaq-ac8779fae223eca60bfaca8454d145c3\">\n.flex_column.av-evwaq-ac8779fae223eca60bfaca8454d145c3{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-evwaq-ac8779fae223eca60bfaca8454d145c3 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-kxindqle-64c0660685c052f8ed8d67b9912686b0\">\n#top .av-special-heading.av-kxindqle-64c0660685c052f8ed8d67b9912686b0{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kxindqle-64c0660685c052f8ed8d67b9912686b0 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kxindqle-64c0660685c052f8ed8d67b9912686b0 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kxindqle-64c0660685c052f8ed8d67b9912686b0 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kxindqle-64c0660685c052f8ed8d67b9912686b0 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 <font color=\"#ffffff\">AKHIR<\/font><\/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-2afyb6-56cc40987b98ff1275aba4e2a4d149d2\">\n#top .hr.hr-invisible.av-2afyb6-56cc40987b98ff1275aba4e2a4d149d2{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2afyb6-56cc40987b98ff1275aba4e2a4d149d2 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-kxinhqvr-fd8b4b0482c8c004a651d7b51aeeeacd '   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-4464\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.59-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4465\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.58-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4466\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4467\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.57-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4468\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.56-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4469\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54.jpeg\" alt=\"\" width=\"1280\" height=\"958\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54.jpeg 1280w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54-1030x771.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54-768x575.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Image-2021-12-31-at-14.34.54-705x528.jpeg 705w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/p>\n<\/div><\/section>\n<div  class='avia-video av-kxinih4k-b991a2257f25254e1a32181b96b904b3 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\/VN20211125_140049.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_2818_1584972852_427976011'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/VN20211125_140049.mp4' type='video\/mp4' \/><\/video><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-bv2i42-eddb2c9778ea8fe1f6c602c3ca5bcbd9 main_color avia-section-default avia-no-border-styling  avia-builder-el-23  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-2818'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-11s882-6102713d688cab4b0c7638e7bfcc0e2b sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-11s882-6102713d688cab4b0c7638e7bfcc0e2b\">\n.flex_column.av-11s882-6102713d688cab4b0c7638e7bfcc0e2b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-11s882-6102713d688cab4b0c7638e7bfcc0e2b av_one_half  avia-builder-el-24  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-8u1lte-8dcea5a4df5323e2cf04d443eb1a3280 '   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\/ARTIST.png\">\n\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t<div class=\"it_epoll_survey-item-action \">\n\t\t\t\t\t<form id=\"form_voteon\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"onpostid\" id=\"onpostid\" value=\"\">\n\t\t\t\t\t\t<div id=\"countdownon\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteon\" value=\"Vote\" onclick=\"voteon('online');\">\n\t\t\t\t\t<\/form>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient onwidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percenton\"> 0% <\/span>\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"5\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 5 \/ 5 <\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n\n<\/div><\/section><\/div><div class='av-flex-placeholder'><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-7yqujm-b50d4a92e404c8ab3363c69a15c5befc\">\n.flex_column.av-7yqujm-b50d4a92e404c8ab3363c69a15c5befc{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7yqujm-b50d4a92e404c8ab3363c69a15c5befc av_one_half  avia-builder-el-26  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-5dw31e-772f4921439e2cdb5c9e59b0057342b3 '   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\/ARTIST.png\">\n\t\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-item-action it_epoll_survey-item-action-disabled\">\n\t\t\t\t\t\t<form id=\"form_voteos\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"ospostid\" id=\"ospostid\" value=\"\">\n\t\t\t\t\t\t\t<div id=\"countdownos\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteos\" value=\"Vote\" onclick=\"voteos('os')\">\n\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient oswidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percentos\"> 0% <\/span>\n\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"3\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 3 \/ 3 <\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n<\/div><\/section><\/div><\/div><!--close column table wrapper. Autoclose: 1 -->\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-4u42bm-466ec44ff2e1e58411111f2a053ed58f\">\n.flex_column.av-4u42bm-466ec44ff2e1e58411111f2a053ed58f{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4u42bm-466ec44ff2e1e58411111f2a053ed58f av_one_full  avia-builder-el-28  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-31t19u-43ecd65bcf0f62774d9f45af6582dc45 '   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":2820,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-2818","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pahang-2021"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2818","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=2818"}],"version-history":[{"count":9,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2818\/revisions"}],"predecessor-version":[{"id":5892,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2818\/revisions\/5892"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/2820"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2818"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2818"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}