/*icon*/
.LINE{position:fixed;right:0%;top:8%;z-index:1000;transform:scale(0.8);}
.fb2{position:fixed;right:0%;top:16%;z-index:1000;transform:scale(0.8);}
.phone{position:fixed;right:0%;top:24%;z-index:1000;transform:scale(0.8);}
.phone2{position:fixed;right:0%;top:32%;z-index:1000;transform:scale(0.8);}
.G{position:fixed;right:0%;top:40%;z-index:1000;transform:scale(0.8);}
.G2{position:fixed;right:0%;top:48%;z-index:1000;transform:scale(0.8);}
.G3{position:fixed;right:0%;top:56%;z-index:1000;transform:scale(0.8);}
.G4{position:fixed;right:0%;top:64%;z-index:1000;transform:scale(0.8);}

/*回首頁*/
/*
.navbar-nav > li > a {
    color: #fff;
}
.topnavbar {
    background-color: #FFF;
    top:0px;
    position: relative;
    z-index:100;
    width:100%;
    padding: 0;
    border-top: 5px solid #62ABF4;
}
.topnavbar .container {
    text-align: justify;
    font-size: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  text-align: center; 
}

.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: 150px;
}

@media only screen and (max-width: 428px){
.topnavbar {
  height: 100px;
 }
}  



/*nav*/
/*
#nav ul li a {
    white-space: nowrap;
    color: #000;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 16px;
    font-size: 100%;
    transition:all 0.5s;
}

#nav ul li a::before {
  content:"";
  border-top:2px solid #125887;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:5px;
  margin:0 auto;
  transition:.3s all ease
}

#nav ul li a:hover::before {
 width:70%;
}

#nav ul li a:hover{
    color: #125887;
}

#nav ul li.current a  {
    color: #A3D1D1;  
}

#nav .subnav {
    position: absolute;
    top: 100%;
    max-width: 200px;
    background-color: rgba(255,255,255,0.6);
} 

#nav ul .subnav li a {
    background-color: rgba(255, 255, 255,0.9);
    color: #FFF;
    text-align: left;
    width: 200px;
}

#nav ul li .subnav a span {
    display: inline-block;
    max-width: 100px;
}

#nav li.has-subnav ul li a {
    color: #2D5986;
    width:200px;
    white-space: pre-line;  
}
*/

/*nav*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}


@media(min-width:1920px){
body[data-type="fullpage"] #footer .container {
    width: 1160px;
 }
}


#nav{margin-top:15px;height:60px;background:#fff;}

#nav ul li a {
  white-space: nowrap;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  font-size: 100%;
  padding: 18px 25px;
  /*border-right: 1px #888 dotted;*/
  transition: all 0.5s;
  height: 60px;
}

#nav ul li a::before {
  content:"";
  border-top:2px solid #125887;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:5px;
  margin:0 auto;
  transition:.3s all ease
}

#nav ul li a:hover::before {
 width:70%;
}

#nav ul li a:hover{
    color: #125887;
}


#nav ul li.current a  {
    color: #A3D1D1;  
}

#nav .subnav {
    position: absolute;
    top: 100%;
    max-width: 250px;
    background-color: rgba(255,255,255,0.6);
} 


#nav ul .subnav li a {
    background-color: rgba(255, 255, 255,0.9);
    color: #fff;
    text-align: left;
    width: 250px;
}

#nav ul li .subnav a span {
    display: inline-block;
    max-width: 250px;
    padding: 0px 10px;
    border-top:0px;
}

#nav ul li .subnav a span:hover  {
    display: inline-block;
    max-width: 250px;
    border-top: 0px solid;
}

#nav li.has-subnav ul li a {
    color: #2D5986;
    width:250px;
    white-space: pre-line;
    padding:18px 8px;
  }




/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*h1*/
.h1title{
  color:#000;
  border-bottom:1px dashed #000;
}

/*footer*/
#footer{
  color:#125887;
  /*background-color: #de442c;*/
}
#foot-nav {
    display: none;
}
#copyright, #copyright a{color:#fff;}

/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}

.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}

/*文字色塊*/
.serveimg2 {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #B8B8B8;
   overflow: hidden;
   position: relative;
   padding: 10px 0px;
 
}
.serveimg2:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #4F9D9D;
   overflow: hidden;
   position: relative;
   padding: 10px 0px;
}



#service .list article {
    background: #fff;
    width: 90%;
    margin: 0%;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
    padding: 15px 15px 5px;
    border-radius: 8px;
    text-align: left;
    height: 250px;
}