.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.masthead {
  height: 180px;
  background: url("../img/convenientService/masthead-bg.png") top center no-repeat;
}
.masthead .masthead-title {
  margin-left: 100px;
  margin-top: 50px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 10px;
}
.featurette-social-security {
  background-color: #f6f7f6;
}
.featurette-civil-administration {
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #f6f7f6;
}
.featurette-credit {
  padding-top: 20px;
  background-color: #fff;
}
.featurette-education {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}
.featurette-convenient {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f6f7f6;
}
.section {
  position: relative;
}
.section .section-title {
  float: left;
  margin-top: 0;
  margin-bottom: -1px;
  line-height: 70px;
  font-size: 24px;
  border-bottom: 4px solid #649F76;
  border-top: 4px solid transparent;
}
.section .section-header {
  border-bottom: 1px solid #CAD3CE;
  margin-bottom: 35px;
}
.section .section-header:before,
.section .section-header:after {
  display: table;
  content: "";
}
.section .section-header:after {
  clear: both;
}
.section-social-security .section-body {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.section-social-security .carousel {
  margin: -25px;
}
.section-social-security .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .section-social-security .carousel .carousel-indicators {
    margin-left: -45%;
  }
}
.section-social-security .carousel .carousel-indicators > li {
  margin: 0 5px;
  width: 12px;
  height: 6px;
  background-color: #E6F4E3;
  border: 0;
  border-radius: 100px;
}
.section-social-security .carousel .carousel-indicators > li.active {
  background-color: #61B091;
  width: 36px;
}
.section-social-security .carousel .carousel-inner .item {
  padding: 25px;
}
.section-social-security .cover {
  position: relative;
  z-index: 2;
  height: 330px;
  padding: 25px;
  background: url("../img/convenientService/section-social-security-cover-bg.png") center center no-repeat;
  background-size: cover;
}
.section-social-security .cover .cover-title {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 24px;
}
.section-social-security .cover .cover-icon {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.section-social-security .cover .cover-link {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
.section-social-security .card-group .card {
  position: relative;
  display: block;
  padding: 25px;
  margin: -1px;
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(220, 225, 225, 0.65);
  color: #333;
  text-decoration: none;
}
.section-social-security .card-group .card:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  color: #649f76;
}
.section-social-security .card-group .card .card-icon {
  width: 70px;
  height: 70px;
}
.section-social-security .card-group .card .card-title {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
.section-civil-administration .card-group {
  overflow: hidden;
}
.section-civil-administration .card-group .card {
  position: relative;
  display: block;
  padding: 35px 70px;
  margin: -1px;
  background-color: #fff;
  border: 1px solid rgba(220, 225, 225, 0.65);
  color: #333;
  text-decoration: none;
}
.section-civil-administration .card-group .card:before,
.section-civil-administration .card-group .card:after {
  display: table;
  content: "";
}
.section-civil-administration .card-group .card:after {
  clear: both;
}
.section-civil-administration .card-group .card:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  color: #649f76;
}
.section-civil-administration .card-group .card .card-icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 35px;
}
.section-civil-administration .card-group .card .card-title {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  white-space: nowrap;
}
.section-credit .cover {
  height: 335px;
  padding: 25px;
  background: url("../img/convenientService/section-credit-cover-bg.png") center center no-repeat;
  background-size: cover;
}
.section-credit .cover .cover-title {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 24px;
}
.section-credit .cover .cover-icon {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.section-credit .cover .cover-link {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
.section-credit .card-group {
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  background-color: #f6f7f6;
}
.section-credit .card-group .card {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px;
  background-color: #fff;
  text-align: center;
  color: #333;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.section-credit .card-group .card:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: #649f76;
}
.section-credit .card-group .card .card-title {
  font-size: 18px;
}
.section-education .carousel {
  margin: -25px;
}
.section-education .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 0px;
}
.section-education .carousel .carousel-indicators > li {
  margin: 0 5px;
  width: 12px;
  height: 6px;
  background-color: #E6F4E3;
  border: 0;
  border-radius: 100px;
}
.section-education .carousel .carousel-indicators > li.active {
  width: 36px;
  background-color: #61B091;
}
.section-education .carousel .carousel-inner .item {
  padding: 25px;
}
@media (min-width: 768px) {
  .section-education .card-group .card-item {
    width: 20%;
  }
}
.section-education .card-group .card {
  display: block;
  padding: 45px 0;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #333;
  text-decoration: none;
}
.section-education .card-group .card:hover {
  color: #649f76;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.section-education .card-group .card .card-icon {
  width: 60px;
  height: 60px;
}
.section-education .card-group .card .card-title {
  display: block;
  margin-top: 25px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-convenient .card-group .card-item {
    width: 20%;
  }
}
.section-convenient .card-group .card-item:nth-child(1) .card .card-cover {
  background-image: url("../img/convenientService/section-convenient-image-01.png");
}
.section-convenient .card-group .card-item:nth-child(2) .card .card-cover {
  background-image: url("../img/convenientService/section-convenient-image-02.png");
}
.section-convenient .card-group .card-item:nth-child(3) .card .card-cover {
  background-image: url("../img/convenientService/section-convenient-image-03.png");
}
.section-convenient .card-group .card-item:nth-child(4) .card .card-cover {
  background-image: url("../img/convenientService/section-convenient-image-04.png");
}
.section-convenient .card-group .card-item:nth-child(5) .card .card-cover {
  background-image: url("../img/convenientService/section-convenient-image-05.png");
}
.section-convenient .card-group .card {
  position: relative;
  display: block;
  padding: 110px 30px 50px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
.section-convenient .card-group .card:hover .card-cover {
  opacity: 0.65;
}
.section-convenient .card-group .card .card-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-convenient .card-group .card .card-icon {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.section-convenient .card-group .card .card-title {
  position: relative;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  z-index: 2;
}
@media (max-width: 767px) {
  .masthead {
    height: 180px;
    text-align: center;
  }
  .masthead .masthead-title {
    margin-left: 0;
  }
  .section-civil-administration .card-group .card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
