				/*nav { background: #009444; }*/
/*
nav{	
	background-image: url("<?php echo base_url(); ?>assets/Untitled-1_03.jpg");
	background-repeat: repeat-x;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:97.5%;
	margin: auto;
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px 14px;
  transition: 0.3s linear;
}

nav ul li:hover { background: #064d23;}

nav ul li ul {
  border-bottom: 5px solid #f37324;
  display: none;
  position: absolute;
  width: 250px;
}

nav ul li ul li {
  border-top: 1px solid #444;
  display: block;
}

nav ul li ul li:first-child { border-top: none; }

nav ul li ul li a {
  background: #373737;
  display: block;
  padding: 10px 14px;
}

nav ul li ul li a:hover { background: #009444; color:#fff; }
*/

/*Embeded fonts*/

@font-face{
	font-family: 'Khmer OS Content';
	font-style: Regular;
	src: url("/custom-font/KhmerOScontent_0.ttf") format('truetype');
}
@font-face{
	font-family: 'Khmer OS Muol Light';
	font-style: Regular;
	src: url("/custom-font/KhmerOSmuollight_0.ttf") format('truetype');
}

@font-face{
	font-family: 'Khmer OS';
	font-style: Regular;
	src: url("/custom-font/KhmerOS_0.ttf") format('truetype');
}

@font-face{
	font-family: 'KH14';
	font-style: Regular;
	src: url("/custom-font/Kh14March.ttf") format('truetype');
}



html,body{
	/*background: #f4f6f7 !important;*/
	background-image: url('/wp-content/themes/anakut mfi/assets/bg_body.png');
}
p,a,figcaption{font-family: 'Khmer OS Content';}

/*h2.entry-title{font-family: 'Khmer OS Muol Light';}*/

.widget h4{font-family: 'Khomer OS Muol Light';font-weight: 100;}
/*h1,h2,h3,h4,h5,h6{font-family: 'Khmer OS Muol Light' !important;}*/
/*Style Tab heading*/
/*a[role="tab"] span{font-family: "Khmer OS Muol Light";}*/

/* Use font times new roman for very textr*/
h1,h2,h3,h4,p,a{font-family:'KH14';}
h1.entry-title{font-family: 'KH14';}
h2.entry-title{font-family: 'KH14';}
body > div.container{
	background-color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	padding:20px auto;
	border:1px solid rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px,6px,rgba(0,0,0,0.05);
	-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.05);
	margin:35px auto;
}

ul.foot-menu{


	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.foot-menu li{line-height: 30px;  margin-right:15px;}
ul.foot-menu li a{
	color:#fff;
	padding: 0px 16px;
	text-decoration: none;
	/*text-align: center;
	display: block;
	width: 150px;*/
}

/*Panel Style*/
.panel-default > .panel-heading{
	color:#fff !important;
	background-color: #F47324 !important;
	border-color: none;
}
table a {color:#000;text-decoration: underline;}
h3{
	font-family: "KH14" !important;
}
.cush3 {
    font-family: "KH14" !important;
}
p{
	font-family: "Khmer OS Content" !important;
	/*line-height: 25px;*/
}
h3 > a{
	text-decoration: none !important;
	color:#F47324 !important;
	padding: 0px !important;
}

.quick-link{
	background: #EFF1FF;
	border: 0.5px solid #305062;
}
.quick-link ul{
	/*padding: 5px;*/
	margin: 0px;
	list-style-type: disc !important;
}
.quick-link ul li{
	list-style-type: disc !important;
}
/*category listing*/
h4.cate-listing{
	margin-left:13px;padding-top:15px;
}
.mint-border-top{
	border-top: 2px solid #009444;
}
div.show_case a:link,div.show_case a:visited,div.show_case a:hover{
	color: #F47324;
}

.panel-heading{
font-family: "Khmer OS Muol Light";
}

/*easy tabs*/
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }