@charset "UTF-8";
:focus,
input,
textarea {
  outline: 0
}

img {
  max-width: 100% !important;
}

.post {
  transition: width 5s;
  -moz-transition: width 5s;
  -webkit-transition: width 5s;
  -o-transition: width 5s
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg)
  }
}

@-o-keyframes {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0)
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

a,
article,
aside,
audio,
blockquote,
body,
canvas,
code,
details,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
section,
span,
strong,
summary,
table,
td,
th,
time,
tr,
ul,
video {
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

*,
body,
htnl {
  margin: 0;
  font-family: "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400
}

body {
  color: #485155;
  font-weight: 300
}

body,
html {
  height: 100%
}

.clear {
  clear: both
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: color .2s
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s
}

.fl {
  float: left
}

.fr {
  float: right
}

@media (max-width:768px) {
  .mb_show {
    display: block !important
  }
}

a {
  color: #008cdb
}

a:focus,
a:hover {
  text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

.main_radio input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.main_radio input[type=radio].css-checkbox+label.css-label,
.main_radio input[type=radio].css-checkbox+label.css-label.clr {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer
}

.main_radio input[type=radio].css-checkbox+label.css-label.chk,
.main_radio input[type=radio].css-checkbox:checked+label.css-label {
  background-position: 0 -15px
}

.main_radio label.css-label {
  background-image: url(../images/radio_img.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.check_style input[type=checkbox].css-checkbox,
.check_style input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.check_style input[type=checkbox].css-checkbox+label.css-label,
.check_style input[type=checkbox].css-checkbox+label.css-label.clr,
.check_style input[type=radio].css-checkbox+label.css-label,
.check_style input[type=radio].css-checkbox+label.css-label.clr {
  padding-left: 30px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer
}

.check_style input[type=checkbox].css-checkbox:checked+label.css-label,
.check_style input[type=radio].css-checkbox:checked+label.css-label {
  background-position: 0 -25px
}

.check_style input[type=checkbox].css-checkbox:disabled+label.css-label,
.check_style input[type=radio].css-checkbox:disabled+label.css-label {
  background-position: 0 0
}

.check_style label.css-label {
  background-image: url(../images/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.opt {
  margin-bottom: 10px
}

.select_ui,
.select_ui select {
  background: #fff;
  font-size: 13px;
  color: #626262;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.select_ui .select_arrow {
  border: 5px solid #fff;
  border-color: #999 transparent;
  position: absolute;
  border-bottom: 0;
  overflow: hidden;
  margin-top: -2px;
  display: block;
  right: 5px;
  top: 50%;
  height: 0;
  width: 0
}

.select_ui .select_text_ui {
  vertical-align: baseline;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  color: inherit
}

.select_ui .select_poswrap,
.select_ui select {
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0
}

.select_ui select {
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  min-width: 100%;
  color: inherit;
  font: inherit;
  height: 100%;
  opacity: 0
}

.select_ui .select_poswrap {
  overflow: hidden;
  height: 0;
  width: 0
}

.opt .select_text_ui {
  margin-right: 30px
}

.opt .select_arrow {
  border: 2px solid #b9b9b9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  border-left: 0;
  border-top: 0;
  height: 10px;
  right: 10px;
  width: 10px
}

.header .bottom .navbar-default .navbar-toggle,
.section_3 .left_img {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%)
}

.datepicker table,
.datepicker-inline,
.header,
.select_ui,
.slick-slide img {
  width: 100%
}

.disabled .select_ui {
  background: #ccc;
  color: #fff;
  cursor: not-allowed
}

.disabled .select_arrow {
  border-color: #fff
}

.datepicker table tr td {
  vertical-align: middle;
  position: relative;
  z-index: 1
}

.datepicker table tr td:after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: -1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 12px
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent
}

.datepicker table tr td.active.active.focus:after,
.datepicker table tr td.active.active:after,
.datepicker table tr td.active.active:focus:after,
.datepicker table tr td.active.active:hover:after,
.datepicker table tr td.active.highlighted.active.focus:after,
.datepicker table tr td.active.highlighted.active:after,
.datepicker table tr td.active.highlighted.active:focus:after,
.datepicker table tr td.active.highlighted.active:hover:after,
.datepicker table tr td.active.highlighted:active.focus:after,
.datepicker table tr td.active.highlighted:active:after,
.datepicker table tr td.active.highlighted:active:focus:after,
.datepicker table tr td.active.highlighted:active:hover:after,
.datepicker table tr td.active.highlighted:hover:after,
.datepicker table tr td.active:active.focus:after,
.datepicker table tr td.active:active:after,
.datepicker table tr td.active:active:focus:after,
.datepicker table tr td.active:active:hover:after,
.datepicker table tr td.active:hover:after {
  content: '';
  background: #d06776
}

.datepicker table tr td.day,
.datepicker.datepicker-inline td {
  color: #fff
}

.datepicker table tr td.day:after,
.datepicker.datepicker-inline td:after {
  content: '';
  background: #4797d2;
  opacity: 1
}

.datepicker table tr td.day:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: 0 0;
  color: #fff
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.disabled:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
  content: '';
  background: #bcbcbc
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  color: #286090
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.focused:after {
  content: '';
  background: #eee;
  opacity: .8
}

.datepicker table tr td.disabled-date:hover,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
  cursor: default;
  color: #fff
}

.datepicker table tr td.disabled-date:hover:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
  content: '';
  background: #bcbcbc;
  opacity: 1
}

.datepicker-inline {
  background: #ebebeb;
  padding: 6px
}

.datepicker-inline .next,
.datepicker-inline .prev {
  font-size: 18px
}

.datepicker-inline .next:hover,
.datepicker-inline .prev:hover {
  color: #fff;
  background: #d06776
}

.datepicker-inline tbody {
  background: #fff
}

.datepicker-inline thead .dow {
  background: #fff;
  padding: 15px 10px
}

.datepicker-inline .datepicker-switch:hover {
  background: #d06776;
  color: #fff
}

.datepicker-inline .datepicker-months .month.focused,
.datepicker-inline .datepicker-months .month:hover {
  background: #d06776
}

body {
  padding-top: 97px
}

@media (max-width:767px) {
  body {
    padding-top: 102.59px
  }
}

.header {
  position: fixed;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
  top: 0;
  z-index: 222
}

.header .top {
  background: #fff;
  padding: 2px 10px
}

.header .top i {
  margin-right: 5px
}

.header .top:after {
  content: '';
  display: block;
  clear: both
}

@media (max-width:767px) {
  .header .top {
    padding: 10px
  }
}

.header .top ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none
}

.header .top ul li {
  font-size: 14px;
  display: inline-block
}

.header .top ul li::after {
  content: '|';
  margin: 0 5px
}

.header .top ul li:last-child:after {
  content: '';
  display: none
}

.header .top ul li a {
  font-size: 14px;
  color: #000;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.header .top ul li a:hover {
  color: #0084c5
}

.header .top ul.right {
  float: right
}

.header .top ul.right li {
  color: #000
}

.header .top ul.right li::after {
  content: '/';
  margin: 0;
  padding-left: 3px
}

.header .bottom .logo::after,
.header .bottom .navbar-default:after {
  content: '';
  display: block;
  clear: both
}

.header .bottom {
  background: -moz-linear-gradient(90deg, #C8C8C8 0, #FFF 80%);
  background: -webkit-gradient(linear, 90deg, color-stop(0, C8C8C8), color-stop(80%, FFFFFF));
  background: -webkit-linear-gradient(90deg, #C8C8C8 0, #FFF 60%);
  background: -o-linear-gradient(90deg, #C8C8C8 0, #FFF 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #C8C8C8), color-stop(80%, #FFF));
  background: -webkit-linear-gradient(left, #C8C8C8 0, #FFF 80%);
  background: -moz-linear-gradient(left, #C8C8C8 0, #FFF 80%);
  background: -o-linear-gradient(left, #C8C8C8 0, #FFF 80%);
  background: linear-gradient(90deg, #C8C8C8 0, #FFF 80%)
}

.header .bottom .logo img {
  width: 100%;
  max-width: 160px;
  height: 50px;
}

.header .bottom .navbar-brand {
  height: 100%;
  padding: 10px 15px
}

.header .bottom .navbar-default {
  background: 0 0;
  border: 0;
  height: 100%;
  margin-bottom: 0
}

.header .bottom .navbar-default .navbar-toggle {
  border-color: #00a3ea;
  background: #00a3ea;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  margin: 0
}

.header .bottom .navbar-default .navbar-toggle:hover {
  background: #12bef0
}

.header .bottom .navbar-default .navbar-toggle span {
  background-color: #fff;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease
}

.header .bottom .navbar-default .navbar-toggle.yes .icon-bar {
  background: 0 0
}

.header .bottom .navbar-default .navbar-toggle.yes span.icon-bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
  background-color: #fff
}

.header .bottom .navbar-default .navbar-toggle.yes span.icon-bar:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  bottom: 6px;
  background-color: #fff
}

.header .bottom .navbar-header {
  position: relative
}

.header .bottom .navbar-collapse {
  overflow: hidden;
  z-index: 2
}

.header .bottom .nav {
  padding-left: 0;
  margin: 0;
  list-style: none
}

.header .bottom .nav li {
  float: left;
  padding: 0 35px
}

@media (max-width:1180px) {
  .header .bottom .nav li {
    padding: 0 30px
  }
}

@media (max-width:1120px) {
  .header .bottom .nav li {
    padding: 0 20px
  }
}

@media (max-width:1000px) {
  .header .bottom .nav li {
    padding: 0
  }
}

.header .bottom .nav a:hover {
  color: #0084c5
}

@media (max-width:767px) {
  .header .bottom .logo img {
    max-width: 60%
  }
  .header .bottom .navbar-collapse {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    background: #fff;
    padding: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0
  }
}

.header .bottom .nav a {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-weight: 700;
  color: #000
}

@media (min-width:768px) {
  .header .bottom .navbar-collapse {
    display: inline-block !important;
    float: right;
    padding: 0
  }
  .header .bottom .navbar-nav>li>a {
    padding: 25px 10px
  }
}

@media (max-width:767px) {
  .header .bottom .nav li {
    width: 100%;
    float: none
  }
  .header .bottom .nav li a {
    color: #010101;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #fff;
    display: block
  }
  .header .bottom .nav li a:hover {
    color: #fff;
    background: #4697d2
  }
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  left: 0;
  height: 10px;
  opacity: 1;
  color: #000;
  top: 0;
  text-align: center
}

.slick-dotted.slick-slider {
  margin-bottom: 0
}

.slick-slide img {
  display: block
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px
}

.slick-dots li {
  width: 10px;
  height: 10px
}

.slick-dots {
  list-style: none;
  padding-right: 36px;
  z-index: 5
}

.slick-dots li button:before {
  width: 10px;
  content: '•';
  border: 1px solid #cecece;
  background: #cecece;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

.slick-dots li button:hover:before {
  content: '';
  background: #62b26b
}

.slick-dots li.slick-active button:before {
  width: 10px;
  content: '•';
  border: 2px solid #62b26b;
  background: 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

.kv .title_text,
.kv .title_text span {
  color: #fff;
  font-size: 30px
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-loading .slick-list {
  background-image: none
}

.kv,
.kv img {
  width: 100%
}

.kv .slick-next,
.kv .slick-prev {
  width: 32px;
  height: 70px;
  outline: 0;
  z-index: 2
}

.kv .img {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center
}

.kv .slick-next {
  right: 25px;
  background: url(../images/main_controls.png) -56px 0 no-repeat;
  opacity: .5
}

.kv .slick-next:hover {
  opacity: 1
}

.kv .slick-next:before {
  content: ''
}

.kv .slick-dots {
  bottom: 77px
}

@media (max-width:767px) {
  .kv .slick-dots {
    text-align: center;
    padding-right: 0
  }
}

@media (max-width:640px) {
  .kv .slick-dots {
    bottom: 57px
  }
}

.kv .slick-prev {
  left: 25px;
  background: url(../images/main_controls.png) no-repeat;
  opacity: .5
}

.kv .slick-prev:hover {
  opacity: 1
}

.kv .slick-prev:before {
  content: ''
}

.kv .slider {
  position: relative
}

.kv .title_text {
  position: absolute;
  top: 0;
  width: 40%;
  background: rgba(0, 0, 0, .67);
  padding: 20px 15px;
  margin-top: 10%
}

.index_banner {
  margin: 0 auto;
  position: relative
}

.index_banner .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.slide-overlay {
  visibility: hidden
}

.slide-overlay.active-slide {
  visibility: visible
}

.bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 8px;
  width: 100%
}

.bx-wrapper {
  margin: 0 auto;
  border: none
}

.Search {
  position: absolute;
  right: 143px;
  top: 10%
}

.index_banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.index_banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #d75500
}

.index_banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: 0 0;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d75500
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -webkit-calc(50% - 17.5px);
  top: -moz-calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 70px;
  text-indent: -9999px;
  z-index: 2
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover {
  right: 15px;
  background: url(../images/main_controls.png) -56px 0 no-repeat
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover {
  left: 15px;
  background: url(../images/main_controls.png) no-repeat
}

.footer {
  background: #9e9e9e;
  padding: 40px 20px
}

.footer-left {
  padding-top: 10px;
  float: left
}

.footer-left .fb_btn,
.footer-left .line_btn {
  display: inline-block;
  margin-bottom: 10px
}

.footer-left .fb_btn img,
.footer-left .line_btn img {
  width: 100%
}

.footer-left .fb_btn {
  max-width: 100px
}

.footer-left .line_btn {
  margin: 0 5px;
  max-width: 33px
}

.footer-left ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none
}

.footer-left ul li {
  display: inline-block;
  padding: 0 10px
}

.footer-left ul li:first-child {
  padding-left: 0
}

.footer-left ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: underline
}

.footer-left p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px
}

.footer-right {
  float: right
}

.footer-right ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none
}

.footer-right ul li {
  padding: 0 5px;
  display: inline-block
}

.footer-right ul li img {
  max-width: 125px
}

.footer-right ul li a {
  display: block
}

.cd-top {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  display: inline-block;
  height: 54px;
  opacity: 0;
  width: 54px;
  position: fixed;
  bottom: 89px;
  right: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  overflow: hidden;
  text-indent: 100%;
  background: url(../images/top_arrow.jpg) center 50% no-repeat;
  visibility: hidden;
  color: #fff;
  z-index: 777;
  background-size: cover;
}

@media (max-width:991px) {
  .cd-top {
    right: 0;
    width: 35px;
    height: 35px
  }
}

@media (max-width:767px) {
  .footer {
    padding: 15px
  }
  .footer-left,
  .footer-right {
    float: none
  }
  .footer-left {
    margin-bottom: 20px
  }
  .footer-right {
    text-align: center
  }
  .cd-top {
    bottom: 30px;
    right: 15px
  }
}

.cd-top.cd-fade-out {
  visibility: visible;
  opacity: .8
}

.cd-top.cd-fade-out:hover {
  opacity: 1
}

.about-title span,
.contactus-title span,
.form2-title span,
.main_form-title span,
.main_title,
.qa-title span,
.section_1-Process-right-title,
.section_2-title,
.section_3-title,
.service-title span,
.service_d-title span,
.step-title {
  font-size: 30px;
  color: #4697d2;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: bolder;
}

.about-title span:before,
.contactus-title span:before,
.form2-title span:before,
.main_form-title span:before,
.main_title:before,
.qa-title span:before,
.section_1-Process-right-title:before,
.section_2-title:before,
.section_3-title:before,
.service-title span:before,
.service_d-title span:before,
.step-title:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #3cab4d;
  bottom: 0;
  width: 80%
}

@media (max-width:991px) {
  .about-title span,
  .contactus-title span,
  .form2-title span,
  .main_form-title span,
  .main_title,
  .qa-title span,
  .section_1-Process-right-title,
  .section_2-title,
  .section_3-title,
  .service-title span,
  .service_d-title span,
  .step-title {
    font-size: 20px
  }
}

.about-title span,
.contactus-title span,
.form2-title span,
.main_form-title span,
.qa-title span,
.section_1-Process-right-title,
.section_2-title,
.section_3-title,
.service-title span,
.service_d-title span,
.step-title {
  margin-bottom: 50px
}

@media (max-width:767px) {
  .about-title span,
  .contactus-title span,
  .form2-title span,
  .main_form-title span,
  .qa-title span,
  .section_1-Process-right-title,
  .section_2-title,
  .section_3-title,
  .service-title span,
  .service_d-title span,
  .step-title {
    margin-bottom: 30px
  }
}

.contactus-body:after,
.form2 .number_main:after,
.form2 .number_main_too:after,
.main_map:after,
.opt-float:after,
.section_1-Process:after,
.section_1-cont-nav:after,
.service-list:after,
.service_d-p1:after,
.service_d-p2:after,
.service_d-p3:after,
.service_d-p4:after,
.service_d-viedo:after,
.step-4:after {
  content: '';
  display: block;
  clear: both
}

.contactus-btn,
.form2-btn,
.main_form-btn,
.news-btn a,
.section_1 .btnLink,
.section_1-Process-right-btnLink,
.section_4-btnLink,
.service-btn {
  color: #3e6eb4;
  font-size: 18px;
  padding: 8px 28px;
  border: 1px solid #3e6eb4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  display: inline-block;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease
}

.section_1-Process-right-btnLink {
  margin-bottom: 0px;
}

.contactus-btn:hover,
.form2-btn:hover,
.main_form-btn:hover,
.news-btn a:hover,
.section_1 .btnLink:hover,
.section_1-Process-right-btnLink:hover,
.section_4-btnLink:hover,
.service-btn:hover {
  background: #3e6eb4;
  color: #fff
}

@media (max-width:991px) {
  .contactus-btn,
  .form2-btn,
  .main_form-btn,
  .news-btn a,
  .section_1 .btnLink,
  .section_1-Process-right-btnLink,
  .section_4-btnLink,
  .service-btn {
    font-size: 14px
  }
}

.section_2-body-item .img,
.section_3-body-item .img,
.section_4 {
  padding-top: 66%;
  display: block;
  width: 100%;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.slick_next:before,
.slick_prev:before {
  display: inline-block;
  color: #050505;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale
}

.slick_next,
.slick_prev {
  width: 20px;
  height: 70px;
  z-index: 2;
  outline: 0
}

.slick_next {
  right: -15px
}

.slick_next:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased
}

.slick_prev {
  left: -15px
}

.slick_prev:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased
}

.pc_show {
  display: block !important
}

@media (max-width:767px) {
  .pc_show {
    display: none !important
  }
}

.mb_show {
  display: block !important
}

@media (min-width:768px) {
  .mb_show {
    display: none !important
  }
}

.pc_show_in {
  display: inline-block !important
}

@media (max-width:767px) {
  .pc_show_in {
    display: none !important
  }
}

.mb_show_in {
  display: inline-block !important
}

@media (min-width:768px) {
  .mb_show_in {
    display: none !important
  }
}

.container {
  width: 100%;
  max-width: 1176px
}

.section_1 {
  padding: 40px 0 10px
}

.section_1-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center
}

.section_1-title span {
  font-size: 36px
}

.section_1-title .color1 {
  color: #009fe6
}

.section_1-title .color2 {
  color: #3e6eb4
}

.section_1 h3 {
  text-align: center;
  font-size: 20px;
  padding: 0 2% 15px;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: 700
}

@media (max-width:991px) {
  .section_1-title,
  .section_1-title span {
    font-size: 20px
  }
  .section_1 h3 {
    font-size: 16px
  }
}

.section_1 p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}

@media (max-width:991px) {
  .section_1 p {
    font-size: 14px
  }
}

.section_1-cont {
  display: table;
  text-align: center;
  margin: 0 auto 20px;
  vertical-align: middle
}

.section_1-cont-ba {
  display: table-cell;
  width: 17%
}

.section_1-cont-ba img {
  width: 100%
}

.section_1-cont-nav {
  display: table-cell;
  width: 66%;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.section_1-cont-nav li {
  padding-left: 0;
  padding-right: 0
}

.section_1-cont-nav li a {
  display: inline-block;
  text-align: center;
  border: 1px solid #00a9e9;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 10px 9px 12px;
  position: relative;
  width: 80%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #251e1c;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.section_1-cont-nav li a:before {
  content: '';
  border: 1px solid #5580bd;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 5px;
  left: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.section_1-cont-nav li a:hover {
  background: #00a9e9;
  color: #fff
}

@media (max-width:991px) {
  .section_1-cont-nav {
    margin-bottom: 20px
  }
  .section_1-cont-nav li a {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .section_1-cont,
  .section_1-cont-ba,
  .section_1-cont-nav {
    display: block;
    width: 100%
  }
  .section_1-cont-ba {
    margin-bottom: 30px
  }
  .section_1-cont-ba img {
    max-width: 100px
  }
  .section_1-cont-nav li {
    margin-bottom: 20px
  }
}

.section_4 .slick-next:before,
.section_4 .slick-prev:before {
  display: none
}

.section_1-Process-left {
  float: left;
  width: 42%
}

.section_1-Process-left img {
  width: 100%
}

.section_1-Process-right {
  float: left;
  padding: 30px 40px;
  width: 58%
}

.section_1-Process-right-title {
  left: 0
}

.section_1-Process-right .img {
  margin-bottom: 40px
}

.section_1-Process-right .img img {
  width: 100%
}

@media (max-width:767px) {
  .section_1-Process-left,
  .section_1-Process-right {
    float: none;
    width: 100%
  }
  .section_1-Process-right {
    padding: 10px 5px
  }
  .section_1-Process .img,
  .section_1-Process-right-title {
    margin-bottom: 20px
  }
}

.section_2-title,
.section_3-title {
  margin-top: 20px
}

.section_2-title:before,
.section_3-title:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.section_2-body-item,
.section_3-body-item {
  width: 33.33333333%;
  float: left;
  padding: 15px
}

.section_2-body-item .text {
  padding: 15px;
  background: #fff;
  min-height: 200px;
}

.section_3-body-item .text {
  padding: 15px;
  background: #f6f6f6;
}

.section_2-body-item .text h3,
.section_3-body-item .text h3 {
  margin: 0 0 20px;
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.section_2-body-item .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0px;
}

.news-border-index {
  content: '';
  position: relative;
  width: 28px;
  height: 2px;
  background: #59b56a;
  left: -webkit-calc(50% - 14px);
  left: -moz-calc(50% - 14px);
  left: calc(50% - 14px);
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_2-body-item .text p,
.section_3-body-item .text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.section_2-body-item .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qa-tab ul li,
.qa-tab_item_top {
  -o-transition: all .3s ease;
  cursor: pointer
}

.section_2-body-item a:hover .text h3,
.section_2-body-item a:hover .text p,
.section_3-body-item a:hover .text h3,
.section_3-body-item a:hover .text p {
  color: #4697d2
}

@media (max-width:767px) {
  .section_2-title,
  .section_3-title {
    margin-bottom: 20px
  }
  .section_2 .slick-dots,
  .section_3 .slick-dots {
    padding-right: 0
  }
}

.section_2 {
  background: #f6f6f6;
  padding: 10px 0 100px
}

.section_3,
.section_4-btnLink {
  background: #fff
}

@media (max-width:767px) {
  .section_2 {
    padding: 10px 0 50px
  }
}

.section_3 {
  padding: 30px 0 100px;
  position: relative
}

.section_3 .left_img,
.section_3 .right_img {
  position: absolute;
  margin: auto;
  top: 50%;
  width: 100%
}

.section_3 .left_img {
  left: -122px;
  transform: translate(0, -50%)
}

.section_3 .left_img img {
  width: 100%
}

.section_3 .right_img {
  right: -122px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.section_3 .right_img img {
  width: 100%
}

@media (max-width:767px) {
  .section_3 {
    padding: 10px 0 50px
  }
}

.section_4 {
  overflow: hidden;
  padding: 5% 13%;
}

.section_4-slider {
  min-height: 265px;
}

.section_4-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_4 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_4 .slick-next {
  background-image: url(../images/right_btn.png);
  width: 100px;
  height: 100px;
  right: -110px;
  opacity: .8;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain
}

.about-text-icon p:before,
.section_4 .slick-prev {
  -moz-background-size: contain;
  -o-background-size: contain
}

.section_4 .slick-next:hover {
  opacity: 1
}

@media (max-width:767px) {
  .section_4 .slick-next {
    width: 40px;
    height: 40px;
    right: -60px
  }
}

.section_4 .slick-prev {
  background-image: url(../images/left_btn.png);
  width: 100px;
  height: 100px;
  left: -110px;
  opacity: .8;
  background-size: contain
}

.section_4 .slick-prev:hover {
  opacity: 1
}

@media (max-width:767px) {
  .section_4 .slick-prev {
    width: 40px;
    height: 40px;
    left: -60px
  }
}

@media (max-width:991px) {
  .section_4-title {
    font-size: 18px;
    margin-bottom: 25px
  }
}

.bookmark {
  position: fixed;
  right: 0;
  bottom: 143px;
  width: 55px;
  z-index: 999
}

.bookmark-img {
  margin-bottom: -12%;
  z-index: 1;
  position: relative
}

.bookmark-img img {
  width: 100%
}

.bookmark-link {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36)
}

.bookmark a {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #000
}

.bookmark a:hover {
  color: #0084c5
}

.bookmark a img {
  display: block;
  width: 100%
}

@media (max-width:991px) {
  .bookmark {
    width: 35px
  }
  .bookmark a {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .bookmark {
    width: 25px
  }
  .bookmark a {
    font-size: 14px
  }
}

.main_map {
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #4697d2
}

.main_map-left {
  float: left;
  font-size: 15px;
  color: #4697d2
}

.main_map-right {
  float: right
}

.main_map-right ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.main_map-right ul li {
  display: inline-block
}

.main_map-right ul li::before {
  content: '/';
  margin: 0;
  color: #4697d2;
  padding-right: 3px
}

.main_map-right ul li:first-child:before {
  content: '';
  display: none
}

.qa-title {
  text-align: center
}

.qa-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.qa-tab ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.qa-tab ul li {
  display: inline-block;
  padding: 8px;
  color: #666;
  margin: 0 1% 55px;
  border: 1px solid transparent;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.qa .qa-tab_item_bottom,
.qa-tab_item_top {
  padding: 15px 30px 15px 80px;
  font-size: 18px
}

.qa-tab_cont.active_top,
.qa-tab_item_top:hover {
  color: #4697d2
}

.qa-tab ul li.active,
.qa-tab ul li:hover {
  color: #4697d2;
  border: 1px solid #4697d2
}

.qa-tab_item_top {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
  font-weight: 700
}

.qa-tab_item_top:after,
.qa-tab_item_top:before {
  position: absolute;
  top: 0;
  margin: auto;
  content: '';
  bottom: 0
}

.qa-tab_item_top span {
  font-size: 18px
}

.qa-tab_item_top:after {
  left: 0;
  background-image: url(../images/q.png);
  width: 43px;
  height: 43px
}

.qa-tab_item_top:before {
  right: 0;
  background-image: url(../images/j1.png);
  width: 25px;
  height: 25px
}

.qa-tab_cont {
  margin-bottom: 38px
}

.qa-tab_cont.active_top .qa-tab_item_top:before {
  background-image: url(../images/j2.png)
}

.qa .qa-tab_item_bottom {
  display: none;
  position: relative;
  color: #000
}

.qa .qa-tab_item_bottom:after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../images/a.png);
  width: 43px;
  height: 43px;
  top: 10px
}

@media (max-width:767px) {
  .qa-tab_cont {
    margin-bottom: 15px
  }
  .qa-tab_item_top,
  .qa-tab_item_top span {
    font-size: 16px
  }
  .qa .qa-tab_item_bottom,
  .qa-tab_item_top {
    padding: 15px 30px 15px 50px
  }
  .qa-tab ul li {
    margin-bottom: 30px
  }
}

.web_err {
  text-align: center;
  padding: 50px 0
}

.web_err-img {
  display: inline-block
}

.web_err-img img {
  max-width: 100%
}

.web_err h3 {
  font-size: 29px;
  color: #232323;
  margin-bottom: 25px
}

.web_err p {
  font-size: 16px;
  color: #232323
}

.web_err-cont {
  margin: 50px 0
}

.web_err a {
  color: #666;
  font-size: 21px
}

.web_err a:hover {
  color: #4697d2
}

.pager-type {
  text-align: center;
  color: #a1a1a1;
  line-height: 1.42857143;
  margin-top: 45px;
  margin-bottom: 45px
}

.pager-type .pagination {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin: 0
}

.pager-type .pagination li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0
}

.pager-type .pagination li a,
.pager-type .pagination li span {
  position: relative;
  text-decoration: none;
  color: #a1a1a1;
  margin-left: -1px
}

.pager-type .pagination li.active a,
.pager-type .pagination li.active span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.form-group .opt.m0 {
  margin-bottom: 0
}

.red {
  color: #db0000
}

.captcha {
}

.captcha-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 121px
}

.captcha-img img {
  width: 100%
}

.captcha-btn {
  display: inline-block;
  vertical-align: middle;
}

.captcha-btn a {
  font-size: 16px;
  color: #acacac
}

.captcha-btn a:hover {
  color: #4697d2
}

@media (max-width:767px) {
  .captcha-img {
    max-width: 80px
  }
  .captcha-btn {
    padding: 0 10px
  }
  .captcha-btn a {
    font-size: 14px
  }
}

.main_form {
  padding: 30px 15px
}

.main_form-title {
  text-align: center
}

.main_form-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.main_form .tb_qa_btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/jj2.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.main_form .tb_qa_btn span {
  display: none
}

.main_form .tb_qa_btn.active {
  background-image: url(../images/jj1.png)
}

.main_form-table {
  text-align: center
}

.main_form-table th {
  background: #c8c8c8;
  text-align: center
}

.main_form-table td,
.main_form-table th {
  padding: 15px !important
}

.main_form .tb_cont>td {
  padding: 0 !important
}

.main_form .tb_cont table {
  margin-bottom: 0;
  text-align: left
}

.contactus-title,
.main_form .copy_address,
.main_form-btnwp,
.main_form-left {
  text-align: center
}

.main_form .tb_cont table td {
  background: #ededed;
  width: 50%
}

.main_form .tb_cont table td span {
  padding-left: 10px;
  color: #888
}

.main_form-text,
.main_form-text2 {
  text-align: center;
  padding-bottom: 58px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px
}

.main_form-text.nobor,
.main_form-text2.nobor {
  border: none
}

.main_form-text.nomb,
.main_form-text2.nomb {
  margin-bottom: 0;
  margin-top: 30px
}

.main_form-text p,
.main_form-text2 p {
  font-size: 24px;
  color: #4697d2
}

.main_form-text .opt,
.main_form-text2 .opt {
  max-width: 235px;
  margin: 0 auto
}

.main_form-text2 {
  padding: 25px
}

.main_form .form-group .main_radio {
  padding-top: 7px
}

.main_form .form-group p {
  padding-top: 7px;
  margin-bottom: 0
}

.main_form form .form-group {
  border-bottom: 1px solid #ccc;
  padding: 10px 25px 30px
}

.main_form.main_form_login form .form-group {
  border: none;
   padding: 10px 25px 10px
}
@media (min-width:768px) {
  .main_form form .pc_max225 {
    max-width: 225px
  }
}

.main_form-btnwp {
  padding: 40px 0
}

.main_form-btnwp.main_form-btnwp-login{
   padding: 0px 0
}

.main_form-btnwp a {
  margin: 0 20px;
  font-size: 22px
}

.main_form-btnwp .index_btn {
  color: #888
}

.main_form-btnwp .index_btn:hover {
  color: #4697d2
}

.main_form-btn {
  padding: 7px 40px
}

.main_form .form-title {
  font-size: 22px;
  color: #4697d2;
  padding: 10px 0 20px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #ccc
}

.main_form .check_style {
  margin: 35px 0 0
}

.main_form .check_style a {
  color: #485155;
  text-decoration: underline
}

.main_form .check_style a:hover {
  color: #4697d2
}

.main_form .copy_address-btn img,
.main_form .copy_address-btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px
}

.main_form-left {
  float: left;
  width: 25%
}

.main_form-left-title {
  font-size: 24px;
  color: #4697d2;
  padding: 25px 10px 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px
}

.main_form-left ul {
  padding-left: 0;
  margin: 0;
  list-style: none
}

.main_form-left ul li {
  padding: 10px
}

.main_form-left ul li a {
  border: 1px solid #4697d2;
  padding: 5px 10px;
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.main_form-left ul li a:hover,
.main_form-left ul li.active a {
  background: #4697d2;
  color: #fff
}

.main_form-right {
  padding: 28px 5% 0;
  float: left;
  width: 75%
}

.main_form-right-title {
  font-size: 24px;
  color: #4697d2;
  margin-bottom: 10px
}

.main_form-right .privacy h3 {
  font-size: 18px
}

.main_form-right .privacy p {
  margin-bottom: 25px
}

@media (max-width:767px) {
  .main_form-left,
  .main_form-right {
    width: 100%;
    float: none
  }
  .main_form-right-title {
    margin-top: 15px;
    font-size: 18px
  }
  .main_form-text,
  .main_form-text2 {
    padding-bottom: 30px;
    margin-bottom: 15px
  }
  .main_form-text p,
  .main_form-text2 p {
    font-size: 18px
  }
  .main_form-text .opt,
  .main_form-text2 .opt {
    margin-bottom: 20px
  }
  .main_form-text2 {
    padding: 15px
  }
  .main_form-btnwp {
    padding: 20px 0;
    text-align: center
  }
  .main_form-btnwp a {
    margin: 0 15px;
    font-size: 14px
  }
  .main_form .form-title {
    font-size: 18px
  }
  .contactus-title span {
    margin-bottom: 20px
  }
}

.group-6,
.opt-float {
  margin-left: -15px;
  margin-right: -15px
}

.contactus {
  padding: 30px 0 0
}

.contactus-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.contactus-body-ps {
  color: #555454;
  font-size: 14px;
  margin-bottom: 10px
}

.contactus-text {
  padding: 0 40px
}

.contactus-text p {
  margin-bottom: 20px;
  font-size: 14px
}

.contactus-text .email_style {
  display: block;
  padding: 10px;
  border: 1px solid red
}

@media (max-width:767px) {
  .contactus .mb_m {
    margin-bottom: 15px
  }
  .contactus-text {
    padding: 0 15px
  }
}

.news-item {
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.news-item .img {
  padding-top: 56%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.news-item .text {
  padding: 15px
}

.news-item .text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0
}

.news-item .text p {
  font-size: 14px
}

.news-item .text span {
  font-size: 14px;
  color: #a28a57;
  display: inline-block
}

.news-item .text span i {
  padding-left: 8px;
  font-weight: 700
}

.news-cont,
.news-p {
  padding: 20px 0
}

.news-cont {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-cont a {
  color: #000;
  border: 1px solid #ccc;
  display: inline-block;
  height: 100%;
  width: 100%;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.news-cont a:hover {
  color: #4697d2;
  background: #4697d2
}

.news-cont a:hover .text,
.news-cont a:hover .text span {
  color: #fff
}

.news-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left
}

.news-date,
.news-p p {
  font-size: 15px
}

.news-date {
  color: #6b6b6b;
  margin-bottom: 20px
}

.news-img,
.news-img img {
  max-width: 100%
}

.news-btn {
  text-align: center;
  padding: 50px 0
}

@media (max-width:767px) {
  .news-item {
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

.step-title:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.step-4-left {
  float: left;
  width: 40%;
  text-align: right
}

.step-4-left img {
  max-width: 120px
}

.step-4-right {
  padding: 0 5% 5%;
  float: left;
  width: 50%
}

.step-4-right h3 {
  font-size: 42px;
  position: relative;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.about-text-icon,
.about-text-img,
.about-title,
.about-title_img {
  text-align: center
}

.step-4-right h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background: #4697d2
}

.about-title span:before,
.service-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%)
}

.step-4-right p {
  font-size: 18px;
  margin-bottom: 40px
}

.step-4-right a {
  font-size: 18px;
  color: #888
}

.step-4-right a:hover {
  color: #4697d2
}

@media (max-width:767px) {
  .step-4-left,
  .step-4-right {
    float: none;
    width: 100%;
    text-align: center
  }
  .step-4-left h3,
  .step-4-right h3 {
    font-size: 22px;
    text-align: center
  }
  .step-4-left a,
  .step-4-left p,
  .step-4-right a,
  .step-4-right p {
    font-size: 16px
  }
}

.about {
  overflow: hidden
}

.about-title span:before {
  left: calc(50% - 40%)
}

.about-title_img {
  margin-bottom: 20px
}

.about-title_img img {
  width: 100%;
  max-width: 143px
}

.about-btn {
  padding: 0 10%;
  margin-bottom: 30px
}

.about-btn a {
  display: inline-block
}

.about-btn a img {
  width: 100%
}

.about-text {
  padding: 0 15%
}

.about-text-img {
  margin: 30px 0
}

.about-text-img img {
  max-width: 100%
}

.about-text-icon {
  margin-bottom: 40px;
  border-bottom: 1px solid #000
}

.about-text-icon p {
  display: inline-block;
  width: 50%;
  text-align: left;
  position: relative
}

.about h3,
.service-bottom,
.service-bottom .text,
.service-item,
.service-title,
.service_d-p1-left,
.service_d-p2-left,
.service_d-p3-item h3,
.service_d-top_title,
.service_d-viedo h3 {
  text-align: center
}

.about-text-icon p:after,
.about-text-icon p:before {
  position: absolute;
  max-width: 50%;
  width: 100%;
  margin: auto;
  padding-top: 50%;
  background-repeat: no-repeat;
  content: ''
}

.about-text-icon p:before {
  left: -50%;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  background-image: url(../images/ba1.png);
  background-size: contain
}

.about-text-icon p:after {
  top: 10%;
  right: -50%;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  background-image: url(../images/ba2.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain
}

.about p {
  line-height: 30px;
  margin-bottom: 20px
}

.about h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400
}

.about h4 {
  margin-bottom: 30px;
  font-size: 23px;
  color: #878788
}

.about ol {
  display: inline-block;
  padding-left: 20px
}

.about .bl {
  color: #65a6de;
  margin-bottom: 10px
}

@media (max-width:767px) {
  .about-text {
    padding: 0 10px
  }
  .about h3 {
    font-size: 20px;
    margin-bottom: 20px
  }
  .about h4 {
    font-size: 18px
  }
  .about p {
    line-height: 22px;
    margin-bottom: 15px
  }
  .about-text-icon p {
    width: 60%
  }
  .about-text-icon p:after {
    top: 6%;
    max-width: 40%;
    right: -40%
  }
  .about-text-icon p:before {
    max-width: 40%;
    left: -40%
  }
  .about-btn a {
    display: inline-block;
    width: 60%;
    max-width: 215px
  }
}

.service-title span:before {
  left: calc(50% - 40%)
}

.service-t {
  margin-bottom: 50px
}

.service-t h3,
.service-t p {
  font-weight: 700
}

.service-item .img img {
  max-width: 218px
}

.service-item .text {
  padding: 0 10%
}

.service-item .text h3 {
  margin-top: 0
}

.service-item .text h3 img,
.service-item .text h3 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px
}

.service-item .text h3 img {
  max-width: 100%
}

.service-item .text h3 span {
  font-size: 24px;
  color: #333
}

.service-item .text h4 {
  font-size: 21px;
  color: #44d1f4
}

.service-item .text p {
  font-size: 18px;
  color: #333
}

.service-body {
  background: #fbfbfb;
  padding: 30px 0
}

.service-list {
  margin-bottom: 45px
}

.service-list.too {
  padding: 0 15%
}

.service-bottom .left,
.service-bottom .right,
.service-bottom .text {
  display: inline-block;
  vertical-align: middle
}

.service-bottom .left img,
.service-bottom .right img {
  max-width: 110px
}

.service-bottom .left img+img {
  margin-left: 20px;
}

.service-bottom .text {
  padding: 50px 0;
  width: 55%
}

.service-bottom .text span {
  font-size: 24px;
  font-weight: 700;
  padding: 0 15px
}

.service-btn {
  font-size: 24px
}

@media (max-width:767px) {
  .service-t {
    margin-bottom: 25px
  }
  .service-t h3 {
    font-size: 16px
  }
  .service-t p {
    font-size: 14px
  }
  .service-body {
    padding: 20px 0
  }
  .service-item,
  .service-list {
    margin-bottom: 35px
  }
  .service-item .text {
    padding: 0
  }
  .service-item .text h3 {
    margin-top: 0
  }
  .service-item .text h3 img {
    max-width: 60px
  }
  .service-item .text h3 span {
    font-size: 20px
  }
  .service-item .text h4 {
    font-size: 16px
  }
  .service-item .text p {
    font-size: 14px
  }
  .service-list {
    margin-bottom: 25px
  }
  .service-bottom {
    padding: 20px 0
  }
  .service-bottom .left,
  .service-bottom .right,
  .service-bottom .text {
    display: block
  }
  .service-bottom .text {
    padding: 20px 0;
    width: 100%;
    text-align: center
  }
  .service-bottom .text span {
    font-size: 18px;
    padding: 0;
    display: block;
    margin-bottom: 20px
  }
  .service-btn {
    margin-bottom: 0;
    font-size: 18px
  }
}

.service_d-p1-left img,
.service_d-p2-left img {
  max-width: 100%
}

.service_d-title {
  text-align: center
}

.service_d-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.service_d-top_title {
  margin-bottom: 50px;
  font-size: 36px;
  color: #333
}

.service_d-p1-right-title span {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 24px;
  color: #4697d2;
  position: relative;
  padding-bottom: 20px
}

.service_d-p1-right-title span:before {
  content: '';
  height: 2px;
  background: #4697d2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.service_d-p1-right h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 25px
}

.service_d-p1-right h3 span {
  color: #4697d2;
  font-size: 20px
}

.service_d-p2 {
  display: table
}

.service_d-p2-left,
.service_d-p2-right {
  display: table-cell;
  float: none
}

.service_d-p2-left {
  font-size: 0;
  vertical-align: middle
}

.service_d-p2-right p {
  margin-bottom: 30px
}

.service_d-p2-right p:last-child {
  margin-bottom: 0
}

.service_d-p3-item img {
  width: 100%
}

.service_d-p3-item h3 {
  font-size: 20px;
  color: #4697d2;
  font-weight: 700
}

.service_d-p4 h3 {
  font-size: 24px;
  color: #4697d2;
  margin-top: 0;
  margin-bottom: 20px
}

.service_d-p4 p {
  margin-bottom: 25px
}

.service_d-viedo h3 {
  font-size: 24px;
  color: #4697d2
}

@media (max-width:767px) {
  .service_d-p2,
  .service_d-p2-right {
    display: block
  }
  .service_d-top_title {
    font-size: 24px;
    margin-bottom: 20px
  }
  .service_d-p1-left {
    margin-bottom: 20px
  }
  .service_d-p1-right-title span {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px
  }
  .service_d-p2-left,
  .service_d-p2-right p {
    margin-bottom: 20px
  }
  .service_d-p1-right h3,
  .service_d-p1-right h3 span {
    font-size: 18px
  }
  .service_d-p2-left {
    display: block;
    float: none
  }
  .service_d-p2-left img {
    max-width: 100%
  }
  .service_d-p2-right p:last-child {
    margin-bottom: 0
  }
  .service_d-p3-item {
    text-align: center;
    margin-bottom: 25px
  }
  .service_d-p3-item img {
    width: 100%;
    max-width: 250px
  }
  .service_d-p3-item h3 {
    font-size: 20px;
    text-align: center;
    color: #4697d2;
    font-weight: 700;
    margin-top: 0
  }
  .service_d-p4 h3 {
    font-size: 20px;
    margin-bottom: 20px
  }
  .service_d-p4 p {
    margin-bottom: 25px
  }
  .service_d-viedo h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px
  }
}

.hr {
  border-top: 2px solid #4697d2
}

.viedoYoutube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.viedoYoutube embed,
.viedoYoutube iframe,
.viedoYoutube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.div_tab {
  margin-bottom: 25px
}

.div_tab-text,
.div_tab-title {
  padding: 10px
}

.div_tab-title {
  font-weight: 700;
  color: #000
}

.div_tab-text {
  color: #333
}

.div_tab .show-grid {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.div_tab .show-grid>[class^=col-] {
  display: table-cell;
  float: none
}

.form2 .number_main input,
.form2 .number_main-btn,
.form2 .number_main_too a,
.form2 .number_main_too input {
  float: left
}

.div_tab .show-grid.row1 .div_tab-text {
  border-left: none
}

.div_tab .show-grid.row1 .div_tab-title {
  text-align: right
}

.div_tab .show-grid:first-child>.col-sm-6 {
  border-top: 1px solid #ccc
}

.div_tab .show-grid .col-sm-6 {
  border-bottom: 1px solid #ccc
}

.div_tab .show-grid .col-sm-6 div {
  border: none
}

.div_tab .show-grid>.col-sm-6 {
  border-left: 1px solid #ccc
}

.div_tab .show-grid>.col-sm-6:first-child {
  border-left: none
}

@media (max-width:767px) {
  .div_tab .show-grid {
    display: block;
    width: auto
  }
  .div_tab .show-grid>[class^=col-] {
    display: block;
    text-align: center
  }
  .div_tab .show-grid:first-child {
    border-top: 1px solid #ccc
  }
  .div_tab .show-grid:first-child>.col-sm-6 {
    border-top: none
  }
  .div_tab .show-grid.row1 .div_tab-title {
    text-align: center;
    border-bottom: none
  }
}

.form2 .ds,
.form2 .main_radio.in,
.form2 .number_main {
  display: inline-block
}

.form2-title {
  text-align: center
}

.form2-title span:before {
  left: -webkit-calc(50% - 40%);
  left: -moz-calc(50% - 40%);
  left: calc(50% - 40%)
}

.form2-top_title {
  font-size: 18px;
  color: #333;
  text-align: center
}

.form2 .control-label span {
  color: red
}

.form2 .pm {
  margin-bottom: 20px
}

.form2 .pl {
  padding-left: 20px
}

.form2 .main_radio {
  margin: 0 20px 0 0;
  padding-top: 10px
}

.form2 .main_radio.inp {
  padding-top: 3px
}

.form2 .number_main_too {
  display: inline-block;
  height: 34px;
  padding: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.form2 .number_main_too input {
  border: none;
  background: #fff;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 5px;
  text-align: center;
  color: #4697d2
}

.form2 .number_main_too a {
  padding: 2px 10px;
  font-size: 20px;
  color: #333
}

.form2 .number_main_too a:hover {
  color: #4697d2
}

.form2 .number_main_too:focus,
.form2 .number_main_too:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form2 .number_main_too:focus input,
.form2 .number_main_too:hover input {
  border-color: #66afe9
}

.form2 .number_main {
  vertical-align: middle;
  margin: 5px 0;
  height: 37px;
  padding: 0 5px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc
}

.form2 .number_main input {
  height: 100%;
  border: none;
  border-left: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  width: 50px
}

.form2 .number_main-btn a {
  display: block;
  padding: 0 10px;
  line-height: 17px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  color: #333
}

.form2 .number_main-btn a:first-child {
  border: none
}

.form2 .number_main-btn a:hover {
  color: #4697d2
}

.form2 .number_main:focus,
.form2 .number_main:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form2 .number_main:focus a,
.form2 .number_main:focus input,
.form2 .number_main:hover a,
.form2 .number_main:hover input {
  border-color: #66afe9
}

.form2 .span_title {
  display: inline-block;
  vertical-align: middle
}

.form2 .mb {
  display: inline-block;
  margin: 0 5px
}

.form2 .check_style {
  margin: 0 20px 0 0;
  padding-top: 5px;
  display: inline-block
}

.form2 .check_style input,
.form2 .check_style label {
  margin-bottom: 0
}

.form2-end {
  margin-bottom: 25px;
  padding: 10px 5%
}

.form2-end-body {
  padding: 15px 20px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px
}

.form2-end h3 span:before,
.form2-end-body:before {
  background: #4697d2;
  content: '';
  left: 0
}

.form2-end-body:before {
  width: 10px;
  position: absolute;
  height: 100%;
  top: 0
}

.form2-end h3 {
  margin: 0
}

.form2-btnwp,
.form2-end p {
  margin-bottom: 20px;
  text-align: center
}

.form2-end h3 span {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-bottom: 10px
}

.form2-end h3 span:before {
  height: 2px;
  width: 80%;
  bottom: 0;
  position: absolute
}

.form2-end p {
  font-size: 24px;
  font-weight: 700
}

.form2-end p span {
  font-size: 33px;
  color: #4697d2
}

.form2-btnwp .index_btn {
  color: #888;
  margin: 0 10px;
  font-size: 18px
}

.form2-btnwp .index_btn:hover {
  color: #4697d2
}

.form2-btn {
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px
}

@media (max-width:767px) {
  .form2 .col-sm-9 {
    text-align: center
  }
  .form2 .mbkl,
  .form2 .mbl {
    text-align: left
  }
  .form2 .mbl {
    display: inline-block
  }
  .form2 .bk,
  .form2 .mbkl {
    display: block
  }
  .form2-top_title {
    font-size: 16px
  }
  .form2-end h3 span,
  .form2-end p {
    font-size: 18px
  }
  .form2 .number_main {
    margin: 15px 0
  }
  .form2-end h3 {
    margin-bottom: 15px
  }
  .form2-end p {
    margin-bottom: 11px
  }
  .form2-end p span {
    font-size: 24px
  }
  .form2-btnwp .index_btn {
    font-size: 14px
  }
}

.project-col,
.step2-ps,
.step2-title,
.step2-title p {
  text-align: center
}

.step2-title {
  margin-bottom: 30px
}

.step2-title p {
  font-size: 24px;
  color: #4697d2
}

.step2-title span {
  font-size: 18px
}

.step2-ps {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none
}

.step2-ps li {
  display: inline-block;
  margin: 0 5%
}

.step2-ps li span {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.step2-ps li .blue {
  background: #4797d2
}

.step2-ps li .bc {
  background: #bcbcbc
}

.step2-ps li .red {
  background: #ce6875
}

.step2 .date_body .date_title {
  background: #ebebeb;
  padding: 18px 60px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden
}

.step2 .date_body .date_title:before {
  content: '';
  position: absolute;
  background: #ce6876;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px
}

.step2 .date_body .date_time {
  padding: 20px 15px
}

.step2 .date_body-right {
  float: right
}

.step2 .date_body .ul_time {
  padding-left: 0;
  list-style: none
}

.step2 .date_body .ul_time li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
  background: #4797d2
}

.step2 .date_body .ul_time li.active {
  background: #ce6876
}

.step2 .date_body .ul_time li.no {
  background: #bdbdbd;
  cursor: auto
}

@media (max-width:767px) {
  .step2 .date_body-right {
    margin-bottom: 30px;
    float: none
  }
  .step2-ps,
  .step2-title {
    margin-bottom: 20px;
    text-align: center
  }
  .step2-title p {
    font-size: 18px
  }
  .step2-title span {
    font-size: 16px
  }
  .step2-ps {
    padding-left: 0;
    list-style: none
  }
  .step2-ps li {
    display: inline-block;
    margin: 0 1%
  }
  .step2-ps li span {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
  }
  .step2 .date_body .date_title {
    background: #ebebeb;
    padding: 15px 25px
  }
  .step2 .date_body .date_time {
    padding: 20px 15px;
    text-align: center
  }
  .step2 .date_body .date_time .col-sm-2 {
    margin-bottom: 15px
  }
}

.tenement_map [class^=ab_img-] img,
.tenement_map img {
  width: 100%;
  display: block
}

.activity_cont .activity_left,
.activity_cont .activity_right,
.breadcrumb li {
  float: left
}

.mt30 {
  margin-top: 30px
}

.tenement_map {
  max-width: 907px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative
}

.tenement_map [class^=ab_img-] {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  bottom: 15px;
  z-index: -1;
  opacity: 0;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.tenement_map [class^=ab_img-].show {
  z-index: 1;
  opacity: 1
}

.tenement_map .ab {
  position: absolute;
  cursor: pointer;
  z-index: 2
}

.tenement_map .ab.ab1 {
  padding-top: 6%;
  width: 13%;
  top: 17%;
  left: 20%
}

.tenement_map .ab.ab2 {
  padding-top: 12%;
  width: 17%;
  top: 25%;
  left: 39%
}

.tenement_map .ab.ab3 {
  padding-top: 12%;
  width: 15%;
  top: 25%;
  left: 60%
}

.tenement_map .ab.ab4 {
  padding-top: 18%;
  width: 28%;
  top: 50%;
  left: 51%
}

.tenement_map .ab.ab5 {
  padding-top: 6%;
  width: 25%;
  top: 81%;
  left: 50%
}

.tenement_map .ab.ab6 {
  padding-top: 16%;
  width: 12%;
  top: 54%;
  left: 34%
}

.tenement_map .ab.ab7 {
  padding-top: 14%;
  width: 10%;
  top: 46%;
  left: 22%
}

.project {
  padding: 15px 0
}

.project a {
  display: block;
  margin-bottom: 25px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  padding: 12px 5px;
  font-size: 18px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.project a:hover {
  background: #00a0e9;
  color: #fff
}

.project-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.project-col {
  padding: 0 10px;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.project-col img {
  max-width: 100%;
  display: block;
  padding: 35px 45px 55px;
}

@media (max-width:767px) {
  .project a {
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 8px;
  }
  .project-col img {
    padding: 15px;
  }
  .project-img {
    margin-bottom: 15px;
  }
  .project-img img {
    max-width: 100%;
    /*max-width: 362px;*/
    margin: 0 auto;
    padding: unset;
  }
  .project .order-mb-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
  }
  .project .order-mb-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
  }
  .project .order-mb-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
  }
  .project-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .main_map {
    margin-bottom: 0px;
  }
  .main_form {
    padding: 15px;
  }
  .main_form-left-title {
    padding: 0px 10px 10px;
  }
  .main_form-left ul li {
    padding: 5px 15px;
  }
  .main_form form .form-group {
    border: none;
    padding: 5px 0px 10px;
    margin-bottom: 0px;
  }

  .main_form .form-group p {
    padding-top: 7px;
  }
  #form_memberinfo .form-group {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.breadcrumb {
  padding: 0;
  background: #D4D4D4;
  list-style: none;
  overflow: hidden;
  margin-top: 20px
}

.breadcrumb>li+li:before {
  padding: 0
}

.breadcrumb li.active a {
  background: #ffc107
}

.breadcrumb li.completed a {
  background: #3bc989
}

.breadcrumb li.active a:after {
  border-left: 30px solid #ffc107
}

.breadcrumb li.completed a:after {
  border-left: 30px solid #3bc989
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left
}

.breadcrumb li a:after,
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%
}

.breadcrumb li a:after {
  border-left: 30px solid #d4d4d4;
  z-index: 2
}

.breadcrumb li a:before {
  border-left: 30px solid #fff;
  margin-left: 1px;
  z-index: 1
}

.breadcrumb li:first-child a {
  padding-left: 15px
}

.breadcrumb li a:hover {
  background: #ffc107
}

.breadcrumb li a:hover:after {
  border-left-color: #ffc107 !important
}

.w-100 {
  width: 100% !important;
}

@media (max-width:767px) {
  .service-btn {
    max-width: 60vw;
    margin: auto;
    display: block;
  }
}