.opinion .title-section {
  margin-bottom: 30px;
}
.opinion .title-section h1 {
  color: #222222;
  font-size: 15px;
  
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.opinion .title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.opinion .title-section h1 span.world {
  border-bottom: 1px solid #33a3f1;
}
.opinion .title-section h1 span.fashion {
  border-bottom: 1px solid #aa35d6;
}
.opinion .title-section h1 span.travel {
  border-bottom: 1px solid #f58021;
}
.opinion .title-section h1 span.sport {
  border-bottom: 1px solid #4c60f6;
}
.opinion .title-section h1 span.food {
  border-bottom: 1px solid #32b47b;
}
/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
.opinion .owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.opinion .owl-carousel {
  width: auto;
}
.opinion .owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 12px;
}
.opinion .owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.opinion .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.opinion .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.opinion .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.opinion .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
.opinion .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}