.caption {
    text-align: left;
}

/*@media screen and (min-width:1200px) {
    .thumbnail {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    
    .image-box {
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    
    .image-box a {
        height: 230px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }
    
    .image {
        max-width: 100%;
        max-height: 230px;
        vertical-align: middle;
        display: inline;
    }
}*/

/*@media ( min-width:992px) and ( max-width:1199px) {
    .thumbnail {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    
    .image-box {
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    
    .image-box a {
        height: 200px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }
    
    .image {
        max-width: 100%;
        max-height: 190px;
        vertical-align: middle;
        display: inline;
    }
    
    h5,
    .h5 {
        font-size: 12px;
    }
    
    .caption {
        font-size: 12px;
    }
}*/

/* hot-trends */
.hot-trends {
  position: relative;
  padding: 15px 0 0 0;
  overflow: hidden;
}

.title h2,
.title p {
  text-align: center;
}

.title h2 {
  font-size: 30px;
}

@media (max-width: 415px) {
  .title h2 {
    font-size: 25px;
  }
}

.title .separate {
  display: inline-block;
  width: 1px;
  height: 40px;
  margin: 0 10px;
}

.title p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #b2b2b2;
}

.hot-trends .thumbnail {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  margin-bottom: 30px !important;
  background: #fff !important;
  border: 1px solid #ececec !important;
  overflow: hidden !important;
  z-index: 9 !important;
  -webkit-transition: 0.3s !important;
     -moz-transition: 0.3s !important;
       -o-transition: 0.3s !important;
          transition: 0.3s !important;
}

.hot-trends .thumbnail:hover,
.hot-trends .thumbnail:focus {
  top: -15px !important;
  background: #fff !important;
  text-decoration: none !important;
  -webkit-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3) !important;
      -ms-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3) !important;
       -o-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3) !important;
}

.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100% !important;
}

.hot-trends .hot-trends-item img {
  max-height: 235px;
  z-index: 8;
  -webkit-opacity: 1;  
   -khtml-opacity: 1;  
     -moz-opacity: 1;  
          opacity: 1;  
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}

.hot-trends .hot-trends-item:hover img,
.hot-trends .hot-trends-item:focus img {
  -webkit-opacity: .5;  
   -khtml-opacity: .5;  
     -moz-opacity: .5;  
		  opacity: .5;  
}

.hot-trends .hot-trends-item:hover h2 {
  color: #1758a8;
}

.hot-trends .hot-trends-item:hover p {
  color: #666;
}

.hot-trends .hot-trends-item:hover button {
  color: #fff;
  background: #1758a8;
  border-color: #1758a8;
}

.hot-trends .hot-trends-item:hover h2,
.hot-trends .hot-trends-item:hover p,
.hot-trends .hot-trends-item:hover button {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;  
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hot-trends-content {
  padding: 0 0 20px 0;
}

.hot-trends-content h2 {
  height: 25px;
  font-size: 18px;
  line-height: 1.3;
  color: #5d5d5d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;    
     -moz-text-overflow: ellipsis;    
      -ms-text-overflow: ellipsis;    
       -o-text-overflow: ellipsis;    
          text-overflow: ellipsis;    
}

.hot-trends-content p {
  height: 48px;	
  padding-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  color: #b2b2b2;
  /*text-align: justify;*/
  overflow: hidden;
  -webkit-text-overflow: ellipsis;    
     -moz-text-overflow: ellipsis;    
      -ms-text-overflow: ellipsis;    
       -o-text-overflow: ellipsis;    
          text-overflow: ellipsis;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
     -moz-line-clamp: 2;
      -ms-line-clamp: 2;
       -o-line-clamp: 2;
         -line-clamp: 2;
  -webkit-box-orient: vertical;  
     -moz-box-orient: vertical;  
      -ms-box-orient: vertical;  
       -o-box-orient: vertical;  
         -box-orient: vertical;  
}

@media (max-width: 415px) {
	.hot-trends-content h2,
	.hot-trends-content p {
		display: block;
		height: auto;
		white-space: normal;
		overflow: auto;
	}
}

.hot-trends-content .btn-border-blue {
  margin: 23px 0;
  color: #5d5d5d;
  border-color: #5d5d5d;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
}
/* end hot-trends */

/* produadva */
.produadva {
	position: relative;
}

.produadva .title {
	z-index: 1;
}

.overhide {
  overflow: hidden;
}

.produadva .caption a {
	display: block;
	height: 25px;
	margin-top: 10px;
	font-size: 18px;
    color: #5d5d5d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;    
       -moz-text-overflow: ellipsis;    
        -ms-text-overflow: ellipsis;    
         -o-text-overflow: ellipsis;    
            text-overflow: ellipsis;  
}

.produadva .caption p {
	height: 47px;	
	margin-top: 10px;
	margin-bottom: 5px;
    font-size: 16px;
    color: #b2b2b2;
    text-align: left;
    /*text-align: justify;*/
    overflow: hidden;
    -webkit-text-overflow: ellipsis;    
       -moz-text-overflow: ellipsis;    
        -ms-text-overflow: ellipsis;    
         -o-text-overflow: ellipsis;    
            text-overflow: ellipsis;  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
       -moz-line-clamp: 2;
        -ms-line-clamp: 2;
         -o-line-clamp: 2;
           -line-clamp: 2;
    -webkit-box-orient: vertical;  
       -moz-box-orient: vertical;  
        -ms-box-orient: vertical;  
         -o-box-orient: vertical;  
           -box-orient: vertical; 
}

@media (max-width: 415px) {
	.produadva .caption a,
	.produadva .caption p {
		display: block;
		height: auto;
		white-space: normal;
		overflow: auto;
	}
}

.produadva .thumbnail img {
	max-height: 315px;
}

@media (max-width: 1450px) {
	.produadva .thumbnail img {
		max-height: 268px;
	}
}

.produadva .thumbnail:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.produadva .thumbnail:hover a {
  color: #1758a8;       
}

.produadva .thumbnail:hover p {
  color: #666;       
}

/* particles */
.particles-js-canvas-el {
  position: absolute;
  top: 0;
}
/* end particles */
/* end produadva */

/* project */
.project {
  position: relative;
  /*z-index: -1;*/
  float: left;
  background: #fff;
}

.case-row {
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -15px;
}

.position-relat {
  position: relative;
}

.position-absol {
  position: absolute;
}

.project .thumbnail {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.project .thumbnail img {
  max-height: 385px;
}

.project .thumbnail:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.project .thumbnail a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.project .thumbnail:hover a span {
  background: rgba(23,88,168,.9);
  filter: alpha(opacity=90);
  -webkit-opacity: .9;  
   -khtml-opacity: .9;  
	 -moz-opacity: .9;  
		  opacity: .9;  
}

.case-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 260px;
  height: 200px;
  margin-top: -105px;
  margin-left: -130px;*/
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);  
}

.project .thumbnail:hover .case-caption {
  -webkit-transform: translate(-50%, -55%);
     -moz-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
       -o-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%); 
}

.case-icon {
  width: 144px;
  height: 144px;
  background: url(../img/case-icon.png) center no-repeat;
}

.case-icon2 {
  background: url(../img/case-icon2.png) center no-repeat;
}

.case-icon3 {
  background: url(../img/case-icon3.png) center no-repeat;
}

.case-icon4 {
  background: url(../img/case-icon4.png) center no-repeat;
}

.case-caption h3 {
  height: 51px;	
  margin-top: 0;
  font-size: 23px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;    
     -moz-text-overflow: ellipsis;    
      -ms-text-overflow: ellipsis;    
       -o-text-overflow: ellipsis;    
          text-overflow: ellipsis;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
     -moz-line-clamp: 2;
      -ms-line-clamp: 2;
       -o-line-clamp: 2;
         -line-clamp: 2;
  -webkit-box-orient: vertical;  
     -moz-box-orient: vertical;  
      -ms-box-orient: vertical;  
       -o-box-orient: vertical;  
         -box-orient: vertical;
}

.case-caption h3 a {
  color: #fff;
}

@media (max-width: 415px) {
	.project {
		padding-bottom: 0;
	}
	
	.case-caption h3 {
		display: block;
		margin-top: -10px;
		white-space: normal;
		overflow: auto;
	}	
}
/* end project */

/* customer */
.customer {
   position: relative;
   padding: 15px;
   padding-bottom: 45px;
   clear: both;
}

/*.customer-row {
  margin-left: -22px;
  margin-right: -22px;
}*/

.first-capital {
  text-transform : capitalize;
}

.customer .title {
  margin: -10px 0 25px 0;
}

.customer .title p {
  font-size: 12px;
  color: #307dda;
  letter-spacing: 2px;
}

.customer ul li {
  float: left;
  width: 20%;
  height: 130px;
  margin: 0;
  border: 1px solid #ececec;
  cursor: pointer;
}

.customer ul li:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
      -ms-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
       -o-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
          box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.customer-img {
  background: url(../img/customer.png) no-repeat center;
}

.customer-img2 {
  background: url(../img/customer2.png) no-repeat center;
}

.customer-img3 {
  background: url(../img/customer3.png) no-repeat center;
}

.customer-img4 {
  background: url(../img/customer4.png) no-repeat center;
}

.customer-img5 {
  background: url(../img/customer5.png) no-repeat center;
}

.customer-img6 {
  background: url(../img/customer6.png) no-repeat center;
}

.customer-img7 {
  background: url(../img/customer7.png) no-repeat center;
}

.customer-img8 {
  background: url(../img/customer8.png) no-repeat center;
}

.customer-img9 {
  background: url(../img/customer9.png) no-repeat center;
}

.customer-img10 {
  background: url(../img/customer10.png) no-repeat center;
}

.customer-img11 {
  background: url(../img/customer11.png) no-repeat center;
}

.customer-img12 {
  background: url(../img/customer12.png) no-repeat center;
}

.customer-img13 {
  background: url(../img/customer13.png) no-repeat center;
}

.customer-img14 {
  background: url(../img/customer14.png) no-repeat center;
}

.customer-img15 {
  background: url(../img/customer15.png) no-repeat center;
}

.customer-img16 {
  background: url(../img/customer16.png) no-repeat center;
}

.customer-img17 {
  background: url(../img/customer17.png) no-repeat center;
}

.customer-img18 {
  background: url(../img/customer18.png) no-repeat center;
}

.customer-img19 {
  background: url(../img/customer19.png) no-repeat center;
}

.customer-img20 {
  background: url(../img/customer20.png) no-repeat center;
}

.customer .customer-img,
.customer .customer-img2,
.customer .customer-img3,
.customer .customer-img4,
.customer .customer-img5,
.customer .customer-img6,
.customer .customer-img7,
.customer .customer-img8,
.customer .customer-img9,
.customer .customer-img10,
.customer .customer-img11,
.customer .customer-img12,
.customer .customer-img13,
.customer .customer-img14,
.customer .customer-img15 {
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .customer {
    padding-bottom: 15px;
  }

  .customer ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  
	.customer .customer-img,
	.customer .customer-img2,
	.customer .customer-img3,
	.customer .customer-img4,
	.customer .customer-img5,
	.customer .customer-img6,
	.customer .customer-img7,
	.customer .customer-img8,
	.customer .customer-img9,
	.customer .customer-img10,
	.customer .customer-img11,
	.customer .customer-img12,
	.customer .customer-img13,
	.customer .customer-img14,
	.customer .customer-img15 {
    border: 1px solid #ececec;
  }
}

@media (max-width: 600px) {
  .customer ul li {
    width: 100%;
  }
}
/* end customer */