body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  font-weight: 400;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  overflow-x: hidden;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}

.hide {
  display: none !important;
}

.hidden-y {
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.outer {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}

.menu {
  position: fixed;
  right: 0;
  z-index: 101;
  top: 12px;
  right: 25px;
}
@media (min-width: 992px) {
  .menu {
    top: 0;
    right: 80px;
  }
}
.menu > li.active > a span {
  background-color: #fff;
}
.menu > li.active > a span:nth-child(1) {
  -moz-transform: rotate(45deg) translate(9px, 7px);
  -ms-transform: rotate(45deg) translate(9px, 7px);
  -webkit-transform: rotate(45deg) translate(9px, 7px);
  transform: rotate(45deg) translate(9px, 7px);
}
.menu > li.active > a span:nth-child(2) {
  display: none;
}
.menu > li.active > a span:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(-6px, 7px);
  -ms-transform: rotate(-45deg) translate(-6px, 7px);
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
}
.menu > li.active ul {
  display: block;
}
.menu > li > a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .menu > li > a {
    display: none;
  }
}
.menu > li > a span {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #0081bf;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s;
}
.menu > li > a span:nth-child(2) {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.menu > li > a span:nth-child(3) {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.menu > li > ul {
  display: none;
  position: fixed;
  text-align: left;
  top: 85px;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .menu > li > ul {
    width: 50%;
    left: initial;
    right: 0;
  }
}
@media (min-width: 992px) {
  .menu > li > ul {
    display: block;
    position: initial;
    text-align: center;
    top: initial;
    width: auto;
    left: initial;
  }
}
@media (min-width: 992px) {
  .menu > li > ul > li {
    display: inline-block;
  }
}
.menu > li > ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 66px;
  font-size: 1.8rem;
  font-weight: bold;
}
.menu > li > ul > li > a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu > li > ul > li > a {
    color: #646c70;
    font-size: 16px;
    font-weight: normal;
    padding: 38px 22px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu > li > ul > li > a:hover {
    color: #0081bf;
  }
}

.menu-mask {
  width: 0;
  opacity: 0;
  position: fixed;
  background-color: #0081bf;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-mask.active {
  width: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  .menu-mask.active {
    width: 50%;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 129, 191, 0.2);
  padding: 0 35px;
  z-index: 2;
  height: 60px;
}
@media (min-width: 992px) {
  .navbar {
    height: 100px;
    padding: 0 5%;
  }
}

.navbar-light .navbar-brand {
  width: 150px;
}
@media (min-width: 992px) {
  .navbar-light .navbar-brand {
    width: 200px;
  }
}

.bg {
  background-color: #0081bf;
}

.text-01 {
  font-size: 2.2rem;
  color: #474d50;
  line-height: 1.36364;
}
@media (min-width: 1200px) {
  .text-01 {
    font-size: 44px;
  }
}
.text-01.color-primary {
  color: #0081bf;
}
.bg .text-01 {
  color: #fff;
}

.text-02 {
  font-size: 1.4rem;
  color: #646c70;
  line-height: 1.71429;
}
@media (min-width: 1200px) {
  .text-02 {
    font-size: 28px;
  }
}
.bg .text-02 {
  color: rgba(255, 255, 255, 0.8);
}

.text-03 {
  font-size: 1.8rem;
  color: #474d50;
  line-height: 1.38889;
  font-weight: 400;
}
.bg .text-03 {
  color: #fff;
}
@media (min-width: 1200px) {
  .text-03 {
    font-size: 30px;
  }
}

.text-04 {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #0095bb;
}
.bg .text-04 {
  color: #fff;
}
@media (min-width: 1200px) {
  .text-04 {
    font-size: 22px;
  }
}

.text-05 {
  font-size: 1.2rem;
  line-height: 1.58333;
}
.bg .text-05 {
  color: rgba(255, 255, 255, 0.8);
}
.aboutUs .text-05 {
  color: #fff;
}
@media (min-width: 1200px) {
  .text-05 {
    font-size: 16px;
  }
}

.index-wrap {
  width: 224px;
}
@media (min-width: 768px) {
  .index-wrap {
    width: 285px;
  }
}
@media (min-width: 992px) {
  .index-wrap {
    width: auto;
  }
}
.index-wrap .text-02 {
  width: 160px;
}
@media (min-width: 768px) {
  .index-wrap .text-02 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .index-wrap .text-02 {
    width: auto;
  }
}

.mgt8 {
  margin-top: 0.8rem;
}

.mgt16 {
  margin-top: 1.6rem;
}

.mgt30 {
  margin-top: 3rem;
}

.part {
  padding: 45px 24px;
}
@media (min-width: 768px) {
  .part {
    padding: 70px 80px;
  }
}
@media (min-width: 1200px) {
  .part {
    padding: 120px 24px;
  }
}

.part-only-bottom {
  padding: 0 24px 45px 24px;
}
@media (min-width: 768px) {
  .part-only-bottom {
    padding: 70px 80px;
  }
}
@media (min-width: 1200px) {
  .part-only-bottom {
    padding: 85px 24px;
  }
}

.index-kv {
  display: none;
}
@media (min-width: 1200px) {
  .index-kv {
    display: block;
    position: absolute;
  }
  .index-kv.index-kv-1 {
    left: 0;
    top: 0;
  }
  .index-kv.index-kv-2 {
    right: 0;
    top: -12%;
  }
  .index-kv.index-kv-3 {
    right: 0;
    top: 3%;
  }
  .index-kv.index-kv-4 {
    right: 0;
    bottom: 9%;
  }
}

.index {
  background-image: url(../images/mobile_kv_1.png);
  background-repeat: no-repeat;
  background-position: 130% -50%;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .index {
    padding: 20% 24px;
    height: calc(100vh - 89px);
    max-height: 587px;
    background-size: auto 89%;
  }
}
.index.active {
  background-position: right -50%;
  opacity: 1;
}
@media (max-width: 360px) {
  .index.active {
    background-position: 40px -50%;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .index {
    height: 500px;
    background-image: url(../images/kv_1_992.png);
    background-size: 100% auto;
    background-position: right -30px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .index.active {
    background-position: right -54px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .index {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .index {
    position: relative;
    background: none;
    height: 855px;
  }
}

.btn-index {
  display: inline-block;
  background-color: #15a9c3;
  color: #fff;
  font-weight: bold;
  padding: 0.6rem 2.6rem;
  border-radius: 30px;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .btn-index {
    font-size: 20px;
    width: 200px;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    margin-top: 62px;
    margin-bottom: 200px;
  }
}
.btn-index:hover {
  background-color: #29c1dc;
  color: #fff;
  text-decoration: none;
}

.kv-2 {
  background-image: url(../images/mobile_kv_2.png);
  padding-top: 34%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -1px;
  margin-top: -1px;
  z-index: 1;
}
.kv-2 img {
  display: none;
}
@media (min-width: 768px) {
  .kv-2 {
    background-image: url(../images/kv_2.png);
    padding-top: 24%;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .kv-2 img {
    display: block;
    position: absolute;
    top: 0%;
    left: -4%;
    z-index: 2;
    width: 140%;
    max-width: initial;
  }
  .kv-2:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    padding-top: 6%;
    background-image: url(../images/kv_2_before.png);
    width: 18%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .kv-2:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    padding-top: 6%;
    background-image: url(../images/kv_2_after.png);
    width: 18%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.kv-3 {
  margin: -1.5rem 0 -4.5rem 4rem;
}
@media (max-width: 767px) {
  .kv-3 img {
    max-width: initial;
    width: 140%;
  }
}
@media (min-width: 768px) {
  .kv-3 {
    -webkit-order: 2;
    order: 2;
    margin: 0;
    position: absolute;
    right: -24%;
    top: -18%;
  }
}
@media (min-width: 992px) {
  .kv-3 {
    right: -10%;
    top: -41%;
  }
}
@media (min-width: 1200px) {
  .kv-3 {
    position: relative;
    right: initial;
    top: initial;
  }
  .kv-3 img {
    max-width: initial;
    width: 122%;
  }
}

.kv-4 {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 768px) {
  .kv-4 {
    padding: 70px 80px;
  }
}

.kv-4 img {
  width: 100%;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .kv-4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .kv-4 {
    display: block;
  }
}
@media (min-width: 992px) {
  .kv-4 {
    position: absolute;
    right: 0;
    padding: 0;
    top: 0px;
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .kv-4 {
    width: 428px;
  }
}

.kv-4-line {
  position: absolute;
  bottom: -9%;
  left: 5px;
  width: 50%;
}
@media (max-width: 360px) {
  .kv-4-line {
    left: -4px;
  }
}
@media (min-width: 576px) {
  .kv-4-line {
    left: calc(50% - 272px);
  }
}
@media (min-width: 768px) {
  .kv-4-line {
    left: calc(50% - 485px);
    bottom: initial;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .kv-4-line {
    left: calc(50% - 650px);
  }
}
@media (min-width: 1200px) {
  .kv-4-line {
    left: calc(50% - 705px);
  }
}

.kv-5 {
  height: 289px;
}

.vision {
  text-align: center;
  padding: 0 10%;
}
@media (min-width: 768px) {
  .vision {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .vision {
    text-align: left;
  }
}
.vision .text-05 {
  text-align: left;
}
.vision .text-04 {
  padding: 1.8rem 0 0.8rem 0;
}
.vision .col-12 {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .vision .col-12 {
    padding-top: 9rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 992px) {
  .vision .col-12 {
    padding-top: 14rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .vision .col-12 {
    padding-top: 4rem;
    padding-left: 15px;
    padding-right: 6.5rem;
  }
}

.aboutUs {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .aboutUs .mgt16 {
    margin: 0;
  }
}

.ourService {
  position: relative;
}
@media (min-width: 768px) {
  .ourService {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .ourService {
    overflow: hidden;
    height: 850px;
    display: flex;
    align-items: center;
  }
}
.ourService .title {
  position: absolute;
  right: 30px;
  top: 32%;
}
@media (min-width: 768px) {
  .ourService .title {
    right: initial;
    top: 50%;
    left: 10%;
    margin-top: -41px;
  }
}
@media (min-width: 800px) {
  .ourService .title {
    left: 12%;
  }
}
@media (min-width: 992px) {
  .ourService .title {
    left: 12%;
  }
}
@media (min-width: 1200px) {
  .ourService .title {
    left: calc(50% - 532px);
  }
}
.ourService ul {
  position: relative;
  z-index: 1;
  margin-left: -15px;
}
@media (min-width: 375px) {
  .ourService ul {
    margin-left: -4px;
  }
}
@media (min-width: 768px) {
  .ourService ul {
    margin-left: 13%;
  }
}
@media (min-width: 800px) {
  .ourService ul {
    margin-left: 18%;
  }
}
@media (min-width: 992px) {
  .ourService ul {
    margin-left: 17%;
  }
}
.ourService ul li {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .ourService ul li {
    margin: 0;
    margin-bottom: 4rem;
  }
  .ourService ul li:last-child {
    margin-bottom: 0;
  }
}
.ourService ul li:nth-child(1) {
  width: 223px;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media (min-width: 768px) {
  .ourService ul li:nth-child(1) {
    width: 400px;
    -moz-transform: translateX(3%);
    -ms-transform: translateX(3%);
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }
}
@media (min-width: 1200px) {
  .ourService ul li:nth-child(1) {
    width: 438px;
    -moz-transform: translateX(7%);
    -ms-transform: translateX(7%);
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
}
.ourService ul li:nth-child(2) {
  width: 260px;
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
@media (min-width: 768px) {
  .ourService ul li:nth-child(2) {
    width: 400px;
    -moz-transform: translateX(16%);
    -ms-transform: translateX(16%);
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
  }
}
@media (min-width: 1200px) {
  .ourService ul li:nth-child(2) {
    width: 438px;
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
.ourService ul li:nth-child(3) {
  width: 260px;
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
@media (min-width: 768px) {
  .ourService ul li:nth-child(3) {
    width: 400px;
    -moz-transform: translateX(17%);
    -ms-transform: translateX(17%);
    -webkit-transform: translateX(17%);
    transform: translateX(17%);
  }
}
@media (min-width: 1200px) {
  .ourService ul li:nth-child(3) {
    width: 438px;
    -moz-transform: translateX(21%);
    -ms-transform: translateX(21%);
    -webkit-transform: translateX(21%);
    transform: translateX(21%);
  }
}
.ourService ul li:nth-child(4) {
  width: 240px;
  -moz-transform: translateX(2%);
  -ms-transform: translateX(2%);
  -webkit-transform: translateX(2%);
  transform: translateX(2%);
}
@media (min-width: 768px) {
  .ourService ul li:nth-child(4) {
    width: 400px;
    -moz-transform: translateX(4%);
    -ms-transform: translateX(4%);
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@media (min-width: 1200px) {
  .ourService ul li:nth-child(4) {
    width: 438px;
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
}
.ourService ul li:after {
  content: "";
  display: table;
  clear: both;
}
.ourService ul li img {
  width: 60px;
  height: 60px;
  float: left;
}
@media (min-width: 1200px) {
  .ourService ul li img {
    width: 80px;
    height: 80px;
  }
}
.ourService ul li .item {
  float: left;
  width: calc(100% - 60px);
  padding-left: 22px;
}
@media (min-width: 992px) {
  .ourService ul li .item {
    width: calc(95% - 60px);
  }
}

.joinUs {
  background-image: url(../images/mobile_kv_5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .joinUs {
    background-image: url(../images/kv_5_mirror.png);
    background-size: 64% auto;
    background-position: right 87%;
  }
}
@media (min-width: 992px) {
  .joinUs {
    background-image: url(../images/kv_5.png);
    background-size: 63% auto;
    background-position: left 19%;
  }
}
@media (min-width: 1200px) {
  .joinUs {
    background-size: 825px auto;
    background-position: 0 8%;
  }
}
.joinUs img {
  width: 100%;
  margin-top: 8px;
}
.joinUs ul {
  list-style: disc;
  padding-left: 16px;
}
.joinUs ul li {
  padding-left: 14px;
  padding-top: 5px;
}

.contact .btn-submit {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .contact .btn-submit {
    margin-bottom: 0;
    margin-top: -35px;
  }
}
@media (min-width: 1200px) {
  .contact .btn-submit {
    font-size: 14px;
  }
}
.contact .btn-submit:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .btn-submit:hover {
  color: #0081bf;
}
.contact .btn-submit:hover:after {
  width: 100%;
}
.contact .btn-submit:hover .arrow {
  background-position: right 0;
}
.contact .btn-submit .text {
  margin-right: 10px;
}
.contact .btn-submit .arrow {
  width: 18px;
  height: 12px;
  background-image: url(../images/icon-arrow.png);
  background-size: auto 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .btn-submit > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.contact label {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact label {
    margin-top: 0;
    margin-bottom: 22px;
  }
}
.contact label .tt {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .contact label .tt {
    font-size: 16px;
  }
}
.contact label input {
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact label input:focus {
  border-color: #5dc4cd;
}
@media (min-width: 1200px) {
  .contact label input {
    font-size: 14px;
  }
}
.contact label textarea {
  outline: 0;
  border: 0;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .contact label textarea {
    height: 80px;
  }
}
.contact label textarea:focus {
  border-color: #5dc4cd;
}
@media (min-width: 1200px) {
  .contact label textarea {
    font-size: 14px;
  }
}
.contact label .note {
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.6;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

@media (min-width: 992px) {
  .contact-table {
    margin-top: 30px;
  }
}

.info {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .info {
    margin: 27px 0;
  }
  .info .tel {
    margin-bottom: 5px;
  }
}
.info > * {
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  display: block;
}

footer {
  background-color: #006291;
  color: #fff;
  padding: 13px 0;
  text-align: center;
}
footer .container {
  width: 250px;
}
@media (min-width: 768px) {
  footer .container {
    width: auto;
  }
}

.c-mask, .menu-mask-bg {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
  transition: opacity .3s,width 0s .3s,height 0s .3s;
}

.menu-mask-bg {
  z-index: 99;
}

.c-mask.is-active, .menu-mask-bg.active {
  width: 100%;
  height: 100%;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pop {
  display: none;
  text-align: center;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../images/bg-popup.png);
  background-position: right center;
  border-radius: 4px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  padding: 36px 0;
}
@media (min-width: 768px) {
  .pop {
    width: 460px;
  }
}
.pop .tt {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0 14px 0;
}
@media (min-width: 1200px) {
  .pop .tt {
    font-size: 20px;
  }
}
.pop p {
  font-size: 12px;
  color: #0081bf;
}
@media (min-width: 1200px) {
  .pop p {
    font-size: 14px;
  }
}
.pop .check {
  display: inline-block;
  width: 100px;
  font-size: 13px;
  color: #0081bf;
  border: 1px solid #0081bf;
  border-radius: 20px;
  padding: 5px 0;
  margin-top: 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .pop .check {
    font-size: 15px;
  }
}
.pop .check:hover {
  text-decoration: none;
  background-color: #0081bf;
  color: #fff;
}

.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

.desktop-hide {
  display: block;
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-order-2 {
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  iframe {
    height: 200px;
  }
}
@media (min-width: 992px) {
  iframe {
    width: 350px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /*justify-content: center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.preloader.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sk-spinner-rotating-plane.sk-spinner {
  width: 60px;
  height: 60px;
  background-image: url(../images/preloader.png);
  background-size: 60px auto;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
  background-color: #cdd6da;
}

/* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
  display: none;
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
  background-color: black;
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
