.sidr {
	display: none;
	background: #187bbc;
	height: 100%;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 999999;
}
.sidr.right {
	left: auto;
}
/* .sidr-right-open{
	right: 0px !important;
} */
.sidr ul {
	display: block;
	padding: 0;
	margin: 0
}
.sidr ul li {
/* 	border-bottom: 1px solid #8fc5ff; */
	border-top: 1px solid #0d5585;
	display: block;
	line-height: 23px;
	margin: 0;
	color: #fff !important;
	text-transform: uppercase;
}
.sidr ul li.active1{
	background: #0d5585;
}
.sidr ul li a {
	margin-left: 10px;
	display: inline-block;
	padding-left: 14px;
	/*! text-decoration: none; */
	color: #fff;
	  font-family: 'SegoeUI';
  font-size: 15px;
	background: url(../../Css/head/lstsubmenu.png) left 7px no-repeat;
	/*! width: 58%; */
	height: auto;
	padding: 11px 0  11px 10px!important;
	
}
.sidr ul li a.close-sidr{
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 12px;
	width: 36px;
	height: 36px;
}
.sidr ul li ul {
	border-bottom: none;
	margin: 0;
	background: #5ca8da;
	max-height: 0;
	overflow: hidden;
	transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
	/*! padding: 0; */
}
.sidr ul li ul li:first-child{
	border-top: 1px solid #0081c5;
	
}
.sidr ul li ul li {
	line-height: 24px;
	border: none;
	padding:9px 0; 
	border-top: 1px solid #0d5585;
	
}
.sidr ul li ul li a {
	color: #fff;
	padding-left: 15px;
	text-transform: none;
	background: url(../../Css/head/lstsubmenu1.png) left 7px no-repeat;
	font-weight: 100;
	width: 84%;
	/*! margin-left: 25px; */
	/*! margin-right: 32px; */
	/* line-height: 22px; */
	padding: 0 !important;
	padding-left: 12px !important;
}
.sidr .opensub {
	width: 30px;
	height: 23px;
	background: url(../../css/head/opensub.png) center no-repeat;
	float: right;
	margin-right: 10px;
	padding: 0 !important;
	margin-top: 8px;
}
.sidr .opensubac {
	background: url('../../css/head/closesub.png') center no-repeat
}
/* ================ tìm kiếm ============ */
#sidr-right .timkiem{
	height: 55px;
	width: 100%;
	position: relative;
	padding: 15px 10px 10px 10px;
	display: none
	
}
#sidr-right .timkiem input{
	width: 100%;
	height: 25px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: #187bbc;
	color: #fff;
	font-size: 13px;
	font-family: 'SegoeUI';

}
#sidr-right .timkiem input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
#sidr-right .timkiem input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
#sidr-right .timkiem .icon{
	background: url(../../css/head/icon-tkmb.png) center no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 13px;
	top: 19px;
}
@media (max-width:767px) {
	  #sidr-right .timkiem{
    display: block;
  }
}





















