a {
    color: #ef8609;
    text-decoration: none;
}

.row [class^="col-"] {
  padding:10px;
}

@media(max-width:414px){
  .row [class^="col-"] {
    padding:5px;
 }
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


/*top*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  padding-top:0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #77b485;
}

#nav ul li a span{transition:all 0.5s;}

#nav ul li a:hover span{border-top:2px solid #77b485;padding-top:5px;}


#nav ul li.current a  {
    color: #77b485;  
}


/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*about_2*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/41853/files/9440304e-0e7b-4196-b288-f26a9f33c82f.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}



/*about_3*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{background:#529881}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 .container{padding:20px 100px;}

@media(max-width:414px){
  #bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 .container {
    padding:20px;}
}


@media(max-width:414px){
#bodyinpage.rwd-collapse.viewmode.default.about-us .rwd-wrapper .col-5 {
    flex: 0 0 33.3%;
 }
}


/*about_4~6*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4 {display:none;}
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-5 {display:none;}
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-6 {display:none;}



/*Service*/
@media only screen and (max-width: 428px) {
 .rwd-wrapper .col-5 {
  -webkit-flex:0 0 50%;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
 }
}

.tab-edit {
    background-color: #fff;
    word-break: normal;
    word-wrap: break-word;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.tab-edit > tbody > tr > th{border-color: #ccc;}

.table-bordered > tbody > tr > th{border: 1px solid #ddd;}

.table > tbody > tr > th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.tab-edit th {
    text-align: right;
    background-color: #f5f5f5;
    font-weight: normal;
    width: 14%;
}

TABLE th {
    white-space: nowrap;
}


/*h1*/
.h1title{color:#77b485;border-bottom:1px dashed #77b485;}


/*side*/
#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
    border-bottom: 1px dashed #555;
}  

/*pd*/
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #77b485;
    text-shadow: none;
    padding: 0 10px;
}



/*form*/
.mark{background:none;}


/*footer*/
#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

#footer {
    color:#fff;
}

#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#dcdcdc;}