body.uk-offcanvas-page {
	position: static;
}
.small-logo-bg{
	background: #fff;
	padding: 20px;
}
.full-toolbar{
	background: #159842;
	padding-bottom: 30px;
}
.full-menu{
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

.full-menu .uk-container.uk-container-center{
	display: flex;
	background: #f8f8f8;
	border-top: 5px solid #000;
}

.tm-headerbar{
	width: 76%;
	margin: 0px;
	padding: 10px 0 0 0;
}
.tm-navbar{
	width: 106%;
	margin: 0px;
	padding: 15px 0 0 0;
}

.tm-toolbar .uk-float-right li a{
	color: #fff;
}
.tm-toolbar .uk-float-right li a:hover{
	color: #0b5f28;
}
.tm-toolbar{
	margin: 15px 0;
}

.tm-toolbar a,
.tm-toolbar li,
.tm-toolbar i,
.tm-toolbar strong,
.tm-toolbar em,
.tm-toolbar span,
.tm-toolbar p{
	font-size: 12px !important;
}

@media (min-width: 1130px) {
	  .full-menu .uk-container {
	    max-width: 1130px;
	    padding: 0 10px;
	  }
}


/*menu*/
.uk-navbar-toggle::before {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
}
.uk-navbar-toggle::after {
    content: "Menu";
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}

.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 35px;
    float: left;
    display: flex;
}



/*aplikasi*/
.aplikasi img:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}

.uk-panel-box.aplikasi{
	background: #fff;
}

/*dropdown*/
.uk-nav-navbar > li > a, .uk-nav-navbar > li > a{
    font-weight: normal;
}
.uk-dropdown.uk-dropdown-navbar{
	border-bottom: 5px solid #000;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.uk-navbar-nav > li > a[href="#"],
ul.uk-nav.uk-nav-navbar li.uk-parent a[href="#"],
ul.uk-nav-sub li.uk-parent a[href="#"] {
    cursor: pointer;
}

.uk-nav ul a {
    padding: 3px 5px !important;
    border-bottom: 1px dotted #ccc;
}
.uk-dropdown .uk-nav-dropdown li a:hover,
.uk-nav-navbar li a:hover {
    background: #219746 !important;

}

.uk-nav-navbar ul li.uk-active a {
    color: #fff;
    text-decoration: none;
    background: #159842;
}

/*alamat bahagian*/
.alamat{
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    top: -25px;
}

/*side menu*/

.side-menu .uk-navbar-nav > li > a[href="#"],
.side-menu ul.uk-nav.uk-nav-navbar li.uk-parent a[href="#"],
.side-menu ul.uk-nav-sub li.uk-parent a[href="#"] {
    cursor: text;
    background: transparent !important;
    color: #000 !important;
}

.uk-nav-side > li.uk-active.uk-open > a {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.uk-nav-side ul li.uk-active a{
    color: #fff;
    text-decoration: none;
    background: #159842;
}
.uk-nav-side ul a {
    color: #000;
}
ul.uk-nav-sub li.uk-parent.uk-active ul li.uk-active a{
	color: #fff;
    text-decoration: none;
    background: #159842;
}
ul.uk-nav-sub li.uk-parent.uk-active ul li a{
	background: #fff;
	color: #000;
}
.uk-nav-side ul a:hover {
    color: #159842;
}
.uk-nav-side > li.uk-active > a {
    background: #159842;
    color: #ffffff;
}
.sidebar-bg {
    background: #fff;
    border: 0px solid #d9d9dc;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.sidebar-bg ul.uk-nav-sub {
    padding: 5px 5px 5px 5px;
}


.tm-content {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.tm-isblog.main .tm-content {
    background: #fff;
    padding: 0px;
    box-shadow: none;;
}

/*carian dua*/
.uk-float-right input.uk-search-field{
	padding: 0px 0 0 20px;
	font-size: 12px !important;
	border-radius: 5px;
	height: 32px;
    width:240px;
}

.uk-float-right .uk-search::before{
	line-height: 26px;
	width: 20px;
	font-size: 12px;
	height: 26px;
}

.uk-float-right li a {
    color: #000 !important;
}

.uk-float-right table{
  margin-top:8px;
}

/* Desktop and bigger */
@media (min-width: 890px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }

  .plan-negeri ul.uk-nav li{
	width:275px;
  }
  .uk-panel.carian .uk-panel-title{
	display: inline-flex;
	width: 100%;
	color: #fff;
	padding-left: 20px;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 38px;
  }
   .mod-title{
	font-size: 24px;
	font-weight: 600;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 889px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
  /*
  .uk-hidden-medium {
    display: none !important;
  }*/
  .plan-negeri ul.uk-nav li{
	width:48.8% !important;
  }
  .uk-panel.carian .uk-panel-title{
	display: inline-flex;
	width: 100%;
	color: #fff;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
  }

  .mod-title {
    font-size: 20px;
    font-weight: 600;
  }

}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
  .plan-negeri ul.uk-nav li{
	width:48.8% !important;
  }
  .uk-panel.carian .uk-panel-title{
	display: inline-flex;
	width: 100%;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 16px;
  }

  .mod-title{
	font-size: 24px;
	font-weight: 600;
  }
}

/* Phone potrait and smaller*/
@media (max-width: 480px) {
  .plan-negeri ul.uk-nav li{
	width:100% !important;
	}
}
/*bg image color*/
.main .bg-image-color{
	background: #dedede;
}
/*bg image dua*/
.main .bg-image-dua{
	background: url(../images/w3c-bg.png);
	padding-bottom: 10px;
}
/* 4p */
.main-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
}

.main-content button {
    background: #4ead53;
    border-style: none;
    border-radius: 5px;
    color: #fff;
    padding: 2px;
}


.mod-title-box ul.uk-list.uk-list-space{
	margin: 10px !important;
}

.perancangan,
.penyelidikan,
.perundangan,
.penerbitan{
	border: 2px solid #4ead53;
	border-radius: 15px;
	padding: 20px;
	min-height: 330px;
}

.uk-panel-title i{
	color:#fff;
}

/*plan negeri*/
.plan-negeri{
	margin-bottom: 10px !important;
	text-align:center;
}

.plan-negeri ul.uk-nav li{
	display:inline-block;
	text-align:center;
	margin:2px;
}

.plan-negeri ul.uk-nav li a {
    background: #219746;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.plan-negeri ul.uk-nav li a:hover,
.plan-negeri ul.uk-nav li a:focus{
	background:#0f752f;
}


.tm-top-b{
	margin-top: 0px !important;
}

/*menu sistem
#tm-top-b .uk-nav{
	text-align:center;
}

#tm-top-b .uk-nav li{
	display:inline-table;
	vertical-align:top;
	width:120px;
	line-height:14px;
	margin:0 5px;
}

#tm-top-b .uk-nav li a.menu-sistem{
	color:#fff;
	display:block;
	line-height:14px;
	font-size:14px;
	margin-bottom: 10px;
}

#tm-top-b .uk-nav li a.menu-sistem:hover{
	background:rgba(0,0,0,0.8);
}
.menu-sistem{
	background: #fff;
}
.menu-sistem .uk-nav-side > li > a {
    color: #000;
}
.menu-sistem .uk-nav-side > li > a:hover {
    background: none;
}

.menu-sistem li:nth-child(1)::before {
    content: url(../images/murninet.png);
    height: 43px;
}
.menu-sistem li:nth-child(2)::before {
    content: url(../images/iplan-semenanjung.png);
    height: 43px;
}
.menu-sistem li:nth-child(3)::before {
    content: url(../images/kompendium.png);
    height: 43px;
}
.menu-sistem li:nth-child(4)::before {
    content: url(../images/desa-charms.png);
    height: 43px;
}
.menu-sistem li:nth-child(5)::before {
    content: url(../images/epublisiti.png);
    height: 43px;
}
.menu-sistem li:nth-child(6)::before {
    content: url(../images/elibrary.png);
    height: 43px;
}
.menu-sistem li:nth-child(7)::before {
    content: url(../images/iselamat.png);
    height: 43px;
}
*/

/*bt content slider*/
#btcontentslider194 .bt_handles_num {
    margin: 5px 0 !important;
}
.bt-cs .bt-row {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 25px 0 8px;
}

/*personalisation*/

ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 8px 15px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
}

ul.dj-mobile-dark li.dj-mobileitem > a {
    display: block;
    font-size: 14px;
    line-height: 1;
    background: #393939;
    color: #f8f8f8;
    text-decoration: none;
    padding: 10px 15px;
        padding-right: 15px;
    cursor: pointer;
    border-top: 1px solid #434343;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.fa.fa-bars {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dj-mobile-open-btn-lbl{
    font-size: 14px;
    font-size: x-large;
}
.dj-megamenu-select-dark
.dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark
.dj-mobile-open-btn,
.dj-megamenu-accordion-dark
.dj-mobile-open-btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    width: auto;
    height: 24px;
    font-size: 22px;
    line-height: 1;
    padding: 3px 8px;
}

.personalisation .dj-megamenu-accordion{
	margin-bottom: 10px !important;
}

.personalisation .dj-megamenu-default {
	background: #229745;
	border: 1px solid #ccc;
}
.personalisation .dj-megamenu-default li a.dj-up_a {
	color: #fff;
	border-color: #ccc;
	float: none;
	font-weight: normal;
	font-size: 16px;
}
.personalisation .dj-megamenu-default li a.dj-up_a span{
	text-align: center;
	float: none;
}
.personalisation .dj-megamenu-default li a.dj-up_a.perunding span:before{
	content: "\f0b1";
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 25px;
}
.personalisation .dj-megamenu-default li a.dj-up_a.pelajar span:before{
	content: "\f19d";
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 25px;
}
.personalisation .dj-megamenu-default li a.dj-up_a.awam span:before{
	content: "\f007";
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 25px;
}
.personalisation .dj-megamenu-default li a.dj-up_a.kakitangan span:before{
	content: "\f2c2";
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 25px;
}
.personalisation .dj-megamenu-default li.dj-up {
    width: 25% !important;
}
.personalisation .dj-megamenu-default li:hover a.dj-up_a,
.personalisation .dj-megamenu-default li.hover a.dj-up_a,
.personalisation .dj-megamenu-default li.active a.dj-up_a {
    color: #fff;
    border-left-color: #46a5df;
    background: rgb(56,172,231); /* Old browsers */
}

.personalisation .dj-megamenu-default li a.dj-up_a .arrow,
.personalisation .dj-megamenu-default li ul.dj-submenu > li.parent > a .arrow  {
	display: none;
}
.personalisation .dj-megamenu-default li ul.dj-submenu > li > a:hover,
.personalisation .dj-megamenu-default li ul.dj-submenu > li > a.active,
.personalisation .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
	background: transparent;
	color: #fff;
}

.dj-subwrap{
	border-bottom:5px solid #229745 !important;
	background: #303030;
}


/*pengumuman*/

.pengumuman{
	background: #000;
}
.pengumuman .sp-nh-item {
    background: #000;
}
.pengumuman #sp-nh136 {
    color: #fff;
    background: #000;
}
.pengumuman a.sp-nh-link {
    color: #fff;
}

/*carian*/
.uk-panel.carian{
	display: inline-flex;
	padding:0px;
	width: 100%;
	padding: 15px 0 0 0;
	background: #000;
	margin-top: 0 !important;
	height: 55px;
}
.uk-search::before {
  z-index: 10;
	right:0 !important;
	position:absolute !important;
}
.uk-panel.carian input.uk-search-field {
    width: 100% !important;
    background: #ffffff;
	text-align: left;
	height: 40px;
}

.uk-panel.uk-panel-box.carian input.uk-search-field:focus {
	color:#333;
	padding-left:30px;
}
.uk-search::before {
	line-height: 38px;
}

.uk-panel.carian form.uk-search{
	width:100% !important;
	padding-right: 20px;
}

.carian-atikel .uk-article{
	margin-top: 15px !important;
}
.carian-atikel .uk-article h1{
	font-size: 20px;
	line-height: 24px;
	color: #444;
}



/*saya ingin side
@media (min-width: 890px) {
	.saya-ingin-top{
		background-color: rgb(255, 255, 255, 0.8);
	    position: relative;
		/*top: -420px;*/
		margin-bottom: -342px !important;
		/*width: 25%;*/
		margin-left: 0px;
	}
}
*/
.saya-ingin-top{
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}

.saya-ingin-top .uk-panel-title {
	color: #229745;
	font-style: italic;
    margin-top: 0;
    margin-bottom: 0px;
}
.saya-ingin-top ul{
	padding: 10px;
}
.saya-ingin-top li{
	border-bottom: 1px dotted #333;
}



/*article*/
.joomla_add_this{
	position: relative;
	left: 135px;
	top: 50px;
}

p a.uk-margin-right{
    background: #c55341;
    padding: 0 3px;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px !important;
    cursor: pointer !important;
    z-index: 99;
    font-size: 13px;
}



/*saya ingin*/
.saya-ingin .jpanelHandle{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0px;
	position: absolute;
	top: 70px !important;
	right: -86px !important;
	border-radius: 10px 10px 0 0 !important;
	padding: 12px 20px;
}

.saya-ingin .jpanelHandle p{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

.jpanelContent {
    overflow: auto;
    padding: 0px;
}

.jpanelContent li a:hover{
	color: #159842;
	background: none;
}

#jPanel_122 .jpanelContent {
    border: 3px solid #229745;
}

ul.nav.menu.mod-list{
	padding: 15px !important;
}
ul.nav.menu.mod-list li{
	padding: 5px 0 !important;
	border-bottom: 1px solid #ccc;
}

ul.nav.menu.mod-list li:nth-child(1) a:before{
	content:"\f041";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(2) a:before{
	content:"\f013";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(3) a:before{
	content:"\f245";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(4) a:before{
	content:"\f279";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(5) a:before{
	content:"\f278";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(6) a:before{
	content:"\f074";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(7) a:before{
	content:"\f0e3";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(8) a:before{
	content:"\f0c0";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(9) a:before{
	content:"\f0f2";
	font-family: 'fontawesome';
	padding-right: 5px;
}ul.nav.menu.mod-list li:nth-child(10) a:before{
	content:"\f041";
	font-family: 'fontawesome';
	padding-right: 5px;
}
ul.nav.menu.mod-list li:nth-child(11) a:before{
	content:"\f041";
	font-family: 'fontawesome';
	padding-right: 5px;
}

/*berita*/
.berita ul.lnd_latestnews{
	padding-left: 0px;
}
.berita ul.lnd_latestnews li{
	display: inline-flex;
}
.berita ul.lnd_latestnews li a{
	padding-left: 5px;
}

.berita ul.lnd_latestnews li a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    max-height: 50px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.berita .date-box{
	background: #424242;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	height: 35px;
}
.berita .date-box-day{
	font-size: 25px;
	text-align: center;
	font-weight: 700;
}
.berita .date-box-month{
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}
.berita{
	background: #f5f5f5;
}
.berita .div_lnd_list{
	padding: 10px;
}

/*mod*/
.mod-title-box{
	background: #f5f5f5;
}
.mod-title-box .uk-panel-title{
	background: #229745;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
	padding: 10px;
}

.mod-widget .uk-flex-item-1{
	margin: auto;
}

/*main bottom*/
.main .main-bottom-full{
	background: #dedede;
}


/*footer*/
.footer-green{
	background: #159842;
	padding: 10px 0;
}

menu-footer, .menu-footer a{
	color: #fff !important;
}

@media (min-width: 768px) {
	.menu-footer ul{
		display: inline-flex !important;
	}
}


.footer-black{
	background: #222222;
	padding: 10px 0;
}

.footer-black, .footer-black a{
	color:#fff !important;
}


/*direktori*/
.dir-details{
	vertical-align: top;
}

@media screen and (min-width: 601px) {
	.dir-details{
		display: inline-block;
		width: 50%;
	}

	.thumbnail.dir{
		display: inline-block;
		width: 30%;
	}
}

@media screen and (max-width: 600px) {
	.dir-details{
		display: block;
		width: 100%;
		padding-left: 30px;
	}

	.thumbnail.dir{
		display: block;
		width: 100%;
	}
}

.categories-listcontact h1{
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-transform: none;
}

.contact_custom{
    /*border: 1px solid #ccc;*/
}
.page-header.item-title{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h3.page-header.item-title {
    background: transparent !important;
    color: #159842;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    /*border: 2px solid #159842;
		border-radius: 10px;*/
    margin: 0 10px 0 0;
    letter-spacing: 0.5px;
		font-weight: 600;
}

h3.page-header.item-title a {
    color: #159842;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
		font-weight: 600;
}


h4.item-title{
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 7px;
	font-weight: normal;
	padding: 10px;
	background: #159842;
	color: #fff;
	border-radius: 2px;
}

.category-desc p{
	padding: 20px;
}

.category-desc p img{
	padding: 4px;
	border: 1px solid #e3e3e3;
	margin-bottom: 14px;
}




/*
h3.page-header.item-title::after {
    content: "\f0c0";
    font-family: 'fontawesome';
    float: right;
    padding: 5px 20px 5px 10px;
    position: relative;
    top: -5px;
    right: -5px;
    background: #fff;
    color: #159842;
}*/

.plan-search-field{
	height:32px !important;
	line-height: 32px !important;
}

/*
h3.page-header.item-title a{
	color: #fff;
}
*/
.contac_child ol{
	padding: 0px;
	/*border-top: 5px solid #159842;*/
}

ol li.page-header.item-title {
	background: #f4f4f4;
	margin: 5px 0 0 0px;
	color: #6e6e6e;
	padding: 25px 25px 25px 36px;
	list-style-type: none !important;
	text-align: left;
	font-size: 18px;
	border-radius: 10px;
}


ol li.page-header.item-title a{
	color: #6e6e6e;
}

.contact_grandchild li{
	list-style-type: none;
}

.contact_grandchild li h5:before{
	content: "\f101";
	font-family: fontawesome;
}

 ul.contact_grandchild{
	margin: 1px 0 !important;
	padding-left: 10px;
}

h5.page-header.item-title{
	background: none;
	margin: 0px 0;
	padding: 8px 4px;
}
h5.page-header.item-title a{
	color: #000;
	padding-left: 5px;
}

.categories-listcontact .row .column{
	float: none;
	display: inline-block;
}

div.row h3 {
  color: green;
  font-size: 60px !important;
  font-weight: 300;
  padding-bottom: 10px;
	font-weight: 300 !important;
}

div.row span {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #f4f4f4 !important;
  background: #333;
  padding: 5px 16px 6px;
  border-radius: 100px;
}

#category-btn-43{
	background: #f4f4f4;
}

#category-btn-43.collapsed.bb .icon-plus:before{
	font-family: fontawesome;
	content:"\f107";
	font-weight: 600;
	font-size: 20px;
}

#category-btn-43.bb .icon-plus:before{
	font-family: fontawesome;
	content:"\f106";
	font-weight: 600;
	font-size: 20px;
}

/*jux timeline*/
.time-line{
	padding: 10px;
	/*box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);*/
}
.time-line h2.jux-tl-title{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
.time-line .jux-tl-item h2 a {
	color: #159842 !important;
}
.time-line .jux-tl-info {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.time-line .jux-tl-item .jux-tl-desc {
    color: #000;
}
.time-line .jux-tl-item.right .arrow{
    border-right-color: #fff;
}
.time-line .jux-tl-item.left .arrow {
    border-left-color: #fff;
}
.time-line .jux-tl-item .jux-tl-time {
    color: #333;
    font-size: 18px;
}

.read-button{
	text-align: center;
}
.read-button a{
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: #fff;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	background: #159842;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top,#159842,#4ead53);
	background-image: linear-gradient(to bottom,#159842,#4ead53);
	border-radius: 4px;
}
.read-button a:hover{
	background-image: -webkit-linear-gradient(top,#4ead53,#159842);
	background-image: linear-gradient(to bottom,#4ead53,#159842);
}

/*breadcrumb*/
.uk-breadcrumb > li:nth-child(n+2)::before {
    content: "\f105";
    display: inline-block;
    margin: 0 8px;
    font-family: FontAwesome;

}

.uk-breadcrumb > li {
    font-size: 11px;
}
.uk-breadcrumb > li:not(.uk-active) > span {
    color: #000;
}
.uk-breadcrumb li:nth-child(1){
	background: #159842;
	padding: 0 10px;
	margin-right: 10px;

	position: relative;
}
ul.uk-breadcrumb li:nth-child(1) a:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

	border-color: rgba(136, 183, 213, 0);
	border-left-color: #159842;
	border-width: 10px;
	margin-top: -10px;
}
.uk-breadcrumb li:nth-child(1) a{
	color: #fff !important;
}
.uk-breadcrumb li a{
	color: #000;
}

.border-berita-galeri{
	border-top: 1px solid #ccc;
}

.tm-top-a.uk-grid{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
	.bg-image{
		background-image: url("../images/kuala-lumpur-bg.jpeg");
		background-repeat: no-repeat;
	}


	.tbl-pegawai{
		width: 100%;
	}

	.tbl-pegawai .bil{
		width: 22px !important;
	}

	.tbl-pegawai .nama{
		width:220px !important;
	}

	.tbl-pegawai .jawatan{
		width: 220px !important;
	}
	
	.tbl-pegawai .gred{
		width:88px !important;
	}

	.tbl-pegawai .emel{
		width: 260px !important;
	}

	.tbl-pegawai .telefon{
		width: 110px !important;
	}

	.cat-children h3{
		display: none;
	}

	.tbl-pegawai .thead .tbl-row{
		background:#3e3e3e;
		border-radius: 2px;
	}

	.tbl-pegawai .thead .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#fff;
	}

	.tbl-pegawai .tbody .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#363636;
	}

	.tbl-pegawai .tbody .tbl-row.cat-list-row1{
		background: #f5f5f5;
	}

}
/* Tablets portrait */
@media (min-width: 775px) and (max-width: 959px) {
	.bg-image{
		background-image: url("../images/kuala-lumpur-bg.jpeg");
		background-repeat: no-repeat;
	}

		.tbl-pegawai{
		width: 100%;
		display:table;
	}

	.tbl-pegawai .bil{
		width: 2% !important;
		display: table-cell;
	}

	.tbl-pegawai .nama{
		width:28% !important;
		display: table-cell;
	}

	.tbl-pegawai .jawatan{
		width: 25% !important;
		display: table-cell;
	}
        .tbl-pegawai .gred{
                width:10% !important;
		display: table-cell;
        }


	.tbl-pegawai .emel{
		width: 20% !important;
		display: table-cell;
	}

	.tbl-pegawai .telefon{
		width: 12% !important;
		display: table-cell;
	}

	.cat-children h3{
		display: none;
	}

	.tbl-pegawai .thead .tbl-row{
		background:#3e3e3e;
		border-radius: 2px;
	}

	.tbl-pegawai .thead .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#fff;
		display: table-cell;
	}

	.tbl-pegawai .tbody .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#363636;
		display: table-cell;
	}

	.tbl-pegawai .tbody .tbl-row.cat-list-row1{
		background: #f5f5f5;
	}


}
/* Phone landscape and smaller*/
@media (max-width: 774px) {
	.categories-listcontact tr{
		display: inline-grid;
		width: 100%;
		clear: both;
	}
	.categories-listcontact tr td{
		width: 100%;
	}

	.tbl-pegawai{
		width: 100%;
		display:table;
	}

	.tbl-pegawai .bil{
		width: 2% !important;
		display: table-cell;
	}

	.tbl-pegawai .nama{
		width:28% !important;
		display: table-cell;
	}

	.tbl-pegawai .jawatan{
		width: 25% !important;
		display: table-cell;
	}

        .tbl-pegawai .gred{
                width:10% !important;
		display: table-cell;
        }


	.tbl-pegawai .emel{
		width: 20% !important;
		display: table-cell;
	}

	.tbl-pegawai .telefon{
		width: 12% !important;
		display: table-cell;
	}

	.cat-children h3{
		display: none;
	}

	.tbl-pegawai .thead .tbl-row{
		background:#3e3e3e;
		border-radius: 2px;
	}

	.tbl-pegawai .thead .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#fff;
		display: table-cell;
	}

	.tbl-pegawai .tbody .tbl-row div{
		display: inline-table;
		padding: 12px 12px;
		color:#363636;
		display: table-cell;
	}

	.tbl-pegawai .tbody .tbl-row.cat-list-row1{
		background: #f5f5f5;
	}
}


#iklanList td{
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#iklanList td:first-child{
	border-left: 1px solid #dddddd;
}

#iklanList tbody tr:last-child{
	border-bottom: 1px solid #dddddd;
}

#iklanList tfoot td{
	border: 0px !important;
}
