@charset "UTF-8";
/* CSS Document */

html, body {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

a, a:hover {
	text-decoration: none;
	color: #444;
	cursor: hand;
}

.back_color_dark {
	background-color: #B51700;
}

.back_color_dark2 {
	background-color: darkslategrey;
}

.back_color_dark3 {
	background-color: darkslategray;
}

.back_color_green {
	background-color: #9C0;
}

.back_color_white {
	background-color: #FFF;
}

.back_img_dark {
	background-image: url("../img/backdark.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: contain;
}

.back_img_1 {
	background-image: url(../img/back1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_2 {
	background-image: url(../img/back2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_3 {
	background-image: url(../img/back3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_4 {
	background-image: url(../img/back4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_5 {
	background-image: url(../img/back5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_6 {
	background-image: url(../img/back6.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_7 {
	background-image: url(../img/back7.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_8 {
	background-image: url(../img/back8.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_9 {
	background-image: url(../img/back9.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_10 {
	background-image: url(../img/back10.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_11 {
	background-image: url(../img/back11.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_12 {
	background-image: url(../img/back12.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_13 {
	background-image: url(../img/back13.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_14 {
	background-image: url(../img/back14.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.back_img_15 {
	background-image: url(../img/back15.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.border_green {
	border: #9C0 15px solid;
	padding: 0px;
	margin: 0px;
}

@media (min-height: 767px) 
{
	.bottom_div {
		position: absolute;
		display: inline-block; 
		vertical-align: bottom;
		bottom: 0px;
		padding: 0px;
		margin: 0px;
	}
}

.box_menu {
	padding: 0px;
	margin: 0px;
	border: none;
}

.box_menu li {
	background-color: #FC0;
	border-right: #9C0 1px solid;
	border-bottom: none;
}

.box_menu li:last-child {
	border-right: none;
}

.font_color_white, .font_color_white a {
	color: #FFF;
}

.height_100 {
	min-height: 100vh;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

img.icon {
	position: relative;
	top: -1px;
	padding: 0px 10px 0px 0px;
}

img.icon1 {
	width: 50px;
	height: 50px;
	padding: 10px;
}

img.icon2 {
	width: 100px;
	height: 100px;
	padding: 5px;
}

.lead {
	padding-bottom: 15px;
}

.line_all {
	border: #EEE 1px solid;
}

.line_b {
	border-bottom: #EEE 1px solid;
}

.line_b2 {
	border-bottom: #9D0 1px solid;
}

.line_l {
	border-left: #EEE 1px solid;
}

.line_r {
	border-right: #EEE 1px solid;
}

.line_t {
	border-top: #EEE 1px solid;
}

.list_menu2 {
	font-size: 90%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
}

@media only screen and (max-width : 768px)
{
	.list_menu2 li {
		float: inherit;
		width: 45.5%;
		list-style-type: none;
		text-align: center;
		border-bottom: #EEE 1px solid;
		padding: 15px 10px;
		margin: 0px 3px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media only screen and (min-width : 769px) and (max-width : 1024px)
{
	.list_menu2 li {
		font-size: 95%;
		float: inherit;
		width: 100%;
		list-style-type: none;
		text-align: center;
		border-bottom: #EEE 1px solid;
		padding: 15px 10px;
		margin: 0px 3px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media only screen and (min-width : 1025px)
{
	.list_menu2 li {
		float: inherit;
		width: 45.5%;
		list-style-type: none;
		text-align: center;
		border-bottom: #EEE 1px solid;
		padding: 15px 10px;
		margin: 0px 3px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.list_menu2 li a {
	cursor: hand;
}

.list_menu2_2 {
	font-size: 90%;
	color: white;
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
	border-top: rgba(255,255,255,.1) 1px solid;
}

.list_menu2_2 li {
	font-size: 110%;
	float: inherit;
	width: 100%;
	list-style-type: circle;
	border-bottom: rgba(255,255,255,.1) 1px solid; 
	padding: 15px 0px;
	margin: 0px 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_menu2_2 li a {
	cursor: hand;
	color: white;
}

.list_menu2_2 li:hover {
	background-color: rgba(255,255,255,.1); 
}

.list_menu2_2 li.active {
	background-color: rgba(255,255,255,.3); 
}

.list_menu3 {
	width: 100%;
	padding: 25px 0px;
	margin: 0px;
	clear: both;
}

.list_menu3 li {
	list-style-type: none;
	line-height: 3em;
	text-align: center;
	float: left;
	display: inline;
	width: 33.33%;
	padding: 0px;
	margin: 0px;
	cursor: hand;
}

.list_menu3 li.active {
	background-color: #FFF;
	border-bottom: none;
}

.list_menu4 {
	font-size: 95%;
	width: 100%;
	padding: 15px 0px;
	margin: 0px;
	clear: both;
}

.list_menu4 li {
	list-style-type: circle;
	text-align: center;
	display: inline;
	width: 25%;
	padding: 15px 5px;
	margin: 0px;
}

.list_menu4 li:first-child {
	list-style-type: none;
}

.list_menu5 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.list_menu5 li {
	list-style-type: none;
	text-align: center;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.list_menu6 {
	width: 100%;
	padding: 0px;
	margin: 5px;
	clear: both;
}

.list_menu6 li {
	list-style-type: circle;
	text-align: center;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.list_menu6 li:first-child {
	list-style-type: none;
	border-left: none;
}

.list_menu7 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top:  1px solid rgba(255,255,255,.1);
}

.list_menu7 li {
	width: 100%;
	color: white;
	list-style-type: none;
	padding: 15px 20px 15px 20px;
	margin: 0px;
	border-bottom:  1px solid rgba(255,255,255,.1);
}

.list_menu7 .active {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	list-style-type: none;
	padding: 15px 20px 15px 20px;
	margin: 0px;
	border-bottom:  1px solid rgba(255,255,255,.1);
}

.list_menu7 li a {
	color: white;
}

.list_menu7 li:hover {
	background-color: rgba(255,255,255,.1);
}

.list_menu7_1 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 1px solid #3D3D3D;
}

.list_menu7_1 li {
	width: 50%;
	text-align: center;
	display: inline;
	color: white;
	list-style-type: none;
	padding: 15px 20px 15px 20px;
	margin: 0px;
	border-bottom: 1px solid #3D3D3D;
}

.list_menu7_1 li a {
	color: white;
}

.list_menu8 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
	list-style:  none;
}

.list_menu8 li {
	padding: 0px 0px 0px 15px;
}

.list_menu9 {
    -webkit-columns: 2;
    -webkit-column-gap: 0px;
    -moz-columns: 2;
    -moz-column-gap: 0px;
    columns: 2;
    column-gap: 0px;
}

.list_menu9 ol {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.list_menu9 li {
	padding: 0px;
}

.list_pad_top li {
	margin: 0;
	padding-top: 10px;
}

.list_pad_top li:first-child {
	margin: 0;
	padding-top: 0;
}

.logo {
	width: 100%;
	height: 100px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.pad_all {
	padding: 5%;
}

@media only screen and (max-width : 812px)
{
	.pad_all_l_r {
		padding: 5%;
	}
}

@media only screen and (min-width : 813px)
{
	.pad_all_l_r {
		padding: 2.5% 3.5%;
	}
}

.pad_b {
	padding-bottom: 15px;
}

.pad_b2 {
	padding-bottom: 30px;
}

.pad_l {
	padding-left: 15px;
}

.pad_l2 {
	padding-left: 30px;
}

.pad_r {
	padding-right: 15px;
}

.pad_r2 {
	padding-right: 30px;
}

.pad_t {
	padding-top: 15px;
}

.pad_t2 {
	padding-top: 30px;
}

.shadow_top_box {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(211,211,211,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(211,211,211,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(211,211,211,0.8);
}

.socialmedia ul {
	padding: 0px;
	margin: 10px 0px;
}

.socialbox, .socialbox:hover {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_facebook{
	background-image: url('http://cms.mybis.gov.my/img/fb.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_facebook:hover {
	border: none;
}

a.socialbox_google{
	background-image: url('http://cms.mybis.gov.my/img/gg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_google:hover {
	border: none;
}

a.socialbox_twitter{
	background-image: url('http://cms.mybis.gov.my/img/tw.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_twitter:hover {
	border: none;
}

a.socialbox_rss{
	background-image: url('http://cms.mybis.gov.my/img/rss.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_rss:hover {
	border: none;
}

a.socialbox_pinterest{
	background-image: url('http://cms.mybis.gov.my/img/pt.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_pinterest:hover {
	border: none;
}

a.socialbox_tumblr{
	background-image: url('http://cms.mybis.gov.my/img/tumblr.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_tumblr:hover {
	border: none;
}

a.socialbox_flipboard{
	background-image: url('http://cms.mybis.gov.my/img/flipboard.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_flipboard:hover {
	border: none;
}

.txt_desc {
	text-align: left;
	line-height: 25px;
}

.text_height {
	line-height: 20px;
}

.text_full {
	text-align: justify;
	line-height: 25px;
}

.text_full p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.text_full ul {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 25px;
}

.text_full ol {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 25px;
}