
@font-face {
  font-family: db-helvethaicamon-x-med-cond;
  font-style: normal;
  src: url(../fonts/db_helvethaica_x_med_cond.ttf);
}

@font-face {
  font-family: db-helvethaicamon-x;
  font-style: normal;
  src: url(../fonts/db_helvethaicamon_x.ttf);
}

@font-face {
  font-family: akbalthom-ream;
  font-style: normal;
  src: url(../fonts/akbalthom-ream.ttf);
}

@font-face {
  font-family: khmer-os-koulen;
  font-style: normal;
  src: url(../fonts/khmer-os-koulen.ttf);
}

.alert-danger,
.alert-success {
	font-weight: bold;
}


/*=== Preloder ===*/

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

#page-wrapper {
	position: relative;
}

#preloder2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.count-indicator {
	position: relative;
	text-align: center;
}

.count-indicator .count {
	position: absolute;
	left: 41%;
	width: 1.75rem;
	height: 1.25rem;
	border-radius: 100%;
	background: #FF0017;
	color: #ffffff;
	font-size: 11px;
	top: 9px;
	font-weight: 600;
	line-height: 1rem;
	border: none;
	text-align: center;
	padding: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}

.bg_pink {
	background: #f29b9e;
}

.bg_brown {
	background: #dec692;
}

.bg_green {
	background: #cede92;
}

.padding1030 {
	padding: 10px 30px;
}

#preloader2 {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 999999;
     background: rgb(255,255,255,0.8);
     display:none;
}

.content-height {min-height:100vh;}

.banner-switch-title {
	display: table-cell;
	font-weight: bold;
	padding: 10px;
}

.custom-line-height {
	line-height: 0px;
}

.float-left {
	float: left;
	width: 150px;
}
