.login-page > .wrapper {
  min-height: 0;
}

.msg_error {
	font-size: 12px;
}

.paginate_button {
	padding-right: 10px;
}

#paging11 {
	padding-left:10px;
}
#paging11 .item_paging {
	padding-right: 5px;
}

.carousel {
	margin-bottom: 20px !important;
}
.carousel-caption-slide {
	position: sticky;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	display: table-cell;
  vertical-align: bottom;

}

h1.page_title {
	font-size: 34px;
	font-weight: 700;
}
h2.sidebar_title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
h3.section_title {
	color: red;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    padding: 0 15px;
}


