/*icon*/
.tl{position:fixed;right:0.5%;top:43%;z-index:1000; transform:scale(0.8);}
.line{position:fixed;right:0.5%;top:50%;z-index:1000; transform:scale(0.8);}



@media only screen and (max-width: 428px) {
  .tl{position:fixed;right:0.5%;top:30%;z-index:1000; transform:scale(0.8);}
  .line{position:fixed;right:0.5%;top:36%;z-index:1000; transform:scale(0.8);}

}

@media(max-width:428px){
  .tl, .line, {
    transform:scale(0.7);  }
}


/*整體文字調整*/
body {
    color: #323232;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.12em
}
a {
    color: #0a79bf;
    text-decoration: none;
}
a:hover {
    color: #3fcbea;
}
.row [class^="col-"] {
  padding:10px;
}

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;
  /*text-align: center;*/  
  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: 100%;
    border-right: 0px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #1e6cd2;
}

#nav ul li a span{transition:all 0.5s;}

#nav ul li a:hover span{border-top:2px solid #1e6cd2;padding-top:5px;}


#nav ul li.current a  {
    color: #1e6cd2;  
}


/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*about_1*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-header{
  display:none;
}
/*
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1{
  background:url(https://static.iyp.tw/409386/files/935a38a1-9837-4dee-b8cd-f412ddddca10.png)no-repeat;
  background-position:top center;
  background-size:cover;
}
*/

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1 .container{
  padding:60px 20px;
}


/*about_3*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/409386/files/94993499-f089-4bed-8c57-c6e6121c32ac.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  /*min-height:300px;*/
}


#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 .container{
  padding:60px 20px;
}


/*about_3*/

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{
  background:url(https://static.iyp.tw/409386/files/935a38a1-9837-4dee-b8cd-f412ddddca10.png)no-repeat;
  background-position:top center;
  background-size:cover;
}


#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 .container{
  padding:60px 20px;
}



/*about_3~6*/
#bodyinpage.rwd-collapse.about-us .fcol.fcol-4,
#bodyinpage.rwd-collapse.about-us .fcol.fcol-5,
#bodyinpage.rwd-collapse.about-us .fcol.fcol-6{
  display:none;
}


/*pd*/
ul.product-list li h3 {
  flex: 1 0 auto;
  max-height: 3rem;
  margin: 0.7rem 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: inherit;
  overflow: hidden;
  padding: 0 16px;
  color: #222;
}
ul.product-list li .desc {
   display:none;
}


/*h1*/
.h1title{
  color:#2f4f4f;
}


/*pd*/
body[data-type="fullpage"] .main {
    min-height: 50px;
}

/*news*/
.news .fcol .news-list li .ico, .news .news.main-content li .ico, #news-heading .ico {
    display: none;
}


/*form*/
.mark {
    background: none;
}


/*footer*/
/*
#footer{
  background:url()no-repeat;
  background-size:cover;
  background-position:top center;
}
*/
#footer{
  background:#1e6cd2;
}

#foot-nav{
  display:none;
}


/*文字變色方塊2*/
.serveimg2 {
  display: block;
  text-align: center;
  width: 100%;
  min-height: 100px
  padding-bottom: 100%;
  color: #a20e20;
  border:1px solid #44a46c;
  background: #44a46c;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 20px 20px;
  border-radius: 5%;
}

.serveimg2:hover {
  display: block;
  text-align: center;
  width: 100%;
  min-height: 100px
  padding-bottom: 100%;
  color: #fff;
  border:1px solid #44a46c;
  background: #44a46c;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 20px 20px;
  border-radius: 5%;
}


/*title*/
.font_a01 b {
    display: inline-block;
    padding-left: 2%;
    margin-left: 2%;
    border-left: 1px solid #1E6CD2;
    /*font-size: 60px;*/
    line-height: 100%;
    color: #1E6CD2;
    font-weight: normal;
    letter-spacing: 0;
}


/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
  /*background: #399ceb;*/
  width: 40px;
  border-radius: 99rem;
}
.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.fa-angle-left:before {
  content:"\f104";
  color: #fff;
}

.fa-angle-right:before {
  content:"\f105";
  color: #fff;
}


.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
}