<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 - Syed Fakaruddin');	
})


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', 'Syed Fakaruddin');
			
				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 - Syed Fakaruddin');
})

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', 'Syed Fakaruddin');

		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":2847,"date":"2021-11-16T16:51:55","date_gmt":"2021-11-16T08:51:55","guid":{"rendered":"https:\/\/bms.awan.la\/?p=2847"},"modified":"2022-02-15T10:39:07","modified_gmt":"2022-02-15T02:39:07","slug":"syed-fakaruddin","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=2847","title":{"rendered":"Syed Fakaruddin"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-nnlfbj-a205db6f271ec841707372f8b7053a5c 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-2847'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-mta8wv-60bf231b7eabfae018118b037f11382b\">\n#top .av-special-heading.av-mta8wv-60bf231b7eabfae018118b037f11382b{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-mta8wv-60bf231b7eabfae018118b037f11382b .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-mta8wv-60bf231b7eabfae018118b037f11382b .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-mta8wv-60bf231b7eabfae018118b037f11382b .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-mta8wv-60bf231b7eabfae018118b037f11382b 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-l5qopb-fadc70698163b301ad6bedbe1fa05a30\">\n.flex_column.av-l5qopb-fadc70698163b301ad6bedbe1fa05a30{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-l5qopb-fadc70698163b301ad6bedbe1fa05a30 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-jtr5cf-72b3ecbd3905ea3846b89d77904075b1\">\n#top .hr.hr-invisible.av-jtr5cf-72b3ecbd3905ea3846b89d77904075b1{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-jtr5cf-72b3ecbd3905ea3846b89d77904075b1 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-kw1urine-f105c420aad1790441ab1b204a85dc61\">\n#top .avia-icon-list-container.av-kw1urine-f105c420aad1790441ab1b204a85dc61 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-kw1urine-f105c420aad1790441ab1b204a85dc61 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-kw1urine-f105c420aad1790441ab1b204a85dc61  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-kw1urine-f105c420aad1790441ab1b204a85dc61 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-kw1uor0a-c40cbabb89c9d71628feb3e4ad2cf22b 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\">Syed Fakaruddin<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw1upd1g-4d4ac02253145e75ad9d88139cfe746d 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\">Selangor<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw1upibm-5d3f8e5aec5e01c5ceb19273666c8f7b 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\/profil-artis-syed-fakaruddin-91765-2417.pdf\" target=\"_blank\" rel=\"noopener\">Syed Fakaruddin<\/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-i0i1fz-db6f99151b73f5718a4f61792bdfe5b2\">\n.flex_column.av-i0i1fz-db6f99151b73f5718a4f61792bdfe5b2{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-i0i1fz-db6f99151b73f5718a4f61792bdfe5b2 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-kw1usjqt-fe3250ab2ef4ca2d31a77f5eeeeae593\">\n.avia-image-container.av-kw1usjqt-fe3250ab2ef4ca2d31a77f5eeeeae593 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kw1usjqt-fe3250ab2ef4ca2d31a77f5eeeeae593 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kw1usjqt-fe3250ab2ef4ca2d31a77f5eeeeae593 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-5766 avia-img-lazy-loading-not-5766 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-300x187.jpg\" alt='' title='Syed Mohd Fakaruddin'  height=\"187\" width=\"300\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-300x187.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-1030x640.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-768x478.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-1536x955.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-2048x1274.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-1500x933.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Syed-Mohd-Fakaruddin-705x438.jpg 705w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><\/div><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-g080lr-567b96c3606869c137e5cb6acb195208 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-2847'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-e0gn27-4966031697c0cbe903ada5f648f9703b\">\n.flex_column.av-e0gn27-4966031697c0cbe903ada5f648f9703b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-e0gn27-4966031697c0cbe903ada5f648f9703b 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-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d\">\n#top .av-special-heading.av-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw1uuhv9-8c07c0f04839ef9f381a1f958d6f8d1d 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-cqaotb-580f4f6aef31c6801d0d847ab64b7789\">\n#top .hr.hr-invisible.av-cqaotb-580f4f6aef31c6801d0d847ab64b7789{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-cqaotb-580f4f6aef31c6801d0d847ab64b7789 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-kw1uuaf4-df7d81d91a83733f49b86807edb8286f '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>Statement<\/p>\n<p>Rapid infrastructural development that can be seen today has drastically impacted and created ripples to the natural landscape of our planet negatively. This unfortunate event would have never took place if we have done enough research before executing any plans poorly that adds further disruption to the eco-system of an already deteriorating habitat. In a response to the matter, and through my work, I am conveying my thought by visualising a concrete-based nursery which directly symbolizes the sad reality of people beginning to romanticize modernity as a result of embracing it in the future. The title for the \u2018Bru-Kon-01 Nurseri\u2019 artwork is short for \u2018Brutal Concrete 01 Nursery\u2019 is my take on the future as far as prediction goes. Drastic that the work seem, the complete opposite of portraying nature in a manner of non-organic while using man-made materials will someday be a reality when we stop caring about our planet.a&gt;<\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-kxuc4vtk-4fbea2c6f0fc2a3e480ee263a51e4fd4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>Concept<\/p>\n<p style=\"text-align: justify;\">Concept chosen for my artwork is the imitation of plant nursery; ready-to-plant plants for sale. With the given theme of \u2018art on site (seni di lokasi)\u2019 for the Bakat Muda Sezaman 2021 this time around, I find the theme itself can be interpreted directly to narrate the happenings within my own surrounding (of interest of course). I was drawn to an area specifically in Sungai Buluh, whereby a great number of on-going construction sites and nursery plantations can be unmistakably spotted when one were to pass through that very place. Based on my observation regarding these two occurrences, I see a good marriage between those to convey my message in visualising this dystopian that could or could not take place in the near future. Either way, Bru-Kon-01 Nurseri is just a playful prediction of a new environment. I have substituted living plants nursery to a concrete one; which are made from raw materials often used in construction sites. The idea behind the substitution is a clear display of greed when it comes to handling\/mishandling nature as our natural resources for the sake of securing future projects in developing the land. Based on the current state of our environment, my prediction in regards to natural landscape going down the drain seems realistic by the looks of our chase to achieving a developed nation status. It will come to no surprise if our surrounding are filled with concrete and man-made structures instead of the Mother Nature itself. The current trend of filling the \u2018concrete\u2019 housing with plants and nature has been mushrooming ever recently which draws me into creating this artwork. I have the reason to believe that most people finds comfort in their aforementioned interior decoration decisions which I find ironic. I have chosen my own studio in Ara Damansara as the location to my installation due to strategic reasoning of reflecting the modern setting of my working space area.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-ag5ihb-689cc9051f7e50cfef382c21ebfa470a main_color avia-section-default avia-no-border-styling  avia-builder-el-13  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-2847'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-9aqdxb-a1fd4387196a209c6625c1a04a6b7f80\">\n.flex_column.av-9aqdxb-a1fd4387196a209c6625c1a04a6b7f80{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-9aqdxb-a1fd4387196a209c6625c1a04a6b7f80 av_one_full  avia-builder-el-14  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-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7\">\n#top .av-special-heading.av-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw1uuwrf-e9a8c24b4b493df55b14195800ac4df7 av-special-heading-h2 custom-color-heading  avia-builder-el-15  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-7raxi7-e028e23ea796dc9dbb76bc2845a5396e\">\n#top .hr.hr-invisible.av-7raxi7-e028e23ea796dc9dbb76bc2845a5396e{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-7raxi7-e028e23ea796dc9dbb76bc2845a5396e hr-invisible  avia-builder-el-16  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-kw1uvkl9-02de2be689720008a835f6e95a29c98a '   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-4619\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-3.png\" alt=\"\" width=\"815\" height=\"487\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-3.png 815w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-3-300x179.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-3-768x459.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-3-705x421.png 705w\" sizes=\"(max-width: 815px) 100vw, 815px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4620\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-2.png\" alt=\"\" width=\"751\" height=\"421\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-2.png 751w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-2-300x168.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-2-705x395.png 705w\" sizes=\"(max-width: 751px) 100vw, 751px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4621\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-1.png\" alt=\"\" width=\"677\" height=\"391\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-1.png 677w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/syed-1-300x173.png 300w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-5et3bz-121d903f2b9228a651a8fcb59a3e4704 main_color avia-section-default avia-no-border-styling  avia-builder-el-18  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-2847'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-4prdwv-fcf5d6da0427c10976d5c896c30b64cf\">\n.flex_column.av-4prdwv-fcf5d6da0427c10976d5c896c30b64cf{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4prdwv-fcf5d6da0427c10976d5c896c30b64cf av_one_full  avia-builder-el-19  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-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20\">\n#top .av-special-heading.av-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw1uw5fh-6a1ec48dafa421e019cf1be02fc8cd20 av-special-heading-h2 custom-color-heading  avia-builder-el-20  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-2krtof-3a8eb4b371b6a36c18a3c02083d39762\">\n#top .hr.hr-invisible.av-2krtof-3a8eb4b371b6a36c18a3c02083d39762{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2krtof-3a8eb4b371b6a36c18a3c02083d39762 hr-invisible  avia-builder-el-21  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-kw1uwm7r-76c071c15dcdaea421efcd12acd02b92 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">Kepesatan pembangunan pada zaman sekarang telah memberi banyak impak perubahan dan kerosakan terhadap landskap semulajadi dan penduduk setempat. Didalam karya ini, saya memberikan respons keadaan landskap semasa mengikut pengamatan dipersekitaran dengan menggunakan konsep nurseri brutalisme sebagai simbolik terhadap ramalan keadaan landskap dan pembangunan pesat yang akan datang.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-5razbj-7eacd595c7229b41fa6032686548125d main_color avia-section-default avia-no-border-styling  avia-builder-el-23  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-2847'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-43cmpb-c99315afc2133d05759c683ec60e790c\">\n.flex_column.av-43cmpb-c99315afc2133d05759c683ec60e790c{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-43cmpb-c99315afc2133d05759c683ec60e790c av_one_full  avia-builder-el-24  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-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f\">\n#top .av-special-heading.av-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kxo75ync-13dd027bafdfcac2af71c8391ec00c3f av-special-heading-h2 custom-color-heading  avia-builder-el-25  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-8lrvz-ecf1e20542ae79c1a07e4430f2f8a252\">\n#top .hr.hr-invisible.av-8lrvz-ecf1e20542ae79c1a07e4430f2f8a252{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-8lrvz-ecf1e20542ae79c1a07e4430f2f8a252 hr-invisible  avia-builder-el-26  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-kxo77aey-5941b4d806b89e9b0bcfe26590343b82 '   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-4037\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409421476.jpg\" alt=\"\" width=\"960\" height=\"640\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409421476.jpg 960w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409421476-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409421476-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409421476-705x470.jpg 705w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-4038\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516-1030x687.jpg\" alt=\"\" width=\"1030\" height=\"687\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516-1030x687.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516-705x470.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409434516.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-4039\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880-1030x687.jpg\" alt=\"\" width=\"1030\" height=\"687\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880-1030x687.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880-705x470.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409437880.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-4040\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696-1030x687.jpg\" alt=\"\" width=\"1030\" height=\"687\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696-1030x687.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696-705x470.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409441696.jpg 1080w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-4041\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080-1030x687.jpg\" alt=\"\" width=\"1030\" height=\"687\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080-1030x687.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080-300x200.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080-768x512.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080-705x470.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FB_IMG_1639409448080.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_5'  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-2847'><div class='entry-content-wrapper clearfix'>\n<div  class='avia-video av-kxycnfzx-74d44cb98dc2c4045061e15c16b84b8a avia-video-16-9 av-no-preview-image avia-video-load-always av-lazyload-immediate av-lazyload-video-embed'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/youtu.be\/sGWEIoj-RdM '><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BAKAT MUDA SEZAMAN 2021 | (ZON TENGAH) BRU-KON-01 NURSERI - SYED MOHD FAKARUDDIN\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/sGWEIoj-RdM?feature=oembed&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n<div  class='avia-video av-av_video-cd9c64387346ad7005063380da3fa147 avia-video-16-9 av-no-preview-image avia-video-load-always av-lazyload-immediate av-lazyload-video-embed'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/youtu.be\/ERAG9RangvU'><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BRU-KON-01 Nurseri by Syed Fakaruddin (BMS21)\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/ERAG9RangvU?feature=oembed&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-c901ov-0ef89cdb105b3fcdda0abad507bc61e9 main_color avia-section-default avia-no-border-styling  avia-builder-el-30  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-2847'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-11mvcf-715bbf4fafe71f992238334ae46f8210 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-11mvcf-715bbf4fafe71f992238334ae46f8210\">\n.flex_column.av-11mvcf-715bbf4fafe71f992238334ae46f8210{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-11mvcf-715bbf4fafe71f992238334ae46f8210 av_one_half  avia-builder-el-31  el_before_av_one_half  avia-builder-el-first  first flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-94bz67-382cf2ceda98b32d121e0b923e81d751 '   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-2.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-r1khr-178a4d8e8492e0d26351b64ea4b12b47\">\n.flex_column.av-r1khr-178a4d8e8492e0d26351b64ea4b12b47{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-r1khr-178a4d8e8492e0d26351b64ea4b12b47 av_one_half  avia-builder-el-33  el_after_av_one_half  el_before_av_one_full  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-57fqv3-da2f32ad1aec9a73debe9cd1677aafe3 '   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-2.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-3u774v-85e41141b40d1e69d3344ea80974ef5b\">\n.flex_column.av-3u774v-85e41141b40d1e69d3344ea80974ef5b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3u774v-85e41141b40d1e69d3344ea80974ef5b av_one_full  avia-builder-el-35  el_after_av_one_half  avia-builder-el-last  first flex_column_div av-zero-column-padding  column-top-margin'     ><section  class='av_textblock_section av-356kan-9fe7406076530ca9580319d0b746a5f6 '   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":2849,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-2847","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-selangor-2021"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2847","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=2847"}],"version-history":[{"count":13,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2847\/revisions"}],"predecessor-version":[{"id":6267,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2847\/revisions\/6267"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/2849"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}