/*====================================================
      9. pulse.
  ====================================================*/

  /*====================================================
    3. MAIN SLIDER. 
  ====================================================*/
  .slider-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    text-align: left;
    width: 100%;
  }

  .slider-caption .subtitle {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .slider-caption .title {
    font-size: 3.5rem;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #FFF;
	font-weight:bold;
    letter-spacing: 3px;
  }

  .slider-caption .btn {
    border: 1px solid #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
  }

  .slider-caption .btn:hover {
    background: #fff;
    color: #000;
  }

  .hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
  }

  .hero-slider .flickity-prev-next-button:hover {
    background: transparent;
  }

  .hero-slider .flickity-prev-next-button .arrow {
    fill: white;
  }

  .hero-slider .flickity-page-dots {
    bottom: 30px;
  }

  .hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
  }

  .hero-slider .flickity-page-dots .dot.is-selected {
    background: #0b6f13;
    border: 0 solid #0b6f13;
  }

  .dot-hide .flickity-page-dots .dot {
    display: none;
  }

  .color-text {
    color: #0b6f13;
  }

.pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0b6f13;
  width: 70px;
  height: 70px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  font-size: 30px;
  transform: translate(-50%, -50%);
  padding-left: 4px;
}

.pulse::before,
.pulse::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #0b6f13;
  top: -15px;
  right: -15px;
  left: -15px;
  bottom: -15px;
  animation: pulse 1.5s linear infinite;
}

.pulse::after {
  animation-delay: .5s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
.section-title{font-size:3rem; font-weight:bold; color:#1c814a;}
.card-sub-title{
	font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
}
.section-quality .card-text.card-sub-title{padding:0 1rem;}
.card-quality .card{border:0; border-left:1px solid #cccccc;}
.card-quality:first-child .card{border:0;}

.section-company .list-infor li {
    font-weight: 500;
    color: #545454;
}

@media(min-width:992px){
	.swiper_pro_quality .swiper-slide .card-quality .card{border:0; border-left:1px solid #cccccc;}
	.swiper_pro_quality .swiper-slide:first-child .card-quality .card{border:0;}
}

.section-text-white .section-title{color:#fff;}
.section-research-criteria .card-sub-title{color:#fff; font-weight:700;font-size: 1.5rem;}

.section-group-product .container{
	border-top:2px solid #cccccc;
	padding-top: 3rem;
	margin-top: 3rem;
}
.section-group-product:first-child .container{
	padding-top:0;
	border-top:0;
	margin-top: 0;
}
.section-group-product .card-sub-title{
	font-weight:bold;
}

.section-slider-pro-cate .swiper-button-next:after,.section-slider-pro-cate  .swiper-button-prev:after{
	font-size:3rem;
}
.section-slider-pro-cate .swiper-button-next, .section-slider-pro-cate .swiper-button-prev {
    background: transparent;
    box-shadow: none;
    width: 70px;
    height: 70px;
    color: #ffffff;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	-moz-text-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
.line{
	width:500px;
	max-width:100%;
	height:3px;
	background:	#138000;
}
.bg-grey {
    background: #f4f4f4;
}
@media(max-width:1200px){
	.card-sub-title {
		font-size: 1rem;
	}
}
@media(max-width:992px){
	 .slider-caption .title {
		font-size: 3rem;
	}
	.section-title{font-size:2rem;}
	.card-quality .card .card-img-top{max-width:250px; margin:0 auto;}
}

@media(max-width:768px){
	.section-research-criteria .card-sub-title{font-size:1rem;}
	.card-quality .card .card-img-top{max-width:193px; margin:0 auto;}
}

@media(max-width:576px){
	.card-quality .card .card-img-top{max-width:150px; margin:0 auto;}
}