/*  */
.pco{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 100px;
}
.pco-container{
	width: 70%;
	height: auto;
	float: left;
	margin-left: 15%;
	border: 1px solid;
	box-sizing: border-box;
	border-color: #f5f5f5;
}
/*  */

/*  */
.pco-service-detail{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #999;
    border-width: 10px;
    border-style: double;
    box-sizing: border-box;
}
.pco-service-detail .pco-content{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	margin: 10px 10px 10px 10px;
}
.pco-cover-service-detail{
	width: 100%;
	height: auto;
	float: left;
}
.pco-cover-service-detail .ct-img{
	width: 100%;
	height: auto;
	float: left;
}
.pco-cover-service-detail .ct-img .img-cr{
	width: calc(100% - 10px);
	height: auto;
	float: left;
}
.pco-cover-service-detail .ct-img .img-cr .img-ct{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.pco-cover-service-detail .ct-img .img-cr .img-ct img{
	max-width: 100%;
	max-height: 400px;
	position: relative;
	margin: auto;
	margin-top: 10px;
}
.pco-cover-service-detail .ct-text{
	width: 100%;
	height: auto;
	float: left;
}
.pco-cover-service-detail .ct-text .text{
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 700;
	text-align: justify;
	padding: 10px;
}
/*  */

/*  */
.pco-about{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #999;
    border-width: 10px;
    border-style: double;
    box-sizing: border-box;
}
.pco-about .pco-content{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	margin: 10px 10px 10px 10px;
}
.pco-cover-about{
	width: 100%;
	height: auto;
	float: left;
}
.pco-cover-about .text{
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 800;
	text-align: center;
	line-height: 1.5em;
}
/*  */

/*  */
.pco-contact{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #999;
    border-width: 10px;
    border-style: double;
    box-sizing: border-box;
}
.pco-contact .pco-content{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	margin: 10px 10px 10px 10px;
}
.pco-cover-contact{
	width: 100%;
	height: auto;
	float: left;
}
/*  */

/*  */
.pco-gallery{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #999;
    border-width: 10px;
    border-style: double;
    box-sizing: border-box;
}
.pco-gallery .pco-content{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	margin: 25px 10px 10px 10px;
}
.pco-cover-gallery{
	width: 100%;
	height: auto;
	float: left;
}
.pco-cover-gallery .gallery-list{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.pco-cover-gallery .button-load-more{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
}
.btn-load-more{
	width: 200px;
	height: 34px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: calc(50% - 100px);
	border: 0px;
	cursor: pointer;
	border-radius: 4px;
	background: #132349;
}
.btn-load-more .ct-loader{
	display: none;
	width: 100%;
	height: auto;
	float: left;
}
.btn-load-more .ct-loader img{
	width: 28px;
	height: 24px;
	float: left;
	margin-top: 4px;
	margin-left: calc(50% - 14px);
	border-radius: 50%;
}
.btn-load-more .ct-text{
	width: 100%;
	height: auto;
	float: left;
}
.btn-load-more .ct-text .text{
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	line-height: 34px;
	text-align: center;
}
.btn-load-more.active-loader .ct-text{
	display: none;
}
.btn-load-more.active-loader .ct-loader{
	display: block;
}
/*  */


/*  */
.pco-service-list{
	width: 100%;
	height: auto;
	float: left;
}
.pco-service-list .pco-content{
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #888;
}
.pco-service-list .pco-content .ct-img{
	width: 100%;
	height: auto;
	float: left;
}
.pco-service-list .pco-content .ct-img img{
	max-width: 100%;
	height: auto;
	float: left;
}
.pco-service-list .pco-content .ct-text{
	width: 100%;
	height: auto;
	float: left;
}
.pco-service-list .pco-content .ct-text .text{
	display: block;
	font-size: 16px;
	color: #111;
	font-weight: 800;
	padding: 0px 20px 20px 20px;
	white-space: pre-line;
	text-align: center;
}
/*  */

/*  */
.pco-title{
	width: 200px;
	height: 40px;
	position: absolute;
	top: -28px;
	left: calc(50% - 100px);
	background: #f5f5f5;
}
.pco-title .title{
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 800;
	line-height: 42px;
	padding: 0 5px;
	text-align: center;
}
/*  */

/*  */
.pcoc-tag{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	position: relative;
	border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-width: 5px;
    border-style: double;
    box-sizing: border-box;
    border-color: #999;
}
.tag-cover-ct-bottom{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.tag-cover-ct-bottom .ct-title{
	width: 200px;
	height: 40px;
	position: absolute;
	top: -28px;
	left: calc(50% - 100px);
	background: #f5f5f5;
}
.tag-cover-ct-bottom .ct-title .title{
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 800;
	line-height: 42px;
	padding: 0 5px;
	text-align: center;
}
.tag-cover-ct-bottom .ct-list{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	margin: 15px 10px;
	text-align: center;
}
	.list-tag-ct-bottom{
		width: auto;
		height: 24px;
		float: none;
		display: inline-block;
		font-size: 12px;
		color: #444;
		border-radius: 100px;
		background: #f5f5f5;
	}
	.list-tag-ct-bottom .list-icon{
		width: 20px;
		height: 24px;
		float: left;
	}
	.list-tag-ct-bottom .list-icon .icon{
		display: block;
		text-align: center;
		font-size: 10px;
		line-height: 24px;
	}
	.list-tag-ct-bottom .list-text{
		width: auto;
		height: 24px;
		float: left;
	}
	.list-tag-ct-bottom .list-text{
		display: block;
		font-size: 13px;
		font-weight: 800;
		padding: 0 5px 0 0;
		line-height: 24px;
	}
	.list-tag-ct-bottom:hover{
		transition: all .3s ease-out;
		color: #fff;
		background: #132349;
	}
/*  */

/*  */
@media screen and (max-width: 768px){
	.pco{
		margin-top: 120px;
	}
	.pco-container{
		width: calc(100% - 20px);
    	margin-left: 10px;
	}
}
/*  */