﻿.banner-support .banner {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

a.support-banner {
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

a.support-banner > img {
  width: 100%;
}

a.support-banner:hover {
  z-index: 2;
}

a.support-banner > img {
  -webkit-transition: -webkit-box-shadow 0.3s linear, background 0.3s ease;
  transition: box-shadow 0.3s linear, background 0.3s ease;
}

a.support-banner:hover > img {
  -webkit-box-shadow: 2.939px 4.045px 9px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 2.939px 4.045px 9px 0px rgba(0, 0, 0, 0.32);
}

.box-support {
  padding-top: 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}

#check_s_bar {
  display: none;
}

.check-label {
  display: none;
}

.box-support .tab-bar {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  border-bottom: 0;
}

.box-support .tab-bar > li {
  display: inline-block;
  height: 50px;
  padding-right: 40px;
}

.box-support .tab-bar > li > a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
}

.box-support .tab-bar > li.active > a {
  color: #f44336;
  border-bottom: 3px solid #f44336;
  margin-bottom: -2px;
  pointer-events: none;
}

.box-support .tab-bar > li > a:hover {
  color: #f44336;
  text-decoration: none;
}

.box-service {
  padding: 0;
  margin: 0 0 20px;
}

.box-service .tab-bar {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  background: #eee;
  border-bottom: 0;
}

.box-service .tab-bar > li {
  position: relative;
  display: inline-block;
  float: left;
  height: 50px;
  background: #eee;
  padding: 0;
}

.box-service .tab-bar > li > a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}

.box-service .tab-bar > li.active > a {
  color: #fff;
  background: #f44336;
  border-bottom: none;
}

.box-service .tab-bar > li.active:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #f44336;
}

.box-service .tab-bar > li > a:hover {
  color: #f44336;
}

.box-service .tab-bar > li.active > a:hover {
  color: #fff;
}

.faqs_list .faqs_check {
  display: none;
}

.faqs_label {
  display: block;
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -1px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

.faqs_content {
  display: none;
  padding: 10px 25px 20px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #fff;
  margin-top: -1px;
}

.faqs_list .faqs_check:checked ~ .faqs_content {
  display: block;
}

.content img {
  max-width: 100%;
}

.product-header {
  font-size: 26px;
}

.box-solution {
  display: block;
  background: transparent;
}

.list-solution {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  counter-reset: section;
  list-style: none;
  padding: 0;
}

.list-solution > li {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  clear: both;
}

.list-solution > li:after {
  content: "";
  display: table;
  clear: both;
}

.list-solution .media {
  position: absolute;
  width: 200px;
  text-align: center;
  max-height: 120px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-solution .media > img {
  max-width: 100%;
  max-height: 120px;
}

.list-solution .list-item {
  word-wrap: break-word;
  display: block;
  padding: 30px 0;
  margin-left: 210px;
}

.list-solution .item-title {
  font-size: 18px;
  display: block;
  margin-top: 4px;
  margin-bottom: 7px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-solution a.item-title:hover {
  color: #f44336;
}

.list-solution .item-content {
  color: #555555;
  height: 66px;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
}

.list-solution .item-more {
  font-size: 14px;
  line-height: 22px;
}

.poster {
  display: block;
  text-align: center;
  position: relative;
}

.poster-text {
  max-width: 320px;
  margin: 0 auto;
}

.poster-text > h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

.poster-text > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.poster-hr {
  margin: 70px 0;
}

.poster-lg > .poster-text {
  max-width: 1040px;
}

.poster-lg > .poster-text > h3 {
  font-size: 36px;
}

.poster-lg > .poster-text > p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.poster-media {
  position: relative;
  margin-top: 60px;
  margin-bottom: 5px;
}

.poster-media > img {
  max-width: 100%;
}

.poster-btn {
  background: #f44336;
  background-image: none;
  color: #fff;
  display: inline-block;
  padding: 6px 0px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 21px;
  width: 156px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  margin: 15px 0;
}

.poster-btn > .icon-downbtn {
  position: absolute;
  right: 4px;
  top: 4px;
}

.poster-btn > .icon-downbtn:before {
  content: url(/images/icon_downbtn.png);
}

.poster-lg .poster-btn > .icon-downbtn:before {
  content: url(/images/icon_downbtn1.png);
}

.poster-lg .poster-btn {
  font-size: 20px;
  width: 218px;
  border: 3px solid #fff;
  margin-top: -31px;
  padding: 12px 0;
  border-radius: 40px;
}

.poster-btn:hover {
  background-image: -webkit-linear-gradient(90deg, #f44336 0%, #d82315 0%, #f74639 100%);
  background-image: -ms-linear-gradient(90deg, #f44336 0%, #d82315 0%, #f74639 100%);
  color: #fff;
}

.location-point {
  margin-top: 35px;
  margin-bottom: 70px;
}

.each-point {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.local-header {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.local-label, .local-info {
  font-size: 15px;
  line-height: 32px;
}

.local-label {
  color: #888888;
  white-space: nowrap;
}

.local-info {
  padding: 0 5px;
}

.local-img {
  padding: 15px 0;
  max-width: 100%;
}

#About_us img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#About_us .content {
  margin-bottom: 60px;
}

#About_us .t-lg {
  font-size: 40px;
  margin-bottom: 30px;
}

#About_us .t-md {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 20px;
}

#About_us .i-detail {
  font-size: 20px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  #About_us .content {
    margin-bottom: 50px;
  }
  #About_us .t-lg {
    font-size: 35px;
    margin-bottom: 25px;
  }
  #About_us .t-md {
    font-size: 30px;
    margin-bottom: 18px;
  }
  #About_us .i-detail {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .faqs_label {
    line-height: 20px;
    font-size: 14px;
  }
  .box-service .tab-bar > li {
    height: 40px;
  }
  .box-service .tab-bar > li > a {
    line-height: 40px;
    font-size: 14px;
    border-bottom: none;
  }
  .location-point {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .local-header {
    font-size: 16px;
    line-height: 24px;
  }
  .local-label, .local-info {
    font-size: 12px;
    line-height: 22px;
  }
  .box-support .tab-bar > li > a {
    display: block;
  }
  .box-support .tab-bar > li {
    padding: 0 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    text-align: center;
    margin-top: -1px;
    display: none;
  }
  .box-support .tab-bar > li.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: -1;
  }
  .box-support #check_s_bar:checked ~ .tab-bar > li.active {
    background: #f5f5f5;
  }
  .box-support #check_s_bar:checked ~ .tab-bar > li {
    display: block;
  }
  .box-support .tab-bar > li > a {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .box-support .tab-bar > li.active > a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .box-support {
    position: relative;
    border-bottom: none;
    padding-top: 40px;
    margin: 20px 15px;
  }
  #check_s_bar:checked ~ .check-label {
    background-position: -40px 0;
  }
  .check-label {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e7e7e7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: url('/images/collapse.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
  }
  .each-point {
    padding-left: 5px;
  }
  .each-point:active {
    background-color: #f5f5f5;
  }
  .point-list {
    margin-bottom: 20px;
  }
  #About_us .content {
    margin-bottom: 40px;
  }
  #About_us .t-lg {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #About_us .t-md {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #About_us .i-detail {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .gm-style .local-img {
    max-width: 100% !important;
  }
  .local-header {
    font-size: 15px;
    line-height: 24px;
  }
  .local-label, .local-info {
    font-size: 12px;
    line-height: 24px;
  }
  .product-header {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .product-card {
    padding: 30px 0px 0;
  }
  #About_us .content {
    margin-bottom: 20px;
  }
  #About_us .t-lg {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #About_us .t-md {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  #About_us .i-detail {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .box-service .tab-bar > li > a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .list-solution .list-item {
    padding: 20px 0;
    margin-left: 0;
  }
  .list-solution .media {
    display: none;
  }
  .list-solution .item-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .list-solution .item-content {
    height: auto;
  }
}

/*# sourceMappingURL=maps/support.css.map */