section.section_carousel .container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
}

body.PressContent section.section_contents.jumbotron .container .contentP {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container .contentP .subtitle {
  margin-top: 32px;
}

/* Update */

body.PressContent section.section_contents.jumbotron .container .contentP .subtitle h4 {
  margin-bottom: 17px;
}

/* Update */

.contentP {
  margin-top: 10px;
  margin-bottom: 17px;
  padding: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  word-break: break-word;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  z-index: 300;
}

.searchBtn {
  border: solid 1px #FF920B;
  border-radius: 2px;
  padding: 4px 25px;
  background-color: #FF920B;
  margin-left: 10px;
  color: white;
  transition: 0.5s;
}

.searchDDL {
  border: solid 1px #FF920B !important;
  background-color: white;
  border-radius: 3px !important;
}

.jslider .jslider-value {
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 4px 12px;
  position: absolute;
  top: -36px;
  left: 20%;
  background: #F2AE00;
  line-height: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: 14px;
  color: white;
}

.botton {
  text-align: center;
  font-size: 18px;
  border: 1px solid #BFBFC0;
  color: #525252;
  border-radius: 3px;
  padding: 10px 30px;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
}

.botton:hover {
  border: 1px solid #FF920B;
  background-color: #c67107;
  color: white;
}

