/*body*/
.row [class^="col-"] {
  padding:10px;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


/*logo*/

 #logo img {
   padding: 0 16px 16px;
 }

@media only screen and (max-width: 767px) {
  #logo a img {
    margin: 0 auto;
  }
}


/*top*/
.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:url(https://static.iyp.tw/409713/files/b25b28ee-ccc6-4399-ad90-61fd981d8d0c.jpg)repeat-x;
  background-position:top center;
  background-size:cover;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
  box-shadow: 0 5px 5px rgba(44,44,44,0.25);
}


@media(max-width:600px){
   .topnavbar .container {
  text-align: center;
}
}


/*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: #1580c3;
}

#nav ul li a span{transition:all 0.5s;}

#nav ul li a:hover span{border-top:2px solid #1580c3;padding-top:5px;}


#nav ul li.current a  {
    color: #1580c3;  
}



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); 
}

.swiper-slide {
  width: 100% !important;
}



/*About_1*/
@media(max-width:767px){
.ab.row .col-2{
  flex:0 0 100%;
  max-width:100%;
 }
}

/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.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; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}


@media(max-width:900px){
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1 .col-2{
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  }
}



/*About_2*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
   background-color: #41a5e1;
  background-image: linear-gradient(#01b4ee,#0168b7);
}


#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 .container{
  padding:60px 20px;
}


.sr.row .col-5 .bt{
  height:350px; 
}

@media(max-width:767px){
.sr.row .col-5 .bt{
   height:500px;
   margin-top:10px;
 }
}

@media(max-width:600px){
.sr.row .col-5 .bt{
   height:420px;
   margin-top:10px;
 }
}

@media(max-width:480px){
.sr.row .col-5 .bt{
   height:350px;
   margin-top:10px;
 }
}


@media(max-width:480px){
  .sr.row .col-5{
    flex:0 0 50%;
    max-width:50%;
  }
}



/*About_3*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 {
  background:url(https://static.iyp.tw/409713/files/c97270bd-41c4-4a72-ad08-22c54681d7cb.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  min-height:400px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media(max-width:767px){
.ct.row .col-md-5{
flex: 0 0 100%;
 }
}


/*About_4~6*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4,
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-5,
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-6{
  display:none;
}




/*h1*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-header .h1title h1{
  display:none;
}


/*pd*/
ul.product-list li h3 {
    font-size: .95rem;
    max-height: 2.85rem;
    color:#00429b;
}



/*form*/
.mark{
  background:none;
}




/*footer*/
#footer{
  border-top:5px solid #2473c4;
}



/*table*/
th {
    border-bottom: 1px solid #d6d6d6;
}

tr:nth-child(odd) {
    background: #e9e9e9;
}

table.w3-table-all {
    margin: 20px 0;
}

.w3-table-all {
    border: 1px solid #ccc;
}

.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.w3-white {
    color: #000 !important;
}

.w3-table-all td:first-child {
    padding-left: 16px;
}

.w3-table-all td{
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #d6d6d6;
}


.w3-table-all td a{
    color:#222;
}

.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
}

@media(max-width:480px){
  .case.row .col-2{
    flex:0 0 100%;
    max-width:100%;
  }
}