/* ---------------------------------------- */
header {
  border-bottom: none;
}

#main {
  padding-top: 0;
}

footer .supportedby {
  display: block;
}

/* ---------------------------------------- */
.xs-nav {
  text-align: center;
}

.xs-nav ul {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.xs-nav ul li {
  display: inline-block;
  margin: 0 15px;
}

.xs-nav ul li a {
  color: #415758;
  text-decoration: none;
}

.xs-nav .line {
  display: inline-block;
  width: 30px;
  background-color: #415758;
  height: 1px;
  line-height: 1px;
  margin-bottom: 20px;
}

/* ---------------------------------------- */
#intro {
  position: relative;
}

#intro .text p br {
  display: none;
}

@media screen and (max-width: 599px) {
  #intro .text {
    margin: 0 20px;
  }
  #intro .text h1 {
    text-align: center;
  }
  #intro .image {
    position: relative;
    width: 100%;
    height: 280px;
  }
  #intro .words {
    position: absolute;
    z-index: 2;
    top: 13%;
    width: 170px;
    margin-left: -75px;
    left: 50%;
  }
  #intro .words img {
    width: 100%;
    height: auto;
  }
  #intro .ph1 {
    position: absolute;
    z-index: 1;
    width: 53%;
    left: 0;
    top: 19%;
  }
  #intro .ph2 {
    position: absolute;
    width: 40%;
    top: 0;
    left: 60%;
    z-index: 1;
  }
  #intro .ph3 {
    position: absolute;
    width: 28%;
    top: 62%;
    left: 66%;
    z-index: 1;
  }
  #intro .bg1 {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #intro .text {
    position: relative;
    z-index: 2;
    margin-left: 50%;
    width: 45%;
    padding-top: 50px;
  }
  #intro img {
    position: relative;
    width: 100%;
    height: auto;
  }
  #intro .words {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 17%;
    width: 18%;
  }
  #intro .words img {
    width: 100%;
    height: auto;
  }
  #intro .ph1 {
    position: absolute;
    z-index: 2;
    top: 17.2%;
    left: 8%;
    width: 36%;
  }
  #intro .ph2 {
    margin-left: 50%;
    width: 25%;
    margin-left: 56%;
  }
  #intro .ph3 {
    position: absolute;
    z-index: 2;
    top: 67%;
    left: 29%;
    width: 22%;
  }
  #intro .bg1 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #intro .text p br {
    display: block;
  }
  #intro .bg1 {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 80px;
  }
}

/* ---------------------------------------- */
.service .ic,
.service h2,
.service .line {
  margin-bottom: 20px;
}

.service .text {
  overflow: hidden;
}

.service .text .screen {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .service .text {
    position: relative;
    margin: -30px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .service .text .pd {
    padding: 15px 30px 0 30px;
  }
}

@media screen and (min-width: 992px) {
  #shooting,
  #cooking,
  #video {
    position: relative;
  }
  #shooting .image,
  #cooking .image,
  #video .image {
    position: absolute;
    z-index: 1;
    width: 53%;
    margin-left: 47%;
  }
  #shooting .text,
  #cooking .text,
  #video .text {
    position: absolute;
    z-index: 2;
    top: -13%;
    width: 53%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #shooting .text .pd,
  #cooking .text .pd,
  #video .text .pd {
    padding: 0 50px 30px 80px;
  }
  #event,
  #business {
    position: relative;
  }
  #event .image,
  #business .image {
    position: absolute;
    z-index: 1;
    width: 53%;
    margin-right: 47%;
  }
  #event .text,
  #business .text {
    position: absolute;
    z-index: 2;
    top: -13%;
    right: 0;
    width: 53%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #event .text .pd,
  #business .text .pd {
    padding: 0 80px 30px 50px;
  }
}

.service .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  line-height: 1px;
  background-color: #415758;
}

/* ---------------------------------------- */
#visit {
  color: #fff;
  text-align: center;
  background-image: url(../img/bg_1.jpg);
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  #visit p br {
    display: none;
  }
}

#visit h3 {
  color: #fff;
}

/* ---------------------------------------- */
#image {
  position: relative;
  padding-bottom: 40px;
}

#image .swiper-slide img {
  width: 100%;
}

#image .swiper-pagination {
  bottom: 0px !important;
}

#image .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: solid 1px #415758;
  background-color: #fff;
  margin: 0 7px !important;
}

#image .swiper-pagination-bullet-active {
  background-color: #415758;
}
