@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #00a3dc; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #00a3dc; }

img::selection {
  color: #fff;
  background: #00a3dc; }

img::-moz-selection {
  color: #fff;
  background: #00a3dc; }

.video-container {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1024px) {
  .video-container {
    padding-bottom: 50%; } }
@media (max-width: 991px) {
  .video-container {
    padding-bottom: 60%; } }
body {
  color: #2d373a;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased; }

a:hover {
  text-decoration: none;
  color: #2d373a; }

div.content {
  overflow: hidden; }

h1,
h2,
h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei"; }

p {
  line-height: 28px;
  font-size: 13px; }

/*-----------------------------------------*/
.scrollpoint {
  opacity: 0; }

.scrollpoint.active {
  opacity: 1 \0; }

/*-----------------------------------------*/
footer {
  padding: 0; }
  footer .f01 {
    background: url("../img/footer.jpg") top center;
    padding-bottom: 50px;
    padding-top: 50px; }
    footer .f01 h1 {
      font-size: 15px;
      font-weight: normal;
      color: #fff; }

@media (max-width: 640px) {
  .w640 {
    width: 100%; } }
@media (max-width: 480px) {
  .w480 {
    width: 100%; } }
section {
  position: relative; }

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.tp-caption {
  -webkit-font-smoothing: antialiased; }

.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400; }

/*---------------------------------------------------------------------------------------*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block; }

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center; }

@media (max-width: 768px) {
  .pre-loader .load-con {
    display: none; } }
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid transparent; }

.pre-loader {
  background: #00a3dc; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

/*--------------------------------------------------*/
.cll_edm img {
  max-width: 100%; }
.cll_edm .edm_news_container {
  margin: 60px; }
  .cll_edm .edm_news_container .edm_news_row {
    background: #F6F6F6; }
    .cll_edm .edm_news_container .edm_news_row .edm_box {
      position: relative;
      background: #E9E9E9;
      padding: 0;
      overflow: hidden;
      padding-bottom: 20px; }
      .cll_edm .edm_news_container .edm_news_row .edm_box .edm_img {
        max-width: 540px;
        overflow: hidden;
        margin: 20px auto; }
        .cll_edm .edm_news_container .edm_news_row .edm_box .edm_img img {
          -webkit-transition: all 0.8s;
          -moz-transition: all 0.8s;
          transition: all 0.8s; }
        .cll_edm .edm_news_container .edm_news_row .edm_box .edm_img:hover img {
          -webkit-transform: scale(1.1);
          /* Safari and Chrome */
          -moz-transform: scale(1.1);
          /* Firefox */
          -ms-transform: scale(1.1);
          /* IE 9 */
          -o-transform: scale(1.1);
          /* Opera */
          transform: scale(1.1); }
      .cll_edm .edm_news_container .edm_news_row .edm_box .edm_tit {
        padding-top: 100px;
        text-align: center; }
        .cll_edm .edm_news_container .edm_news_row .edm_box .edm_tit h5 {
          letter-spacing: 1px; }
        .cll_edm .edm_news_container .edm_news_row .edm_box .edm_tit h2 {
          margin-top: 0px; }
    .cll_edm .edm_news_container .edm_news_row .news_box {
      padding-top: 100px; }
      .cll_edm .edm_news_container .edm_news_row .news_box .news_tit {
        text-align: center;
        margin-bottom: 50px; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_tit h5 {
          color: #959595;
          text-align: center; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_tit h2 {
          color: #0C172B;
          text-align: center;
          margin: 0;
          margin-top: 0px; }
      .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all {
        position: relative;
        text-align: center; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list:hover .news_img .news_mask {
          opacity: 1; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list:hover .news_txt span {
          color: #f1ec30; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_img {
          position: relative;
          max-width: 340px;
          margin: 0 auto; }
          .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_img .news_mask {
            position: absolute;
            opacity: 0;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s;
            background: rgba(218, 59, 135, 0.8);
            width: 100%;
            height: 100%; }
            .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_img .news_mask span {
              display: block;
              color: #fff;
              font-size: 20px;
              margin: 30% auto; }
        .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_txt {
          max-width: 340px;
          margin: 40px auto;
          text-align: center; }
          .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_txt h1 {
            letter-spacing: 0;
            font-size: 24px !important; }
          .cll_edm .edm_news_container .edm_news_row .news_box .news_list_all .news_list .news_txt span {
            padding-top: 20px;
            display: block; }

/*----------------------------------------------*/
.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

/*----------------------------------------------------------------------------*/
/*
Custom SCroll
*/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #00a3dc; }

#gotop {
  position: fixed;
  display: none;
  right: 5%;
  bottom: 5%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 9999;
  color: #00a3dc;
  background: #f1ec30;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 1px 3px rgba(2, 2, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(2, 2, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 2, 2, 0.3); }
  #gotop:hover {
    color: #fff;
    background: #00a3dc; }

/*--------------------------------------------*/
#logo_prev, #logo_next {
  height: 30px;
  width: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  top: 50%;
  position: absolute;
  z-index: 5; }
  #logo_prev:hover, #logo_next:hover {
    background-position: 100% 100%; }

#logo_prev {
  left: 100px;
  background: url("../img/aw_left.png") no-repeat; }

#logo_next {
  right: 100px;
  background: url("../img/aw_right.png") no-repeat; }

@media (max-width: 991px) {
  #logo_prev {
    left: -50px; }

  #logo_next {
    right: -50px; } }
/*----------------------------------------------*/
.home {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center center; }

/* ====================================
Burger king
==================================== */
.top_menu {
  position: relative; }

.menu_logo {
  max-width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -10px;
  position: absolute;
  z-index: 2; }

@media (max-width: 480px) {
  .menu_logo {
    top: 10px;
    right: 0; }
    .menu_logo img {
      max-width: 150px; } }
.top_menu {
  border-bottom: 3px solid #00a3dc;
  height: 90px; }

.home_line1 {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .home_line1:hover {
    border: 10px solid #3497b7; }

.row_p1 {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .row_p1 .row_aw {
    position: absolute;
    margin: 0 auto;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 120px; }
    .row_p1 .row_aw img {
      position: relative; }
  .row_p1 .row_aw2 {
    position: absolute;
    top: 18%;
    max-width: 84px;
    right: 0;
    z-index: 5;
    left: 31%; }
    .row_p1 .row_aw2 img {
      position: relative; }
  .row_p1 .row_aw3 {
    position: absolute;
    top: 18%;
    left: 31%;
    max-width: 84px;
    right: 0;
    z-index: 5; }
    .row_p1 .row_aw3 img {
      position: relative; }
  .row_p1 .row_aw4 {
    position: absolute;
    top: 18%;
    left: 81%;
    max-width: 84px;
    right: 0;
    z-index: 5; }
    .row_p1 .row_aw4 img {
      position: relative; }
  .row_p1 .row_aw5 {
    position: absolute;
    top: 18%;
    left: 31%;
    max-width: 84px;
    right: 0;
    z-index: 5; }
    .row_p1 .row_aw5 img {
      position: relative; }
  .row_p1 .row_aw6 {
    position: absolute;
    top: 18%;
    left: 81.5%;
    max-width: 84px;
    right: 0;
    z-index: 5; }
    .row_p1 .row_aw6 img {
      position: relative; }
  .row_p1 img {
    max-width: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
  .row_p1 div {
    padding: 0;
    margin: 0;
    color: #fff;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .row_p1 div:hover p {
      text-decoration: underline; }
  .row_p1 .pro1 {
    height: 100%;
    overflow: hidden;
    background: url("../img/img01.jpg");
    vertical-align: middle; }
  .row_p1 .pro1s {
    height: 100%;
    overflow: hidden;
    background: url("../img/img01.jpg");
    text-align: center;
    vertical-align: middle; }
    .row_p1 .pro1s img {
      max-height: 300px; }
  .row_p1 .pro1ss {
    height: 100%;
    overflow: hidden;
    background: url("../img/img01.jpg");
    text-align: center;
    vertical-align: middle; }
    .row_p1 .pro1ss img {
      max-height: 400px;
      padding-top: 20%; }
  .row_p1 h2, .row_p1 h1, .row_p1 p, .row_p1 span {
    text-align: left; }
  .row_p1 h2 {
    font-size: 20px;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0; }
  .row_p1 h1 {
    font-size: 50px;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
  .row_p1 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal; }
  .row_p1 span {
    display: block;
    background: url("../img/more.png");
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    width: 194px;
    height: 80px;
    overflow: hidden; }
    .row_p1 span:hover {
      padding-top: -80px !important; }
  .row_p1 div .pro00_txt {
    max-width: 500px;
    margin: 0px auto;
    padding-top: 10%; }
  .row_p1 div .pro00_txt5 {
    max-width: 250px;
    margin: 0px auto;
    padding-top: 15%; }
  .row_p1 .pro2 {
    background: url("../img/bg_blue.jpg");
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative; }
    .row_p1 .pro2 .pro2b {
      height: 100%;
      background: url("../img/b01.png") no-repeat right top; }
  .row_p1 .pro3 {
    background: url("../img/bg_blue2.jpg");
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%; }
    .row_p1 .pro3 .pro3b {
      height: 100%;
      background: url("../img/b02.png") no-repeat right top; }
  .row_p1 .pro4 {
    background: url("../img/bg_blue3.jpg");
    padding: 0;
    margin: 0;
    height: 100%; }
    .row_p1 .pro4 .pro4b {
      height: 100%;
      background: url("../img/b03.png") no-repeat right top; }
  .row_p1 .pro5 {
    background: url("../img/bg_blue4.jpg");
    padding: 0;
    margin: 0;
    height: 100%; }
    .row_p1 .pro5 .pro5b {
      height: 100%;
      background: url("../img/b04.png") no-repeat right top; }
  .row_p1 .pro6 {
    background: url("../img/bg_blue5.jpg");
    padding: 0;
    margin: 0;
    height: 100%; }
    .row_p1 .pro6 .pro6b {
      height: 100%;
      background: url("../img/b05.png") no-repeat right top; }
  .row_p1 .pro7 {
    background: url("../img/bg_blue6.jpg");
    padding: 0;
    margin: 0;
    height: 100%; }
    .row_p1 .pro7 .pro7b {
      height: 100%;
      background: url("../img/b05.png") no-repeat right top; }

.aws1 {
  position: absolute;
  z-index: 5; }

@media (min-width: 991px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }

  .row-eq-height [class*="col-"] {
    padding: 0; } }
.home_news .home_news_tit {
  position: relative; }
  .home_news .home_news_tit .home_news_tit_add {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .home_news .home_news_tit .home_news_tit_add span {
      display: block;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
      .home_news .home_news_tit .home_news_tit_add span a {
        font-size: 68px;
        color: #00a3dc;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        font-weight: 100;
        font-family: "Raleway", sans-serif; }
    .home_news .home_news_tit .home_news_tit_add:hover {
      -webkit-transform: scale(2) rotate(90deg);
      /* Safari and Chrome */
      -moz-transform: scale(2) rotate(90deg);
      /* Firefox */
      -ms-transform: scale(2) rotate(90deg);
      /* IE 9 */
      -o-transform: scale(2) rotate(90deg);
      /* Opera */
      transform: scale(2) rotate(90deg); }

.news_home_blue {
  padding: 0;
  margin: 0;
  background: url("../img/news_bg.jpg"); }
  .news_home_blue .news_box_out {
    position: relative; }
  .news_home_blue .news_box2 {
    position: relative;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .news_home_blue .news_box2 .news_box_word {
      position: absolute;
      height: 100%;
      width: 130px;
      left: -115px;
      background: url("../img/nword.png") bottom right;
      z-index: 5; }
    .news_home_blue .news_box2:hover .news_img:before {
      border: 15px solid rgba(0, 0, 0, 0.4); }
    .news_home_blue .news_box2:hover .news_txt div.more {
      margin-left: 10px; }
    .news_home_blue .news_box2:hover .news_txt h1 {
      border-left: 6px solid #f1ec30; }
    .news_home_blue .news_box2 .news_img {
      position: relative;
      text-align: center;
      overflow: hidden; }
      .news_home_blue .news_box2 .news_img .news_date {
        left: 5px;
        bottom: 20px;
        z-index: 5;
        position: absolute;
        color: #2d373a;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
        width: 206px;
        height: 41px;
        background: url("../img/date.png");
        padding-top: 7px; }
      .news_home_blue .news_box2 .news_img img {
        width: 100%;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
      .news_home_blue .news_box2 .news_img:before {
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        height: 100%;
        border: 15px solid transparent;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
    .news_home_blue .news_box2 .news_txt {
      padding-top: 30px; }
      .news_home_blue .news_box2 .news_txt:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%; }
      .news_home_blue .news_box2 .news_txt h1 {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        border-left: 6px solid #fff;
        padding-left: 10px; }
      .news_home_blue .news_box2 .news_txt div.more {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        width: 145px;
        height: 67px;
        overflow: hidden; }

.home_location {
  background: url("../img/location.jpg") no-repeat bottom center;
  min-height: 100px; }
  .home_location .location_tit {
    padding-top: 20px; }
    .home_location .location_tit h1 {
      color: #00a3dc;
      padding: 0px;
      margin: 0;
      font-size: 36px; }
    .home_location .location_tit h2 {
      color: #00a3dc;
      padding: 0px;
      margin: 0;
      margin-top: 20px;
      font-size: 20px; }
  .home_location .location_box {
    min-height: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative; }
    .home_location .location_box #location_prev {
      position: absolute;
      left: 180px;
      z-index: 5;
      width: 40px;
      height: 40px;
      overflow: hidden;
      bottom: 0px;
      background: url("../img/left.png") no-repeat; }
    .home_location .location_box #location_next {
      position: absolute;
      width: 40px;
      height: 40px;
      overflow: hidden;
      left: 220px;
      z-index: 5;
      background: url("../img/next.png") no-repeat;
      bottom: 0px; }
    .home_location .location_box #location_prev:hover, .home_location .location_box #location_next:hover {
      cursor: pointer;
      background-position: 100% 100%; }
  .home_location .location_slick {
    padding-left: 50px;
    padding-top: 30px; }
    .home_location .location_slick .location_item {
      text-align: center; }
      .home_location .location_slick .location_item:hover h2 {
        color: #00a3dc;
        text-decoration: underline; }
      .home_location .location_slick .location_item img {
        margin: 0 auto;
        max-width: 70px; }
      .home_location .location_slick .location_item i {
        color: #fff;
        background: #00a3dc;
        text-align: center;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding-top: 5px;
        margin-right: 5px; }
      .home_location .location_slick .location_item h1 {
        font-size: 20px;
        padding: 0;
        text-align: center;
        margin: 0;
        margin-bottom: 0px;
        color: #2d373a; }
      .home_location .location_slick .location_item h2 {
        font-size: 15px;
        padding: 0;
        font-weight: bold;
        margin: 0;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #2d373a;
        font-weight: bold;
        text-align: left; }
      .home_location .location_slick .location_item h3 {
        font-size: 12px;
        padding: 0;
        margin: 0;
        text-align: left;
        margin-bottom: 8px;
        color: #00a3dc; }

@media (max-width: 1680px) {
  .pro00_txt p, .pro00_txt5 p {
    line-height: 24px !important; }

  .pro00_txt {
    max-width: 380px !important;
    margin: 0px auto;
    padding-top: 8% !important; }

  .pro00_txt5 {
    max-width: 170px !important;
    margin: 0px auto;
    padding-top: 8% !important; } }
@media (max-width: 1366px) {
  .row_p1 .row_aw,
  .row_p1 .row_aw1,
  .row_p1 .row_aw2,
  .row_p1 .row_aw3,
  .row_p1 .row_aw4,
  .row_p1 .row_aw5,
  .row_p1 .row_aw6
  img {
    max-width: 50px; }

  .row_p1 .row_aw6 {
    left: 80.1%;
    top: 10%; }

  .row_p1 .row_aw5 {
    top: 19%;
    left: 31.5%; }

  .pro00_txt span {
    display: none; }

  .pro00_txt h2, .pro00_txt5 h2 {
    font-size: 17px; }
  .pro00_txt h1, .pro00_txt5 h1 {
    font-size: 30px !important;
    margin-bottom: 15px; }
  .pro00_txt p, .pro00_txt5 p {
    font-size: 13px;
    line-height: 20px !important; }

  .pro00_txt {
    max-width: 80% !important;
    margin: 0px auto;
    padding-top: 15% !important; }

  .pro00_txt5 {
    max-width: 80% !important;
    margin: 0px auto;
    padding-top: 15% !important; } }
@media (max-width: 991px) {
  .row_p1 .row_aw {
    top: 22%; }

  .row_p1 .row_aw2 {
    top: 18%;
    left: 47.5%; }

  .row_p1 .row_aw3 {
    top: 16%;
    left: 47.5%; }

  .row_p1 .row_aw4 {
    top: 60%;
    left: 47.5%; }

  .row_p1 .row_aw5 {
    top: 15.5%;
    left: 47.7%; }

  .row_p1 .row_aw6 {
    top: 60%;
    left: 46%; }

  .pro1 {
    vertical-align: middle; }
    .pro1 img {
      max-height: 300px; }

  .pro1_bike {
    vertical-align: middle; }
    .pro1_bike img {
      max-height: 350px;
      width: 100%; }

  .pro1s {
    text-align: center;
    vertical-align: middle; }
    .pro1s img {
      max-height: 300px; }

  .pro1ss {
    height: 100%;
    text-align: center;
    vertical-align: middle; }
    .pro1ss img {
      max-height: 300px;
      padding: 20px !important; } }
.display768 {
  display: none; }

@media (max-width: 768px) {
  .display768 {
    display: block; }

  .row_p1 .row_aw,
  .row_p1 .row_aw2,
  .row_p1 .row_aw3,
  .row_p1 .row_aw4,
  .row_p1 .row_aw5,
  .row_p1 .row_aw6 {
    display: none; } }
@media (max-width: 1024px) {
  .home_location {
    background: url("../img/location.jpg") no-repeat bottom center;
    min-height: 50px; }
    .home_location .location_tit {
      padding-top: 20px;
      text-align: center; }
    .home_location .location_box {
      text-align: center;
      min-height: 50px;
      margin-top: 30px;
      margin-bottom: 30px;
      background: #fff url("") no-repeat left center;
      position: relative; }
      .home_location .location_box #location_prev {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        left: 0;
        bottom: 0; }
      .home_location .location_box #location_next {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        left: 0;
        bottom: 0; }
      .home_location .location_box .location_slick {
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px; } }
@media (max-width: 480px) {
  .news_home_blue .news_box_out .news_box2 .news_txt {
    max-width: 90% !important;
    margin: 10px auto !important;
    margin-bottom: 30px;
    text-align: center; } }
.home_pro2 {
  background: url("../img/img01.jpg") center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -10px; }
  .home_pro2 .pro_list_slick .prols {
    text-align: center;
    position: relative; }
    .home_pro2 .pro_list_slick .prols:hover .prols_mask span {
      margin: 12% auto;
      opacity: 1; }
    .home_pro2 .pro_list_slick .prols:hover h2 {
      text-decoration: underline; }
    .home_pro2 .pro_list_slick .prols .prols_mask {
      position: absolute;
      left: 0;
      right: 0; }
      .home_pro2 .pro_list_slick .prols .prols_mask span {
        width: 100px;
        height: 100px;
        opacity: 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        display: block;
        margin: 0% auto;
        background: rgba(0, 163, 220, 0.8);
        padding-top: 35px;
        border-radius: 50%;
        text-align: center;
        color: #fff; }
    .home_pro2 .pro_list_slick .prols img {
      max-width: 100%; }
    .home_pro2 .pro_list_slick .prols h2 {
      color: #00a3dc;
      padding: 0;
      margin: 0;
      font-size: 24px; }

.pro_list_row {
  position: relative; }

#p_prev {
  position: absolute;
  left: -20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 30%;
  background: url("../img/left.png") no-repeat; }

#p_next {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  right: -20px;
  z-index: 5;
  background: url("../img/next.png") no-repeat;
  top: 30%; }

#p_prev:hover, #p_next:hover {
  cursor: pointer;
  background-position: 100% 100%; }

@media (max-width: 850px) {
  #p_prev {
    position: absolute;
    left: 10px; }

  #p_next {
    position: absolute;
    right: 10px; } }
.inside_banner {
  position: relative;
  margin-top: -20px; }
  .inside_banner .inside_menu {
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background: rgba(0, 163, 220, 0.45); }
    .inside_banner .inside_menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .inside_banner .inside_menu ul li.active a {
        background: #00a3dc;
        -moz-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
        -webkit-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
        box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8); }
      .inside_banner .inside_menu ul li {
        display: inline-block;
        width: auto;
        padding: 0 10px; }
        .inside_banner .inside_menu ul li:hover a {
          background: #00a3dc;
          -moz-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
          -webkit-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
          box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8); }
        .inside_banner .inside_menu ul li a {
          color: #fff;
          display: block;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          transition: all 0.25s;
          letter-spacing: 1.5px;
          font-size: 16px;
          height: 45px;
          margin-top: -5px;
          padding: 10px 20px;
          width: 100%; }
  .inside_banner .carousel_icon {
    position: absolute;
    color: #fff;
    font-style: italic;
    top: 17%; }
    .inside_banner .carousel_icon h2 {
      font-size: 52px;
      font-family: "Kanit", sans-serif;
      line-height: 48px; }
    .inside_banner .carousel_icon span {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1.2px; }

@media (max-width: 991px) {
  .menu_3 ul li {
    width: 32% !important;
    padding: 0 2px; }
    .menu_3 ul li a {
      padding: 5px !important;
      padding-top: 8px !important;
      font-size: 14px; } }
.news_box {
  background: url("../img/news/bg.jpg") no-repeat bottom center;
  min-height: 1000px; }

.po_box {
  background: url("../img/product/bg.jpg") no-repeat bottom center;
  min-height: 1000px; }

.about_box {
  min-height: 1200px; }
  .about_box .about_line_right {
    position: relative; }
    .about_box .about_line_right .about_bike {
      position: absolute;
      z-index: 2; }
  .about_box .about_line_left {
    padding-top: 110px;
    min-height: 470px;
    background: url("../img/about/bike2.png") no-repeat top right; }
    .about_box .about_line_left img {
      max-width: 100%; }
    .about_box .about_line_left h1 {
      color: #00a3dc;
      font-family: "Kanit", sans-serif;
      font-style: italic;
      padding: 0px;
      margin: 0;
      font-size: 46px; }
    .about_box .about_line_left h2 {
      color: #2d373a;
      padding: 0px;
      margin: 0;
      font-weight: bold;
      letter-spacing: 2px;
      font-style: italic;
      line-height: 36px;
      margin-bottom: 20px;
      margin-top: 20px;
      font-size: 22px;
      font-family: "Noto Sans TC", sans-serif; }
    .about_box .about_line_left p {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px; }

.about_line2 .about_line_right2 {
  background: url("../img/about/blue.jpg");
  padding: 30px;
  -moz-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
  box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8); }
  .about_line2 .about_line_right2 p, .about_line2 .about_line_right2 h1, .about_line2 .about_line_right2 h2, .about_line2 .about_line_right2 h3 {
    color: #fff !important; }
  .about_line2 .about_line_right2 h1, .about_line2 .about_line_right2 h2, .about_line2 .about_line_right2 h3 {
    font-family: "Kanit", sans-serif;
    font-style: italic; }
  .about_line2 .about_line_right2 h1, .about_line2 .about_line_right2 h2, .about_line2 .about_line_right2 h3, .about_line2 .about_line_right2 p {
    margin: 10px !important; }
  .about_line2 .about_line_right2 p {
    margin-top: 30px !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px; }
.about_line2 .about_line_left2 img {
  max-width: 100%; }

@media (max-width: 1280px) {
  .about_box .about_line_left {
    padding-top: 30px;
    background-size: 70%;
    min-height: 400px; }
  .about_box .about_line_right .about_bike {
    position: absolute; }
    .about_box .about_line_right .about_bike img {
      max-width: 600px; } }
@media (max-width: 1024px) {
  .about_box .about_line_left {
    padding-top: 30px;
    background-size: 50%;
    min-height: 250px; }
  .about_box .about_line_right .about_bike {
    position: relative; }
    .about_box .about_line_right .about_bike img {
      max-width: 100%; } }
.about_line3 {
  padding-top: 50px;
  vertical-align: top; }
  .about_line3 img {
    max-width: 100%; }
  .about_line3 .about_line_right3 {
    position: relative; }
  .about_line3 .about_line_left3 {
    padding-top: 20px; }
    .about_line3 .about_line_left3 h1 {
      color: #2d373a;
      font-family: "Kanit", sans-serif;
      font-style: italic;
      line-height: 40px;
      text-transform: uppercase;
      padding: 0px;
      margin: 0;
      font-size: 46px; }
    .about_line3 .about_line_left3 h2 {
      color: #2d373a;
      background: url("../img/about/tit_bg.png") no-repeat left bottom;
      padding: 0px;
      margin: 0;
      padding-bottom: 8px;
      padding-left: 24px;
      font-weight: bold;
      letter-spacing: 2px;
      font-style: italic;
      line-height: 36px;
      margin-bottom: 20px;
      margin-top: 20px;
      font-size: 22px;
      font-family: "Noto Sans TC", sans-serif; }
    .about_line3 .about_line_left3 p {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px; }

.about2 {
  min-height: 1500px; }

/*--------------------------------------------*/
#P_BANNER2 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  #P_BANNER2 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none; }
  #P_BANNER2 img:nth-child(1) {
    display: block; }

.s_img2 {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px; }
  .s_img2 ul {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px; }
    .s_img2 ul li {
      margin-bottom: 10px;
      display: block;
      margin-right: 15px; }
      .s_img2 ul li:hover {
        cursor: pointer; }
      .s_img2 ul li img {
        max-width: 100px;
        background: #fff;
        padding: 10px; }

@media (max-width: 991px) {
  .design_line {
    min-height: 580px !important; }

  #P_BANNER2 img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    top: 80px;
    display: none; }

  .s_img2 {
    display: inline-block;
    position: relative;
    margin-top: 0px; }
    .s_img2 ul {
      text-align: left;
      margin-top: 0px; }
      .s_img2 ul li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 15px; } }
@media (max-width: 768px) {
  .design_line {
    min-height: 550px !important; } }
@media (max-width: 640px) {
  .design_line {
    min-height: 450px !important; } }
@media (max-width: 480px) {
  .design_line {
    min-height: 350px !important; }

  .s_img2 {
    display: inline-block;
    position: relative; }
    .s_img2 ul {
      width: 100%;
      text-align: left;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .s_img2 ul li {
        margin-bottom: 10px;
        margin-right: 5px; }
        .s_img2 ul li img {
          max-width: 70px;
          padding: 3px; } }
@media (max-width: 390px) {
  .design_line {
    min-height: 300px !important; } }
.product_border_gray {
  border: 2px solid #ddd; }

.product_border {
  border: 2px solid #00a3dc; }

.gray_bg {
  background: url("../img/design/bg2.jpg"); }

.design_line {
  background: url("../img/design/bg_p.png") no-repeat center bottom;
  background-size: 100% 100%;
  min-height: 550px; }

.a4 {
  margin-top: 50px; }

.design_line2 {
  max-width: 1050px;
  margin: 0 auto;
  background: url("../img/design/bg_p2.png") no-repeat center bottom;
  background-size: 100% 100%;
  min-height: 400px !important;
  padding-top: 100px;
  margin-top: -50px; }
  .design_line2 img {
    max-width: 100%; }
  .design_line2 div {
    margin-bottom: 10px;
    text-align: center; }
    .design_line2 div img {
      -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3); }
  .design_line2 div:nth-child(2) {
    margin-top: -25px; }

@media (max-width: 768px) {
  .design_line2 {
    margin-top: 0;
    min-height: 20px;
    padding-top: 0px; }
    .design_line2 img {
      max-width: 100%; }
    .design_line2 div {
      margin-bottom: 20px;
      text-align: center; }
    .design_line2 div:nth-child(2) {
      margin-top: 0px; } }
.desgin_down_word {
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  font-weight: bold; }

.design_box {
  background: url("../img/design/bg.jpg") no-repeat bottom center;
  min-height: 1200px; }

.dl2 {
  margin-top: 50px;
  margin-bottom: 80px; }
  .dl2 .dl2_left .dl2_left_box1 {
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    background: #fff url("../img/design/b1.png") no-repeat right bottom;
    margin-bottom: 20px;
    min-height: 220px;
    padding-top: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px; }
  .dl2 .dl2_left .dl2_left_box2 {
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: right;
    background: #fff;
    position: relative;
    text-align: right; }
    .dl2 .dl2_left .dl2_left_box2 .dlb_img {
      position: absolute;
      left: -100px;
      bottom: -50px; }
      .dl2 .dl2_left .dl2_left_box2 .dlb_img img {
        max-width: 310px; }
    .dl2 .dl2_left .dl2_left_box2 h1 {
      font-family: "Kanit", sans-serif; }
    .dl2 .dl2_left .dl2_left_box2 p {
      font-size: 14px;
      font-weight: bold;
      max-width: 100%;
      padding-left: 30%; }
  .dl2 .dl2_right {
    padding: 0;
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3); }
    .dl2 .dl2_right img {
      width: 100%; }

@media (max-width: 1199px) {
  .dl2 {
    margin-top: 50px;
    margin-bottom: 80px; }
    .dl2 .dl2_left .dl2_left_box2 .dlb_img {
      position: absolute;
      left: 0px;
      bottom: -30px; }
      .dl2 .dl2_left .dl2_left_box2 .dlb_img img {
        max-width: 150px; } }
@media (max-width: 991px) {
  .dl2 {
    margin-top: 50px;
    margin-bottom: 80px; }
    .dl2 .dl2_left .dl2_left_box1 {
      margin-bottom: 20px;
      min-height: 220px;
      padding-top: 60px; }
    .dl2 .dl2_left .dl2_left_box2 {
      text-align: right;
      margin-bottom: 50px; }
      .dl2 .dl2_left .dl2_left_box2 .dlb_img {
        position: absolute;
        left: 0px;
        bottom: -30px; }
        .dl2 .dl2_left .dl2_left_box2 .dlb_img img {
          max-width: 250px; }
    .dl2 .dl2_right {
      margin: 15px; } }
@media (max-width: 640px) {
  .dl2 {
    margin-top: 50px;
    margin-bottom: 80px; }
    .dl2 img {
      max-width: 100%; }
    .dl2 .dl2_left .dl2_left_box1 {
      margin-bottom: 20px;
      min-height: 220px;
      padding-top: 60px; }
    .dl2 .dl2_left .dl2_left_box2 {
      text-align: center;
      margin-bottom: 20px; }
      .dl2 .dl2_left .dl2_left_box2 p {
        font-size: 14px;
        font-weight: bold;
        max-width: 100%;
        padding-left: 00%; }
      .dl2 .dl2_left .dl2_left_box2 .dlb_img {
        position: relative; }
        .dl2 .dl2_left .dl2_left_box2 .dlb_img img {
          max-width: 100%; }
    .dl2 .dl2_right {
      margin: 15px; } }
.design_b_img {
  text-align: center; }

.design_s_img {
  text-align: right; }

.title_blue {
  padding-top: 20px; }
  .title_blue h1 {
    color: #2d373a;
    font-family: "Kanit", sans-serif;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0;
    font-size: 46px; }
  .title_blue h2 {
    color: #2d373a;
    font-weight: bold;
    background: url(../img/about/tit_bg.png) no-repeat left bottom;
    padding: 0px;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 24px;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-family: "Noto Sans TC", sans-serif; }

.nb {
  margin-top: 20px; }

.news_boxa {
  margin-top: 20px; }
  .news_boxa:hover .news_txta .more {
    background-position: 100% 100% !important; }
  .news_boxa:hover .news_imga img {
    border: 3px solid #00a3dc; }
  .news_boxa:hover .news_txta h1 {
    text-decoration: underline; }
  .news_boxa img {
    max-width: 100%; }
  .news_boxa .news_imga {
    position: relative; }
    .news_boxa .news_imga img {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
      border: 3px solid #fff; }
    .news_boxa .news_imga .news_date {
      left: -5px;
      bottom: 20px;
      z-index: 5;
      position: absolute;
      color: #2d373a;
      font-size: 16px;
      letter-spacing: 2px;
      text-align: center;
      width: 206px;
      height: 41px;
      background: url("../img/date.png");
      padding-top: 7px; }
  .news_boxa .news_txta h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    text-align: center; }
  .news_boxa .news_txta .more {
    float: right;
    display: block;
    background-position: 0% 0%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    background: url("../img/more4.png") no-repeat;
    width: 148px;
    height: 80px;
    overflow: hidden; }

.news_detail_box {
  margin-bottom: 100px;
  margin-top: 20px; }
  .news_detail_box .detail_date {
    color: #2d373a;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    width: 206px;
    height: 41px;
    background: url("../img/date.png");
    padding-top: 7px; }
  .news_detail_box .news_detail_content {
    max-width: 90%;
    margin: 0px auto;
    padding-top: 40px; }
    .news_detail_box .news_detail_content .detail_tit {
      border-bottom: 3px solid #00a3dc;
      margin-bottom: 20px; }
      .news_detail_box .news_detail_content .detail_tit h1 {
        font-size: 20px !important;
        font-weight: bold; }
    .news_detail_box .news_detail_content .detail_content {
      line-height: 28px;
      font-size: 15px;
      font-weight: bold; }
      .news_detail_box .news_detail_content .detail_content img {
        max-width: 100%; }

.blue_btn {
  text-align: center;
  padding-top: 30px; }
  .blue_btn a {
    background: rgba(0, 163, 220, 0.7);
    margin: 0 auto;
    width: 200px;
    display: block;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 47px; }
    .blue_btn a i {
      font-size: 20px;
      margin-left: 10px;
      margin-right: 10px; }
    .blue_btn a:hover {
      background: #00a3dc;
      transform: translate3D(-5px, -5px, 5px);
      /* en x,y,z */
      -ms-transform: translate3D(-5px, -5px, 5px);
      /* IE 9 */
      -webkit-transform: translate3D(-5px, -5px, 5px);
      /* Safari y Chrome */
      -moz-transform: translate3D(-5px, -5px, 5px);
      /* Firefox */ }

.contact_box {
  min-height: 1200px;
  background-size: 100%;
  background: url("../img/contact/banner.jpg") top center no-repeat; }
  .contact_box .contact_form {
    position: relative;
    margin-bottom: 50px;
    margin-top: 180px;
    min-height: 500px;
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    background: #fff; }
    .contact_box .contact_form .contact_group {
      width: 70%;
      margin: 10% auto;
      margin-bottom: 50px;
      display: block; }
    .contact_box .contact_form .form_line1 {
      margin-bottom: 20px; }
      .contact_box .contact_form .form_line1 h6 {
        font-size: 16px;
        font-weight: bold; }
      .contact_box .contact_form .form_line1 input, .contact_box .contact_form .form_line1 textarea {
        background: #eff2f3;
        padding: 10px;
        border: 1px solid #eff2f3;
        width: 100%; }
    .contact_box .contact_form .contact_form_tit {
      position: absolute;
      width: 300px;
      height: 200px;
      padding: 30px;
      background: #00a3dc;
      top: -120px;
      left: -30px;
      color: #fff; }
    .contact_box .contact_form h1 {
      font-size: 52px;
      font-family: "Kanit", sans-serif;
      line-height: 48px;
      font-style: italic; }
    .contact_box .contact_form h2 {
      font-size: 20px;
      font-weight: bold;
      font-style: italic;
      letter-spacing: 1.2px;
      padding: 0;
      margin: 0; }

.ci_box {
  text-align: center; }
  .ci_box h1 {
    padding-bottom: 40px;
    background: url("../img/contact/line.png") no-repeat center bottom; }
  .ci_box ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;
    text-align: left; }
    .ci_box ul li {
      font-size: 16px;
      padding-top: 8px;
      padding-bottom: 8px; }
      .ci_box ul li span {
        color: #00a3dc;
        font-weight: bold;
        display: inline-block;
        width: 100px; }

@media (max-width: 1024px) {
  .contact_box .contact_group {
    width: 90%;
    padding-bottom: 30px;
    margin: -80px auto !important;
    margin-bottom: 70px !important; }
  .contact_box .contact_form .contact_form_tit {
    position: relative !important;
    margin: 0 auto;
    width: 300px;
    height: 200px;
    padding: 30px;
    top: -120px;
    left: -30px; } }
.ci_box {
  margin-bottom: 50px; }

@media (max-width: 768px) {
  .ci_box ul li {
    text-align: center; }
    .ci_box ul li span {
      display: block;
      margin: 0 auto;
      text-align: center; } }
.download_box {
  padding-bottom: 150px;
  background: url("../img/download/bg.jpg") no-repeat bottom center; }

.download_box2 {
  background: url("../img/download/bg2.jpg"); }

.down_line01 {
  margin-bottom: 150px;
  margin-top: 30px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .down_line01:hover .down_line01b {
    border: 10px solid #00a3dc;
    text-align: center; }
  .down_line01:hover .down_line01a {
    text-align: center; }
    .down_line01:hover .down_line01a img {
      -webkit-transform: scale(1.1);
      /* Safari and Chrome */
      -moz-transform: scale(1.1);
      /* Firefox */
      -ms-transform: scale(1.1);
      /* IE 9 */
      -o-transform: scale(1.1);
      /* Opera */
      transform: scale(1.1); }
  .down_line01 img {
    max-width: 100%; }
  .down_line01 div {
    margin: 0;
    padding: 0; }
  .down_line01 .down_line01a {
    overflow: hidden;
    text-align: center; }
    .down_line01 .down_line01a img {
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
  .down_line01 .down_line01b {
    text-align: center;
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    margin-top: 50px; }
    .down_line01 .down_line01b img {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
    .down_line01 .down_line01b .down_content {
      position: absolute;
      color: #fff;
      z-index: 3;
      bottom: 10%;
      left: 20px; }
      .down_line01 .down_line01b .down_content h1 {
        font-size: 40px;
        padding-left: 12px;
        text-align: left; }
      .down_line01 .down_line01b .down_content h2 {
        font-size: 22px;
        text-align: left;
        padding-bottom: 20px;
        padding-left: 15px;
        background: url("../img/download/line.png") no-repeat; }
    .down_line01 .down_line01b .down_ww {
      position: absolute;
      right: -80px;
      top: 10%; }
    .down_line01 .down_line01b .down_ww2 {
      position: absolute;
      left: -120px;
      top: 10%; }

@media (max-width: 1024px) {
  .down_line01 {
    margin-left: 30px;
    margin-right: 30px; }
    .down_line01 .down_line01b {
      margin-top: 0px; }
      .down_line01 .down_line01b .down_content {
        position: absolute;
        bottom: 10%;
        left: 20px; }
        .down_line01 .down_line01b .down_content h1 {
          font-size: 40px;
          padding-left: 12px; }
        .down_line01 .down_line01b .down_content h2 {
          font-size: 22px;
          padding-bottom: 20px;
          padding-left: 15px; }
      .down_line01 .down_line01b .down_ww {
        position: absolute;
        right: -60px;
        top: 18%; }
        .down_line01 .down_line01b .down_ww img {
          max-width: 100px; }
      .down_line01 .down_line01b .down_ww2 {
        position: absolute;
        left: -50px;
        top: 10%; }
        .down_line01 .down_line01b .down_ww2 img {
          max-width: 100px !important; } }
@media (max-width: 1024px) {
  .down_line01 {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px; }
    .down_line01 .down_line01b {
      margin-top: 0px; }
      .down_line01 .down_line01b .down_content {
        position: absolute;
        bottom: 10%;
        left: 5px; }
        .down_line01 .down_line01b .down_content h1 {
          font-size: 30px; }
        .down_line01 .down_line01b .down_content h2 {
          font-size: 16px; }
      .down_line01 .down_line01b .down_ww {
        position: absolute;
        right: -10px;
        top: 18%; }
        .down_line01 .down_line01b .down_ww img {
          max-width: 30px; }
      .down_line01 .down_line01b .down_ww2 {
        position: absolute;
        left: -10px;
        top: 10%; }
        .down_line01 .down_line01b .down_ww2 img {
          max-width: 30px !important; } }
.down_tit {
  margin-top: 30px; }
  .down_tit h1 {
    color: #2d373a;
    font-family: "Kanit", sans-serif;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0;
    font-size: 46px; }
  .down_tit h2 {
    color: #2d373a;
    font-weight: bold;
    background: url(../img/about/tit_bg.png) no-repeat left bottom;
    padding: 0px;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 24px;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-family: "Noto Sans TC", sans-serif; }

.down_btn1 {
  width: 49%;
  display: inline-block; }
  .down_btn1 a {
    display: block;
    background: #00a3dc;
    padding: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 5px;
    text-align: center;
    color: #fff; }
    .down_btn1 a:hover {
      background: #2d373a; }

.down_h1 {
  height: auto !important; }

.dealer_box {
  padding-bottom: 150px;
  background: url("../img/dealer/bg.jpg") no-repeat bottom center; }

.dealer_top {
  position: relative;
  text-align: center;
  padding-top: 30px;
  min-height: 400px; }
  .dealer_top img {
    max-width: 100%; }
  .dealer_top .blue_box1 {
    position: absolute;
    z-index: 2;
    left: 2%;
    background: #3ba6c7;
    color: #fff;
    padding: 30px;
    padding-top: 45px;
    width: 60%;
    height: 250px; }
    .dealer_top .blue_box1 h1 {
      text-align: left !important;
      font-family: "Kanit", sans-serif;
      font-style: italic;
      line-height: 40px;
      text-transform: uppercase;
      padding: 0px;
      margin: 0;
      font-size: 46px; }
    .dealer_top .blue_box1 h2 {
      text-align: left !important;
      font-weight: bold;
      padding: 0px;
      margin: 0;
      letter-spacing: 2px;
      font-style: italic;
      line-height: 36px;
      font-size: 22px;
      font-family: sans-serif; }
    .dealer_top .blue_box1 h4 {
      display: none;
      font-size: 22px;
      font-weight: normal;
      font-style: italic;
      border-top: 1px solid #fff;
      text-align: center;
      padding-top: 10px;
      margin-top: 10px; }
    .dealer_top .blue_box1 h3 {
      font-size: 26px;
      font-weight: normal;
      font-style: italic;
      max-width: 170px;
      border-top: 1px solid #fff;
      text-align: left;
      padding: 0;
      margin: 0;
      padding-top: 10px;
      margin-top: 10px; }
  .dealer_top .blue_box2 {
    position: absolute;
    padding: 0px;
    right: 2%;
    z-index: 4;
    background: #177d9c;
    width: 60%;
    top: 16%; }
  .dealer_top .blue_box3 {
    position: absolute;
    padding: 20px;
    left: 35%;
    margin: 0 auto;
    z-index: 2;
    background: rgba(107, 206, 237, 0.45);
    width: 30%;
    height: 220px;
    top: 30%; }
  .dealer_top .blue_line {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 8%; }

@media (max-width: 1280px) {
  .dealer_top {
    padding-top: 30px;
    min-height: 400px; }
    .dealer_top .blue_box1 {
      left: 2%;
      padding: 30px;
      padding-top: 45px;
      width: 60%;
      height: 250px; }
    .dealer_top .blue_box2 {
      padding: 0px;
      right: 2%;
      width: 60%;
      top: 16%; }
    .dealer_top .blue_box3 {
      padding: 20px;
      left: 35%;
      width: 30%;
      height: 180px;
      top: 30%; }
    .dealer_top .blue_line {
      left: 0;
      right: 0;
      bottom: 15%; } }
@media (max-width: 991px) {
  .dealer_top {
    padding-top: 30px;
    min-height: 250px; }
    .dealer_top .blue_box1 {
      left: 2%;
      padding: 30px;
      width: 50%;
      height: 180px; }
    .dealer_top .blue_box2 {
      padding: 0px;
      right: 2%;
      background: #177d9c;
      width: 50%;
      top: 20%; }
    .dealer_top .blue_box3 {
      padding: 20px;
      left: 35%;
      margin: 0 auto;
      width: 30%;
      height: 80px;
      top: 55%; }
    .dealer_top .blue_line {
      left: 0;
      right: 0;
      bottom: 8%; } }
@media (max-width: 768px) {
  .dealer_top {
    padding-top: 30px;
    min-height: 250px; }
    .dealer_top .blue_box1 {
      left: 0%;
      padding: 30px;
      width: 100%;
      height: 150px;
      position: relative;
      text-align: center; }
      .dealer_top .blue_box1 h1 {
        text-align: center !important; }
      .dealer_top .blue_box1 h3 {
        display: none; }
      .dealer_top .blue_box1 h4 {
        display: block; }
    .dealer_top .blue_box2 {
      right: 0%;
      width: 100%;
      top: 0%;
      position: relative; }
    .dealer_top .blue_box3 {
      display: none; }
    .dealer_top .blue_line {
      left: 0;
      right: 0;
      bottom: 8%; } }
.dealer_country {
  border-bottom: 1px solid #00a3dc;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 70px; }
  .dealer_country .dc_ul {
    padding: 0;
    margin: 0; }
  .dealer_country ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px; }
    .dealer_country ul li {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 15px;
      color: #666;
      font-weight: normal; }
      .dealer_country ul li span {
        display: inline-block;
        width: 80px; }
  .dealer_country .dc_blue_box {
    position: relative;
    border: 4px solid #00a3dc;
    width: 130px;
    height: 120px;
    padding: 10px;
    text-align: center;
    color: #00a3dc; }
    .dealer_country .dc_blue_box p {
      font-size: 22px;
      padding-top: 30px; }
    .dealer_country .dc_blue_box .dc_blue_num {
      position: absolute;
      right: 10%;
      top: -50px;
      font-size: 55px;
      font-weight: normal;
      color: #2d373a; }
  .dealer_country .dc_name img {
    margin-top: 20px; }
  .dealer_country .dc_name h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .dealer_country .dc_name span {
    display: block;
    display: block;
    color: #fff;
    background: #00a3dc;
    padding: 5px;
    width: 100px;
    text-align: center; }
    .dealer_country .dc_name span a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%; }
    .dealer_country .dc_name span:hover {
      background: #007599; }

@media (max-width: 991px) {
  .dealer_country {
    text-align: center;
    margin-top: 60px; }
    .dealer_country .dc_ul {
      width: 100%;
      display: block;
      clear: both; }
    .dealer_country .dc_blue_box {
      margin: 0 auto; }
    .dealer_country .dc_name {
      margin: 0 auto;
      clear: both; }
      .dealer_country .dc_name h2 {
        padding: 0;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px; }
      .dealer_country .dc_name span {
        margin: 0 auto; } }
.inside_menu_pro {
  bottom: 0px;
  min-height: 40px;
  width: 100%;
  background: rgba(0, 163, 220, 0.8); }
  .inside_menu_pro ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .inside_menu_pro ul li.active a {
      background: #00a3dc;
      -moz-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
      -webkit-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
      box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8); }
    .inside_menu_pro ul li {
      display: inline-block;
      width: auto;
      padding: 0 5px; }
      .inside_menu_pro ul li:hover a {
        background: #00a3dc;
        -moz-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
        -webkit-box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8);
        box-shadow: 0px 0px 8px rgba(0, 81, 124, 0.8); }
      .inside_menu_pro ul li a {
        color: #fff;
        display: block;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        letter-spacing: 0px;
        font-size: 15px;
        height: 45px;
        margin-top: -5px;
        padding: 10px 20px;
        width: 100%; }

.pro_boxa {
  background: #fff;
  padding: 20px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 30px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }
  .pro_boxa:hover {
    border: 5px solid #00a3dc; }
  .pro_boxa:hover h1 {
    color: #00a3dc; }
  .pro_boxa:hover h2 {
    color: #00a3dc; }
  .pro_boxa .pro_imga {
    margin-bottom: 20px; }
    .pro_boxa .pro_imga img {
      max-width: 100%; }
  .pro_boxa .pro_txta h2 {
    font-size: 20px;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0;
    font-style: italic; }
  .pro_boxa .pro_txta h1 {
    font-size: 60px;
    font-style: italic;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
  .pro_boxa .pro_txta p {
    font-size: 16px;
    color: #666; }
  .pro_boxa .pro_txta .more {
    background: #00a3dc;
    padding-top: 15px;
    text-align: center;
    width: 55px;
    height: 50px;
    right: 0;
    bottom: 0;
    color: #fff;
    position: absolute; }

.pd_row img {
  max-width: 100%; }
.pd_row .pd_txt {
  padding-top: 10%;
  padding-bottom: 30px;
  max-width: 500px;
  margin: 0 auto; }
  .pd_row .pd_txt h2 {
    font-size: 20px;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0;
    font-style: italic; }
  .pd_row .pd_txt h1 {
    font-size: 60px;
    font-style: italic;
    font-family: "Kanit", sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
  .pd_row .pd_txt p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px; }
  .pd_row .pd_txt h6 {
    color: #888;
    font-size: 14px;
    margin-top: 30px; }
.pd_row .pd_img {
  position: relative;
  background: url("../img/product/bg_bike.jpg"); }

#p_prev, #p_next {
  top: 40%; }

#p_prev {
  position: absolute;
  left: 0px;
  z-index: 5;
  width: 51px;
  height: 79px;
  overflow: hidden;
  background: url("../img/product/aw_left.png") no-repeat; }

#p_next {
  position: absolute;
  width: 51px;
  height: 79px;
  overflow: hidden;
  right: 0;
  z-index: 5;
  background: url("../img/product/aw_right.png") no-repeat; }

#p_prev:hover, #p_next:hover {
  cursor: pointer;
  background-position: 100% 100%; }

@media (max-width: 1280px) {
  #p_prev, #p_next {
    top: 20%; } }
@media (max-width: 991px) {
  #p_prev, #p_next {
    top: 40%; } }
@media (max-width: 480px) {
  #p_prev, #p_next {
    top: 30%; } }
.spe_box {
  background: #fff;
  position: relative;
  min-height: 400px;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }
  .spe_box .spe_tit {
    position: absolute;
    left: -20%;
    top: 10%;
    background: #00a3dc;
    color: #fff;
    padding: 40px;
    min-height: 300px;
    min-width: 300px;
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }
    .spe_box .spe_tit h1 {
      font-size: 34px;
      text-align: right;
      font-style: italic;
      font-family: "Kanit", sans-serif;
      font-weight: bold; }
    .spe_box .spe_tit h2 {
      font-size: 20px;
      text-align: right;
      font-style: italic;
      font-weight: bold;
      padding: 0;
      margin: 0; }

.se_line {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 100px;
  margin-right: 20px; }
  .se_line .se_tit {
    font-size: 18px;
    padding-left: 20px;
    font-weight: bold;
    background: url("../img/product/dot.png") left top no-repeat; }
  .se_line .se_txt {
    color: #666;
    font-size: 16px; }

@media (max-width: 1280px) {
  .se_line {
    margin-left: 100px;
    margin-right: 20px; }

  .spe_box .spe_tit {
    position: absolute;
    left: -20%;
    top: 10%;
    padding: 20px;
    min-height: 200px;
    min-width: 200px; } }
@media (max-width: 991px) {
  .se_line {
    margin-left: 20px;
    margin-right: 20px; }

  .spe_box .spe_tit {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
    min-height: 50px;
    min-width: 200px;
    margin-bottom: 20px; } }
/*--------------------------------------------------*/
.overlay-navigation {
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  z-index: 550;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  width: 40% !important;
  max-width: 720px;
  background: rgba(0, 163, 220, 0.95);
  text-align: center; }
  .overlay-navigation .show {
    opacity: 1;
    right: 0; }
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 500px;
    margin: auto;
    padding-top: 70px; }
    .overlay-navigation ul li {
      margin-bottom: 50px;
      display: inline-block;
      width: 49%;
      text-align: center; }
      .overlay-navigation ul li img {
        margin: 0 auto;
        max-width: 60px;
        clear: both;
        display: block;
        margin-bottom: 15px; }
      .overlay-navigation ul li a {
        color: #fff;
        display: block;
        font-size: 18px;
        position: relative;
        max-width: 120px;
        margin: 0 auto;
        font-weight: 500;
        letter-spacing: 0.5px; }
    .overlay-navigation ul li a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #f1ec30;
      z-index: 6;
      transition: width .3s;
      position: absolute;
      bottom: -5px; }
    .overlay-navigation ul li a:hover::after {
      width: 100%; }

.overlay-navigation.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%); }

.nav_close {
  margin-top: 50px; }

.close-button {
  border: 1px solid #00a3dc;
  height: 50px;
  width: 50px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block; }

.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 55%;
  left: 69%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #f1ec30;
  transition: all 0.2s ease-out; }

.close-button:after {
  transform: rotate(45deg); }

.close-button:hover:before,
.close-button:hover:after {
  transform: rotate(0deg); }

@media (max-width: 1280px) {
  .overlay-navigation ul li {
    margin-bottom: 16px !important; } }
@media (max-width: 768px) {
  .nav_close {
    margin-top: 15px !important; }

  .overlay-navigation {
    width: 100% !important; }

  .overlay-navigation ul {
    padding-top: 20px; }

  .overlay-navigation ul li {
    width: 24.5%;
    margin-bottom: 20px !important; }
    .overlay-navigation ul li img {
      display: block;
      max-width: 60px;
      margin-bottom: 5px; }
    .overlay-navigation ul li a {
      max-width: 90% !important; } }
@media (max-width: 640px) {
  .nav_close {
    margin-top: 15px !important; }

  .overlay-navigation {
    width: 100% !important; }

  .overlay-navigation ul {
    padding-top: 20px; }

  .overlay-navigation ul li {
    width: 32%;
    margin-bottom: 20px !important; }
    .overlay-navigation ul li img {
      display: block;
      max-width: 60px;
      margin-bottom: 5px; }
    .overlay-navigation ul li a {
      max-width: 90% !important; } }
@media (max-width: 480px) {
  .nav_close {
    margin-top: 10px !important; }

  .overlay-navigation ul {
    padding-top: 10px; }

  .overlay-navigation ul li {
    width: 48%;
    margin-bottom: 20px !important; }
    .overlay-navigation ul li img {
      display: block;
      max-width: 35px;
      margin-bottom: 5px; }
    .overlay-navigation ul li a {
      max-width: 90% !important; } }
/* Hambuger style */
.hamburger {
  width: 60px;
  height: 45px;
  margin-top: 25px;
  display: block;
  padding-top: 7px;
  transition: all .5s ease;
  /* Hambuger hover animation */ }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger span {
    border: 1px solid #00a3dc;
    display: block;
    margin: 5px auto;
    background-color: #00a3dc;
    width: 50%;
    height: 3px;
    border-radius: 5px;
    transition: all .5s ease; }
  .hamburger:hover {
    background: #00a3dc; }
    .hamburger:hover span {
      background-color: #f1ec30;
      border: 1px solid #f1ec30; }
    .hamburger:hover span:first-child {
      transform: translateY(-2px); }
    .hamburger:hover span:last-child {
      transform: translateY(2px); }

.menu_btn {
  text-align: right; }
  .menu_btn div {
    display: block;
    float: right; }

.blue_btn2 {
  background: #00a3dc;
  color: #fff;
  font-size: 11px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal; }
  .blue_btn2:hover {
    color: #fff; }

.pd_zoom {
  position: absolute;
  background: #00a3dc;
  padding: 5px;
  z-index: 10;
  width: 40px;
  height: 35px;
  color: #fff;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0; }
  .pd_zoom a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%; }
