/* General styles */
@font-face {
	font-family: 'Khmer OS Siemreap Regular';
	src: url('../../fonts/Khmer OS Siemreap Regular.ttf');
}

@font-face {
    font-family: 'Khmer OS Muol Light Regular';
    src: url('../../fonts/Khmer OS Muol Light Regular.ttf');
}

html body{
    /* font-family: 'Khmer MEF1'; */
	font-family: "Khmer OS Siemreap Regular" !important;
    font-size: 15px;
    line-height: 24px;
    /* font-family: 'futura_ltbook', sans-serif; */
    color: #484848;
	height: 100%;
	overflow-x: hidden;
	/* -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; */
}
.sub-menu-item ul li a, pre{line-height: 25px;font-family: "Khmer OS Siemreap Regular" !important;}
h1, h2, h3, h4, h5, h6{line-height: 24px;font-family: "Khmer OS Muol Light Regular";}
ul.navbar-nav li a{line-height: 24px;font-family: "Khmer OS Siemreap Regular";}
input, textarea, select, article, span, button, ul, li{font-family: "Khmer OS Siemreap Regular" !important;}
article, span, button, ul, li{line-height: 30px;}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #26b14c !important;
	font-weight: normal !important;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px !important;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #4d4e4e;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


/* img {width: 100%;} */
ul li a{font-weight: normal !important;}
a,button{text-decoration: none; color:#3c3c3c ;outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}
section{
	/* padding: 30px 0 25px 0; */
	padding: 10px 0 25px 0;
}

section#shadow-host-companion{
	padding: 0 !important;
}