@import url("style_.css");
body,
html {
  overflow-x: hidden;
}

body {
  font-family: Arial, "Microsoft JhengHei";
  font-size: 14px;
  background: #FFF;
  color: #222;
  overflow-x: hidden !important;
  padding: 0px !important;
  word-wrap: break-word;
  word-break: break-all;
}

hr {
  border-top: 1px solid #888;
}

.outer {
  width: 100%;
  overflow: hidden;
}
/* 首頁廣告輪播 寬高比0.5 */

.index_banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.3s;
}

input {
  border: 1px solid #ccc;
  /*height:45px;*/
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}




.text_6 {
  color: #009e96;
}


/*我的愛心車 表格*/

@media only screen and (max-width: 800px) {

  .table-bordered {
    border: 0px solid #dddddd;
  }
  .table_bg {
    background: #f5f5f5;
  }

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    padding-left: 36%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    color: #333;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

.btn-default {
  background: #fff;
  border-radius: 0px;
}

.btn-primary,
.btn-success,
.btn-dange {
  border-radius: 0px;
}



.btn-default:hover,
.btn-default:focus,
.btn-default:link,
.btn-default:active {
  background: #fff;
}


.line {
  border-bottom: 1px solid #ddd;
}

.dropdown-menu a {
  font-size: 16px;
  margin-top: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -45px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px -42px 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.form-control {
  height: 45px;
  border-radius: 0px;
}

.form-control2 {
  width: 80%;
  height: 45px;
  border-radius: 0px;
}



/*大勾勾設定*/

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
  padding-left: 37px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 32px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
  background-position: 0 -32px;
}

label.css-label {
  background-image: url(/www/views_rwd_simple/images/checkbox.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




/*大圈圈設定*/

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-checkbox+label.css-labels,
input[type=radio].css-checkbox+label.css-labels.clr {
  padding-left: 37px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 32px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-labels,
input[type=radio].css-checkbox+label.css-labels.chk {
  background-position: 0 -32px;
}

label.css-labels {
  background-image: url(/www/views_rwd_simple/images/radio.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.read_line {
  border: 2px solid #cecece;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}

.h_top {
  padding-top: 0px;
}

.bg_k {
  background: #f9f5e7;
}


.bg_for {
  background: url(/www/views_rwd_simple/images/bg2.png);
}

.bg_2 {
  background: url(/www/views_rwd_simple/images/bg_2.jpg);
}

.bg_3 {}

.bg_read {
  background: url(/www/views_rwd_simple/images/bg5.png);
}

.inside {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.about {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 0px solid #ddd;
  background: #dae5e8;
}

.services {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 0px solid #ddd;
  background: #fff;
}

.nolr {
  padding-left: 0px;
  padding-right: 0px;
}

.title {
  font-size: 26px;
  line-height: 22px;
  color: #e05b17;
  font-weight: 600;
}

.title2 {
  font-size: 20px;
  line-height: 22px;
  color: #e5004f;
}

.muber {
  font-size: 14px;
  line-height: 8px;
  color: #777;
}

.small_text {
  font-size: 14px;
  line-height: 8px;
  color: #e60012;
}

.red_text {
  color: #e60012;
}

.share {
  padding: 0px 0px 15px 0px;
}


.mt {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 50px;
}

.mb {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}


.btn_1 {
  font-size: 26px;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #007cc6;
  padding: 17px;
  border-radius: 50px
}

.btn_1:hover {
  font-size: 26px;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #fd7129;
  padding: 17px;
  border-radius: 50px;
}

.btn_2 {
  font-size: 26px;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #e5004f;
  padding: 17px;
  border-radius: 50px
}

.btn_2:hover {
  font-size: 26px;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #b02253;
  padding: 17px;
  border-radius: 50px
}


.for_1 {
  margin-top: 35px;
}

.for_2 {
  margin-top: 35px;
}

.for_3 {
  margin-top: 10px;
}

.for_4 {
  margin-top: 10px;
}



/*表單跳出提醒視窗*/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Microsoft JhengHei";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: #E1704B;
  color: #fff;
  text-shadow: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-shadow: none !important;
}

p,
a {
  font-size: 14px;
  line-height: 21px;
  text-shadow: none !important;
  outline: none !important;
}

.clear {
  clear: both;
}

.page_title {
  font-size: 35px;
  line-height: 20px;
  font-weight: normal;
  color: #e05b17;
  margin-top: 0px;
}

.page_title2 {
  font-size: 35px;
  line-height: 67px;
  font-weight: normal;
  color: #333;
  margin-top: 50px;
}

.page_title3 {
  font-size: 35px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
}

.promo_txt {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  padding: 15px 0px;
  color: #fff;
  border-top: #CCC solid 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.main_heading {
  font-size: 30px;
  line-height: 67px;
  font-weight: normal;
}

.sub_heading {
  font-size: 2em;
  padding: 15px 0px;
  line-height: 1em;
  font-weight: bold;
}

.social-icons a {
  font-size: 56px;
  color: #fff;
  line-height: 50px;
}

.social-icons a:hover {
  text-decoration: none;
  color: #fff;
}

.icon {
  font-size: 40px;
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
  ;
}

.small_btn {
  padding: 7px 9px;
  background: #222;
  color: #FFF;
  border: none;
}

.small_btn:hover {
  text-decoration: none;
  background: #FFF;
  color: #fff;
}

.txt_light {}

::selection {
  background: #009e96;
  color: #a8a8a8;
  text-shadow: 0 1px 1px #000;
}
header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
header .logo_holder {
  width: auto;
  float: left;
}
header nav {
  width: auto;
  float: right;
  margin-top: 0px;
}
header nav a {
  color: #a8a8a8;
  display: block;
  height: 50px;
  float: left;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  margin-right: 15px;
}
header nav a:active,
a:visited,
a:link,
.def-link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
header nav a:hover,
.def-link {
  color: #1d2f3e;
  text-decoration: none;
  cursor: pointer;
}
.write a:link,
.write a:visited,
.write a:active {
  color: #007cc6;
}
.write a:hover {
  color: #ec6c00;
}


/*跳出視窗*/
.modal-dialog {
  width: 850px;
  margin: 70px auto;
  z-index: 999999;
}
.modal-header {
  font-size: 24px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #fff;
  color: #555;
}
.modal-content {
  font-size: 15px;
  line-height: 23px;
  position: relative;
  z-index: 999999;
  background-color: #ffffff;
  border: 0px solid #999999;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  margin-top: 15%;
  padding: 30px 60px 30px 60px;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=20);
  background: #777;
  border-radius: 50px;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=50);
  background: #888;
  border-radius: 50px;
}
button.close {
  color: #fff;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  background: #888;
  border-radius: 50px;
  height: 30px;
  width: 30px;
}
.talk {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px 0px 0px;
  padding: 30px;
  border: 2px solid #ddd;
  background: #fff;
}
.talk_2 {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.mobile-nav {
  margin-right: 10px;
}
.process {
  text-align: center;
  margin-top: 50px;
}
.process .span3 {
  margin-bottom: 95px;
}
.testimonials {
  background: #424242;
  color: #FFF;
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 100px;
}
.testimonial {
  display: none;
}
.testimonial_collection .testimonial:first-child {
  display: block;
}
.testimonial p {
  font-size: 24px;
  line-height: 31px;
  font-style: oblique;
}
.testimonial_nav {
  height: 19px;
  display: inline-block;
  margin-top: 25px;
}
.testimonial_nav a {
  display: block;
  width: 19px;
  height: 19px;
  float: left;
  background: url(/www/views_rwd_simple/images/nav_bg.png) no-repeat;
  background-position: 0px -19px;
  overflow: hidden;
}
.testimonial_nav a:hover,
.testimonial_nav a.active_nav {
  background-position: 0px 0px;
}
.about_txt {
  margin-top: 25px;
  margin-bottom: 90px;
}
.team {
  margin-top: 30px;
  margin-bottom: 100px;
}
.team .sub_heading {
  color: #e1704b;
}
.clients {
  background: #e1704b;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 96px;
}
.clients .page_title {
  color: #FFF;
  margin-bottom: 0px;
}
.client {
  margin-bottom: 12px;
}
.client_name {
  color: #E1704B
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media (max-width: 800px) {
  .testimonials {
    padding: 50px 10px;
  }
}
@media (max-width: 780px) {
  .team {
    text-align: center;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }
}
.service {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 36px;
}

.service .span4 {
  margin-bottom: 50px;
}

.service .icon img {
  margin-bottom: 10px;
}

.other_services {
  margin-bottom: 56px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.other_services .span6 {
  margin-bottom: 35px;
}

.other_services .span6 .sub_heading {
  color: #e1704b;
}

.other_services .span6 .sub_heading .icon {
  color: #222;
}

.quick_connect {
  background: #e1704b;
  padding: 70px 0px 80px 0px;
  text-align: center;
  margin-bottom: 98px;
}

.quick_connect .page_title {
  color: #FFF;
  margin-bottom: 45px;
}

.contact_button a {
  padding: 12px;
  background: #222;
  color: #FFF;
  font-size: 18px;
}

.contact_button a:hover {
  background: #FFF;
  color: #e1704b;
  text-decoration: none;
}

.portfolio-inner {
  margin-bottom: 84px;
  margin-top: 40px;
}

.element {

  width: 250px;
  height: 250px;
}

.gallery-caps {
  width: 250px;
  height: 250px;
  text-align: center;
}

.gallery-caps>h3 {
  width: 250px;
  text-align: center;
  padding-top: 50px;
  font-weight: normal;
  color: #fff;

  text-transform: uppercase;
}

.gallery-caps>p {
  width: 250px;
  padding-top: 160px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.gallery-caps {
  background: #e1704b url(/www/views_rwd_simple/images/overlay-zoom.png) center center no-repeat;
}



#options {
  /*background: #D82546;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-top: 40px;
  border-radius: 0px;
  border-radius: 5px;*/
}

#filters {
  padding: 10px;
}

#filters li {}

#filters li>a {
  color: #222;
  font-size: 15px;
  text-transform: uppercase;
}

#filters li>a:hover,
#filters li>a.selected {
  color: #222 !important;
  text-decoration: line-through;
}

#filters li:after {
  content: ' / ';
  color: #222;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

#filters li:last-child:after {
  display: none;
}

.main {
  text-align: center;
  width: 100%;

  padding: 30px 0px 50px 0px;
  margin: 0 auto 30px auto;
}

.clr {
  clear: both;
  padding: 0;
  height: 0;
  margin: 0;
}


/*頁籤功能*/

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #3790d9;
  border: 1px solid #2c77b4;
  border-bottom-color: transparent;
  cursor: default;
}

.faq-cat-content {
  margin-top: 25px;
  margin-bottom: 50px;
}

.faq-cat-tabs li a {
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #777777;
  font-size: 16px;
  margin-top: 15px;
  margin-right: 5px;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
  outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
  text-decoration: none;
  color: #777777;
}

.faq-cat-content .panel-heading:hover {
  background-color: #efefef;
}

.active-faq {
  border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
  font-size: 13px;
  font-weight: normal;
}

a.accordion-toggle {
  background: #e1704b;
  color: #fff;
}

a.accordion-toggle:hover {
  text-decoration: none;
  background: #222;
  color: #FFF;
}

a.accordion-toggle span {
  padding-right: 10px;
}

.messsages {
  margin-bottom: 86px;
}

#features .quick_connect .page_title {
  margin-bottom: 55px;
}

.contact {
  margin-bottom: 50px;
  margin-top: 40px;
}

.contact_form {
  margin-top: 8px;
  margin-bottom: 54px;
}

.contact_form .input {
  width: 75%;
  height: 40px;
  background: #f7f7f7;
  color: #000;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 30px;
}

.contact_form .textarea {
  width: 95%;
  height: 150px;
  resize: none;
  background: #f7f7f7;
  color: #000;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 30px;
}

.contact_info {
  margin-bottom: 50px;
}

.contact_info p {
  margin-bottom: 20px;
}

#contact .quick_connect {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

#contact .quick_connect .page_title {
  margin-bottom: 0px;
}

.foot {
  background: #fff;
  color: #555;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
}



/*主要banner 輪播效果*/

.carousel-indicators .active {
  background-color: #2980b9;
  width: 23px;
  height: 23px;
  border-radius: 50%
}

.carousel-indicators li {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}


.carousel-inner img {
  width: 100%;
  max-height: 460px
}

.carousel-control {
  width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding: 0px;
}

.carousel-control.right span {
  padding: 0px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: -50px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: -50px;
}

.carousel-control.left span,
.carousel-control.right span {
  background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.header-text h2 {
  font-size: 40px;
}

.header-text h2 span {
  background-color: #2980b9;
  padding: 10px;
}

.header-text h3 span {
  background-color: #000;
  padding: 15px;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}

.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}




.page {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 45px;
}
/*平版設定*/
@media (max-width: 768px) {
  header nav a {
    font-size: 15px;
    margin-right: 5px;
  }

  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 20px;
  }
  .page_title2 {
    font-size: 35px;
    line-height: 67px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .page {
    padding-top: 100px;
    margin-top: 20px;
  }

  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}




/*6吋以上螢幕*/

@media(max-width:480px) {

  .talk {
    padding: 20px;
    border: 0px solid #ddd;
  }
  .bg_k {
    background: #f9f5e7;
  }
  .for_1 {
    margin-top: 0px;
  }
  .for_2 {
    margin-top: 10px;
  }
  .for_3 {
    margin-top: 10px;
  }
  .for_4 {
    margin-top: 10px;
  }
  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0px;
  }
  .page_title2 {
    font-size: 35px;
    line-height: 67px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }


  .about {
    padding-top: 100px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
  }
  .services {
    padding-top: 100px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
  }
  .page {
    margin-top: 20px;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }
  header {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo_holder {
    width: auto;
    float: left;
  }
  header nav {
    width: auto;
    float: left;
    margin-top: 0px;
  }
  header nav a {
    color: #a8a8a8;
    display: block;
    height: 50px;
    float: left;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;
    text-decoration: none;
    margin-right: 14px;
  }
  header nav a:hover,
  a:active,
  a:visited,
  a:link,
  .def-link {
    color: #777;
    text-decoration: none;
  }
}

@media (max-width: 460px) {
  .mobile-nav select {
    width: 100px;
  }
}
/*iphone 6 Plus*/
@media(max-width:414px) {
  .inside {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
  }
  .bg_k {
    background: #f9f5e7;
  }
  .for_1 {
    margin-top: 0px;
  }
  .for_2 {
    margin-top: 10px;
  }
  .for_3 {
    margin-top: 10px;
  }
  .for_4 {
    margin-top: 10px;
  }
  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
  }
  .page_title2 {
    font-size: 35px;
    line-height: 67px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
  }
  .services {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
  }

  .page {
    margin-top: 20px;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }


  header {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo_holder {
    width: auto;
    float: left;
  }
  header nav {
    width: auto;
    float: left;
    margin-top: 0px;
  }
  header nav a {
    color: #a8a8a8;
    display: block;
    height: 50px;
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 50px;
    text-decoration: none;
    margin-right: 14px;
  }
  header nav a:hover,
  a:active,
  a:visited,
  a:link,
  .def-link {
    color: #777;
    text-decoration: none;
  }
}







/*iphone 6*/

@media(max-width:375px) {

  .bg_k {
    background: #f9f5e7;
  }
  .for_1 {
    margin-top: 0px;
  }
  .for_2 {
    margin-top: 10px;
  }
  .for_3 {
    margin-top: 10px;
  }
  .for_4 {
    margin-top: 10px;
  }


  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0px;
  }
  .page_title2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 0px;
  }


  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }


  .about {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
  }


  .page {
    margin-top: 20px;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }

  header {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo_holder {
    width: auto;
    float: left;
  }
  header nav {
    width: auto;
    float: left;
    margin-top: 0px;
  }
  header nav a {
    color: #a8a8a8;
    display: block;
    height: 50px;
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 50px;
    text-decoration: none;
    margin-right: 14px;
  }
  header nav a:hover,
  a:active,
  a:visited,
  a:link,
  .def-link {
    color: #777;
    text-decoration: none;
  }
}





/*4.5吋手機*/

@media(max-width:360px) {
  .bg_k {
    background: #f9f5e7;
  }
  .for_1 {
    margin-top: 0px;
  }
  .for_2 {
    margin-top: 10px;
  }
  .for_3 {
    margin-top: 10px;
  }
  .for_4 {
    margin-top: 10px;
  }
  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0px;
  }
  .page_title2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .about {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
  }
  .page {
    margin-top: 20px;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }
  header {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo_holder {
    width: auto;
    float: left;
  }
  header nav {
    width: auto;
    float: left;
    margin-top: 0px;
  }
  header nav a {
    color: #a8a8a8;
    display: block;
    height: 50px;
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    margin-right: 14px;
  }
  header nav a:hover,
  a:active,
  a:visited,
  a:link,
  .def-link {
    color: #777;
    text-decoration: none;
  }
}




/*4吋手機*/

@media(max-width:320px) {

  .bg_k {
    background: #f9f5e7;
  }


  .for_1 {
    margin-top: 0px;
  }
  .for_2 {
    margin-top: 10px;
  }
  .for_3 {
    margin-top: 10px;
  }
  .for_4 {
    margin-top: 10px;
  }


  .page_title {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0px;
  }
  .page_title2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    margin-top: 0px;
  }
  .page_title3 {
    font-size: 35px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .read_line {
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }


  .about {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 0px solid #ddd;
  }

  .page {
    margin-top: 10px;
  }
  /*跳出視窗*/
  .modal-dialog {
    width: 88%;
    margin: 40px auto;
    z-index: 999999;
  }
  .modal-header {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
  }
  .modal-content {
    position: relative;
    z-index: 999999;
    background-color: #ffffff;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 7%;
    padding: 0px 15px 0px 15px;
  }
  header {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo_holder {
    width: auto;
    float: left;
  }
  header nav {
    width: auto;
    float: left;
    margin-top: 0px;
  }
  header nav a {
    color: #a8a8a8;
    display: block;
    height: 50px;
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    margin-right: 12px;
  }
  header nav a:hover,
  a:active,
  a:visited,
  a:link,
  .def-link {
    color: #777;
    text-decoration: none;
  }
}
