
.btn-special,
section.filter a {
  text-transform: uppercase;
  background-color: #026b9b;
  color: white;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.btn-special:hover,
section.filter a:hover {
  background-color: #025a82;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

.select2 {
  width: 100%;
}

.select2 .select2-selection--single {
  min-height: 40px;
  padding: 6px;
}

.select2 .select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px !important;
}

.section-footer-extra,
.section.section-footer {
  bottom: inherit;
}

section.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.banner h2 {
  color: #ffffff;
}

section.banner .overlay {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}

section.banner .text {
  position: relative;
  /*height: 100% !important;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
}

section.banner .banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px;
  padding-top: 80px;
  text-align: center;
  color: white;
  position: relative;
}
section.banner .banner-full{
  height: 480px;
  background-position-y: 30%;
  background-position-x: center;
}
section.filter p {
  padding-bottom: 20px;
}

section.filter .select2 {
  text-align: left;
}

section.list {
  background-color: #efefef;
}

section.list .result {
  background-color: white;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

section.list .bookmark {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 15px;
}

@media only screen and (max-width: 425px){
    .result ~ .btn {
        position: initial !important;
        width: 50%;
        margin: 0 auto;
        transform: translateX(50%) !important;
        margin-bottom: 30px !important;
    }
    .warp-result {
        background-color: white;
        margin: 0 -15px;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    section.list .result {
        margin-bottom: 10px;
    }
    section.banner .banner-full {
        padding: 20px;
    }
  section.banner{
    padding-top: 57px;
  }
  section.banner .col-sm-6 {
    padding: 0;
    height: 240px;
  }
  section.banner .text {
    /*height: 100% !important;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    padding: 0 15px;
  }
  select#filter ~ span {
    width: 100% !important;
  }
}