@charset "utf-8";
 @import url('/files/css/bom_words.css');
.post-content h3 span { }
.panel.panel-primary .panel-body { }


/*---------------------*/

@media screen and (min-width: 768px) {
.bom_bg01 {
	background-image: url(/image/sol/development/bom_bg01.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}
#process {
	display: block;
	background-image: url(/image/sol/development/about/about_top-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	min-height: 550px;
	margin-top: 30px;
}
.person01 {
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.person02 {
	z-index: 20;
	position: absolute;
	left: 15%;
	bottom: 0px;
}
.person03 {
	z-index: 30;
	position: absolute;
	left: 31%;
	bottom: 0px;
}
.person04 {
	z-index: 40;
	position: absolute;
	left: 48%;
	bottom: 0px;
}
.person05 {
	z-index: 50;
	position: absolute;
	left: 62%;
	bottom: 0px;
}
.person06 {
	z-index: 60;
	position: absolute;
	left: 80%;
	bottom: 0px;
}
}
/*------------------------------------------------------------------------------*/
/* start service */
#lead { padding-bottom: 40px; }
#lead .media {
	padding: 20px 15px;
	background-color: #F3F3F3;
	margin: 20px 0 20px 0;
}
#lead .media-object .fa {
	background: #002389;
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-right: 10px;
}
#lead .media-heading {
	font-weight: 500;
	font-size: 16px;
	color: #002389;
}
.block-container {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.block-container a h1 { color: #fff; }
.block01 {
	background-color: #3142E8;
	padding-top: 20px;
}
.block01 img, .block02 img {
	margin-top: 20px;
	margin-bottom: 30px;
}
.block02 {
	padding-top: 20px;
	background-color: #4386FF;
}
/* end service */
#manu #box01 {
	background-image: url(/image/sol/development/about/section02.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}
#box01 h1 {
	display: inline-block;
	padding-top: 100px;
	margin-bottom: 100PX;
	color: #FFF;
	border-bottom: 2px solid #fff;
}
#manu #box03 {
	background-image: url(/image/sol/development/about/bg_block03.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}
#block00 {
	position: absolute;
	z-index: 100;
}
.sideaffix {
	right: 0px;
	width: 300px;
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 1240px) {
#manu #block00 .container { width: 1240px; }
}

@media (min-width: 1400px) {
#manu #block00 .container { width: 1400px; }
}
/*ems.html*/
.alpha70 {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
.alpha80 {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
ul.alpha70 li {
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-weight: bold;
}
#bom-ems #feature .media {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #8E8E8E;
	border-radius: 4px;
}
/*Masonry setting*/
#masonry-container {
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.item { margin: 5px; }
.masonry-text-tile {
	width: 408px;
	height: 408px;
	margin: 5px;
	padding: 10px;
	background-color: #D6F2F9;
	border-radius: 8px;
}
/*-------------------------------------------*/
	/*archieve cards*/
.post-module {
	position: relative;
	display: block;
	z-index: 1;
	position: relative;
	background: #FFFFFF;
	min-width: 270px;
	height: 450px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.post-module:hover, .hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .c-thumbnail img, .hover .c-thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}
.post-module .c-thumbnail {
	background: #000000;
	height: 400px;
	overflow: hidden;
}
/*.post-module .c-thumbnail .date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: #e74c3c;
	width: 55px;
	height: 55px;
	padding: 12.5px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-module .c-thumbnail .date .day { font-size: 18px; }
.post-module .c-thumbnail .date .month {
	font-size: 12px;
	text-transform: uppercase;
}*/
.post-module .c-thumbnail img {
	display: block;
	width: 120%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.post-module .post-content {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	width: 100%;
	padding: 20px 30px 15px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #009966;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.post-module .post-content .title {
	margin: 0;
	padding: 0 0 10px;
	color: #333333;
	font-size: 26px;
	font-weight: 700;
}
.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 5px;
	color: #009966;
	font-size: 18px;
	font-weight: 400;
}
.post-module .post-content .description {
	display: none;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}
.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
}
.post-module .post-content .post-meta .timestamp { margin: 0 16px 0 0; }
.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
}
.hover .post-content .description {
	display: block !important;
	height: auto !important;
	opacity: 1 !important;
}
#achieve_cards .container {
	max-width: 100%;
*min-width: 640px;
	margin: 0 auto 50px auto;
}
#achieve_cards .container:before, .container:after {
	content: '';
	display: block;
	clear: both;
}
#achieve_cards .container .column {
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#achieve_cards .container .column .demo-title {
	margin: 0 0 25px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#achieve_cards .container .info {
	width: 60%;
	margin: 50px auto;
	text-align: center;
}
#achieve_cards .container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}
#achieve_cards .container .info span {
	color: #666666;
	font-size: 12px;
}
#achieve_cards .container .info span a {
	color: #000000;
	text-decoration: none;
}
#achieve_cards .container .info span .fa { color: #e74c3c; }
#achieve_cards a { text-decoration: none !important; }
.post-module .post-content h3 {
	margin: 3px auto;
	padding: 5px 0;
	text-align: center;
}
.post-module .post-content h3 i { color: #009966; }
.post-module .post-content span { visibility: hidden; }
.panel-opa .panel-default,.panel-opa .panel-primary{background-color: rgba(255,255,255,0.8)}
.panel-opa .panel .panel-body,.panel-opa .panel .list-nml li{background-color: rgba(255,255,255,0)}
.panel-opa .well {background-color: rgba(255,254,209,0.7)}

/*------------------------------------------------*/
.partner-block{margin-top: 20px;}
.partner-block p { font-size: 1.8rem }
.partner-block .cat_titleblock{
display: table;
width: 100%;
	color: #0092D9;
	border-bottom: 1px solid #0092d9;
	margin-bottom: 20px;
}
.partner-block .cat_titleblock .cat_name{
display: table-cell;
padding-left: 0.5em;
width: 90%;
}
.partner-block .cat_titleblock h2{
font-size: 2.6rem;
}
.partner-block .cat_titleblock .num {
display: table-cell;
width: 10%;
	font-size: 7rem;
	font-weight: 600;
	padding-right: 0.5em;
	padding-left: 0.1em;
	color: #0092D9;
	line-height: 1em;
}
.partner-block h2.right { padding-left: 0.5em }
p.description.btn.btn-primary {height: 38px!important}
