/* BEGIN b-card-39 */

.b-card-39 {

  position: relative;

  padding: 20px;

  box-shadow: 1px 1px 5px #bbbbbb3d;

}

.b-card-39::after {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(204, 204, 204, 0.1));

}

.b-card-39 .b_title {

  color: #333;

  font-size: 18px;

  margin: 0px 0 15px;

  text-transform: uppercase;

  font-weight: 500;

  -webkit-transition: 0.3s color ease-in-out;

  -o-transition: 0.3s color ease-in-out;

  transition: 0.3s color ease-in-out;

}

.b-card-39 .b_title:hover {

  color: #f60;

}

.b-card-39 .b_desc {

  color: #444;

  font-size: 15px;

  text-align: justify;

  margin-bottom: 20px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}

.b-card-39 .b_list {

  margin: 0 0 15px 20px;

}

.b-card-39 .b_list li {

  display: inline-block;

  margin-bottom: 5px;

  width: calc(100% / 2 - 5px);

}

.b-card-39 .b_list li a {

  color: #666;

  -webkit-transition: color 0.25s ease-in-out;

  -o-transition: color 0.25s ease-in-out;

  transition: color 0.25s ease-in-out;

}

.b-card-39 .b_list li a::before {

  content: '\f105';

  font-family: FontAwesome;

  color: #999;

  padding-right: 5px;

}

.b-card-39 .b_list li a:hover {

  color: #f60;

}

.b-card-19 .b_content{



}

.b-card-39 .b_icon {

  display: -webkit-flex;

  display: flex;

  -webkit-align-items: center;

  align-items: center;

}

.b-card-39 .b_icon span:first-child {

  color: #fff;

  background-color: #005abc;

  -webkit-transition: background-color 0.5s ease-in-out;

  -o-transition: background-color 0.5s ease-in-out;

  transition: background-color 0.5s ease-in-out;

}

.b-card-39 .b_icon span:last-child {

  color: #999;

  font-size: 13px;

  font-style: italic;

  margin-left: 10px;

  -webkit-transition: color 0.5s ease-in-out;

  -o-transition: color 0.5s ease-in-out;

  transition: color 0.5s ease-in-out;

}

.b-card-39 .b_icon:hover span:first-child {

  background-color: #f60;

}

.b-card-39 .b_icon:hover span:last-child {

  color: #f60;

}

/* END b-card-39 */



/* BEGIN s-home-33 */

.s-home-33 {

  padding: 30px 0;

}

.s-home-33 .s_title{

  text-align: center;

  font-size: 24px;

  font-weight: 500;

  opacity: .9;

  color: #fff;

}

.s-home-33 .s_group{

  margin-top: 25px;

  background: rgba(255,255,255,.85);

  border-radius: 5px;

  padding: 30px 30px 10px;

}

/* END s-home-33 */



/* BEGIN b-card-27 */

.b-card-27 {

  display: block;

  position: relative;

  margin-bottom: 20px;

  height: calc(100% - 20px);

}

.b-card-27 .b_thumb img {

  -webkit-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}

.b-card-27 .b_content {

  color: #fff;

  width: 100%;

  height: 100%;

  padding: 50px 50px 20px 20px;

  background-color: rgba(0, 0, 0, 0.68);

  position: absolute;

  top: 0;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.b-card-27 .b_title {

  font-size: 26px;

  line-height: 1.167em;

  font-weight: 500;

  margin-bottom: 30px;

  color: #fff;

  position: relative;

}

.b-card-27 .b_title::before, .b-card-27 .b_title::after {

  content: '';

  width: 10px;

  height: 2px;

  position: absolute;

  bottom: -15px;

}

.b-card-27 .b_title::before {

  background-color: #f60;

}

.b-card-27 .b_title::after {

  background-color: #005abc;

  left: 15px;

}

.b-card-27 .b_desc {

  color: #bac0c9;

  font-size: 14px;

  line-height: 1.667em;

  margin-bottom: 15px;

}

.b-card-27 .b_icon {

  position: absolute;

  right: 20px;

  bottom: 20px;

}

.b-card-27 .b_icon i {

  font-size: 30px;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}

.b-card-27:hover .b_thumb img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.b-card-27:hover .b_content {

  background-color: rgba(0, 90, 188, 0.7);

}

.b-card-27:hover .b_icon i {

  font-size: 40px;

  color: #f60;

}

/* END b-card-27 */

@media screen and (max-width: 767px) {

  .b-card-39 {

    padding: 20px;

  }

  .s-home-33 .s_title {

    font-size: 20px;

  }

  .s-home-33 .s_group {

    margin-top: 20px;

    padding: 20px 20px 0px;

  }

  .b-card-27 .b_title {

    font-size: 22px;

  }

}

@media screen and (max-width: 575px) {

  .b-card-39 .b_list li {

    width: 100%;

  }

  .b-card-27 .b_icon i {

    font-size: 26px;

  }

}

@media(max-width: 479px){

  .s-home-33 .s_title {

    font-size: 18px;

  }

  .b-card-27 .b_content {

    padding: 30px 40px 20px 20px;

  }

  .b-card-27 .b_icon {

    right: 15px;

    bottom: 15px;

  }

  .b-card-27 .b_title {

    font-size: 20px;

  }

  .s-home-33 .s_group {

    padding: 10px 10px 0px;

  }

  .b-card-27 {

    margin-bottom: 10px;

    height: calc(100% - 10px);

  }

}

@media(max-width: 375px){

  .b-card-27 .b_title {

    font-size: 18px;

  }

  .b-card-27 .b_content {

    padding: 20px 30px 20px 20px;

  }

  .b-card-27 .b_icon i {

    font-size: 20px;

  }

  .b-card-27 .b_icon {

    right: 10px;

    bottom: 10px;

  }

}