.bravo-news {
  padding-bottom: 100px;
}
.bravo-news a {
  text-decoration: none;
}
.bravo-news h2.title, .bravo-news h4.post-title, .bravo-news h3.post-title {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
  color: var(--bodyColorFrontSecondary);
  font-size: 28px;
}
.bravo-news .bravo_content {
  padding: 30px 0;
}
.bravo-news .bravo_banner {
  background-color: var(--bodyColorFrontSecondary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.bravo-news .bravo_banner h1 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
.bravo-news .list-news {
  margin: 0 0 30px;
}
.bravo-news .list-news .post-header {
  margin-bottom: 15px;
}
.bravo-news .article {
  margin-bottom: 40px;
}
.bravo-news .article h2.title, .bravo-news .article h4.post-title, .bravo-news .article h3.post-title {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
  color: var(--bodyColorFrontSecondary);
  font-size: 28px;
}
.bravo-news .article .post-header {
  max-height: 350px;
  overflow: hidden;
}
.bravo-news .author-info {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #D7DCE3;
  border-radius: 3px;
}
.bravo-news .author-info .media {
  display: flex;
  align-items: center;
}
.bravo-news .author-info .media .avatar {
  border-radius: 100px;
  margin-right: 20px;
}
.bravo-news .space-between {
  justify-content: space-between;
  -webkit-box-pack: justify;
  display: -webkit-box;
  margin: 30px 0;
}
.bravo-news .space-between .tags .tag-item {
  color: var(--bodyColorFrontSecondary);
  font-size: 11px;
  padding: 8px 20px;
  background: #F7F6F6;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.bravo-news .space-between .share {
  font-size: 14px;
  color: var(--bodyColorFrontSecondary);
}
.bravo-news .space-between .share .share-item {
  margin-left: 8px;
  margin-right: 8px;
  color: #5E6D77;
}
.bravo-news .post-content {
  color: #5E6D77;
  font-size: 15px;
}
.bravo-news .post-content img {
  max-width: 100%;
  height: auto !important;
}
.bravo-news .header {
  position: relative;
}
.bravo-news .header img {
  max-width: 100%;
  height: auto;
  width: 780px;
}
.bravo-news .header .cate {
  position: absolute;
  top: 30px;
  left: 30px;
  overflow: hidden;
}
.bravo-news .header .cate ul {
  padding: 0;
  margin: 0;
}
.bravo-news .header .cate ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background: #00b4b3;
  margin-bottom: 5px;
}
.bravo-news .header .cate ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.bravo-news .widget_search form {
  display: flex;
}
.bravo-news .widget_search form input[type=text] {
  height: 40px;
  font-size: 14px;
  color: #5E6D77;
  font-style: italic;
  border-radius: 3px 0 0 3px;
  border: 1px solid #004862;
}
.bravo-news .widget_search form button {
  height: 40px;
  background: #004862;
  border-radius: 0 3px 3px 0;
  border: none;
  width: 40px;
  text-align: center;
}
.bravo-news .widget_search form .icon_search {
  background-image: url(/images/search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.bravo-news .sidebar-widget {
  margin-bottom: 30px;
  /*margin-top: 30px;*/
}
.bravo-news .sidebar-widget .sidebar-title {
  position: relative;
}
.bravo-news .sidebar-widget .sidebar-title h4, .bravo-news .sidebar-widget .sidebar-title h2 {
  font-size: 16px;
  color: var(--bodyColorFrontSecondary);
  font-weight: 500;
  background-color: var(--bodyBackgroundFront);
  position: relative;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 0;
}
.bravo-news .sidebar-widget .sidebar-title:after {
  content: "";
  height: 1px;
  background: var(--borderColor);
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  margin-top: 0px;
}
.bravo-news .widget_category .title h4 {
  font-size: 16px;
  color: var(--bodyColorFrontSecondary);
  font-weight: 500;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  margin: 0;
  padding-bottom: 20px;
}
.bravo-news .widget_category ul {
  padding: 0;
  margin: 0;
}
.bravo-news .widget_category ul li {
  margin-bottom: 20px;
  list-style: none;
}
.bravo-news .widget_category ul li span {
  height: 6px;
  width: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 50%;
  margin-right: 15px;
  background: #00b4b3;
}
.bravo-news .widget_category ul li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bodyColorFrontSecondary);
}
.bravo-news .widget_bloglist ul {
  padding: 0;
  margin: 0;
}
.bravo-news .widget_bloglist ul li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
.bravo-news .widget_bloglist ul li .thumb img {
  border-radius: 3px;
  margin-right: 15px;
  max-width: 100px;
}
.bravo-news .widget_bloglist ul li .content .cate {
  text-transform: uppercase;
}
.bravo-news .widget_bloglist ul li .content .cate a {
  font-size: 12px;
  font-weight: 600;
}
.bravo-news .widget_bloglist ul li .content .thumb-list-item-title {
  font-weight: 500;
  font-size: 14px;
}
.bravo-news .widget_bloglist ul li .content .thumb-list-item-title a {
  color: var(--bodyColorFrontSecondary);
  line-height: 24px;
  font-size: 15px;
}
.bravo-news .widget_tag_cloud .tagcloud a {
  font-size: 11px !important;
  color: var(--bodyColorFrontSecondary) !important;
  font-weight: 500;
  background: #F7F6F6 !important;
  border-radius: 3px;
  padding: 9px 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.bravo-news .text-darken {
  color: var(--bodyColorFrontSecondary);
}
.bravo-news .post_item {
  margin-bottom: 40px;
}
.bravo-news .post-info {
  margin-bottom: 20px;
}
.bravo-news .post-info ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.bravo-news .post-info ul li {
  list-style: none;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #5E6D77;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
}
.bravo-news .post-info ul li a {
  text-decoration: none;
  color: var(--bodyColorFrontSecondary);
}
.bravo-news .post-info ul li span {
  margin-right: 5px;
}
.bravo-news .post-info ul li img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.bravo-news .post-info ul li .avatar-text {
  background: #004862;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  top: -2px;
  margin-right: 5px;
  position: relative;
  color: #fff;
}
.bravo-news .post-info ul li:not(:last-child):after {
  content: "";
  height: 6px;
  width: 6px;
  background: #EEEEEE;
  margin-left: 12px;
  border-radius: 50%;
}
.bravo-news .post-desciption {
  color: var(--bodyColorFrontSecondary);
}
.bravo-news .btn-readmore {
  font-size: 14px;
  color: #00b4b3;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.bravo-news .header img {
  width: 780px;
}
.bravo-news .g-gallery {
  margin: 10px 0;
  position: relative;
  min-height: 75px;
}
.bravo-news .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
  left: 30px;
}
.bravo-news .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
  content: "";
  background: url(/images/ico_pre.svg?1f22e6895c2248d54a18cb5c5836c1de);
}
.bravo-news .g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
  right: 30px;
}
.bravo-news .g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
  content: "";
  background: url(/images/ico_next.svg?83040587782b157af640fadcdd8f9206);
}
.bravo-news .g-gallery .fotorama .fotorama__arr {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: none;
  background-color: rgba(26, 43, 72, 0.6);
}
.bravo-news .g-gallery .fotorama .fotorama__arr:after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 7px;
  width: 24px;
  height: 24px;
}
.bravo-news .g-gallery .fotorama .fotorama__fullscreen-icon {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 30px;
  right: 30px;
  background: none;
}
.bravo-news .g-gallery .fotorama .fotorama__fullscreen-icon:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/images/ico_full_3.svg?52aee4c184c2b02bc0639c7059375501);
  left: 50%;
  margin-left: -11px;
  top: 7px;
  z-index: 1;
}
.bravo-news .g-gallery .fotorama .fotorama__fullscreen-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 43, 72, 0.5);
  border-radius: 3px;
}
.bravo-news .g-gallery .social {
  position: absolute;
  right: 30px;
  top: 30px;
}
.bravo-news .g-gallery .social .social-share {
  display: inline-flex;
}
.bravo-news .g-gallery .social .social-share:hover .share-wrapper {
  visibility: visible;
  opacity: 1;
}
.bravo-news .g-gallery .social .social-share a {
  text-decoration: none;
}
.bravo-news .g-gallery .social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-right: 10px;
}
.bravo-news .g-gallery .social .social-share .share-wrapper {
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding-top: 5px;
  transition: all 0.3s;
}
.bravo-news .g-gallery .social .social-share .share-wrapper li {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.bravo-news .g-gallery .social .social-share .share-wrapper li a {
  color: #004862;
}
.bravo-news .g-gallery .social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.bravo-news .g-gallery .social .service-wishlist.active .fa:before {
  content: "\f004";
}
