#subheader {
  background: url(../images/background/bg-3.jpg)top fixed;
  padding-bottom: 70px;
  text-align: center;
}

#section-hero-2 {
  background: url(../images/background/bg-3.jpg) top fixed;
  height: 100vh !important;
  background-size: cover !important;
  overflow-y: hidden;
  display: flex;
  padding-top: 120px;
}

#section-hero-2 > div:first-child {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* media query */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-attachment: scroll !important;
  }
}

@media only screen and (max-width: 992px) {
  section {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-attachment: scroll !important;
  }
  #section-hero-2 {
	padding-top: 30px;
  }
}


.page_content_ul li {
  font-size: 20px;
  font-weight: 600;
  margin: 10px;
  color: white;
  list-style: none;
}

.page_content_ul .special_point{
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #ffd200;
}

.logo_image {
  width: 400px !important;
  height: 130px !important;
  left: -15%;
  position: absolute;
}