@charset "UTF-8";
/* CSS Document */

/* simplicant advantage */

.advantage {
  padding-top: 40px;
  padding-bottom: 40px;
}
.advantage .row {
	/*margin-left: 0px!important;
	margin-right: 0px!important;*/
}
.advantage .btn.blue {
	margin-top: 30px;
}
.sub_title_home {
  color: #213c68;

  font-size: 24px;
  height: 100px;
  display: table;
  margin: 0 auto;
}
.sub_title_home span {
  display: table-cell;
  vertical-align: middle;
}
.advantage .col-md-4 {
  margin-top: 50px;
}

/* product */
.product {
    padding-top: 40px;
    background-color: #ffffff;
    border-top: 1px solid #ccd5d9;
}
.product h3 {
  padding-bottom: 10px;
}
.bg_p1 {
  background-image: url("../images/bg_top_product01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 1060px;
}
.product .bg {
	min-height: 950px;
}
.bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.product_bg_show {
  width: 60%;
  float: right;
		height: 600px;
	position: relative;
}
.prod_bg_item {
  width: 100%;	
  height: 100%;
  background-repeat: no-repeat;
 /* background-position: center left;*/
  background-position:center right -170px;
  background-size: 100% auto;
  opacity:0;
  position:absolute;
  top:0px;
  left: auto;
  right: -30px;
}
.product_bg_list div:first-child {
	opacity:1;
}
.product_bg_hide {
  display:none
}
.product_txt {
  float: left;
  text-align: left;
  padding-left: 100px;
  padding-top: 30px;
  width: 40%;
}

.product_txt li {
  list-style: none;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom:13px;
}

.product .btn_wrap {
  margin-top: 10px;
  margin-bottom:30px;
}
.product_txt li.hit {

}
.product_txt li.hit a {
    color: #e46c51;
      text-decoration: none;
    font-weight: bold;
}
/* Tips */
.tips{
  padding-top: 40px;
  padding-bottom:70px;
  border-top: 1px solid #ccd5d9;
}
.tips .col-md-4 {
  padding-top: 70px;
}
.tips .col-md-4 a:hover {
  text-decoration: none;
}

.tip_img_wrap {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.tip_img_wrap > img {
  width:120px;
  height: 120px;
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tip_img_wrap > img:hover {
  width:140px;
  height: 140px;
}

.tip_txt {
	font-size: 21px;
	max-width: 170px;
	display: block;
	margin: 0 auto;
}
.tips .btn {
  padding: 10px 30px;
  margin-top: 80px;
}

/* article */
.article {
  padding: 70px 0;
  border-top: 1px solid #ccd5d9;
  background-color: #ffffff;
}
.article img {
  -webkit-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  -moz-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  -o-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  -ms-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
    width: 100%;
    margin-bottom: 20px;
}
.article img:hover {
  opacity: .8;
}
.article .col-md-3 {
  margin-top: 70px;
}
/* blog */
.blog {
  padding: 70px 0;
  border-top: 1px solid #ccd5d9;
}
.blog .col-md-4 {
  margin-top: 60px;
}
.blog_wrap {
  min-height: 230px;
  -webkit-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  -moz-box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  box-shadow: 2px 6px 26px -4px rgba(0,0,0,0.36);
  margin-bottom: 30px;
  border: 1px solid #ccd5d9;
  background-color: #ffffff;
}
.blog_wrap .img_blog {
  width: auto;
  height: 220px;
  display: block;
}
.img_blog.b1 {
background: url("../images/blog1.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.blog p {
  border-top: 1px solid #ccd5d9;
  padding: 15px;
  background-color: #ffffff;
}
.blog .btn {
  margin-top: 60px;
  padding: 10px 30px;
}

/* Our cusomer */
.customer {
  border-top: 1px solid #ccd5d9;
  padding: 0 0;
  background-color: #fff;
  text-align: center;
}
.customer h3 {
	padding: 0px;
	margin: 0px;
}
.customer span {
	display: inline-block;
}
.customer img {
  height: 40px;
  margin: 30px 20px;
  width: auto;
  float: left;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}
