/**css tuy chinh rieng cho tung trang**/
.navbar.nav-style-02 {
  position:relative !important;
}
.navbar-area.nav-style-02 .utility-nav .navbar-collapse .navbar-nav li a {
  color:var(--main-color-one);
}
.navbar-area.nav-style-02 .utility-nav .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color:var(--main-color-one);
}
/*SSSS*/
.testimonial-area .section-title h3.title {
  text-align: center;
  margin-bottom: 70px;
  color: var(--main-color-one);
  font-weight: 600;
  font-size:32px;
}
.testimonial-area .owl-carousel .owl-item img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  margin-bottom:26px;
}
.testimonial-area .owl-item .content .author-meta h4.title {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-area .owl-item .content .author-meta .designation {
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonial-area .owl-item .content .short {
  font-size: 20px;
  text-align:justify;
}
.testimonial-area .owl-nav button {
  display:none;
}
.testimonial-area .owl-item .icon:before {
  content: "\f10e";
  font-family: "fontawesome";
  position: absolute;
  line-height: 24px;
  font-weight: 600;
  font-size: 34px;
  right: 44px;
  top: 12px;
  color: var(--main-color-two);
}
.single-testimonial-item-05 {
  padding:0px !important;
}
@media only screen and (max-width: 991px) {
  .testimonial-area {
    padding-top:80px !important;
  }
}
@media only screen and (max-width: 430px) {
  .testimonial-area .section-title h3.title {
    font-size:28px;
  }
}

@media only screen and (min-width: 1200px) {
  .owl-stage > div:nth-child(5) {
      color:unset;
  }
  .owl-stage > div:nth-child(5) .thumb img {
      display: block !important;
  }
  .owl-stage > div:nth-child(5) .icon:before {
      display: block !important;
  }
}
@media only screen and (min-width: 0px) {
  .owl-stage > div:nth-child(3) {
      color:unset;
  }
  .owl-stage > div:nth-child(3) .thumb img {
      display: block !important;
  }
  .owl-stage > div:nth-child(3) .icon:before {
      display: block !important;
  }
}
@media only screen and (min-width: 766px) and (max-width: 1199px) {
  .owl-stage > div:nth-child(3) {
    margin-left:167px;
  }
}
.owl-item {
     color: transparent;
}
.owl-item .thumb img {
    display: none !important;
}
.owl-item .icon:before {
    display: none;
}