<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 - Amera Akbar');	
})


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', 'Amera Akbar');
			
				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 - Amera Akbar');
})

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', 'Amera Akbar');

		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":1186,"date":"2021-09-24T08:59:59","date_gmt":"2021-09-24T00:59:59","guid":{"rendered":"https:\/\/bms.awan.la\/?p=1186"},"modified":"2022-01-14T17:24:00","modified_gmt":"2022-01-14T09:24:00","slug":"amera-akbar","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=1186","title":{"rendered":"Amera Akbar"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-miuhea-9c198a0c737423a42fa4e649638582d6 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-1186'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-l4xxgy-3f3403e8ae09268348e5b030e194f95d\">\n#top .av-special-heading.av-l4xxgy-3f3403e8ae09268348e5b030e194f95d{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-l4xxgy-3f3403e8ae09268348e5b030e194f95d .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-l4xxgy-3f3403e8ae09268348e5b030e194f95d .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-l4xxgy-3f3403e8ae09268348e5b030e194f95d .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-l4xxgy-3f3403e8ae09268348e5b030e194f95d 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-jrliuq-9be526ec7fd0fa3aa4cce4d2fd4f08e1\">\n.flex_column.av-jrliuq-9be526ec7fd0fa3aa4cce4d2fd4f08e1{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-jrliuq-9be526ec7fd0fa3aa4cce4d2fd4f08e1 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-gwaloi-40ecb43479582538251ce5b397bc35ad\">\n#top .hr.hr-invisible.av-gwaloi-40ecb43479582538251ce5b397bc35ad{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-gwaloi-40ecb43479582538251ce5b397bc35ad 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-ktxninew-30b70630b04d4bd48c59c9aa2b520e16\">\n#top .avia-icon-list-container.av-ktxninew-30b70630b04d4bd48c59c9aa2b520e16 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-ktxninew-30b70630b04d4bd48c59c9aa2b520e16 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-ktxninew-30b70630b04d4bd48c59c9aa2b520e16  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-ktxninew-30b70630b04d4bd48c59c9aa2b520e16 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-ktxni9et-e2bfb5edf66a14510bacb2e48f125f8e 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\">Amera Akbar<br \/>\n<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ktxnific-e2d83bd117ef80641d3f2cad442708d8 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<br \/>\n<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ktxniljx-fe49afbaade60ff9bcc93bd02ab50e01 avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue805' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: EMEL:\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >EMEL:<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">ameraakbar@gmail.com<\/span><\/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-frwk02-9adbc3041049711af526b655d5a5698d\">\n.flex_column.av-frwk02-9adbc3041049711af526b655d5a5698d{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-frwk02-9adbc3041049711af526b655d5a5698d av_two_third  avia-builder-el-5  el_after_av_one_third  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><section  class='av_textblock_section av-ktxnlp4v-a512a88a5d50de7e86a1d3ccf48f4f3a '   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-4893\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera.png\" alt=\"\" width=\"982\" height=\"684\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera.png 982w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera-300x209.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera-768x535.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera-705x491.png 705w\" sizes=\"(max-width: 982px) 100vw, 982px\" \/><\/p>\n<\/div><\/section><\/div><\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-dsbe82-fbe747d6d23950a779609ebb1baa87dd 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-1186'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cozaaa-8f988f641e3996fb5bd0cbe86836aa1b\">\n.flex_column.av-cozaaa-8f988f641e3996fb5bd0cbe86836aa1b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-cozaaa-8f988f641e3996fb5bd0cbe86836aa1b 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-13d7fm-5a7a02680ed7dde634ffe15d08f595d0\">\n#top .av-special-heading.av-13d7fm-5a7a02680ed7dde634ffe15d08f595d0{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-13d7fm-5a7a02680ed7dde634ffe15d08f595d0 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-13d7fm-5a7a02680ed7dde634ffe15d08f595d0 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-13d7fm-5a7a02680ed7dde634ffe15d08f595d0 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-13d7fm-5a7a02680ed7dde634ffe15d08f595d0 av-special-heading-h2 custom-color-heading  avia-builder-el-9  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >CADANGAN <span style=\"color: #ffffff;\">KARYA<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-8xvdz6-358109438efc17dcdf3922571aa81e47\">\n#top .hr.hr-invisible.av-8xvdz6-358109438efc17dcdf3922571aa81e47{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-8xvdz6-358109438efc17dcdf3922571aa81e47 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-ktxnmsi7-6f506423d5376578b2bab619fe5d97d5 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"size-full wp-image-1191 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-artwork-sketch-64570-2345.png\" alt=\"\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-artwork-sketch-64570-2345.png 960w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-artwork-sketch-64570-2345-300x225.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-artwork-sketch-64570-2345-768x576.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-artwork-sketch-64570-2345-705x529.png 705w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><br \/>\n<img decoding=\"async\" class=\"size-large wp-image-1189 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345-728x1030.png\" alt=\"\" width=\"728\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345-728x1030.png 728w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345-212x300.png 212w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345-768x1086.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345-498x705.png 498w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-pg1-31924-2345.png 794w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/p>\n<p><img decoding=\"async\" class=\"size-large wp-image-1190 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345-728x1030.png\" alt=\"\" width=\"728\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345-728x1030.png 728w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345-212x300.png 212w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345-768x1086.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345-498x705.png 498w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/bms-lokasi-25198-2345.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_3'  class='avia-section av-6yf5o2-ef818a0a45e0ccbe907692dc226c198b 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-1186'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5epmle-1ad832c21ee1f64f3d6c3bec254f1f58\">\n.flex_column.av-5epmle-1ad832c21ee1f64f3d6c3bec254f1f58{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-5epmle-1ad832c21ee1f64f3d6c3bec254f1f58 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-4tulk2-57556c1e71469dadbe7b4b612e5bd73b\">\n#top .av-special-heading.av-4tulk2-57556c1e71469dadbe7b4b612e5bd73b{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-4tulk2-57556c1e71469dadbe7b4b612e5bd73b .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-4tulk2-57556c1e71469dadbe7b4b612e5bd73b .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-4tulk2-57556c1e71469dadbe7b4b612e5bd73b .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-4tulk2-57556c1e71469dadbe7b4b612e5bd73b av-special-heading-h2 custom-color-heading  avia-builder-el-14  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >MANUAL <span style=\"color: #ffffff;\">PEMASANGAN<\/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-31ysci-1141c996b2ca1f6106de43b98da8b536\">\n#top .hr.hr-invisible.av-31ysci-1141c996b2ca1f6106de43b98da8b536{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-31ysci-1141c996b2ca1f6106de43b98da8b536 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-ktxnpt54-cdc323cbb23edb03fe6edbb2efa071ef '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"size-large wp-image-1192 aligncenter\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345-728x1030.png\" alt=\"\" width=\"728\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345-728x1030.png 728w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345-212x300.png 212w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345-768x1086.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345-498x705.png 498w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/ameraakbar-bms-manual-38858-2345.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-64ijya-57631eb5e67b9d857a6799ef9604239c main_color avia-section-default avia-no-border-styling  avia-builder-el-17  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-1186'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-hhydu-b457065f398520cb8602d7411a1ce38e\">\n.flex_column.av-hhydu-b457065f398520cb8602d7411a1ce38e{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-hhydu-b457065f398520cb8602d7411a1ce38e 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-kxobbp3e-6f981366db5b034364f0281320535d53\">\n#top .av-special-heading.av-kxobbp3e-6f981366db5b034364f0281320535d53{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kxobbp3e-6f981366db5b034364f0281320535d53 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kxobbp3e-6f981366db5b034364f0281320535d53 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kxobbp3e-6f981366db5b034364f0281320535d53 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kxobbp3e-6f981366db5b034364f0281320535d53 av-special-heading-h2 custom-color-heading  avia-builder-el-19  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KARYA <span style=\"color: #ffffff;\">AKHIR<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-37i49u-f49c1058da165868e9436a36cf33556d\">\n#top .hr.hr-invisible.av-37i49u-f49c1058da165868e9436a36cf33556d{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-37i49u-f49c1058da165868e9436a36cf33556d 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-kxobdsy1-797832d0a6717791855ca9c8dc7491e4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-4896 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-1.jpg\" alt=\"\" width=\"1000\" height=\"750\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-1.jpg 1000w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-1-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-1-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-1-705x529.jpg 705w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-4897 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-2.jpg\" alt=\"\" width=\"1000\" height=\"750\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-2.jpg 1000w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-2-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-2-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-2-705x529.jpg 705w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-4103\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213-1030x773.jpg\" alt=\"\" width=\"1030\" height=\"773\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213-1030x773.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213-705x529.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/FB_IMG_1639136967213.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-4898 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-3.jpg\" alt=\"\" width=\"750\" height=\"1000\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-3.jpg 750w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-3-225x300.jpg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-3-529x705.jpg 529w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-4899 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-6.jpg\" alt=\"\" width=\"1000\" height=\"750\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-6.jpg 1000w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-6-300x225.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-6-768x576.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/AMERAAKBAR-KARYA-AKHIR-6-705x529.jpg 705w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/p>\n<\/div><\/section>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='after_section_4'  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-1186'><div class='entry-content-wrapper clearfix'>\n<div  class='avia-video av-kxobev3i-5813a32b37f95196207e1f201bb2c319 avia-video-16-9 av-no-preview-image avia-video-load-always avia-video-html5'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1639134760046-1.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_1186_718575505_416424538'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/1639134760046-1.mp4' type='video\/mp4' \/><\/video><\/div>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-c8zsoy-b6ac68f453d446946bc963862e12b87f main_color avia-section-default avia-no-border-styling  avia-builder-el-23  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-1186'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-b0akle-8ff85ecf6325c997725b86c678fadbff sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-b0akle-8ff85ecf6325c997725b86c678fadbff\">\n.flex_column.av-b0akle-8ff85ecf6325c997725b86c678fadbff{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-b0akle-8ff85ecf6325c997725b86c678fadbff 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-8u6i0y-87ca54aea7114f8385bb5208f84f8a3d '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\" \"=\"\">\n\t<h1 class=\" it_epoll_title\">\n\t<span class=\"it_epoll_title_exact_on\"><\/span>\n\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/online.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera-2.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-76unle-b12d42ba08eaaa04dc1a18b41d5934d9\">\n.flex_column.av-76unle-b12d42ba08eaaa04dc1a18b41d5934d9{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-76unle-b12d42ba08eaaa04dc1a18b41d5934d9 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-647epu-8f3bcbd4240c34a9f322d2ed8ae7e677 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\">\n\t<h1 class=\"it_epoll_title\">\n\t\t<span class=\"it_epoll_title_exact_os\"><\/span>\n\t\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/onsite.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/09\/Amera-2.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-1pr4y-9fbf073bba1b80ab9178fdff6c690b73\">\n.flex_column.av-1pr4y-9fbf073bba1b80ab9178fdff6c690b73{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-1pr4y-9fbf073bba1b80ab9178fdff6c690b73 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-281brm-954e551ec007126b5e3bf5d394c65a2e '   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":4895,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-1186","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\/1186","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=1186"}],"version-history":[{"count":13,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/1186\/revisions"}],"predecessor-version":[{"id":5920,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/1186\/revisions\/5920"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/4895"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}