.widget-news .news_detail {
  padding: 60px;
  background-color: #f5f5f5;
}

.widget-news .news_detail h1 {
  margin-bottom: 60px;
  word-break: break-word;
  hyphens: auto;
}

.widget-news .news_detail > ul {
  list-style: none;
}

.widget-news .news_detail > ul li {
  position: relative;
  padding: 10px 0;
  margin-left: 15px;
  border-bottom: 1px dotted #7d7d7d;
}

.widget-news .news_detail > ul li:first-child {
  border-top: 1px dotted #7d7d7d;
}

.widget-news .news_detail > ul li:before {
  content: "\00BB";
  font-weight: bold;
  position: absolute;
  left: -12px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 53.5%;
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget-news .news_preview .news-title {
  font-weight: bold;
}

.custom-accordion-header h3 {
  margin-top: 1px;
}

.custom-accordion-header {
  padding: 17px 10px 17px 60px;
  background-color: #e9e6e3;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  position: relative;
  outline: none;
  line-height: 1;
}

.custom-accordion-header.ui-accordion-header-active {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.custom-accordion-header .custom-accordion-icon {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #e80026;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-accordion-header.ui-state-active .custom-accordion-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-accordion-header .news-title {
  color: #e80026;
  line-height:20px;
}

@media (max-width: 992px) {
  .custom-accordion-header .col {
    margin-bottom: 10px;
  }
  .custom-accordion-header .col:last-child {
    margin-bottom: 0;
  }
}

.custom-accordion-header .news-title h3 {
  line-height: 21px;
}

.custom-accordion-header .news-logo span {
  font-size: 12px;
  text-transform: uppercase;
  color: #e60028;
  display: inline-block;
}

.custom-accordion-header .news-logo .logo-small {
  width:120px;
}

.custom-accordion-header .news-logo span + span {
  font-size: 16px;
  text-transform: lowercase;
  color: #7d7d7d;
  display: inline-block;
}

.custom-accordion-header .news-country {
  word-break: break-word;
  hyphens: auto;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .custom-accordion-header .news-country {
    text-align: right;
  }
}

#sidebar_box {
  background-color: #f5f5f5;
  padding: 20px;
}

#sidebar_box h4:nth-of-type(3),
#sidebar_box h4:nth-of-type(4) {
  margin-bottom:0px;
}

#sidebar_box h4:first-child {
  color:#e60028;
}

#sidebar_box img {
  margin-bottom:30px;
}

#sidebar_box p:not(:first-child) a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar_box p:first-of-type a {
    height: auto;
    background-color: transparent;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    min-width: 150px;
    max-width: 290px;
    width: 100%;
    display: block;
    background: none;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    box-shadow: inset 0 0 0 2px #e60028;
    color: #e60028;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar_box p:first-of-type a:hover {
    color: white;
    background-color: #e60028;
}

@media (max-width: 767px) {
  .news_detail .flexslider .flex-direction-nav .flex-next {
    right: -50px !important;
    width: 50px;
  }
  .news_detail .flexslider .flex-direction-nav .flex-prev {
    left: -50px !important;
    width: 50px;
  }
  .news_detail .flexslider .flex-direction-nav .flex-next:before {
    right: 0 !important;
  }
  .news_detail .flexslider .flex-direction-nav .flex-prev:before {
    left: 0 !important;
  }
}

@media (min-width: 1430px) {
  #sidebar_box p:first-of-type a {
    height: 50px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  #sidebar_box p:first-of-type a {
    height: 50px;
    line-height: 42px;
  }
  #sidebar_box {
    margin-top: 50px;
  }
  #sidebar_box img {
    max-width:275px;
  }
}