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;
}
.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;
}

section.banner .col-sm-6 {
  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: 100px;
  text-align: center;
  color: white;
  position: relative;
}

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;
}

section.banner-top {
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  background-position: center;
  /*background-position: top center;*/
  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;
  text-align: center;
  position: relative;
}

section.banner-top .overlay {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

section.banner-top .text {
  position: relative;
  /*padding-top: 70px;*/
  padding: 70px 0;
  padding-bottom: 0;
}

section.banner-top .warp-share-save a {
  color: black;
  padding: 0 5px;
}

section.banner-top .warp-share-save a ion-icon {
  position: relative;
  top: 2px;
}

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

@media only screen and (min-width: 1920px){
    section.banner-top {
        height: 440px;
    }
}
@media only screen and (max-width: 425px){
    section.banner .banner-full {
        padding: 20px;
    }
    .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;
    }
}

