*{padding:0px;margin:0px;}
@font-face {
	font-family: 'Fredoka One';
	font-style: 'normal';
	src: url('fonts/FredokaOne-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Oxygen';
	font-style: 'normal';
	src: url('fonts/Oxygen-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Oxygen';
	font-style: 'oblique';
	src: url('fonts/Oxygen-Bold.ttf') format('truetype');
	font-weight: 500;
}
*{
	margin:0;
	padding:0;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Oxygen', sans-serif;
}
a{color:#224582;}
.sidebar-open{
	overflow: hidden;
}
.title{
	color:#000;
}
.title:hover{
	color:#000;
	text-decoration: none;
}
.swipe-area {
	position: fixed;
	width: 35px;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

/* Modal ======= */

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.slick-dots{
	bottom: -5px;
  left: 20px;
  text-align:left;
  opacity: 0.9;
}
.slick-dots li{
  margin:0 2px;
}
.slick-dots li button:before {
  font-size:12px;
}
.slick-dots li.slick-active button:before {
  color:#00BCD4;
  opacity: 0.9;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 0.9;
}
.slick-slider{margin-bottom:0px;}
#setting{
	position: fixed;
	top: 8px;
	z-index: 999;
	width: 23px;
	right: 10px;
	cursor: pointer;
}



#container {
	min-height:100%;
	position:relative;
}
#content{
	padding:10px;
	margin-top: -10px;
}
#content .col-sm-10{
	border-radius:5px;
	background:#FFFFFF;
}
#footer{
	position: absolute;
	bottom: 0px;
	width:100%;
	line-height:25px;
	height:25px;
	font-size:10px;
	text-align:center;
	overflow-y:hidden;
	overflow-x:hidden;
}
/*#footer:before{
	content:'';
	top:0px;
	width:100%;
	height:50px;
	position:absolute;
	border-radius:50%;
	background:#eee;
	border-radius:50%;
	overflow-y:hidden;
}*/

.box{
	width:100%;
	padding:10px;
	background:#ffffff;
	border-radius:5px 5px 2px 2px;
	box-shadow:1px 1px 3px 2px #ddd;
	margin-bottom:10px;
	color:#333;
}
#wrapheader{
	height:40px;width:100%;position:fixed;top:0px;left:0px;z-index:999;
}
#header {
  font-family: 'Fredoka One', Arial;
	position:relative;
	text-align:center;
	padding:8px;
	font-size:18px;
	background:#ffffff;
	top:0px;
	/*box-shadow: 210px 2px #9b59b6, 140px 2px #2ecc71, 70px 2px #f1c40f, 0px 2px #e74c3c, 0px 3px #ccc, 0px 4px #eee;
	-webkit-box-shadow: 210px 2px #9b59b6, 140px 2px #2ecc71, 70px 2px #f1c40f, 0px 2px #e74c3c, 0px 3px #ccc, 0px 4px #eee;
	-moz-box-shadow: 210px 2px #9b59b6, 140px 2px #2ecc71, 70px 2px #f1c40f, 0px 2px #e74c3c, 0px 3px #ccc, 0px 4px #eee;
	-o-box-shadow: 210px 2px #9b59b6, 140px 2px #2ecc71, 70px 2px #f1c40f, 0px 2px #e74c3c, 0px 3px #ccc, 0px 4px #eee;*/
}
#data{
	padding:10px;
}
.divide{border-bottom:1px solid #ddd;}
#anchr{
    display:none;
    width: 30px;
    height: 30px;
    position: fixed;
    background:#ffffff;
    box-shadow:0px 0px 1px 2px #ccc;
    bottom: 20px;
    right: 15px;
    border-radius:50%;
}
#anchr:after{
    content:"";
    position:absolute;
    top:6px;
    left:6px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #333;/*rgba(100,100,100,0.7);*/
}
/* LOADER */
.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #224582;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: relative;
	margin: 150px auto;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
}
/* LOADER IMG */
.loaderimg {
	border: 3px solid #eeeeee;
	border-top: 3px solid #aaaaaa;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: relative;
	margin: 5px auto;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-o-keyframes spin {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(360deg); }
}
/* HEADER ZOOM */
#hzoom{
	font-size:18px;
	text-align:center;
	padding:15px;
   font-weight:bold;
	transform:scale 1s;
	animation: scale 1s;
	-moz-animation: scale 1s; /* Firefox */
	-webkit-animation: scale 1s; /* Safari and Chrome */
	-o-animation: scale 1s; /* Opera */
}
#hzoom a{text-decoration:none;color:#333;}
@keyframes scale {
from {font-size:32px;margin:30px;}
to {font-size:18px;margin:0px;}}
@-moz-keyframes scale { /* Firefox */
from {font-size:32px;margin:30px;}
to {font-size:18px;margin:0px;}}
@-webkit-keyframes scale { /* Safari and Chrome */
from {font-size:32px;margin:30px;}
to {font-size:18px;margin:0px;}}
@-o-keyframes scale { /* Opera */
from {font-size:32px;margin:30px;}
to {font-size:18px;margin:0px;}}


/* sidebar menu */
#mainmenulist{
	overflow-y: auto;
	display: block;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	height: 84%;
}
#sidebar{
	background:#F1F1F1;
	width:250px;
	height:100%;
	display:block;
	position:fixed;
	left:-251px;
	top:0px;
	font-size:18px;
	transition:left 0.3s linear;
	-webkit-transition:left 0.3s linear;
	-moz-transition:left 0.3s linear;
	-o-transition:left 0.3s linear;
	box-shadow: 0px 0px 3px #333;
	z-index: 9999;
}

#sidebar.visible{
	left:0px;
	transition:left 0.3s linear;
	-webkit-transition:left 0.3s linear;
	-moz-transition:left 0.3s linear;
	-o-transition:left 0.3s linear;
	overflow-y:hidden;
	overflow-x:hidden;
}
#sidebar-btn.visible{
	display:none;
}

#sidebar ul{
	margin:0px;
	padding:0px;
}

#sidebar ul li{
	list-style:none;
}
#sidebar #mainmenu a{
	background: #224582;
	color: #ffffff;
	height: 105px;
	line-height: 5;
}

#sidebar ul li a{
	color:#333;
	border-bottom:1px solid #eee;
	display:block;
	width:100%;
	padding:10px 10px 10px 25px;
	text-decoration: none;
}

#sidebar-btn{
	display:inline-block;
	vertical-align: middle;
	width:40px;
	height:35px;
	cursor:pointer;
	margin:10px;
	position:absolute;
	top:0px;
	right:-58px;
	padding-right:15px;
	z-index:999;
}
#btnplogin{
	position:absolute;
	display:inline;
	top:-8px;
	right:10px;
	margin:10px;
	padding:4px 7px;
	width:30px;
	height:30px;
	cursor:pointer;
	/*border:1px solid #555;
	border-radius:50%;*/
}

#sidebar-btn span{
	height:3px;
	background:#111;
	margin-bottom:5px;
	display:block;
}

#sidebar-btn span:nth-child(2){
	width:75%;
}

#sidebar-btn span:nth-child(3){
	width:50%;
}
#sidebar-close{
	cursor: pointer;
	position: absolute;
	width: 30px;
	top: 0px;
	right: 0px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: #ff0023;
	color: #ffffff;
	padding: 2px 22px 10px 10px;
	text-align: center;
	border-radius: 50% 0% 50% 50%;
	height: 30px;
}
/* end sidebar menu */

/* modifi bootstrap */
.label a{
	color:#ffffff;
	text-decoration:none;
}

.cardnotif{
	margin-bottom:15px;
}
.textindent {
    padding-left: 1em;
    text-indent:-1em;
}
/* ==== loader checked ==== */
.circle-loader {
	border: 4px solid #f3f3f3;
	border-left-color: #30e8ef;
	position: relative;
	vertical-align: top;
	border-radius: 50%;
	width: 8em;
	height: 8em;
	margin: 150px auto;
	animation: loader-spin 2s infinite linear;
	-webkit-animation: loader-spin 2s infinite linear;
	-moz-animation: loader-spin 2s infinite linear;
	-o-animation: loader-spin 2s infinite linear;
}

.circle-loader,
.circle-loader:after {
	border-radius: 50%;
	width: 8em;
	height: 8em;
}

.load-complete {
	border-color: #30e8ef;
	transition: border 500ms ease-out;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
}

.load-failed {
	border-color: #e74c3c;
	transition: border 500ms ease-out;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
}

.checkmark {
	display: none;
}
.checkmark.draw:after {
	transform: scaleX(-1) rotate(135deg);
	-webkit-transform: scaleX(-1) rotate(135deg);
	-moz-transform: scaleX(-1) rotate(135deg);
	-o-transform: scaleX(-1) rotate(135deg);
	animation: 800ms ease checkmark;
	-webkit-animation: 800ms ease checkmark;
	-moz-animation: 800ms ease checkmark;
	-o-animation: 800ms ease checkmark;
}
.checkmark:after {
	opacity: 1;
	height: 4em;
	width: 2em;
	border-right: 4px solid #30e8ef;
	border-top: 4px solid #30e8ef;
	content: '';
	left: 2em;
	top: 4em;
	position: absolute;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
}

@keyframes loader-spin{from{transform: rotate(0deg);}to{transform:rotate(360deg);}}
@-webkit-keyframes loader-spin{from{-webkit-transform: rotate(0deg);}to{-webkit-transform:rotate(360deg);}}
@-moz-keyframes loader-spin{from{-moz-transform: rotate(0deg);}to{-moz-transform:rotate(360deg);}}
@-o-keyframes loader-spin{from{-o-transform: rotate(0deg);}to{-o-transform:rotate(360deg);}}

@keyframes checkmark{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes checkmark{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes checkmark{from{opacity:0;}to{opacity:1;}}
@-o-keyframes checkmark{from{opacity:0;}to{opacity:1;}}
/*=== cross ===*/
.cross {
	display:none;
	left: 3.5em;
	top: 1.7em;
	position: absolute;
	width: 4em;
	height: 4em;
}
.cross:before, .cross:after {
	position: absolute;
	content: ' ';
	height: 4em;
	width: 4px;
	background-color: #e74c3c;
}
.cross:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.cross:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/*style slider */
.cycle-slideshow {
	width: 100%;
	height: 140px;
	display: block;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: #5bc0de;
	margin-top: 5px;
}
.cycle-slideshow img{width:100%;height:100%;}
.cycle-prev, .cycle-next {
	font-size: 200%;
	color: #fff;
	display: block;
	position: relative;
	top: 50%;
	z-index: 9999;
	cursor: pointer;
	margin-top: -16px;
}
.cycle-prev { left: 42px; }
.cycle-next { right: 62px; }
.cycle-pager {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 10px;
	z-index: 999;
	text-align: left;
}
.cycle-pager span {
	text-indent: 100%;
	top: 100px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	white-space: nowrap;
	cursor: pointer;
}
.cycle-pager-active { background-color: #5bc0de; }
.detnotif, .detnotif:active, .detnotif:hover{
	text-decoration:none !important;
}.detnotif div{color:#333;}

/* MENU */
.iconnews{
	font-size:16px;
	display:block
	text-align:center;
	float:left;
	padding:5px;
	width:50px;
	margin-right:5px;
	border-right:1px solid #ccc;
}
.contentnews{
	padding:0 5px;
	margin-left:50px;
}
.datenews{color:#333;}

.mainmenu{text-align:center;}
.mainmenu .listmenu{
	margin:5px;
}
.mainmenu .listmenu img{
	width: 80px;
	margin: 0px auto;
	border-radius: 50%;
  box-shadow: 0px 1px 7px 0px #bbb;
}
.mainmenu .listmenu a{
	text-decoration:none;
	color:#333;
}
.mainmenu .listmenu a span{
	display:block;
	margin-top:5px;
	font-size: 11px;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.submenu li {
	margin-left:20px;
}
#sidebar li:hover .submenu {
  display: block;
  max-height: 1000px;
}


#header {
  background:#224582;
  color:#fff;
}

#warpslider{
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
.title{color:#fff;}
#sidebar-btn span {
  background:#fff;
}

#sliderpage{
  position: relative;
  width: 55%;
  margin:0px auto;
}
#slider:before {
  content: ' ';
  width: 100%;
  position: absolute;
  height: 190px;
  background: #224582;
  left: 0px;
  top: 0px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.slick-list{
  border-radius: 10px;
	padding: 3px;
	overflow: visible !important;
}

.slick-list img{
	margin:0px 15px;
	box-shadow: 0px 0px 3px 0px #333;
}

img.lazy {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-image: url('<?php echo base_url('images/linetransparent.png');?>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  outline: none;
}

@media screen and (max-width: 688px) {
	#sidebar-close{top:15px;}
	#sidebar-btn{top:20px !important;}
	#header{top:20px;}
	#sliderpage{width:95%;}
	.slick-list img{
		margin:0px 5px;
	}
	.slick-dots{
		bottom: -7px;
	  left: 5px;
	}
}
