/* @import url(family.css); */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
}

div.content {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}

header .navbar {
  padding-left: 50px;
  padding-right: 50px;
}

header .navbar-default {
  background: none;
  border: none;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 50px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}

header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}

header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
}

header .navbar-default.scrolled ul.navbar-nav {
  padding: 10px 50px;
}

.scrollpoint {
  opacity: 0;
}

.scrollpoint.active {
  opacity: 1 \0;
}

.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.section-heading {
  margin-top: 156px;
  text-align: left;
}

.section-heading h1 {
  font-size: 76px;
  font-weight: 400;
  line-height: 93px;
  color: rgba(59, 59, 59, 1);
}

.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}

.section-heading .divider:after {
  content: '';
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}

.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}

.section-heading.inverse .divider:after {
  background: #ffffff;
}

section#about {
  position: relative;
}

section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

section#about .about-item h2 {
  color: #fff;
}

section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}

section#features .media > .pull-right {
  margin-left: 20px;
}

.media {
  display: flex;
  align-items: center;

  .contact_img_icon {
    width: 30px;
    margin-right: 10px;
  }
}

section#features .card {
  overflow: hidden;
  min-height: 200px;
}

section#features .card .card-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 80px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

section#features .card .card-container .card-item {
  width: 32%;
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 40px 60px;
  background-color: #fff;
  transition: all 0.4s;
  font-size: 18px;
  color: #000;
}

section#features .card .card-container .card-item:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
  transform: scale(1.02);
}

section#features .card .card-container .card-item .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}

section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}

section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}

section#features .media .media-body {
  color: #999999;
}

section#features .media.media-left .media-body {
  text-align: right;
}

section#features .media.feature {
  margin-top: 25px;
}

section#features .media.feature:first-child {
  margin-top: 0;
}

section#features img {
  margin: 0 auto 20px;
}


/* support section */
#support {
  position: relative;
}
section#support {
  padding: 0 0 150px 0;
}

section#support .media {
  margin-bottom: 10px;
}

section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}

section#support .media .media-heading {
  padding-top: 5px;
  font-weight: 300;
}

section#support .media .media-heading a {
  font-weight: 400;
}


section {
  position: relative;
  padding-bottom: 90px;
}

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}

.btn.btn-primary {
  width: 175px;
  height: 57px;
  margin-top: 55px;
  background: rgba(233, 223, 172, 1) !important;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  line-height: 57px;
  color: rgba(0, 0, 0, 1);
}

.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em; */
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #cfcfcf;
  border: none;
  border-bottom: 2px solid #cccccc;
  font-weight: 300;
}

form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  .contact-details {
    margin-top: 20px;
  }

  header .navbar-default {
    padding: 20px;
  }

  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }

  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }

  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }

  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }

  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }

  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }

  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }

  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }

  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

header {
  background: url('../img/bg.png') no-repeat;
}

header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
  line-height: 40px;
}

header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* header .navbar-default.scrolled {
  border-bottom: 3px solid #336799;
} */

header .navbar-default.scrolled ul.navbar-nav li a {
  color: rgba(51, 51, 51, 1);
}

header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: rgba(51, 51, 51, 1);
}

header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: rgba(51, 51, 51, 1);
}

header .navbar-default.scrolled .navbar-brand {
  background: rgba(51, 51, 51, 1);
}

.tp-banner-container {
  min-height: 1080px;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 13%;
  background: url('../img/bg.png') no-repeat;
}
.tp-banner-container .logo {
  width: 340px;
  height: 265px;
  margin-bottom: 54px;
  background: url('../img/bg12.png') no-repeat;
}

.tp-banner-container .logo:hover {
  background: url('../img/bg11.png') no-repeat;
}

.tp-banner-container .lead {
  font-size: 3rem;
}

.tp-banner-container h1 {
  word-wrap: break-word;
  /* text-transform: uppercase; */
  font-weight: 700;
  font-weight: 300;
  font-size: 5.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}




/* abouts */
section#abouts {
  position: relative;
  background: rgba(245, 245, 245, 1);
  width: 100%;
  height: 1882px;
  padding-top: 50px;
}
.item-left {
  position: absolute;
  left: 2.72vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(63vw - 2vw);
}
.content {
  position: absolute;
  top: 50%;
  left: 11.25vw;
  transform: translateY(-50%);
}
.abouts-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abouts-title {
  font-size: 76px;
  line-height: 93px;
  color: rgba(59, 59, 59, 1);
}
.abouts-subtitle {
  font-size: 22px;
  line-height: 25px;
  color: rgba(179, 127, 7, 1);
}
.abouts-desc {
  width: 32.76vw;
  font-size: 24px;
  line-height: 34px;
  color: rgba(127, 127, 127, 1);
  margin-top: 42px;
}
.abouts-btn {
  display: inline-block;
  margin-top: 42px;
  width: 201px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  background: rgba(233, 223, 172, 1);
}
.content a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.item-right {
  position: absolute;
  right: 1.72vw;
  width: calc(49.5vw - 1.72vw);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.item-bottom {
  position: absolute;
  left: 2.72vw;
  top: 49vw;
  width: 94.56vw;
  height: 875px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/3.png') no-repeat;
}
.item-border{
  border: 0.5px solid #e5e5e5;
  padding: 0 47px;
  box-sizing: border-box;
  min-height:526px;
  border-radius: 10px;
  display:flex;
  align-items: center;
  width: 32%;
}

.item-border:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.color-yellow {
  color: rgba(179, 127, 7, 1);
}
.item-content {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.item-content h3 {
  margin-top: 44px;
  font-size: 40px;
  line-height: 58px;
}
.item-content p {
  font-size: 24px;
  line-height: 40px;
}

.wrapper {
    background: rgba(245, 245, 245, 1);
}

/* sonicmobi */
#sonicmobi {
  position: relative;
  min-height: 1152px;
  width: 94.55vw;
  background: #fff;
  margin-left: 2.72vw;
}
.sonicmobi-img {
  padding-top: 120px;
}
.sonicmobi-img-two {
  position: absolute;
  top: 23vw;
  left: 36.5vw;
  width: 51.6vw;
}
.sonicmobi-title {
  padding-top: 120px;
  font-size: 70px;
  line-height: 80px;
  color: rgba(59, 59, 59, 1);
}

.sonicmobi-desc {
  margin-top: 24px;
  font-size: 22px;
  line-height: 30px;
  color: rgba(127, 127, 127, 1);
}

.arrow-left {
  margin-top: 47px;
  margin-right: 18px;
}
.arrow-right-color {
  margin-top: 47px;
}

/*contact */
.contact-image {
  margin-top: 120px;
}
.contact-content {
  margin-left: 79px;
}
.medias {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 48px;
}

/* .medias .media:nth-child(2) {
  margin-left: 38px;
} */
/* .medias .media:nth-child(3) {
  margin-top: 38px;
} */

.footer-text {
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
    color: rgba(127, 127, 127, 1);
}

.form-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-group:nth-child(1),
.form-group:nth-child(2) {
  width: 45%;
}
.form-group:nth-child(3) {
  width: 100%;
}

.navbar-toggle {
  background-color: #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
}

.btn:focus {
  outline: none;
}


form .form-control:focus {
  border-color: #999999;
  color: #999999;
}

.arrow-box {
  cursor: pointer;
  position: fixed;
  bottom: -100px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 4px;
  color: #ffffff;
  position: fixed;
  transition: all 1s;
  z-index: 2;

  img {
    width: 40%;
  }

  &:hover {
    background-color: #61c3c7;
    transition: all 0s;
  }
}

/* 中屏幕 */
@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .abouts-title {
    font-size: 50px;
    line-height: 70px;
  }
  .abouts-subtitle {
    font-size: 18px;
    line-height: 35px;
  }
  .abouts-desc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 21px;
  }
  .abouts-btn {
    margin-top: 21px;
    text-align: center;
    font-size: 14px;
  }

  .sonicmobi-img {
    padding-top: 60px;
  }

  .sonicmobi-title {
    padding-top: 60px;
    font-size: 50px;
    line-height: 70px;
    color: rgba(59, 59, 59, 1);
  }

  .sonicmobi-desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 34px;
    color: rgba(127, 127, 127, 1);
  }

}

/* 小屏幕 */
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .abouts-title {
    font-size: 50px;
    line-height: 70px;
  }
  .abouts-subtitle {
    font-size: 18px;
    line-height: 35px;
  }
  .abouts-desc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 21px;
  }
  .abouts-btn {
    margin-top: 21px;
    text-align: center;
    font-size: 14px;
  }
  .sonicmobi-title {
    font-size: 40px;
    line-height: 50px;
    color: rgba(59, 59, 59, 1);
  }
  .sonicmobi-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(127, 127, 127, 1);
  }
  /* abouts */
  section#abouts {
    height: 1654px;
  }

}

/* 移动端 */
@media screen and (max-width: 768px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }

  .contact-content {
    margin-left: 0;
  }
  .medias .media:nth-child(2) {
    margin-left: 0;
  }

  header .navbar-default .navbar-collapse {
    background: #999999;
  }

  header .navbar-default.scrolled {
    background: #fff;
  }

  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }

  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: rgba(51, 51, 51, 1);
  }

  .tp-banner-container {
    padding: 10px;
  }
  .section-heading h1 {
    font-size: 50px;
  }
  .medias {
    margin-top: 20px;
  }
  /* .medias .media:nth-child(3) {
    margin-top: 20px;
  } */
  .btn.btn-primary {
    margin-top: 20px;
  }

  .tp-banner-container h1 {
    font-size: 3rem;
  }
  .tp-banner-container .logo {
    margin-bottom: 20px;
  }

  .tp-banner-container .lead {
    font-size: 2rem;
    line-height: 1.8em;
  }
  .abouts-title,
  .sonicmobi-title {
    font-size: 50px;
    padding-top: 80px;
  }
  .tp-banner-container {
    min-height: 800px;
  }
  .content {
    position: static;
    transform:translateY(0)
  }
  .item-bottom,
  .item-left {
    position: static;
    width: 100%;
  }
  .abouts-desc {
    width: 100%;
    font-size: 22px;
  }
  .item-content {
    position: static;
    width: 100%;
    transform: translate(0)
  }
  .abouts-container {
    flex-wrap: wrap;
  }
  .item-border {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    min-height: 300px;
  }
  .item-content h3 {
    margin-top: 10px;
    font-size: 30px;
  }
  .form-group:nth-child(1), .form-group:nth-child(2) {
    width: 49%;
  }
  form .form-control {
    padding: 10px;
  }
  .hide-in-pc {
    display: none;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  section#abouts {
    height: 1754px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    section#abouts {
        height: 1684px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
    section#abouts {
        height: 1634px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    section#abouts {
        height: 1584px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    section#abouts {
        height: 1534px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    section#abouts {
        height: 1484px;
    }
}

.pre-loader {
  background: #999999;
}
