@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Arial,'Microsoft JhengHei', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 55, 97, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0F3761;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg-img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 0; }

.editor {
  word-break: break-all; }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }

header {
  background-color: #0F3761;
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 74px; }
  header #logo {
    position: relative;
    z-index: 5; }
  header #lang {
    position: absolute;
    right: 12%;
    top: 15px;
    color: #fff;
    z-index: 2;
    font-size: 13px; }
    header #lang li {
      display: inline-block; }
  header .logo-img {
    z-index: 5;
    padding: 10px 0;
    background-color: #0F3761;
    position: absolute;
    padding-left: 10%; }
    header .logo-img:after {
      content: '';
      width: 50px;
      height: 100%;
      background-color: #0F3761;
      border-right: 2px solid #fff;
      -webkit-transform: translateX(30px) skewX(-15deg);
      -ms-transform: translateX(30px) skewX(-15deg);
      transform: translateX(30px) skewX(-15deg);
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
  header .main-nav {
    width: calc(90% - 10px);
    position: absolute;
    right: 0;
    padding: 9px 30% 5px 0;
    background-color: #2F69A5;
    z-index: 1; }
    header .main-nav .menu {
      float: right; }
      header .main-nav .menu li {
        float: left;
        color: #fff;
        padding-right: 12px;
        padding-left: 12px;
        border-right: 1px solid #fff; }
        header .main-nav .menu li:last-child {
          border: none; }
    header .main-nav .no-link {
      color: #ededed; }
  header .product-nav {
    color: #9ECCF9;
    background-color: #0F3761;
    width: calc(90% - 10px);
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 1; }
    header .product-nav .menu {
      float: right;
      padding-right: 26%; }
      header .product-nav .menu > li {
        float: left;
        line-height: 1.3rem; }
        header .product-nav .menu > li.dropdown {
          border-right: 0; }
        header .product-nav .menu > li > a {
          display: block;
          padding: 8px 12px;
          color: #fff; }
          header .product-nav .menu > li > a > span {
            border-right: 1px solid #fff;
            padding-right: 25px; }
        header .product-nav .menu > li > span {
          display: block;
          padding: 11px 12px; }
        header .product-nav .menu > li:last-child > a > span {
          border: none; }
  header .dropdown {
    position: relative; }
  header .sub-menu {
    position: absolute;
    left: -10px;
    background: rgba(221, 221, 221, 0.8);
    width: 200px;
    max-height: 0;
    z-index: 0;
    overflow: hidden;
    min-width: 100%;
    font-size: 15px; }
    header .sub-menu li {
      padding: 10px 15px;
      color: #3F3F3F; }
      header .sub-menu li a {
        display: block; }
    header .sub-menu.active {
      max-height: 500px; }
    header .sub-menu li:hover {
      background: #e51937;
      color: #fff; }

footer {
  color: #fff; }
  footer .container {
    width: 1100px; }
  footer #footer-content {
    background-color: #eee;
    font-size: 13px;
    color: #666; }
  footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #3F3F3F; }
    footer .footer-link > ul {
      width: 17%;
      font-size: 15px; }
      footer .footer-link > ul.products_list {
        width: 40%; }
      footer .footer-link > ul li:first-child {
        font-size: 16px;
        color: #2F69A5;
        font-weight: bold;
        width: 100%; }
    footer .footer-link > div {
      width: 25%; }
  footer .products_list li {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  footer .footer-head {
    font-weight: bold;
    margin-bottom: 15px; }
  footer .footer-contact {
    margin-top: 20px; }
  footer li {
    padding: 4px 0; }
  footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .sns-icon {
    float: left; }
    footer .sns-icon .icon-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .sns-icon .icon-list li {
        width: 39%;
        text-align: center; }
      footer .sns-icon .icon-list .fa {
        font-size: 1.6rem; }
  footer .qr {
    float: left; }
  footer #copyright {
    background-color: #0F3761;
    text-align: center;
    padding: 15px 0;
    font-size: .8rem; }
  footer .information {
    margin-top: 25px; }
    footer .information li {
      padding: 0; }

.p_class {
  font-size: 16px;
  color: #2F69A5;
  font-weight: bold;
  padding-bottom: 4px; }

.visible-rwd {
  display: none; }

#index {
  padding-top: 73px;
  position: relative;
  z-index: 0; }
  #index article {
    padding-bottom: 0; }

.wrap {
  padding-top: 20px;
  padding-bottom: 40px; }

.sub-wrap {
  padding-top: 15px;
  padding-bottom: 15px; }

.banner-slider {
  margin-bottom: 0;
  position: relative;
  z-index: 0; }
  .banner-slider .bg-img {
    padding-top: 29.68%; }

.slick-dots {
  bottom: 18px; }
  .slick-dots li button:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #2F69A5;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #2F69A5;
    background-color: #2F69A5;
    opacity: 1; }

#index-txt {
  background-color: #fff;
  position: relative; }
  #index-txt .txt-inner {
    width: 95%;
    max-width: 640px;
    margin: auto; }
  #index-txt .logo-list {
    position: absolute;
    right: 5%;
    top: 30px; }
    #index-txt .logo-list .img-border {
      background-color: #7F7F7F;
      width: 1px;
      height: 60px;
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    #index-txt .logo-list img {
      vertical-align: middle; }

#topic {
  background-color: #479DB1;
  padding-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 70px; }
  #topic .page-header {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    letter-spacing: .3rem;
    font-family: "Roboto"; }
  #topic img {
    right: 0;
    position: absolute; }
  #topic:after {
    content: '';
    background-image: url(../_img/layout/img_.jpg);
    width: 475px;
    height: 69px;
    position: absolute;
    right: 0;
    background-size: cover; }

#index-product {
  background-image: url(../_img/index/bg.jpg); }
  #index-product p {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #B20000;
    font-size: 29px;
    letter-spacing: 5px;
    line-height: 220%; }
  #index-product .index-product-list {
    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; }
    #index-product .index-product-list li {
      margin-left: 5px;
      margin-right: 5px;
      width: 42%; }
    #index-product .index-product-list a {
      display: inline-block;
      position: relative; }
    #index-product .index-product-list .txt {
      background-color: #000;
      color: #fff;
      padding: 5px 10px;
      position: absolute;
      bottom: 0;
      width: 100%; }

.page-inner {
  position: relative;
  z-index: 200; }
  .page-inner #side-link {
    position: fixed;
    right: 30px;
    top: 54%;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    z-index: 200;
    font-size: 13px; }
    .page-inner #side-link .contact-link {
      background-color: #e51937;
      display: inline-block;
      height: 34px;
      padding: 10px 20px 0; }
  .page-inner #backtotop {
    position: fixed;
    right: 0;
    top: 57%;
    width: 30px;
    background-color: #8f8d8e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 200;
    font-size: 12px;
    padding: 7px 0 5px;
    border-top: 2px solid #fff; }

.page-inner {
  padding-top: 74px; }
  .page-inner #banner {
    position: relative; }
    .page-inner #banner p {
      position: absolute;
      text-align: center;
      color: #fff;
      left: calc(49% - 30px);
      top: calc(50% - 15px);
      font-size: 2rem; }

article {
  padding-bottom: 3rem; }

section {
  padding-top: 20px; }

.mb1r {
  margin-bottom: 1rem; }

.txthead {
  font-size: 25px; }

.about-txt {
  padding-right: 2rem; }

.out-link {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  .out-link li {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    padding-top: 12px; }
  .out-link a {
    color: #D90000; }
  .out-link .fa {
    margin-left: 5px; }

#contact .contact-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  #contact .contact-form li {
    width: 100%;
    padding: 7px 0; }

#contact .form-name {
  font-size: 1.2rem;
  color: #6B6B6B;
  font-weight: bold;
  line-height: 2rem; }

#contact .form-cell {
  border: 1px solid #6B6B6B;
  width: 95%;
  line-height: 2rem;
  height: 2rem;
  padding-left: 8px;
  letter-spacing: .1rem;
  font-family: "微軟正黑體"; }

#contact textarea {
  height: 7rem;
  border: 1px solid #6B6B6B;
  width: 95%;
  padding: 8px;
  font-family: "微軟正黑體"; }

#contact form {
  position: relative; }

#contact .btn-row {
  position: absolute;
  width: 100%;
  bottom: 12px; }

.blue {
  color: #2C66A5; }

.btn {
  background-color: #B2B3B5;
  color: #fff;
  width: 95%;
  height: 2rem;
  line-height: 2rem;
  border: none;
  cursor: pointer; }

.text-center {
  text-align: center; }

#product-img-row {
  background-color: #E3E3E3; }

.product-img {
  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; }
  .product-img li {
    margin: 5px;
    width: 42%; }
  .product-img a {
    display: inline-block;
    position: relative; }

.product-slider {
  width: 88%;
  margin: 0 auto; }
  .product-slider .item {
    padding: 15px;
    position: relative; }
    .product-slider .item a {
      display: block;
      color: #64818A; }
      .product-slider .item a:hover {
        opacity: .8; }
    .product-slider .item .name {
      margin-bottom: 5px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .product-slider .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    bottom: 15px; }
  .product-slider .pic {
    width: 300px;
    height: 260px;
    margin: auto; }
  .product-slider .slick-prev:before, .product-slider .slick-next:before {
    font-family: "FontAwesome";
    color: #64818A;
    font-size: 1.6rem; }
  .product-slider .slick-prev {
    left: -3%; }
    .product-slider .slick-prev:before {
      content: "\f053"; }
  .product-slider .slick-next {
    right: -4%; }
    .product-slider .slick-next:before {
      content: "\f054"; }

.slider-for {
  margin-bottom: 5px; }
  .slider-for .pic {
    width: 480px;
    height: 400px;
    border: 1px solid #64818A; }

.slider-nav .item {
  padding: 5px;
  cursor: pointer; }

.slider-nav .pic {
  width: 100%;
  height: 0;
  padding-top: 65.15%; }

#product .title {
  font-size: 2rem;
  color: #444;
  letter-spacing: .1rem; }

#product .product-txt {
  padding-left: 2rem; }

#product .product-name {
  font-size: 2.1rem;
  color: #2F69A5;
  margin-bottom: 15px; }

#product .detail-head {
  background-color: #EDEDED;
  color: #070707;
  letter-spacing: .1rem;
  padding: 7px 10px;
  font-size: 1.3rem; }

#product .inner {
  padding-left: 10px;
  padding-right: 10px; }

#product .back {
  float: right;
  font-size: 1.6rem;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400; }
  #product .back .fa {
    margin-right: 5px;
    font-size: 1.4rem; }

#case .case-pic {
  padding-right: 4rem; }

#case .case-list {
  font-size: 1.2rem;
  border-bottom: 1px solid #000; }
  #case .case-list:last-child {
    border-bottom: none; }

#case .b-head {
  font-weight: bold;
  margin-bottom: 8px; }

.case-slider .bg-img {
  padding-top: 53.125%; }

.case-slider .slick-prev, .case-slider .slick-next {
  width: 30px;
  height: 29px; }
  .case-slider .slick-prev:before, .case-slider .slick-next:before {
    content: ''; }

.case-slider .slick-prev {
  left: -40px;
  background-image: url(../_img/product/arrow_prev.png); }

.case-slider .slick-next {
  right: -40px;
  background-image: url(../_img/product/arrow_next.png); }

@media only screen and (max-width: 1600px) {
  #index-txt .txt-inner {
    float: left;
    padding-left: 2%; } }

@media only screen and (max-width: 1024px) {
  .visible-rwd {
    display: block; }
  .rwd-col-12 {
    width: 100%;
    float: none; }
  footer .footer-link {
    padding-left: 5px; }
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  #phone-icon .button {
    display: block;
    position: fixed;
    top: 36px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(134, 134, 149, 0.7);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone-icon .button:before, #phone-icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(134, 134, 149, 0.7) none repeat scroll 0% 0%; }
    #phone-icon .button:after {
      content: "";
      top: 60%; }
    #phone-icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone-icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone-icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  .header-container {
    display: none; }
  header .logo-img {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-left: 0; }
    header .logo-img:after {
      display: none; }
  .rwd-nav {
    width: 60%;
    height: 100vh;
    max-width: 300px;
    top: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5000;
    color: #fff;
    padding: 8% 2rem;
    -webkit-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    transform: translateX(60vw);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    overflow: auto; }
    .rwd-nav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    .rwd-nav li {
      line-height: 3rem; }
    .rwd-nav .rwd-sub-list {
      padding-left: 1rem;
      max-height: 0;
      visibility: hidden;
      -webkit-transition: .5s ease-in;
      -o-transition: .5s ease-in;
      transition: .5s ease-in; }
      .rwd-nav .rwd-sub-list li {
        line-height: 2rem; }
        .rwd-nav .rwd-sub-list li:before {
          content: "\f105";
          font-family: "FontAwesome";
          margin-right: 3px; }
      .rwd-nav .rwd-sub-list.active {
        max-height: 1000px;
        visibility: visible;
        -webkit-transition: .5s ease-out;
        -o-transition: .5s ease-out;
        transition: .5s ease-out; }
    .rwd-nav .rwd-nav-head:after {
      content: "\f101";
      font-family: "FontAwesome";
      margin-left: 5px;
      vertical-align: baseline; }
  .page-inner #banner p {
    font-size: 1.4rem; }
  #index-txt .txt-inner {
    float: none; }
  #index-txt .logo-list {
    position: relative;
    margin: auto;
    text-align: center;
    right: 0;
    margin-bottom: 15px; }
  #topic .page-header {
    font-size: 2.5rem; }
  .about-side {
    margin-top: 20px; }
  .product-slider .pic {
    width: 260px;
    height: 256px; }
  .slider-for .pic {
    width: 100%;
    height: 0;
    padding-top: 100%; }
  .product-pic {
    width: 70%;
    margin: auto;
    text-align: center; }
  #product .product-txt {
    padding-left: 10px;
    padding-right: 30px; }
  #product .inner {
    padding-right: 30px; }
  .map {
    display: none; }
  .rwd-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 44.21%; }
    .rwd-map iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
  .introtxt {
    padding-left: 15px; }
  #case .case-list {
    font-size: 1rem; }
  #case .case-pic {
    width: 75%;
    margin: auto;
    padding-right: 0; }
  #case .case-txt {
    width: 95%;
    margin: auto;
    padding-right: 20px; }
  footer .footer-link ul {
    margin-bottom: 20px; }
  footer .footer-sns {
    padding-top: 10px; } }

@media only screen and (max-width: 768px) {
  #index-product .index-product-list li {
    width: 80%; }
  #topic {
    height: 57px;
    line-height: 57; }
    #topic:after {
      width: 380px;
      height: 55px; }
  .product-img li {
    width: 80%; }
  .product-slider {
    padding-right: 30px; }
    .product-slider .slick-prev {
      left: -10px; }
    .product-slider .slick-next {
      right: 10px; } }

@media only screen and (max-width: 480px) {
  #phone-icon .button {
    top: 25px;
    width: 25px;
    right: 22px; }
  header {
    height: 70px; }
    header .logo-img {
      padding-right: 30px; }
      header .logo-img img {
        height: 50px; }
  .wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  #index {
    padding-top: 70px; }
  #index-product .index-product-list li {
    width: 90%; }
  .page-inner {
    padding-top: 70px; }
    .page-inner #side-link {
      top: 82%; }
    .page-inner #backtotop {
      top: calc(87% + 5px); }
  .slick-dots {
    bottom: 0px; }
    .slick-dots li button:before, .slick-dots.slick-active button:before {
      width: 8px;
      height: 8px; }
    .slick-dots li.slick-active button:before, .slick-dots.slick-active.slick-active button:before {
      width: 8px;
      height: 8px; }
  .out-link {
    margin-top: 20px; }
  .product-img li {
    width: 90%; }
  .product-slider .pic {
    width: 120px;
    height: 118px; }
  .product-slider .arrow {
    display: none; }
  #contact .con-col-12 {
    float: none;
    width: 100%; }
  #contact .btn-row {
    position: relative;
    margin-bottom: 20px; }
  footer .footer-link > ul {
    width: 50%; }
    footer .footer-link > ul.products_list {
      width: 100%; }
  footer .footer-link > div {
    width: 100%; } }
