﻿.btn-search{ height: 34px; }/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* dropdown */
/* line 10, ../sass/style.scss */
.dropdown-submenu {
  position: relative;
}

/* line 14, ../sass/style.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 24, ../sass/style.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 28, ../sass/style.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 42, ../sass/style.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 46, ../sass/style.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 50, ../sass/style.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 58, ../sass/style.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* news */
/* line 66, ../sass/style.scss */
.secNews {
  border-top: 3px solid #00a2c8;
  margin-top: 5px;
  position: relative;
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f3f3f3 51%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(51%, #f3f3f3), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f3f3f3 51%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d6d6 0%, #f3f3f3 51%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f3f3f3 51%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6d6d6 0%, #f3f3f3 51%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
}

/* line 79, ../sass/style.scss */
.secNews_inner {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 84, ../sass/style.scss */
.secNews_mask {
  overflow: hidden;
  height: 18px;
}

/* line 89, ../sass/style.scss */
.secNews_title {
  font-size: 18px;
  line-height: 36px;
  float: left;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: -19px;
}

/* line 99, ../sass/style.scss */
.secNews_title_icon {
  color: #FF4E49;
  font-size: 47px;
  margin: 0 0 0 11px;
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 39px;
  margin-top: -23px;
}

/* line 110, ../sass/style.scss */
.secNews_moreLink {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 14px;
  line-height: 18px;
}

/* line 117, ../sass/style.scss */
.secNews_list {
  list-style: none;
  line-height: 18px;
  padding: 0 90px 0 98px;
  z-index: 1;
  left: 18px;
  top: 0;
  position: relative;
}

/* line 127, ../sass/style.scss */
.secNews_list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* タブレット以下設定 */
@media screen and (max-width: 989px) {
  /* line 137, ../sass/style.scss */
  .secNews_title {
    font-size: 15px;
    left: 2%;
  }

  /* line 142, ../sass/style.scss */
  .secNews_title_icon {
    /* font-size: 14px; */
  }

  /* line 146, ../sass/style.scss */
  .secNews_moreLink {
    right: 2%;
  }
}
/* スマホ設定　横 */
@media screen and (max-width: 639px) {
  /* line 154, ../sass/style.scss */
  .secNews_title {
    font-size: 14px;
    /* position:absolute; */
    /* z-index:1; */
    /* top:0; */
    /* left:2%; */
  }

  /* line 162, ../sass/style.scss */
  .secNews_title_icon {
    left: 24px;
  }

  /* line 167, ../sass/style.scss */
  .secNews_moreLink {
    display: none;
  }

  /* line 171, ../sass/style.scss */
  .secNews_list {
    padding-right: 0;
    padding-left: 80px;
  }
}
/* reset */
/* line 178, ../sass/style.scss */
.navbar {
  margin-bottom: 0px;
}

/* line 179, ../sass/style.scss */
.box-list .col-lg-4 {
  padding: 1%;
}

/* line 180, ../sass/style.scss */
.navbar-default {
  border: none;
}

/* line 181, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* line 182, ../sass/style.scss */
.container {
  margin: 0px auto;
}

/* line 183, ../sass/style.scss */
.row {
  margin: 0;
}

/* line 184, ../sass/style.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/* content */
/* line 187, ../sass/style.scss */
body {
  font-family: Arial, "微軟正黑體";
}

/* line 189, ../sass/style.scss */
.box-list .row {
  margin: 0px;
}

/* line 190, ../sass/style.scss */
.box-list {
  margin-top: 10px;
  text-align: center;
}

/* line 191, ../sass/style.scss */
.footer {
  padding: 20px 0;
}

/* line 192, ../sass/style.scss */
.navbar-brand {
  padding: 10px;
}

/* line 193, ../sass/style.scss */
.brands-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 194, ../sass/style.scss */
.brands-slider li {
  float: left;
  margin-bottom: 10px;
  padding: 0 1%;
}

/* line 196, ../sass/style.scss */
.sitemap .row {
  margin: 0px;
}

/* line 197, ../sass/style.scss */
.sitemap .container {
  color: #919191;
  border-top: 3px solid #00a2c8;
}

/* line 198, ../sass/style.scss */
.sitemap .container .row {
  padding: 2% 0;
}

/* line 200, ../sass/style.scss */
.sitemap h2 {
  font-size: 15px;
  color: #00a2c8;
  margin-top: 0px;
}
/* line 201, ../sass/style.scss */
.sitemap h3 {
  line-height: 1.5;
  font-size: 13px;
  color: #ffff49;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
/* line 203, ../sass/style.scss */
.sitemap h3 a {
  color: #00a2c8;
}
/* line 205, ../sass/style.scss */
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 206, ../sass/style.scss */
.sitemap li {
  margin-right: 10px;
  color: #919191;
  line-height: 2;
}
/* line 207, ../sass/style.scss */
.sitemap a {
  color: #6c6c6c;
}

/* line 209, ../sass/style.scss */
.brands {
  margin: 1% 0;
}

/* line 210, ../sass/style.scss */
.footer {
  font-size: 12px;
}
/* line 212, ../sass/style.scss */
.footer .container {
  border-top: 1px solid #11a8cc;
  padding-top: 10px;
  color: #4d4c4c;
}

/* line 219, ../sass/style.scss */
.banner h2 {
  font-size: 25px;
  margin: 35px 0 0 7%;
  color: #474747;
}
/* line 220, ../sass/style.scss */
.banner .container {
  background-color: #f9f9f9;
  border-bottom: 3px solid #bce2e8;
}

/* line 226, ../sass/style.scss */
.banner-about {
  height: 97px;
  background: url(../img/about_banner.jpg) right 0 no-repeat;
}

/* line 230, ../sass/style.scss */
.banner-products {
  height: 97px;
  background: url(../img/products_banner.jpg) right 0 no-repeat;
}

/* line 234, ../sass/style.scss */
.banner-news {
  height: 97px;
  background: url(../img/news_banner.jpg) right 0 no-repeat;
}

/* line 238, ../sass/style.scss */
.banner-support {
  height: 97px;
  background: url(../img/support_banner.jpg) right 0 no-repeat;
}

/* line 242, ../sass/style.scss */
.banner-contact {
  height: 97px;
  background: url(../img/contact_banner.jpg) right 0 no-repeat;
}

/* line 246, ../sass/style.scss */
.breadcrumb {
  margin-bottom: 0;
  background-color: #fff;
  float: right;
  font-size: 12px;
  padding-right: 0;
}
/* line 248, ../sass/style.scss */
.breadcrumb ul {
  margin-bottom: 0px;
}

/* line 251, ../sass/style.scss */
.menu a {
  font-size: 13px;
}
/* line 252, ../sass/style.scss */
.menu .nav > li > a {
  color: #fff;
  padding: 5px 7px;
  background-color: #00a2c8;
}
/* line 254, ../sass/style.scss */
.menu .nav > li > a:hover {
  color: #fcff00;
  background-color: #01c3e6;
}
/* line 256, ../sass/style.scss */
.menu li.active > a {
  color: #fcff00;
  background-color: #01c3e6;
}
/* line 257, ../sass/style.scss */
.menu h2 {
  font-size: 15px;
  color: #00a2c8;
  margin-top: 15px;
}
/* line 258, ../sass/style.scss */
.menu .list-group {
  margin: 0px;
}
/* line 260, ../sass/style.scss */
.menu .list-group .active {
  color: #fcff00;
  background-color: #01c3e6;
}
/* line 262, ../sass/style.scss */
.menu .list-group-item {
  border-color: #dddddd;
  padding: 5px 7px;
}

/* line 264, ../sass/style.scss */
.content {
  margin-top: 10px;
  margin-bottom: 40px;
}

/* line 268, ../sass/style.scss */
.title {
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  border-bottom: 2px solid #d9d9d9;
  color: #00a2c8;
}

/* line 277, ../sass/style.scss */
.content .title:before {
  position: absolute;
  top: 30px;
  width: 20%;
  height: 2px;
  content: "";
  background-color: #00a2c8;
}

/* line 278, ../sass/style.scss */
.story {
  width: 100%;
  padding: 5% 4% 5% 4%;
  background-image: url(../img/about_map.png);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 286, ../sass/style.scss */
.story .story-bg {
  font-size: 13px;
  color: #4f4d4d;
  line-height: 2;
  width: 100%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

/* line 288, ../sass/style.scss */
.story-main {
  font-size: 13px;
  color: #4f4d4d;
  line-height: 2;
  width: 100%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

/* line 297, ../sass/style.scss */
.navbar-default .navbar-toggle {
  background-color: #ffffff;
}

/* line 298, ../sass/style.scss */
.dl-horizontal dt {
  width: 60px;
}

/* line 299, ../sass/style.scss */
.dl-horizontal dd {
  margin-left: 80px;
}

/* line 300, ../sass/style.scss */
.top {
  position: relative;
}

/* line 301, ../sass/style.scss */
.top-bg {
  position: absolute;
  right: 5%;
}

/* line 302, ../sass/style.scss */
.top .container {
  background: #00a2c8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00a2c8 0%, #61c5dd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a2c8), color-stop(100%, #61c5dd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00a2c8 0%, #61c5dd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00a2c8 0%, #61c5dd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00a2c8 0%, #61c5dd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00a2c8 0%, #61c5dd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2c8', endColorstr='#61c5dd',GradientType=1 );
  /* IE6-9 */
}

/* line 311, ../sass/style.scss */
.language {
  float: right;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #28e1a5;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  opacity: 0.9;
}

/* line 312, ../sass/style.scss */
.language:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

/* line 313, ../sass/style.scss */
.icon-facebook {
  display: block;
  width: 145px;
  height: 32px;
  margin-top: 9px;
  margin-right: -5px;
}

/* line 314, ../sass/style.scss */
body {
  background-color: #f3f3f3;
}

/* line 315, ../sass/style.scss */
.wrapper {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 316, ../sass/style.scss */
.header {
  background-color: #fff;
}

/* line 318, ../sass/style.scss */
.box h3 {
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  text-indent: 16px;
  width: 100%;
  height: 40px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  background: #6ecae0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ecae0), color-stop(100%, #0792b1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6ecae0 0%, #0792b1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ecae0', endColorstr='#0792b1',GradientType=0 );
  /* IE6-9 */
}
/* line 327, ../sass/style.scss */
.box img {
  width: 100%;
}

/* line 329, ../sass/style.scss */
.concept {
  padding-top: 20px;
}
/* line 330, ../sass/style.scss */
.concept .col-lg-4 {
  padding: 5px;
}
/* line 331, ../sass/style.scss */
.concept .col-md-4 {
  padding: 5px;
}
/* line 332, ../sass/style.scss */
.concept .col-sm-4 {
  padding: 5px;
}

/* line 334, ../sass/style.scss */
.concept-content {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding-bottom: 3%;
  min-height: 440px;
}
/* line 335, ../sass/style.scss */
.concept-content img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

/* line 340, ../sass/style.scss */
.concept-box {
  padding: 0 5%;
}
/* line 342, ../sass/style.scss */
.concept-box h3 {
  font-size: 18px;
  color: #00a2c8;
  font-weight: bold;
}
/* line 343, ../sass/style.scss */
.concept-box h4 {
  font-size: 15px;
  line-height: 1.5;
}
/* line 344, ../sass/style.scss */
.concept-box p {
  font-size: 12px;
  line-height: 1.6;
}

/* line 346, ../sass/style.scss */
.select-title {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 3%;
  border-bottom: 1px solid #b2b2b2;
}
/* line 347, ../sass/style.scss */
.select-title h2 {
  font-size: 20px;
  color: #00a2c8;
  padding-left: 2%;
}
/* line 348, ../sass/style.scss */
.select-title .btn {
  width: 100%;
}

/* line 352, ../sass/style.scss */
.contact-forum {
  padding-top: 10px;
}

/* line 353, ../sass/style.scss */
.contact-title {
  padding: 0 2%;
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 2%;
  border-bottom: 1px solid #b2b2b2;
}
/* line 355, ../sass/style.scss */
.contact-title h2 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 356, ../sass/style.scss */
.contact-title .col-lg-4 {
  padding: 0px;
}
/* line 357, ../sass/style.scss */
.contact-title .col-md-4 {
  padding: 0px;
}
/* line 358, ../sass/style.scss */
.contact-title .col-sm-4 {
  padding: 0px;
}
/* line 359, ../sass/style.scss */
.contact-title p {
  font-size: 12.5px;
  color: #6c6c6c;
}

/* line 361, ../sass/style.scss */
.forum-title {
  padding: 0 15px;
  border-bottom: 1px solid #bbbbbb;
}
/* line 363, ../sass/style.scss */
.forum-title h2 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 364, ../sass/style.scss */
.forum-title p {
  font-size: 13px;
  color: #6c6c6c;
}

/* line 366, ../sass/style.scss */
.driver-box {
  border-bottom: 1px solid #b2b2b2;
}
/* line 367, ../sass/style.scss */
.driver-box h3 {
  font-size: 14px;
  color: #00a2c8;
}
/* line 368, ../sass/style.scss */
.driver-box ul {
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 369, ../sass/style.scss */
.driver-box li {
  font-size: 13px;
  color: #434141;
}
/* line 370, ../sass/style.scss */
.driver-box .list-content {
  float: left;
  display: block;
  width: 78%;
}
/* line 371, ../sass/style.scss */
.driver-box .list {
  display: block;
  float: left;
  
}
/* line 372, ../sass/style.scss */
.driver-box .download {
  display: block;
  width: 100%;
  margin-top: 25%;
  background-color: #28e1a5;
}

/* line 375, ../sass/style.scss */
.map-list {
  text-align: center;
}
/* line 377, ../sass/style.scss */
.map-list h3 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 378, ../sass/style.scss */
.map-list a {
  text-decoration: none;
}

/* line 380, ../sass/style.scss */
.map-content {
  background-color: #f8f8f8;
  padding-bottom: 10px;
}
/* line 383, ../sass/style.scss */
.map-content p {
  font-size: 12px;
  color: #585858;
  margin: 0px;
  padding: 0 5%;
}
/* line 384, ../sass/style.scss */
.map-content a {
  display: block;
  margin-top: 10px;
}

/* line 386, ../sass/style.scss */
.map-box {
  border-top: 2px solid #00a2c8;
  border-bottom: 2px solid #00a2c8;
  margin-bottom: 10px;
}

/* line 391, ../sass/style.scss */
.dealer-box {
  padding: 2% 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
/* line 395, ../sass/style.scss */
.dealer-box h3 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 396, ../sass/style.scss */
.dealer-box p {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}
/* line 397, ../sass/style.scss */
.dealer-box .download {
  display: block;
  width: 100%;
  margin-top: 20%;
  background-color: #28e1a5;
}

/* line 399, ../sass/style.scss */
.brand-box {
  padding: 2% 0;
  text-align: center;
}
/* line 402, ../sass/style.scss */
.brand-box h3 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 403, ../sass/style.scss */
.brand-box p {
  text-align: left;
  padding: 0 5%;
  font-size: 13px;
  line-height: 1.8;
}

/* line 405, ../sass/style.scss */
.brand-info {
  padding: 0 0 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #999999;
}
/* line 409, ../sass/style.scss */
.brand-info h2 {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  padding: 10px 0;
  color: #0ed48c;
}
/* line 410, ../sass/style.scss */
.brand-info p {
  font-size: 13px;
  line-height: 1.5;
}

/* line 412, ../sass/style.scss */
.feature {
  border-top: 1px solid #999999;
  font-size: 20px;
  color: #00a2c8;
}
/* line 415, ../sass/style.scss */
.feature div {
  text-align: center;
}
/* line 416, ../sass/style.scss */
.feature h2 {
  font-size: 20px;
  text-align: center;
}

/* line 419, ../sass/style.scss */
.proxy .proxy-content {
  padding-top: 20px;
}
/* line 421, ../sass/style.scss */
.proxy .proxy-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}
/* line 423, ../sass/style.scss */
.proxy h2 {
  font-size: 20px;
  text-align: center;
  color: #00a2c8;
}
/* line 424, ../sass/style.scss */
.proxy p {
  font-size: 14px;
  line-height: 1.5;
}

/* line 427, ../sass/style.scss */
.proxy-box span {
  display: block;
  width: 100%;
  padding: 15% 0;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 5px;
}
/* line 435, ../sass/style.scss */
.proxy-box p {
  font-size: 13px;
  padding: 0 3%;
  line-height: 1.8;
  margin-top: 5%;
}

/* line 438, ../sass/style.scss */
.news .table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #fff77e;
}
/* line 439, ../sass/style.scss */
.news tr:hover {
  background-color: #fff77e;
}
/* line 440, ../sass/style.scss */
.news .date {
  text-indent: 10px;
  width: 10%;
  color: #00a2c8;
  vertical-align: middle;
}
/* line 446, ../sass/style.scss */
.news .category {
  width: 10%;
}
/* line 448, ../sass/style.scss */
.news .category span {
  display: block;
  padding: 5px;
  background-color: #00a2c8;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
}
/* line 450, ../sass/style.scss */
.news .list {
  width: 80%;
  vertical-align: middle;
}
/* line 451, ../sass/style.scss */
.news a {
  display: block;
  color: #464646;
}
/* line 452, ../sass/style.scss */
.news a:hover {
  color: #00a2c8;
  text-decoration: inherit;
}

/* line 455, ../sass/style.scss */
.news-detail .pager {
  border-top: 1px solid #b2b2b2;
  padding-top: 20px;
}

/* line 457, ../sass/style.scss */
.news-d-title {
  padding: 15px 0;
  border-bottom: 1px solid #666666;
}
/* line 460, ../sass/style.scss */
.news-d-title .category {
  display: block;
  padding: 10px 5px;
  background-color: #00a2c8;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
}
/* line 461, ../sass/style.scss */
.news-d-title .date {
  margin: 0px;
  font-size: 13px;
  color: #00a2c8;
}
/* line 462, ../sass/style.scss */
.news-d-title .name {
  margin: 0px;
  font-size: 16px;
  color: #464646;
}

/* line 464, ../sass/style.scss */
.news-content {
  padding: 2%;
}

/* line 467, ../sass/style.scss */
.register {
  font-size: 12px;
  color: #474747;
  line-height: 2;
}
/* line 471, ../sass/style.scss */
.register p {
  margin-bottom: 0px;
}
/* line 472, ../sass/style.scss */
.register ul {
  padding-left: 20px;
}
/* line 473, ../sass/style.scss */
.register ol {
  padding-left: 40px;
}
/* line 474, ../sass/style.scss */
.register .note {
  padding: 3% 3%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #b2b2b2;
}
/* line 475, ../sass/style.scss */
.register .agree {
  text-align: center;
  padding: 2% 0;
}
/* line 476, ../sass/style.scss */
.register .send {
  width: 100%;
}
/* line 477, ../sass/style.scss */
.register .download {
  padding-right: 5%;
  padding-left: 5%;
}

/* line 480, ../sass/style.scss */
.register-agree .row {
  margin-top: 10px;
}
/* line 481, ../sass/style.scss */
.register-agree p {
  font-size: 13px;
  margin-top: 10px;
}
/* line 482, ../sass/style.scss */
.register-agree strong {
  color: red;
}
/* line 483, ../sass/style.scss */
.register-agree .add-fb {
  text-align: center;
  padding: 2% 0 0;
}
/* line 484, ../sass/style.scss */
.register-agree .send {
  width: 100%;
}

/* line 487, ../sass/style.scss */
.code input {
  width: 60%;
  float: left;
}
/* line 488, ../sass/style.scss */
.code img {
  float: right;
}

/* line 491, ../sass/style.scss */
.register-list h3 {
  border-bottom: 1px solid #999999;
  font-size: 20px;
  color: #00a2c8;
  padding-bottom: 14px;
}
/* line 492, ../sass/style.scss */
.register-list .col-lg-12 {
  padding: 0px 1%;
}
/* line 493, ../sass/style.scss */
.register-list .col-lg-6 {
  padding: 0px 1%;
}
/* line 494, ../sass/style.scss */
.register-list .col-md-6 {
  padding: 0px 1%;
}
/* line 495, ../sass/style.scss */
.register-list .col-sm-6 {
  padding: 0px 1%;
}

/* line 498, ../sass/style.scss */
.invoice input {
  background-color: #f7f7f7;
}
/* line 499, ../sass/style.scss */
.invoice .col-lg-12 {
  padding: 0px 1%;
}
/* line 500, ../sass/style.scss */
.invoice .col-md-12 {
  padding: 0px 1%;
}
/* line 501, ../sass/style.scss */
.invoice .col-sm-12 {
  padding: 0px 1%;
}

/* line 504, ../sass/style.scss */
.year-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 80%;
}
/* line 505, ../sass/style.scss */
.year-select .col-lg-4 {
  padding: 0 2%;
}
/* line 506, ../sass/style.scss */
.year-select .col-md-4 {
  padding: 0 2%;
}
/* line 507, ../sass/style.scss */
.year-select .col-sm-4 {
  padding: 0 2%;
}

/* line 509, ../sass/style.scss */
.add-list {
  background-color: #f7f7f7;
  padding: 10px 0;
}

/* line 514, ../sass/style.scss */
.add .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
/* line 515, ../sass/style.scss */
.add .col-lg-4 {
  padding: 0 2%;
}
/* line 516, ../sass/style.scss */
.add .col-md-4 {
  padding: 0 2%;
}
/* line 517, ../sass/style.scss */
.add .col-sm-4 {
  padding: 0 2%;
}

/* line 520, ../sass/style.scss */
.qa .table > thead > tr > th {
  border-bottom: 1px solid #b2b2b2;
}
/* line 521, ../sass/style.scss */
.qa th {
  border-bottom: 1px solid #b2b2b2;
}
/* line 522, ../sass/style.scss */
.qa td {
  border-bottom: 1px solid #b2b2b2;
}
/* line 523, ../sass/style.scss */
.qa .qa-title {
  text-align: left;
  width: 80%;
}

/* line 526, ../sass/style.scss */
.plot h3 {
  font-size: 20px;
  padding-left: 15px;
}
/* line 527, ../sass/style.scss */
.plot td {
  border: 1px solid #d9d9d9;
}

/* line 530, ../sass/style.scss */
.product-box h3 {
  font-size: 15px;
  border-bottom: 1px solid #b2b2b2;
  padding: 2% 0;
  margin: 0px;
}
/* line 531, ../sass/style.scss */
.product-box p {
  padding: 5px 0;
  margin: 0px;
  border-bottom: 1px solid #b2b2b2;
}
/* line 532, ../sass/style.scss */
.product-box p.info {
  min-height: 50px;
}
/* line 533, ../sass/style.scss */
.product-box a {
width:100%; display: block;
}
/* line 534, ../sass/style.scss */
.product-box a:hover {
  text-decoration: none;
}
/* line 535, ../sass/style.scss */
.product-box .pay {
  border-bottom: none;
  background-color: #f8f8f8;
}

/* line 537, ../sass/style.scss */
.picker-color {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px;
  font-size: 0;
}

/* line 544, ../sass/style.scss */
.color-picker .selected {
  border: 1px solid #000;
}

/* line 548, ../sass/style.scss */
.products-detail h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #1babcd;
  color: #169caf;
  font-size: 20px;
}
/* line 549, ../sass/style.scss */
.products-detail ul {
  border-bottom: 1px solid #cccccc;
  margin: 0px;
  padding: 0 0 10px;
  list-style: none;
}
/* line 551, ../sass/style.scss */
.products-detail ul span {
  display: block;
  float: left;
}
/* line 553, ../sass/style.scss */
.products-detail li {
  font-size: 13px;
  color: #434141;
  line-height: 1.7;
}

/* line 556, ../sass/style.scss */
.product .send {
  width: 100%;
  margin: 20px 0;
}
/* line 558, ../sass/style.scss */
.product .download td {
  vertical-align: middle;
}
/* line 559, ../sass/style.scss */
.product .download .name {
  width: 70%;
}
/* line 561, ../sass/style.scss */
.product .btn-download {
  width: 100%;
}

/* line 563, ../sass/style.scss */
.price {
  padding: 10px 13px;
  background-color: #f8f8f8;
}
/* line 566, ../sass/style.scss */
.price .nt {
  font-size: 14px;
}
/* line 567, ../sass/style.scss */
.price .number {
  font-size: 25px;
}

/* line 569, ../sass/style.scss */
.color-picker {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1px;
}

/* line 574, ../sass/style.scss */
.carousel-btn {
  position: absolute;
  width: 39px;
  display: block;
  right: 20px;
  bottom: 41px;
}

/* line 575, ../sass/style.scss */
.carousel-control.right {
  font-size: 18px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  width: 18px;
  height: 18px;
}

/* line 580, ../sass/style.scss */
.carousel-control.left {
  font-size: 18px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  width: 18px;
  height: 18px;
}

/* line 585, ../sass/style.scss */
.owl-pagination {
  display: none;
}

/* line 586, ../sass/style.scss */
.tab-content {
  padding: 5% 2%;
}

/* line 588, ../sass/style.scss */
.pro-other h3 {
  font-size: 20px;
  color: #00a2c8;
}
/* line 589, ../sass/style.scss */
.pro-other .thumbnail {
  border-radius: 0px;
}
/* line 590, ../sass/style.scss */
.pro-other h4 {
  line-height: 1.5;
  margin: 0px;
  font-size: 13px;
  color: #4c4e4e;
}
/* line 591, ../sass/style.scss */
.pro-other .caption {
  background-color: #f5f5f5;
}
/* line 592, ../sass/style.scss */
.pro-other .col-lg-3 {
  padding: 0px 5px;
}

/* line 594, ../sass/style.scss */
.tab-main {
  border-bottom: 1px solid #cccccc;
}

/* line 598, ../sass/style.scss */
.products-photo {
  margin-top: 20px;
}

/* line 602, ../sass/style.scss */
.navbar-collapse {
  padding-bottom: 15px;
}

/* line 603, ../sass/style.scss */
.product-box {
  position: relative;
}

/* line 604, ../sass/style.scss */
.product-name {
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

/* line 605, ../sass/style.scss */
.product-img {
  position: absolute;
  z-index: 2;
}
.shopcart {
  z-index: 2000;
  border: 4px solid #ffffff;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border-right: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 56px;
  height: 86px;
  text-align: center;
  padding: 10px 0;
  background: #6ecae0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ecae0), color-stop(100%, #0792b1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6ecae0 0%, #0792b1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6ecae0 0%, #0792b1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ecae0', endColorstr='#0792b1',GradientType=0 );
  /* IE6-9 */
  box-shadow: -1px 3px 5px rgba(51, 51, 102, 0.5);
}
/* line 630, ../sass/style.scss */
.shopcart a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}
/* line 636, ../sass/style.scss */
.shopcart .number {
  font-size: 15px;
  font-weight: bold;
}
/* line 640, ../sass/style.scss */
.shopcart span {
  font-size: 20px;
}
/* line 643, ../sass/style.scss */
.shopcart p {
  font-size: 12px;
  color: #ffffff;
  text-shadow: 1px 1px black;
}

/* media */
/* line 618, ../sass/style.scss */
.navbar-default {
  background: #63c6dd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63c6dd), color-stop(50%, #34b5d3), color-stop(51%, #0096b9), color-stop(100%, #00a2c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63c6dd', endColorstr='#00a2c8',GradientType=0 );
  /* IE6-9 */
}

/* line 629, ../sass/style.scss */
.product-name {
  padding-top: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 629, ../sass/style.scss */
  .product-name {
    padding-top: 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 629, ../sass/style.scss */
  .product-name {
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 629, ../sass/style.scss */
  .product-name {
    padding-top: 0px;
  }
}

/* line 642, ../sass/style.scss */
.product-img {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  /* line 642, ../sass/style.scss */
  .product-img {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  /* line 642, ../sass/style.scss */
  .product-img {
    position: inherit;
  }
}

@media screen and (max-width: 768px) {
  /* line 654, ../sass/style.scss */
  .navbar-default {
    background: #00a2c8;
    /* Old browsers */
  }
}

@media screen and (max-width: 768px) {
  /* line 663, ../sass/style.scss */
  .navbar-header {
    background: #63c6dd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63c6dd), color-stop(50%, #34b5d3), color-stop(51%, #0096b9), color-stop(100%, #00a2c8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #63c6dd 0%, #34b5d3 50%, #0096b9 51%, #00a2c8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63c6dd', endColorstr='#00a2c8',GradientType=0 );
    /* IE6-9 */
  }
}

/* line 680, ../sass/style.scss */
.news-list {
  height: 157px;
}
@media screen and (max-width: 1200px) {
  /* line 680, ../sass/style.scss */
  .news-list {
    height: 157px;
  }
}
@media screen and (max-width: 768px) {
  /* line 680, ../sass/style.scss */
  .news-list {
    height: auto;
  }
}

/* line 692, ../sass/style.scss */
.news-carouel img {
  height: 172px;
}
@media screen and (max-width: 1200px) {
  /* line 692, ../sass/style.scss */
  .news-carouel img {
    height: 157px;
  }
}
@media screen and (max-width: 768px) {
  /* line 692, ../sass/style.scss */
  .news-carouel img {
    height: auto;
  }
}

/* line 704, ../sass/style.scss */
.wrapper {
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  /* line 704, ../sass/style.scss */
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 704, ../sass/style.scss */
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 704, ../sass/style.scss */
  .wrapper {
    width: 100%;
  }
}

/* line 717, ../sass/style.scss */
.footer .footer-below {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  /* line 717, ../sass/style.scss */
  .footer .footer-below {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  /* line 717, ../sass/style.scss */
  .footer .footer-below {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 717, ../sass/style.scss */
  .footer .footer-below {
    text-align: left;
  }
}

/* line 730, ../sass/style.scss */
.container {
  width: 98%;
  padding: 0px;
}
@media screen and (max-width: 1200px) {
  /* line 730, ../sass/style.scss */
  .container {
    width: 97%;
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 730, ../sass/style.scss */
  .container {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 730, ../sass/style.scss */
  .container {
    width: 100%;
    padding: 0px;
  }
}

/* line 747, ../sass/style.scss */
.sitemap div {
  margin-bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  /* line 747, ../sass/style.scss */
  .sitemap div {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 747, ../sass/style.scss */
  .sitemap div {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 747, ../sass/style.scss */
  .sitemap div {
    margin-bottom: 10px;
  }
}

/* line 761, ../sass/style.scss */
.box-list .col-lg-4 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  /* line 761, ../sass/style.scss */
  .box-list .col-lg-4 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 761, ../sass/style.scss */
  .box-list .col-lg-4 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 761, ../sass/style.scss */
  .box-list .col-lg-4 {
    margin-bottom: 10px;
  }
}

/* line 774, ../sass/style.scss */
.sitemap h3 {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  /* line 774, ../sass/style.scss */
  .sitemap h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  /* line 774, ../sass/style.scss */
  .sitemap h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  /* line 774, ../sass/style.scss */
  .sitemap h3 {
    font-size: 16px;
  }
}

/* line 787, ../sass/style.scss */
.sitemap ul li {
  float: none;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  /* line 787, ../sass/style.scss */
  .sitemap ul li {
    float: none;
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  /* line 787, ../sass/style.scss */
  .sitemap ul li {
    float: none;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  /* line 787, ../sass/style.scss */
  .sitemap ul li {
    float: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 804, ../sass/style.scss */
  .navbar-form {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.sitemap{ clear:both; }
.navbar{ border-radius: 0px; }

@media screen and (max-width: 768px) {
  /* line 629, ../sass/style.scss */
  .driver-box .download {
    margin: 5% 0;
  }
  .select-title .col-xs-12 {
    margin: 2% 0;
  }
  .register-list p{
    margin: 10px 0;
  }
  .register-list .btn-group{
    margin: 2% 0;
  }
  .register-list #man, .register-list #woman{
    margin-right: 5px;
  }
  .register-list label{
    margin-right: 20px;
  }
  .add-list .col-sm-4 select{
    width: 100%;
    margin: 5px 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
  }
  .add:after{
    margin-bottom: 10px;
  }
}

@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #ddd;
  }
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
