.header-content {
  text-align: center;
  background-image: url("../images/example_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.example {
  margin: 30px 0; }
  .example .item-example {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    margin-bottom: 15px; }
  .example .image-example {
    padding: 0; }
    .example .image-example img {
      width: 100%;
      height: auto; }
  .example .info-example {
    position: relative; }
  .example .price-block {
    position: absolute;
    height: 360px;
    background-color: #fff;
    width: 250px;
    top: 20px;
    right: 20px; }
    .example .price-block .price-example {
      background-color: #FFE57A;
      font-size: 30px;
      padding: 10px 20px; }
    .example .price-block .old-price-example {
      display: inline-block;
      color: #C01324;
      font-size: 20px;
      text-decoration: line-through;
      vertical-align: top; }
  .example .property-example {
    margin-right: 270px; }
    .example .property-example h3 {
      border-bottom: 1px solid #afafaf;
      padding-bottom: 15px;
      padding-top: 10px; }
  .example .image-plan-example {
    text-align: center; }
    .example .image-plan-example img {
      width: 70%; }
  .example .list-property {
    height: 270px; }
    .example .list-property ul {
      padding: 10px 0 10px 10px;
      list-style: none; }
      .example .list-property ul li {
        padding: 2px 0; }
        .example .list-property ul li i {
          margin-right: 8px;
          color: #afafaf; }
  .example .date-example {
    padding: 10px;
    font-size: 12px;
    text-align: center; }
  .example .option-example {
    margin-top: 15px;
    margin-left: 15px; }
    .example .option-example p {
      font-size: 16px;
      padding-right: 10px; }
    .example .option-example i {
      color: #0077b3; }
  .example .calculate-example {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0077b3;
    text-align: center; }
    .example .calculate-example a {
      position: relative;
      display: inline-block;
      padding: 11px;
      color: #fff;
      text-decoration: none;
      margin: 0 3px;
      transition: background-color 0.3s; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1; }
