<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 - Siti Nurhayu binti Juman, Siti Fatimaf binti Amir, Ct Subkhatul Khusnah binti Ichsan, Oliver Anak Dabit, Syed Zamzur Akasah');	
})


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', 'Siti Nurhayu binti Juman, Siti Fatimaf binti Amir, Ct Subkhatul Khusnah binti Ichsan, Oliver Anak Dabit, Syed Zamzur Akasah');
			
				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 - Siti Nurhayu binti Juman, Siti Fatimaf binti Amir, Ct Subkhatul Khusnah binti Ichsan, Oliver Anak Dabit, Syed Zamzur Akasah');
})

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', 'Siti Nurhayu binti Juman, Siti Fatimaf binti Amir, Ct Subkhatul Khusnah binti Ichsan, Oliver Anak Dabit, Syed Zamzur Akasah');

		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":6690,"date":"2023-09-09T14:19:09","date_gmt":"2023-09-09T06:19:09","guid":{"rendered":"https:\/\/www.artgallery.gov.my\/bms\/?p=6690"},"modified":"2025-06-20T14:35:48","modified_gmt":"2025-06-20T06:35:48","slug":"siti-nurhayu-binti-juman-siti-fatimaf-binti-amir-ct-subkhatul-khusnah-binti-ichsan-oliver-anak-dabit-syed-zamzur-akasah","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=6690","title":{"rendered":"Siti Nurhayu binti Juman, Siti Fatimaf binti Amir, Ct Subkhatul Khusnah binti Ichsan, Oliver Anak Dabit, Syed Zamzur Akasah"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-yza2rm-e317c2e909d2201b018e5e4db72c258c 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-6690'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-y0exky-4af65facfb7e9aeb0962143cbb7fce90\">\n#top .av-special-heading.av-y0exky-4af65facfb7e9aeb0962143cbb7fce90{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-y0exky-4af65facfb7e9aeb0962143cbb7fce90 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-y0exky-4af65facfb7e9aeb0962143cbb7fce90 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-y0exky-4af65facfb7e9aeb0962143cbb7fce90 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-y0exky-4af65facfb7e9aeb0962143cbb7fce90 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\"  >PROFIL<\/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-36mq9e-8dd222b1529981c9bacdf4e375950a24\">\n.flex_column.av-36mq9e-8dd222b1529981c9bacdf4e375950a24{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-36mq9e-8dd222b1529981c9bacdf4e375950a24 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-uondj6-e12b67e2e72a2da4b186b8634c265c41\">\n#top .hr.hr-invisible.av-uondj6-e12b67e2e72a2da4b186b8634c265c41{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-uondj6-e12b67e2e72a2da4b186b8634c265c41 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-lmpqhmuc-25cd280ada5a9a34542d9c5a1b2a74d6\">\n#top .avia-icon-list-container.av-lmpqhmuc-25cd280ada5a9a34542d9c5a1b2a74d6 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#edae44;\n}\n#top .avia-icon-list-container.av-lmpqhmuc-25cd280ada5a9a34542d9c5a1b2a74d6 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-lmpqhmuc-25cd280ada5a9a34542d9c5a1b2a74d6  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-lmpqhmuc-25cd280ada5a9a34542d9c5a1b2a74d6 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-lmpq5ok2-5777fe317ea433c94169ff5bbc738608 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\" ><ul>\n<li>Siti Nurhayu binti Juman<\/li>\n<li>Siti Fatimaf binti Amir<\/li>\n<li>Ct Subkhatul Khusnah binti Ichsan<\/li>\n<li>Oliver Anak Dabit<\/li>\n<li>Syed Zamzur Akasah<\/li>\n<\/ul>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-lmpqc0ig-98e7b571f44875d22f62d26a90e2062d 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 style=\"color: #ffffff;\">Tikulon Hill, Kundasang Sabah<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-lmpqagdy-ecfa1f3f0111ab23620286d8cbf32776 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\" ><ul>\n<li><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Siti-Nurhayu-cv.pdf\" target=\"_blank\" rel=\"noopener\">Siti Nurhayu binti Juman<\/a><\/li>\n<li><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/fatimahamircv.pdf\" target=\"_blank\" rel=\"noopener\">Siti Fatimaf binti Amir<\/a><\/li>\n<li><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/khusnah-Ichsan-CV.pdf\" target=\"_blank\" rel=\"noopener\">Ct Subkhatul Khusnah binti Ichsan<\/a><\/li>\n<li><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Oliver-Anak-Dabit-Resume.pdf\" target=\"_blank\" rel=\"noopener\">Oliver Anak Dabit<\/a><\/li>\n<li><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/syedzamzurakasahCV.pdf\">Syed Zamzur Akasah<\/a><\/li>\n<\/ul>\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-t7yxxe-4ba5a8aae8704f91154cb9e4939d86a9\">\n.flex_column.av-t7yxxe-4ba5a8aae8704f91154cb9e4939d86a9{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-t7yxxe-4ba5a8aae8704f91154cb9e4939d86a9 av_two_third  avia-builder-el-5  el_after_av_one_third  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lo9adi2r-b117c1ab668f3c442473c46c57f87f80\">\n.avia-image-container.av-lo9adi2r-b117c1ab668f3c442473c46c57f87f80 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-lo9adi2r-b117c1ab668f3c442473c46c57f87f80 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-lo9adi2r-b117c1ab668f3c442473c46c57f87f80 av-styling- avia-align-center  avia-builder-el-6  el_before_av_image  avia-builder-el-first '   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-7482 avia-img-lazy-loading-not-7482 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-300x300.jpg\" alt='' title='6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n'  height=\"300\" width=\"300\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-1030x1030.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-768x768.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n-705x705.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><\/div><br \/>\n<br \/>\n<\/p><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-q0df42-f58dd4c2b8af1b89c6a54084dbaf8a57 main_color avia-section-default avia-no-border-styling  avia-builder-el-9  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-6690'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-o9y4c2-17c3264d75dadfd0a3b810456535e7bc\">\n.flex_column.av-o9y4c2-17c3264d75dadfd0a3b810456535e7bc{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-o9y4c2-17c3264d75dadfd0a3b810456535e7bc av_one_full  avia-builder-el-10  avia-builder-el-no-sibling  first flex_column_div av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-29eqpe-0285d63a4a665874edfa84914acb8c60\">\n#top .av-special-heading.av-29eqpe-0285d63a4a665874edfa84914acb8c60{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-29eqpe-0285d63a4a665874edfa84914acb8c60 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-29eqpe-0285d63a4a665874edfa84914acb8c60 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-29eqpe-0285d63a4a665874edfa84914acb8c60 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-29eqpe-0285d63a4a665874edfa84914acb8c60 av-special-heading-h2 custom-color-heading  avia-builder-el-11  el_before_av_hr  avia-builder-el-first '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KETERANGAN <span style=\"color: #ffffff;\">KARYA<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><br \/>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kaj84y-89a22280cec1d068c8e2d292c3c76f97\">\n#top .hr.hr-invisible.av-kaj84y-89a22280cec1d068c8e2d292c3c76f97{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-kaj84y-89a22280cec1d068c8e2d292c3c76f97 hr-invisible  avia-builder-el-12  el_after_av_heading  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div><br \/>\n<section  class='av_textblock_section av-lmpqktfo-689fc2d3bc10f491dc02d486420457c2 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">The artists incorporate with land art that inspired by Sabah Motif to transform it into an art pieces which to celebrate as well as engaging with nature and attract the audience to perceive the artwork. We came up this idea as our project to cooperate together since we shared the same roots as a Borneo people. This project presents an exciting opportunity to showcase our creativity and vision through the creation of large-scale land art installations. The artists can integrate their work harmoniously within the surrounding landscape. Through the land art installation, we can convey a message about the cultural identity, community, and environment that engage viewers in a deeper dialogue.<\/p>\n<p style=\"text-align: justify;\">The aim of this project is to celebrate the Motif design of Sabah and to create a positive impact on both social and artistic landscapes in Sabah. It strives a stronger sense of community cohesion, cultural appreciation and environmental stewardship among residents. Additionally, this project seeks to elevate the status of artistic practice in different point of view such as land art installation and making them more accessible and relatable to wider public, fostering a renewed interest and appreciation towards the arts.<\/p>\n<p style=\"text-align: justify;\"><strong>\u00a0<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>Idea<\/strong><\/p>\n<p style=\"text-align: justify;\">The idea <strong>inspired by Sabah Motif which is from Rungus Motif and Dusun <em>Sinombiaka\u2019s<\/em> sewing motif.<\/strong> We <strong>\u201cborrow<\/strong>\u201d some of this motif to <strong>transform it into a Land Art<\/strong>. Meanwhile, <em>Sinombiaka<\/em> is Dusun traditional clothes and we \u201cborrow\u201d one of its motifs which are <em>Rombituon <\/em>or Star.<\/p>\n<\/div><\/section><\/p><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-jc20hu-0e31a059339db67ad50a7aa1bb27a808 main_color avia-section-default avia-no-border-styling  avia-builder-el-14  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-6690'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-gyt63m-b3aca59f00858f460840a52025b8bf85\">\n.flex_column.av-gyt63m-b3aca59f00858f460840a52025b8bf85{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-gyt63m-b3aca59f00858f460840a52025b8bf85 av_one_full  avia-builder-el-15  el_before_av_textblock  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-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce\">\n#top .av-special-heading.av-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-fyjfxe-92bb76ab694a57949ea1cdfd31f033ce av-special-heading-h2 custom-color-heading  avia-builder-el-16  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KARYA <span style=\"color: #ffffff;\">CADANGAN<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div><section  class='av_textblock_section av-lmpsdjp4-a051ddfe473a51d9cde3117345e455a3 '   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-8208\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231207_120316_PDF-Reader.jpg\" alt=\"\" width=\"973\" height=\"560\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231207_120316_PDF-Reader.jpg 973w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231207_120316_PDF-Reader-300x173.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231207_120316_PDF-Reader-768x442.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231207_120316_PDF-Reader-705x406.jpg 705w\" sizes=\"(max-width: 973px) 100vw, 973px\" \/><iframe style=\"width: 100%; height: 500px;\" src=\"https:\/\/docs.google.com\/gview?url=https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/BMS23-Proposal-5.pdf&amp;embedded=true\" frameborder=\"0\"><\/iframe><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/BMS23-Proposal-5.pdf\">BMS23 Proposal<\/a><br \/>\n<img decoding=\"async\" class=\"alignnone size-large wp-image-6692\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8-1030x922.png\" alt=\"\" width=\"1030\" height=\"922\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8-1030x922.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8-300x268.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8-768x687.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8-705x631.png 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-1-8.png 1443w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><br \/>\n<img decoding=\"async\" class=\"alignnone size-large wp-image-6693\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-1030x768.png\" alt=\"\" width=\"1030\" height=\"768\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-1030x768.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-300x224.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-768x573.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-1536x1146.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-2048x1528.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-1500x1119.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-2-7-705x526.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><br \/>\n<img decoding=\"async\" class=\"alignnone size-large wp-image-6694\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-1030x575.png\" alt=\"\" width=\"1030\" height=\"575\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-1030x575.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-300x167.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-768x429.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-1536x857.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-2048x1143.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-1500x837.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-3-6-705x393.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><br \/>\n<img decoding=\"async\" class=\"alignnone size-large wp-image-6695\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-1030x649.png\" alt=\"\" width=\"1030\" height=\"649\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-1030x649.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-300x189.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-768x484.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-1536x968.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-2048x1291.png 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-1500x946.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-4-2-705x445.png 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><br \/>\n<img decoding=\"async\" class=\"alignnone size-large wp-image-6696\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-1030x807.png\" alt=\"\" width=\"1030\" height=\"807\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-1030x807.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-300x235.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-768x602.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-1536x1203.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-1500x1175.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2-705x552.png 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Cadangan-5-2.png 1903w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-dr8xky-323826db83f0cbe139ecee98555b31cb\">\n#top .hr.hr-invisible.av-dr8xky-323826db83f0cbe139ecee98555b31cb{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-dr8xky-323826db83f0cbe139ecee98555b31cb hr-invisible  avia-builder-el-18  el_after_av_textblock  el_before_av_one_full '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-riqicy-6f1ce1dc8ceb47a94f3f269b0d94d7cc\">\n.flex_column.av-riqicy-6f1ce1dc8ceb47a94f3f269b0d94d7cc{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-riqicy-6f1ce1dc8ceb47a94f3f269b0d94d7cc av_one_full  avia-builder-el-19  el_after_av_hr  avia-builder-el-last  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-pm9via-4e3c757543928dcf35d5ebdf8af93907\">\n#top .av-special-heading.av-pm9via-4e3c757543928dcf35d5ebdf8af93907{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-pm9via-4e3c757543928dcf35d5ebdf8af93907 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-pm9via-4e3c757543928dcf35d5ebdf8af93907 .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-pm9via-4e3c757543928dcf35d5ebdf8af93907 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-pm9via-4e3c757543928dcf35d5ebdf8af93907 av-special-heading-h2 custom-color-heading  avia-builder-el-20  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\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-ssbgfm-488354d666fe600b16160cddb2d1fb76 main_color avia-section-default avia-no-border-styling  avia-builder-el-21  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-6690'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-o9tu0i-5f0b349382d92c6b78bff23f76ac91b8\">\n#top .hr.hr-invisible.av-o9tu0i-5f0b349382d92c6b78bff23f76ac91b8{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-o9tu0i-5f0b349382d92c6b78bff23f76ac91b8 hr-invisible  avia-builder-el-22  el_before_av_textblock  avia-builder-el-first '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-lysak2-f4990b92ecf0bc6afe1192ad295354ed '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone size-large wp-image-7960\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor-1030x699.jpg\" alt=\"\" width=\"1030\" height=\"699\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor-1030x699.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor-300x204.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor-768x521.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor-705x478.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/Screenshot_20231129_230744_VN-Video-Editor.jpg 1079w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><img decoding=\"async\" class=\"alignnone size-large wp-image-7963\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-1030x464.jpg\" alt=\"\" width=\"1030\" height=\"464\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-1030x464.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-300x135.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-768x346.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-1536x691.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-2048x922.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-1500x675.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_122603-705x317.jpg 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><img decoding=\"async\" class=\"alignnone size-full wp-image-7672\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029.jpg\" alt=\"\" width=\"758\" height=\"758\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029.jpg 758w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0029-705x705.jpg 705w\" sizes=\"(max-width: 758px) 100vw, 758px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-7673\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015.jpg\" alt=\"\" width=\"757\" height=\"757\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015.jpg 757w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0015-705x705.jpg 705w\" sizes=\"(max-width: 757px) 100vw, 757px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-7674\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026.jpg\" alt=\"\" width=\"753\" height=\"753\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026.jpg 753w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/IMG-20231119-WA0026-705x705.jpg 705w\" sizes=\"(max-width: 753px) 100vw, 753px\" \/> <img decoding=\"async\" class=\"alignnone size-large wp-image-7964\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-1030x464.jpg\" alt=\"\" width=\"1030\" height=\"464\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-1030x464.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-300x135.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-768x346.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-1536x691.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-2048x922.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-1500x675.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2023\/09\/20231128_123608-705x317.jpg 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-kvtwg2-72ed29e39e8f9bc6a060160445577422 main_color avia-section-default avia-no-border-styling  avia-builder-el-24  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-6690'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-j049te-557646f43966be1efba063366451a572\">\n.flex_column.av-j049te-557646f43966be1efba063366451a572{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-j049te-557646f43966be1efba063366451a572 av_one_full  avia-builder-el-25  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-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf\">\n#top .av-special-heading.av-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf{\npadding-bottom:10px;\ncolor:#edae44;\n}\nbody .av-special-heading.av-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf .special-heading-inner-border{\nborder-color:#edae44;\n}\n.av-special-heading.av-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-hdbxjm-aba522a18bc45724bc0ddf2ec10335cf av-special-heading-h2 custom-color-heading  avia-builder-el-26  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PAUTAN <span style=\"color: #ffffff;\">VIDEO<\/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-fl3wiq-bbaac61ce42879de39eeafb65d41dce6\">\n#top .hr.hr-invisible.av-fl3wiq-bbaac61ce42879de39eeafb65d41dce6{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-fl3wiq-bbaac61ce42879de39eeafb65d41dce6 hr-invisible  avia-builder-el-27  el_after_av_one_full  el_before_av_video '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<div  class='avia-video av-e3iocy-e617434f0b98fdff95b0cbcddbc3044c 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\/EhBN5Wtgj8I?list=PLU4NFwcrMHPQevJZjwFp1zof-vcbhfb_F'><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"Siti Nurhayu (Motif Sabah) | Zon Borneo Sabah BMS&#039;23\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/EhBN5Wtgj8I?list=PLU4NFwcrMHPQevJZjwFp1zof-vcbhfb_F&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian23'  class='avia-section av-csmkr6-57bad45c2fcdb04ecb939b9d4af3dd9a main_color avia-section-default avia-no-border-styling  avia-builder-el-29  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-6690'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-afmqfm-c241c58eb1bdf32d9f948be409c49d22 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-afmqfm-c241c58eb1bdf32d9f948be409c49d22\">\n.flex_column.av-afmqfm-c241c58eb1bdf32d9f948be409c49d22{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-afmqfm-c241c58eb1bdf32d9f948be409c49d22 av_one_half  avia-builder-el-30  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-vz4ci-de8e0aacf2826c5f1703cc872a7e67f9 '   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\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n.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-70z83m-922a17b8e1aa1350d51fec029da12c9f\">\n.flex_column.av-70z83m-922a17b8e1aa1350d51fec029da12c9f{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-70z83m-922a17b8e1aa1350d51fec029da12c9f av_one_half  avia-builder-el-32  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-6jjnia-ab019c33ca1d1caa14e875db0dc9005c '   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\/2023\/09\/6ae1428a92054ea590eb733b655749d8_393407527_1539335176603335_7557792542277889364_n.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-4jbzjm-23b73628704443f2064e4227199b68ec\">\n.flex_column.av-4jbzjm-23b73628704443f2064e4227199b68ec{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4jbzjm-23b73628704443f2064e4227199b68ec av_one_full  avia-builder-el-34  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-2r58te-ac6ce2205c0776226678457dfaa300c7 '   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":7482,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36,40],"tags":[55],"class_list":["post-6690","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bms23","category-sabah","tag-55"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/6690","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=6690"}],"version-history":[{"count":24,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/6690\/revisions"}],"predecessor-version":[{"id":8849,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/6690\/revisions\/8849"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/7482"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}