#body section{
	/*text-align: center;*/
}
	#body section h1{
		line-height: 1.6em;
	}
	#body section .section-detail .article-detail *{
		line-height: 1.6em !important;
	}
	#body section .section-gallery{
		position: relative;
		padding-top: 30px;
		height: 100%;
		overflow: hidden;
	}
		#body section .section-gallery .gallery-wrapper{
			overflow: hidden;
			width: 100%;
		}
		#body section .section-gallery .slide-pagination{
			text-align: center;
		}
			#body section .section-gallery .slide-pagination .pagination-item{
				display: inline-block;
				margin: 0 5px;
				width: 20px;
				height: 20px;
				border-radius: 50%;
				background-color: #d40c18;
				color: #fff;
				cursor: pointer;
			}
			#body section .section-gallery .slide-pagination .pagination-item:hover,
			#body section .section-gallery .slide-pagination .pagination-item.active{
				background-color: #ff2020;
			}
	#body section .section-gallery .gallery-sticky{
		position: absolute;
		/*position: -webkit-sticky;*/
		top: 30px;
	}
#colorbox,
#cboxOverlay,
#cboxWrapper{
	z-index: 99999;
}