@charset "UTF-8";
.navbar-normal .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-normal .nav > li {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; } }

@media (min-width: 768px) {
  .navbar-normal .nav-icon {
    display: none; } }

.navbar-auto .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-auto .nav > li {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none; } }

@media (min-width: 576px) {
  .navbar-collapse.collapse:not(.show) {
    display: block; } }

@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: none; } }

.navbar-toggle {
  color: #FFF;
  display: block;
  width: 40px;
  height: 38px;
  padding: 4px 0; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .bar {
    display: block;
    width: 22px;
    height: 0;
    border-top: 2px solid;
    margin: 6px auto;
    position: relative;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }
  .navbar-toggle:not(.collapsed) .bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  .navbar-toggle:not(.collapsed) .bar:nth-child(2) {
    opacity: 0; }
  .navbar-toggle:not(.collapsed) .bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }

@media (min-width: 768px) {
  .navbar-right .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.dropdown-box {
  display: none; }

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #FFF;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35); }
    .dropdown-box li {
      border: 0 !important; }
    .dropdown-box a {
      padding: 7px 15px;
      text-decoration: none; }
  .dropdown:hover .dropdown-box {
    opacity: 1;
    visibility: visible; } }

.header-v1 a {
  text-decoration: none !important; }

@media (max-width: 767.98px) {
  .header-v1 .logo {
    margin-bottom: 20px; } }

.header-v1 .logo h1 {
  font-size: 32px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
  width: 33%;
  vertical-align: middle; }
  @media (max-width: 991.98px) {
    .header-v1 .logo h1 {
      width: initial;
      vertical-align: initial; } }
  .header-v1 .logo h1 a img {
    width: 100%;
    max-width: 100%; }

.header-v1 .logo a {
  color: #222; }

.header-v1 .logo .dd-caption {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 991.98px) {
    .header-v1 .logo .dd-caption {
      display: none;
      vertical-align: initial; } }
  .header-v1 .logo .dd-caption h5 {
    font-size: 24px;
    color: #686868; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-v1 .logo .dd-caption h5 {
        font-size: 20px; } }
  .header-v1 .logo .dd-caption p {
    margin-bottom: 0;
    color: #6d6d6d; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-v1 .logo .dd-caption p {
        font-size: 12px; } }

.header-v1 .top {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 767.98px) {
    .header-v1 .top {
      border-bottom: 0;
      padding-bottom: 0; } }

.header-v1 .hotline {
  text-align: right;
  font-size: 20px; }
  .header-v1 .hotline a {
    color: #414141;
    line-height: 1.4em; }
    @media (max-width: 767.98px) {
      .header-v1 .hotline a {
        line-height: 2em; } }
    .header-v1 .hotline a span {
      font-size: 26px;
      color: #545454; }
      .header-v1 .hotline a span.big-phone {
        color: #1d95d4;
        font-family: 'Impact';
        font-size: 32px; }
        @media (max-width: 767.98px) {
          .header-v1 .hotline a span.big-phone {
            font-size: 24px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header-v1 .hotline {
      font-size: 16px; }
      .header-v1 .hotline a {
        line-height: 1.5em; }
        .header-v1 .hotline a span {
          font-size: 26px; }
          .header-v1 .hotline a span.big-phone {
            font-size: 28px; } }

.header-v1 .dropdown-box > li > a {
  color: #333;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  border-bottom: 1px solid #dddddd; }

.header-v1 .dropdown-box > li:last-child a {
  border-bottom: none; }

.header-v1 .dropdown-box > li:hover a {
  background-color: #1d95d4;
  color: #fff; }

@media (max-width: 991.98px) {
  .header-v1 .logo h1 {
    font-size: 22px; }
  .header-v1 .hotline {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .header-v1 .logo {
    text-align: center; }
  .header-v1 .hotline {
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 575.98px) {
  .header-v1 .logo h1 {
    font-size: 20px; } }

@media (max-width: 767.98px) {
  .nav-header-v1 {
    display: none !important; } }

@media (max-width: 991.98px) {
  .nav-header-v1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; } }

.nav-header-v1 > li {
  position: relative; }
  @media (max-width: 991.98px) {
    .nav-header-v1 > li {
      width: 25%;
      max-width: 25% !important;
      -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
      .nav-header-v1 > li:nth-child(4n) {
        border-right: 0; } }
  .nav-header-v1 > li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 1px solid transparent;
    border-width: 0 10px 10px;
    border-bottom-color: #d0d0d0;
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .nav-header-v1 > li > a {
    padding: 12px 15px;
    text-align: center;
    color: #333333;
    text-decoration: none; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .nav-header-v1 > li > a {
        padding: 12px 0px; } }
    @media (max-width: 991.98px) {
      .nav-header-v1 > li > a {
        padding: 10px; } }
  @media (max-width: 991.98px) {
    .nav-header-v1 > li:hover, .nav-header-v1 > li.active {
      background-color: #1d95d4; }
      .nav-header-v1 > li:hover > a, .nav-header-v1 > li.active > a {
        color: #ffffff; } }
  @media (min-width: 992px) {
    .nav-header-v1 > li:hover:after, .nav-header-v1 > li.active:after {
      visibility: visible;
      opacity: 1;
      border-bottom-color: #1d95d4; } 
      .nav-header-v1 > li:hover>a, .nav-header-v1 > li.active>a {
      background-color: #eaeaea; }
    }

@media (max-width: 1199px) {
  .nav-header-v1 > li.dropdown .dropdown-box {
    display: none; } }

@media (max-width: 767.98px) {
  [data-nav="9"] .container {
    max-width: 100%;
    padding: 0; }
  [data-nav="9"] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #1775a7;
    border-right: 1px solid #1775a7;
    font-size: 14px; }
    [data-nav="9"] .nav li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%;
      border: 1px solid #1775a7;
      border-top: 0;
      border-right: 0; }
  [data-nav="9"] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px; }
  [data-nav="9"] .nav-title {
    opacity: 0.75; } }

.navbar-holder, .hotline-holder {
  display: none; }

.affix + .navbar-holder, .affix + .hotline-holder {
  display: block; }

.footer-v1 {
  background-color: black;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  color: #fff; }
  @media (max-width: 991.98px) {
    .footer-v1 {
      padding: 30px 0; } }
  .footer-v1 h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .footer-v1 h4 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 25px; } }
  @media (min-width: 768px) {
    .footer-v1:before, .footer-v1:after {
      position: absolute;
      content: "";
      display: block;
      z-index: 1;
      height: 100%;
      top: 0; }
    .footer-v1:before {
      width: 55%;
      left: 0;
      background-image: url(../img/footer-bg.jpg);
      opacity: .35;
      background-size: cover;
      background-position: left center; }
    .footer-v1:after {
      background-color: black;
      width: 30%;
      height: 230%;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      left: 50%;
      margin-left: -150px;
      top: -15%;
      z-index: 2; } }
  .footer-v1 .container {
    position: relative;
    z-index: 3; }
  .footer-v1 .ft-logo {
    margin-left: -10px; }
    .footer-v1 .ft-logo img {
      width: 80%; }
  .footer-v1 .footer-info {
    color: #FFF;
    padding-right: 50px;
    margin-top: 15px; }
    .footer-v1 .footer-info p {
      line-height: 1.75; }
  .footer-v1 .nav-footer-social > li {
    display: inline-block;
    margin-right: 15px; }
  .footer-v1 .nav-footer-social > li > a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFF;
    color: black;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease; }
    .footer-v1 .nav-footer-social > li > a:hover {
      color: #FFF;
      background-color: #01070a; }
  .footer-v1 .nav-footer-link > li > a {
    color: #FFF;
    display: block;
    padding: 3px 0;
    text-decoration: none;
    text-transform: capitalize; }
    .footer-v1 .nav-footer-link > li > a:hover {
      color: #3face5; }
    @media (max-width: 991.98px) {
      .footer-v1 .nav-footer-link > li > a {
        font-size: 13px; } }

.wx-qrcode {
  width: 130px;
  height: 130px; }

/*
 *  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.btn-js-select, .js-select.form-control:not(.btn-group) {
  background-color: inherit;
  color: inherit;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  padding-right: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn-js-select:focus, .js-select.form-control:not(.btn-group):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }

.js-select {
  position: relative; }
  .js-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .js-select > .dropdown-toggle.bs-placeholder {
      color: #999; }
      .js-select > .dropdown-toggle.bs-placeholder:hover, .js-select > .dropdown-toggle.bs-placeholder:focus, .js-select > .dropdown-toggle.bs-placeholder:active {
        color: #999; }
  .js-select > select {
    display: none; }

.js-select.mobile-false > select {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: 2; }

.has-error .js-select .dropdown-toggle, .error .js-select .dropdown-toggle {
  border-color: #dc3545; }

.js-select.fit-width {
  width: auto !important; }

.js-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.js-select.form-control.btn-group {
  margin-bottom: 0;
  padding: 0;
  border: 0; }
  .js-select.form-control.btn-group:not([class*="col-"]) {
    width: 100%; }
  .js-select.form-control.btn-group.input-group-btn {
    z-index: auto; }
    .js-select.form-control.btn-group.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.js-select.btn-group:not(.input-group-btn), .js-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.js-select.btn-group.dropdown-menu-right, .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.row .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .js-select.btn-group, .form-horizontal .js-select.btn-group, .form-group .js-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .js-select.btn-group.form-control, .form-group-sm .js-select.btn-group.form-control {
  padding: 0; }

.form-group-lg .js-select.btn-group.form-control .dropdown-toggle, .form-group-sm .js-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.form-inline .js-select.btn-group .form-control {
  width: 100%; }

.js-select .dropdown-toggle:after {
  display: none; }

.js-select.btn-group.disabled {
  cursor: not-allowed; }
  .js-select.btn-group.disabled:focus {
    outline: none !important; }

.js-select.btn-group > .disabled {
  cursor: not-allowed; }

.js-select.btn-group > .disabled:focus {
  outline: none !important; }

.js-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .js-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.js-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.js-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.js-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .js-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .js-select.btn-group .dropdown-menu li {
    position: relative; }
    .js-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .js-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .js-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .js-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .js-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .js-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .js-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .js-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.js-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.js-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.js-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.js-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.js-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.dropdown-menu.inner {
  display: block; }
  .dropdown-menu.inner a {
    display: block;
    padding: 0.25em 0.75em;
    color: #444;
    outline: 0; }
    .dropdown-menu.inner a:hover {
      background-color: #f5f5f5; }
  .dropdown-menu.inner .selected a {
    background-color: #f5f5f5;
    color: #1d95d4; }

.js-select-searching li a {
  display: none !important; }

.js-select-searching li.no-results a {
  display: block; }

.js-select-loader {
  position: relative; }
  .js-select-loader .spinner {
    position: absolute;
    bottom: 0.375rem;
    right: 0.5rem;
    background-color: #ffffff;
    z-index: 99; }

.ajax-load-container {
  text-align: center;
  display: none; }
  .ajax-loading .ajax-load-container, .ajax-complete .ajax-load-container {
    display: block; }

.ajax-loading .ajax-load-btn-txt, .ajax-complete .ajax-load-btn-txt {
  display: none; }

.ajax-spinner {
  border: 3px solid #197fb5;
  border-top: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  -webkit-animation: loader-spin 1.2s linear infinite;
  animation: loader-spin 1.2s linear infinite; }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.masonry-item img {
  -webkit-transition: all .35s ease !important;
  -o-transition: all .35s ease !important;
  transition: all .35s ease !important;
  opacity: 1; }

.masonry-lazy-error {
  height: 120px;
  position: relative;
  background-color: #ddd; }
  .masonry-lazy-error:before {
    width: 30px;
    height: 30px;
    content: "×";
    display: block;
    border: 2px solid;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #dc3545;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    opacity: .5; }
  .masonry-lazy-error img {
    opacity: 0; }

.masonry-lazy-loading {
  position: relative;
  height: 120px;
  overflow: hidden; }
  .masonry-lazy-loading:before, .masonry-lazy-loading:after {
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    border: 3px solid transparent;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-color: #1d95d4;
    border-radius: 50%;
    -webkit-animation: spinner 1s infinite ease;
    animation: spinner 1s infinite ease; }
  .masonry-lazy-loading:after {
    border-left-color: #1d95d4;
    -webkit-animation: spinner2 1s infinite linear;
    animation: spinner2 1s infinite linear;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
  .masonry-lazy-loading img {
    opacity: 0; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg); } }

@keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg); } }

/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray; }
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    -o-transition: filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s; }
    .grayscale.grayscale-fade:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none; }
    .grayscale.grayscale-replaced > svg {
      -webkit-transition: opacity .5s ease;
      -o-transition: opacity .5s ease;
      transition: opacity .5s ease;
      opacity: 1; }
    .grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
      opacity: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  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"); }

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }

.dropdown-box {
  list-style: none;
  padding: 0;
  margin: 0; }

button {
  outline: 0 !important; }

.container {
  max-width: 100%; }

.zoom img {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s; }

.zoom:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.bg-main {
  position: relative;
  background-image: url("../img/0000-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat; }
  @media (min-width: 1366px) {
    .bg-main {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 1366px;
  width: 100%; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .wrap {
      max-width: 1326px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .wrap {
      width: 960px; } }
  @media (max-width: 991.98px) {
    .wrap {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.copyright {
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #363636;
  text-align: center; }
  .copyright span {
    padding: 0 5px;
    display: inline-block; }
    .copyright span:last-child {
      margin-right: 0; }
  .copyright a {
    text-decoration: none;
    color: #aaa;
    display: inline-block; }
    .copyright a:hover {
      color: #1d95d4; }

.foot-menu {
  display: none; }
  @media (max-width: 767.98px) {
    .foot-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.7);
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0; }
      .foot-menu-item {
        width: 25%;
        padding: 15px 0; }
      .foot-menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        text-decoration: none; }
        .foot-menu-link:hover {
          text-decoration: none;
          color: #3face5; }
        .foot-menu-link i {
          font-size: 22px;
          line-height: 22px; }
        .foot-menu-link span {
          margin-left: 5px;
          font-size: 16px; } }

.mo-logo {
  visibility: hidden;
  display: none;
  width: 28%; }
  .mo-logo h1 {
    margin-bottom: 0; }
  .mo-logo img {
    width: 100%;
    max-width: 100%; }

@media (max-width: 767.98px) {
  .hotline.affix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
    .hotline.affix .mo-logo {
      visibility: visible;
      display: inline-block; }
    .hotline.affix .phone-num {
      display: none !important; } }

.logo-affix {
  display: none; }

@media (min-width: 992px) {
  .dd-header-v1 {
    border-bottom: 1px solid #efefef; } }

@media (min-width: 576px) {
  .dd-header-v1.affix {
    position: fixed;
    top: 0;
    width: inherit;
    max-width: inherit;
    z-index: 1000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 576px) and (min-width: 992px) {
    .dd-header-v1.affix li a {
      padding-top: 15px;
      padding-bottom: 15px; } }

.dd-owl {
  position: relative; }
  .dd-owl .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff; }
    .dd-owl .item:before {
      content: '';
      padding-top: 48.46266%;
      display: block; }
  .dd-owl .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0; }
    .dd-owl .owl-dots button {
      border: 0;
      background: none; }
      .dd-owl .owl-dots button span {
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 30px;
        background-color: #ffffff;
        -webkit-transition: all .35s esae;
        -o-transition: all .35s esae;
        transition: all .35s esae; }
      .dd-owl .owl-dots button.active span {
        background-color: #1d95d4; }

.dd-main-title {
  background-color: #d0d0d0;
  padding: 20px 15px; }
  .dd-main-title h4 {
    margin-bottom: 20px; }
    .dd-main-title h4 a {
      color: #000000;
      text-decoration: none; }
      .dd-main-title h4 a span {
        font-size: 32px; }
      @media (max-width: 1199.98px) {
        .dd-main-title h4 a {
          font-size: 16px; }
          .dd-main-title h4 a span {
            font-size: 22px; } }
  .dd-main-title p {
    margin-bottom: 0;
    color: #333333;
    font-size: 14px; }
    @media (max-width: 1199.98px) {
      .dd-main-title p {
        font-size: 12px; } }

.dd-ft {
  cursor: default;
  color: #aaa;
  padding-top: 20px;
  background-color: #222222; }
  @media (max-width: 767.98px) {
    .dd-ft {
      padding-bottom: 60px; } }

.dd-ft-col-1 {
  position: relative; }
  @media (max-width: 767.98px) {
    .dd-ft-col-1 {
      display: block;
      margin-bottom: 15px; }
      .dd-ft-col-1::after {
        display: block;
        clear: both;
        content: ""; }
      .dd-ft-col-1 .logo {
        float: none;
        width: 60%;
        margin: 0 auto 10px;
        display: block; }
        .dd-ft-col-1 .logo img {
          max-width: 100%;
          width: 100%; }
      .dd-ft-col-1 p {
        display: none; } }
  @media (min-width: 768px) {
    .dd-ft-col-1 .logo {
      margin-bottom: 15px; }
    .dd-ft-col-1:before {
      content: '';
      position: absolute;
      top: 25%;
      right: -10px;
      width: 1px;
      height: 150px;
      background-color: #363636; } }

.dd-ft-col-3 .qrcode {
  margin: 0 auto;
  max-width: 110px;
  margin-bottom: 10px; }
  .dd-ft-col-3 .qrcode img {
    width: 100%; }

.dd-ft-col-3 h5 {
  font-size: 12px;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  .dd-ft-col-2 {
    margin-bottom: 15px; } }

.dd-ft-col-2 h5 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  .dd-ft-col-2 h5:before {
    content: "";
    width: 31px;
    height: 3px;
    background-color: #aaaaaa;
    position: absolute;
    bottom: 0; }

.dd-ft-col-2 .text {
  font-size: 14px;
  margin-bottom: 0; }
  .dd-ft-col-2 .text:last-child {
    margin-bottom: 20px; }
  .dd-ft-col-2 .text i {
    margin-right: 7px;
    font-size: 20px; }
  .dd-ft-col-2 .text a {
    display: inline-block;
    text-decoration: none;
    color: #aaa; }
    .dd-ft-col-2 .text a:hover {
      color: #1d95d4; }

.dd-main-list {
  display: block;
  padding: 30px 0 15px; }
  .dd-main-list::after {
    display: block;
    clear: both;
    content: ""; }
  .dd-main-list .img-txt {
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
    background-color: #a2a2a2; }
    .dd-main-list .img-txt a {
      color: #ffffff; }
  .dd-main-list p {
    font-size: 18px; }
    @media (max-width: 1199.98px) {
      .dd-main-list p {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .dd-main-list p {
        font-size: 14px; } }
    .dd-main-list p > a {
      text-decoration: none;
      color: #333333; }
  .dd-main-list.v1 {
    padding-top: 40px; }
    @media (max-width: 1199.98px) {
      .dd-main-list.v1 {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .dd-main-list.v1 .dd-col-md {
          width: 33.333%;
          margin-bottom: 15px; }
          .dd-main-list.v1 .dd-col-md:nth-child(4), .dd-main-list.v1 .dd-col-md:nth-child(5) {
            margin-bottom: 0; } }
    @media (max-width: 1199.98px) and (max-width: 767.98px) {
      .dd-main-list.v1 .dd-col-md {
        width: 100%; }
        .dd-main-list.v1 .dd-col-md:nth-child(4), .dd-main-list.v1 .dd-col-md:nth-child(5) {
          margin-bottom: 15px; } }
  .dd-main-list.v2 {
    background-color: #f0f0f0; }
  .dd-main-list.v3 {
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      .dd-main-list.v3 {
        padding-bottom: 20px; } }

.dd-txt-l {
  margin-bottom: 0;
  padding: 10px 0; }
  @media (max-width: 767.98px) {
    .dd-txt-l {
      margin-bottom: 15px; } }
  .dd-txt-l a {
    color: #333333;
    text-decoration: none; }

@media (max-width: 767.98px) {
  .dd-txt-center {
    margin-bottom: 30px; } }

.dd-txt-center a {
  text-decoration: none;
  color: #333333; }

.dd-col-md {
  display: inline-block;
  float: left;
  padding: 0 15px;
  width: 20%; }

.dd-renggli-item {
  border: 10px solid #ffffff;
  display: block; }
  .dd-renggli-item .ratio {
    border: 1px solid transparent; }
  .dd-renggli-item.v2 {
    border-color: #f8f8f8; }

.dd-page {
  margin-bottom: 30px; }
  .dd-page .page-item {
    margin: 0 5px; }
    .dd-page .page-item:first-child a, .dd-page .page-item:last-child a {
      background: none; }
    .dd-page .page-item a {
      border-radius: 5px;
      padding: .4rem .8rem;
      border: 0;
      background-color: #f8f8f8;
      color: #999999;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      text-decoration: none; }
      .dd-page .page-item a:hover {
        color: #ffffff;
        background-color: #a2a2a2; }
      @media (max-width: 767.98px) {
        .dd-page .page-item a {
          font-size: 12px; } }
    .dd-page .page-item.active a {
      color: #ffffff;
      background-color: #a2a2a2; }
  @media (max-width: 767.98px) {
    .dd-page .pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .dd-page .pagination .page-item {
        margin-bottom: 10px; } }

.dd-btn-fw {
  width: 100%; }

.dd-company-inf h4 {
  margin-bottom: 20px; }

.dd-company-inf p {
  margin-bottom: 10px; }
  .dd-company-inf p a {
    text-decoration: none;
    color: #333333;
    font-size: 14px; }
    .dd-company-inf p a:hover {
      color: #1d95d4; }

.dd-toggle {
  display: none; }
  @media (max-width: 767.98px) {
    .dd-toggle {
      width: 40px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .dd-toggle .icon-span {
        height: 2px;
        margin: 2px 0;
        display: block;
        background-color: #1d95d4;
        width: 22px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
      .dd-toggle.active .icon-span {
        opacity: 0; }
        .dd-toggle.active .icon-span:nth-child(1) {
          -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
          opacity: 1; }
        .dd-toggle.active .icon-span:nth-child(3) {
          -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
          opacity: 1; } }

.page-title {
  background-color: #f7f7f7;
  padding: 30px 10px;
  margin-bottom: 30px; }
  .page-title h3 {
    text-align: center;
    color: #888888; }
    @media (max-width: 991.98px) {
      .page-title h3 {
        font-size: 1.5rem; } }

.inf-top {
  margin-bottom: 15px; }
  .inf-top a {
    margin-right: 15px;
    color: #888888;
    text-decoration: none;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 991.98px) {
      .inf-top a {
        max-width: 100px;
        font-size: 12px;
        display: inline-block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .inf-top a i {
      margin-right: 3px; }
    .inf-top a:hover {
      color: #1d95d4; }

.item-inf {
  padding: 20px 0 40px; }
  @media (max-width: 767.98px) {
    .item-inf {
      padding: 20px 0; } }

.item-name {
  margin-bottom: 15px; }
  .item-name a {
    color: #333333;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    text-decoration: none; }
    .item-name a:hover {
      color: #1d95d4; }

.item-cap {
  color: #666666;
  font-size: 14px; }

.top-status {
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 60px; }
  .top-status::after {
    display: block;
    clear: both;
    content: ""; }
  .top-status .inf-top {
    display: inline-block;
    margin-bottom: 0;
    float: left; }
    @media (max-width: 991.98px) {
      .top-status .inf-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none; } }
    .top-status .inf-top a {
      margin-right: 15px;
      color: #888888;
      text-decoration: none;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s; }
      @media (max-width: 991.98px) {
        .top-status .inf-top a {
          max-width: 100px;
          font-size: 12px;
          display: inline-block;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      .top-status .inf-top a i {
        margin-right: 3px; }
      .top-status .inf-top a:hover {
        color: #1d95d4; }
    .top-status .inf-top span {
      margin-right: 15px;
      color: #888888; }
  .top-status .like {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #888888; }
    .top-status .like a {
      color: #888888;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      text-decoration: none; }
      .top-status .like a:hover {
        color: #1d95d4; }

.block-it-detail {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .block-it-detail {
      margin-bottom: 30px; } }
  .block-it-detail .detail-img {

    margin: 0 auto;

    text-align: center;
    margin-bottom: 45px; }
    @media (max-width: 767.98px) {
      .block-it-detail .detail-img {
        width: 100%; } }
    .block-it-detail .detail-img img {
 
      max-width: 100%; }
    .block-it-detail .detail-img p {
      margin-bottom: 0;
      padding: 15px 0 5px;
      color: #888888; }
  .block-it-detail .detail-cap {
    padding: 0 20px 30px;
    border-bottom: 1px solid #eaeaea; }
    @media (max-width: 767.98px) {
      .block-it-detail .detail-cap {
        padding: 0 0 15px; } }
    .block-it-detail .detail-cap p {
      text-indent: 2em;
      font-size: 14px; }

.jiejing-img {
  border: 10px solid #f7f7f7;
  display: block; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .jiejing-img {
      width: 70%;
      margin: 0 auto 20px; } }
  @media (max-width: 767.98px) {
    .jiejing-img {
      margin-bottom: 20px; } }
  .jiejing-img img {
    width: 100%;
    max-width: 100%; }

.jiejing-txt-block {
  margin-bottom: 35px; }
  .jiejing-txt-block:last-child {
    margin-bottom: 0; }
  .jiejing-txt-block h4 {
    margin-bottom: 20px; }
    .jiejing-txt-block h4 a {
      text-decoration: none;
      color: #333333; }
  .jiejing-txt-block p {
    margin-bottom: 0;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .jiejing-txt-block p {
        line-height: 2; } }

.block-jiejing {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  .jiejing-block-list {
    margin-bottom: 30px; } }

.jiejing-block-list .dd-txt-center {
  margin-bottom: 50px; }
  .jiejing-block-list .dd-txt-center p {
    margin-bottom: 20px; }
    .jiejing-block-list .dd-txt-center p a {
      font-size: 24px; }
  .jiejing-block-list .dd-txt-center .dd-renggli-item {
    border-color: #f8f8f8; }

.block-chanpin-list .dd-txt-l {
  position: relative; }
  @media (max-width: 767.98px) {
    .block-chanpin-list .dd-txt-l {
      padding: 10px;
      margin-bottom: 0; } }
  .block-chanpin-list .dd-txt-l a.name {
    font-size: 18px;
    margin-right: 60px;
    display: block; }
    @media (max-width: 991.98px) {
      .block-chanpin-list .dd-txt-l a.name {
        font-size: 16px; } }
  .block-chanpin-list .dd-txt-l a.heart {
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 16px;
    margin-top: -8px;
    color: #888888;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 767.98px) {
      .block-chanpin-list .dd-txt-l a.heart {
        right: 10px; } }
    .block-chanpin-list .dd-txt-l a.heart i {
      margin-right: 5px; }
    .block-chanpin-list .dd-txt-l a.heart:hover {
      color: #1d95d4; }

.feedback {
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .feedback {
      padding: 15px 0 30px; } }

#imgyzm {
  height: 38px;
  border: 1px solid #ced4da;
  width: 100%;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .dd-form-v1 {
    margin-bottom: 30px; } }

.dd-form-v1 label {
  display: none; }

.dd-form-v1 input, .dd-form-v1 textarea {
  background-color: #f7f7f7; }
  .dd-form-v1 input::-webkit-input-placeholder, .dd-form-v1 textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #888888; }
  .dd-form-v1 input:-ms-input-placeholder, .dd-form-v1 textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #888888; }
  .dd-form-v1 input::-ms-input-placeholder, .dd-form-v1 textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #888888; }
  .dd-form-v1 input::placeholder, .dd-form-v1 textarea::placeholder {
    font-size: 14px;
    color: #888888; }
  .dd-form-v1 input:focus, .dd-form-v1 textarea:focus {
    background-color: #f7f7f7; }

.dd-form-v1 textarea {
  height: 10em; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .dd-form-v1 textarea {
      height: 5em; } }

@media (max-width: 991.98px) {
  .dd-form-v1 .input-group-v2 .input-group-append {
    width: 35%; } }

#map {
  display: block; }
  #map:before {
    content: '';
    display: block;
    padding-top: 25%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #map:before {
        padding-top: 40%; } }
    @media (max-width: 767.98px) {
      #map:before {
        padding-top: 80%; } }

.mo-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .mo-menu .black-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .mo-menu .nav-header-vm {
    display: block;
    width: 200px;
    height: 100%;
    background-color: #f7f7f7;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow-x: auto; }
  .mo-menu.active {
    opacity: 1;
    visibility: visible; }
    .mo-menu.active .nav-header-vm {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .mo-menu .nav-header-vm > li {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 10px;
    -webkit-transition: background .35s;
    -o-transition: background .35s;
    transition: background .35s; }
    .mo-menu .nav-header-vm > li > a {
      width: 100%;
      color: #333333;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s; }
    .mo-menu .nav-header-vm > li.active, .mo-menu .nav-header-vm > li.dropdown-active {
      background-color: #1d95d4; }
      .mo-menu .nav-header-vm > li.active > a, .mo-menu .nav-header-vm > li.dropdown-active > a {
        color: #ffffff; }
      .mo-menu .nav-header-vm > li.active .nav-open-sub, .mo-menu .nav-header-vm > li.dropdown-active .nav-open-sub {
        color: #ffffff; }
    .mo-menu .nav-header-vm > li.dropdown > a {
      width: calc( 100% - 30px); }
    .mo-menu .nav-header-vm > li .nav-open-sub {
      color: #333333;
      background: none;
      border: 0;
      width: 24px;
      text-align: center;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      margin-right: -12px;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s; }
    .mo-menu .nav-header-vm > li.dropdown-active {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mo-menu .nav-header-vm > li.dropdown-active .dropdown-box {
        display: block;
        width: calc( 100% + 30px);
        margin: 10px -15px -10px; }
        .mo-menu .nav-header-vm > li.dropdown-active .dropdown-box li {
          padding: 10px 10px 0; }
          .mo-menu .nav-header-vm > li.dropdown-active .dropdown-box li:last-child {
            padding-bottom: 10px; }
  .mo-menu .dropdown-box {
    background-color: #ffffff;
    height: auto; }
    .mo-menu .dropdown-box > li > a {
      border-bottom: 0;
      padding: 10px; }

/*# sourceMappingURL=style.css.map */