@charset "utf-8";
/* CSS Document */

body{
	background-color:rgba(233,233,233,1.0);
	font-family:Microsoft JhengHei, sans-serif;
	color:rgba(63,63,63,1.00);
	font-size:14px;
}

a, a:link{
	outline:none;
	text-decoration:none;
}

p{
	text-align:justify;
	line-height:1.7;
	margin:15px 0;
}

.container{
	background-color:white;
	/*box-shadow: 1px 1px 44px #868686;*/
}

input{
	margin-bottom:20px;
	border-radius:5px;
	width:100%;
	height:25px;
	font-size:13px;
}

textarea{
	margin-bottom:10px;
	border-radius:5px;
	width:100%;
	height:100px;
	resize:none;
	box-shadow:inset 1px 1px 2px gray;
	font-size:13px;
}

#btn{
	margin-bottom: 20px;
    border-radius: 10px;
    width: 50px;
    height: 30px;
	float:right;
	background-color:rgb(62, 58, 57);
	color:white;
	outline: none;
}

.translate, .translate-tc, .translate-sc, .translate-en{
	float:left;
	padding:2px 5px;
	margin:0 1px;
}

.translate-tc a, .translate-sc a, .translate-en a{
	color:rgba(63,63,63,1.00);
}

.translate-tc a:hover, .translate-sc a:hover, .translate-en a:hover{
	/*color:white;*/
}

.translate-tc:hover, .translate-sc:hover, .translate-en:hover{
	/*background-color:rgb(231, 190, 187);*/
}

.set-min-height{
	min-height:749px;
}

/*navbar*/
.navbar-inverse .navbar-toggle{
	border:0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #EAACAC;
}

.navbar-toggle{
	background-color:rgba(255, 202, 206, 0.6);
}

.dropdown-menu{
	min-width:115px;
	width:115px;
	padding:0px;
}

.dropdown-menu > li > a{
	padding: 8px 20px;
	color:white;
	background-color:rgba(224, 28, 0, 0.58);
	border-top: 1px solid white;
	text-align:center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-image: linear-gradient(to bottom, #FF4343 0%, #FF4343 100%);
}

.navbar-inverse{
	background-image:none;
	border-radius:0px;
	box-shadow: none;
    height: 35px;
	background-color: rgba(233,0,23,0.6);
	border:0;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
	font-size:17px;
	color:white;
	text-shadow:none;
}

.navbar-nav > li > a{
	padding: 9px 37px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{
	height:35px;
	background-image: none;
	background-color:rgba(200, 0, 23, 1.0);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	height:35px;
	background-image: none;
	background-color:rgba(200, 0, 23, 1.0);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	height:35px;
	background-image: none;
	background-color:#F26673;
	box-shadow:none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:hover{
	background-color:rgba(200, 0, 23, 1.0);
	height:35px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border:none;
	background-color: #F26673;
	margin: 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color:#F5F5F5;
}

/*end of navbar*/

/*tel wstapp fb btn*/  
  .info-border{
	  float:right;
	  border-bottom:2px solid rgba(200, 0, 23, 0.6);
	  padding-bottom:3px;
	  margin-top:-5px;
  }
  
  .img-logo img{
	  width:100%;
	  margin-top: 16px;
	  margin-bottom:20px;
  }
  
  .img-icon-tel{
	  float:left;
	  margin-top:9px;
      margin-left: 38px;
      margin-right: 10px;
  }
    
  .img-icon-tel img{
	  width:20%;
	  margin-right:6px;
	  margin-top: -6px;
  }
  
  .img-icon-wstapp{
	  float:left;
	  margin-top:9px;
  }
    
  .img-icon-wstapp img{
	  width:17%;
	  margin-right:6px;
	  margin-top: -6px;
  }
  
  .img-icon-fb{
	  float:left;
	  margin-top:9px;
	  margin-left: -27px;
  }
    
  .img-icon-fb img{
	  width:55%;
	  margin-right:6px;
	  margin-top: -6px;
  }
/*end of tel wstapp fb btn*/   
 
/*silder*/
  .carousel-inner{
	   height: 200px;
  }
	
  .carousel-indicators{
	  left:75%;
	  bottom:0;
  }
  
  .carousel{
	  background-color: #F9F9F9;
	  margin-bottom:15px;
	  height: 200px;
  }
  
  .carousel-indicators li{
	  border-radius: 0;
	  border:1px solid rgb(191, 191, 191);
	  background-color:rgba(239,239,239,1.00);
  }
  
  .carousel-indicators .active{
	  background-color:rgb(111, 111, 111);
  }
  
  .details-banner{
	background-color: rgba(255,255,255,0.7);
    position: absolute;
    margin: 0 auto;
    width: 68%;
    left: 32%;
    top: 30%;
    padding: 0 18px 19px 0px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    text-align: right;
  }
  
  .details-banner h2{
	  font-weight: 700;
      color: rgb(226, 56, 40);
	  font-size:20px;
  }
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 87%;
      margin: auto;
  }
/*end of slider*/
  
/*index content*/
  .index-title{
	  height:30px;
	  border-bottom:2px solid rgb(189, 13, 35);
	  margin-bottom:10px;
	  padding:0 0 40px 4px;
  }
  
  .index-title h4, .index-q-title h4{
	  font-weight: 700;
      color: rgb(189, 13, 35);
	  font-size:20px;
	  float:left;
  }
  
  .index-q-title{
	  height:30px;
	  margin-bottom:10px;
	  padding:0 0 40px 4px;
  }	 
  
  .content{
	  padding:10px;
	  line-height:1.6;
  }
  
  .more a{
	  float:right;
	  margin-top: 15px;
      margin-bottom: 10px;
      font-size: 12px;
	  color:#e23728;
  }
  
  .more a:hover{
	  text-decoration:none;
	  color:rgb(3, 110, 178);
  }
  
  .more a .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #e23728;
	line-height: 0px;
	float: right;
    margin: 4px 0 0 4px;
	_border-color: #000000 #000000 #000000 #e23728;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  }
  
  .more a:hover .triangle{
	border-color: transparent transparent transparent rgb(3, 110, 178);
	_border-color: #000000 #000000 #000000 rgb(3, 110, 178);
  }
  
  .news{
	  border-bottom:2px solid rgba(200, 0, 23, 0.45);
	  padding-bottom: 5px;
      margin-bottom: 26px;
  }
  
  .news a h4{
	  font-weight: 700;
      color: rgb(189, 13, 35);
	  font-size:20px;
	  margin-top:0px;
  }
  
  .news a{
	  color:rgba(63,63,63,1.00);
  }
  
  .news a:hover, .news a:hover h4{
	  color:rgb(247, 87, 60);
	  text-decoration:none;
  }
  
  .q-form{
	  background-color:rgb(214, 215, 215);
	  border-radius:25px;
	  box-shadow:3px 7px 15px 4px #A7A7A7;
	  padding:30px 30px 50px;
	  margin-bottom:30px;
  }
  
/* end of index content*/

/*top banner*/
	.top-banner{
	   border-bottom: 3px solid rgba(255, 0, 0, 0.49);
       padding: 0 10px 11px;
	}

   .top-banner img{
	   border-radius:7px;
	   width:100%;
   }
		

/*end of top banner*/

/*left navbar*/
.side_navbar{
	width:100%;/*218px*/
	background-color: rgba(235,209,201,0.2);
	font-size:16px;
}

.side_navbar ul{
	padding-left: 0;
}

.side_navbar li{
	height:50px;
	text-decoration:none;
	list-style:none;
	padding:17px 36px;
	border-bottom:1px solid rgb(227, 186, 183);
    font-weight: 600;
}

.side_navbar a{
	height:50px;
	text-decoration:none;
	list-style:none;
	color:rgb(114, 113, 113);
}

.side_navbar a:hover {
	/*display: block;*/
	text-decoration: none;
	color:rgb(114, 113, 113);
}

/*.side_navbar a:link{
	text-decoration:none;
	color:#898989;
}*/

.side_navbar ul li:hover{
	height:50px;
	text-decoration:none;
	list-style:none;
}

.non-active li:hover, .active-nav-a li:hover, .active-nav-b li:hover, .active-nav-c li:hover, .active-nav-d li:hover,.active-nav-e li:hover,.active-nav-f li:hover {
	color:#D86C6C;
	background-color:rgba(235,209,201,1);
}

.active-nav{
	background-color: rgba(235,209,201,1);
	color:rgb(199, 47, 81);
}


/*end of left navbar*/

/*right content*/
.breadcrumb {
    padding: 28px 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	font-size:12px;
}


.content-header h3, h4{
	color:rgb(228, 85, 20);
	font-weight:700;
	line-height:1.4;
}
#fusion_ad {
	font-size: 12px;
	width: 145px;
	text-align: right;
}
.adswrap {
	position: fixed;
	right: 0px;
	z-index: 999999;
	height: auto;
	margin-top:110px;
}

/*end of right content*/

/*responsive*/
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
  .img-logo img{
	  width:100%;
	  margin-top: 16px;
  }
  
  .navbar-nav > li{
	border-left: 1px solid white;
    width: 115px;
    height: 35px;
    text-align: center;
  }
  
  .navbar-nav > li > a{
	  padding:8px 0 0 0;
  }
  
  .navbar{
	  min-height:35px;
	  width:99.6%;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	  border:none;
	  padding:0px;
  }
  
  .details-banner{
	  background-color:rgba(255,255,255,0.7);
	  position: absolute;
      margin: 0 auto;
      width: 40%;
	  left: 40%;
      top: 51%;
      padding: 0 18px 19px 0px;
	  border-radius:10px 0 0 10px;
	  font-size:15px;
	  text-align:right;
  }
  
  .details-banner h2{
	  font-weight: 700;
      color: rgb(226, 56, 40);
	  font-size:25px;
  }
  
  .carousel-inner{
	   height: auto;
  }
  
  .carousel{
	  height:auto;
  }
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }
  
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color:white;
  }
  
 #fusion_ad {
	font-size: 12px;
	width: 180px;
	text-align: right;
  }
.adswrap {
	position: fixed;
	right: 0px;
	z-index: 999999;
	height: auto;
	margin-top:230px;
}
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
  
  .img-logo img{
	  width:100%;
	  margin-top: 16px;
  }
  
  .navbar{
	  min-height:35px;
	  width:99.6%;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	  border:none;
	  padding:0px;
  }
  
  .carousel-inner{
	  height:354px;
  }	
  
  .carousel{
	  height:auto;
  }
  
  .clear-padding .col-lg-12{
	  padding:0px;
  }
  
  .clear-padding .col-lg-3{
	  padding:0px;
	 /* background-color: rgba(235,209,201,0.2);*/
  }
  
  .details-banner{
	  background-color:rgba(255,255,255,0.7);
	  position: absolute;
      margin: 0 auto;
      width: 31%;
	  left: 49.1%;
      top: 51%;
      padding: 0 18px 19px 0px;
	  border-radius:10px 0 0 10px;
	  font-size:15px;
	  text-align:right;
  }
  
  .details-banner h3{
	  font-weight: 700;
      color: rgb(226, 56, 40);
	  font-size:25px;
  } 
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }
  
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color:white;
  }
  
 #fusion_ad {
	font-size: 12px;
	width: 180px;
	text-align: right;
  }
.adswrap {
	position: fixed;
	right: 0px;
	z-index: 999999;
	height: auto;
	margin-top:230px;
}
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
  
  .img-logo img{
	  width:100%;
	  margin-top: 16px;
  }
  
  .navbar{
	  min-height:35px;
	  width:99.6%;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	  border:none;
	  padding:0px;
  }
  
  .carousel-inner{
	  height:354px;
  }
	
  .carousel{
	  height:auto;
  }
  
  .clear-padding .col-lg-12{
	  padding:0px;
  }
  
  .clear-padding .col-lg-3{
	  padding:0px;
	  /*background-color: rgba(235,209,201,0.2);*/
  }
  
  .details-banner{
	  background-color:rgba(255,255,255,0.7);
	  position: absolute;
      margin: 0 auto;
      width: 31%;
	  left: 49.1%;
      top: 51%;
      padding: 0 18px 19px 0px;
	  border-radius:10px 0 0 10px;
	  font-size:15px;
	  text-align:right;
  }
  
  .details-banner h2{
	  font-weight: 700;
      color: rgb(226, 56, 40);
	  font-size:25px;
  }
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }
  
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color:white;
  }
  
 #fusion_ad {
	font-size: 12px;
	width: 180px;
	text-align: right;
  }
.adswrap {
	position: fixed;
	right: 0px;
	z-index: 999999;
	height: auto;
	margin-top:230px;
}
}

/*end of responsive*/