
.section {
  position: relative;
}

.section-service .nav-tabs {
  border-bottom-color: transparent;
}
.section-service .nav-tabs > .nav-item {
  margin-right: 30px;
}
.section-service .nav-tabs > .nav-item > .nav-link {
  padding: 0;
  margin: 0;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 24px;
  line-height: inherit;
  color: #696c6b;
}
.section-service .nav-tabs > .nav-item.active:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -5px;
  border-bottom: 6px solid #649F76;
}
.section-service .nav-tabs > .nav-item.active > .nav-link {
  color: #2A2E2C;
}
.section-service .carousel .carousel-inner {
  overflow: inherit;
}
.section-service .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -20px;
}
.section-service .carousel .carousel-indicators > li {
  margin: 0 5px;
  width: 36px;
  height: 6px;
  background-color: #E6F4E3;
  border: 0;
  border-radius: 0;
}

.section-service .card-group .card {
  padding: 5px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.section-service .card-group .card .card-icon {
  height: 100%;
  margin-bottom: 10px;
}
.section-service .card-group .card .card-divider {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 15px;
  border: 0;
}

.section-service .card-group .card .card-title {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow:ellipsis;
}
.section-service .card-group .card .card-title > small {
  display: block;
  margin-top: 15px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.section-service .card-group .card .card-extra {
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 25px;
}
.section-service .card-group .card .card-extra > li > a {
  display: block;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.section-service .card-group .card .card-extra > li > a:hover {
  color: #0B7C2E;
}


.section .section-title {
  font-weight: normal;
}
 .nav-tabs > .nav-item > .nav-link {
  font-weight: normal;
}


.featurette-service .carousel-control{
  background-image: none;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featurette-service .carousel-control.left {
  left: -10%;
}
.featurette-service .carousel-control.right {
  right: -10%;
}


.item_icon{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}
.item_icon img{
	max-width: 100%;
  top: 0;
  left: 0;
}
.card-title {
  font-size: 18px;
  text-align:center;
}