/*屬於SNQ國家品質標章 ‧ 國家生技醫療品質獎的樣式*/
.text-blue {
  color: #337ab7;
  line-height: 1.3;
}
.main-content {
  position: relative;
}
.intro {
  line-height: 1.8 !important;
}
.border {
  border-right: 1px #ddd solid;
}

/*主題名稱*/
h3.title {
  font-size: 18px;
  padding: 0;
  margin: 16px 0;
}
h3.title span {
  border-bottom: 3px solid #3f8acd;
  color: #3f8acd !important;
  letter-spacing: 1px;
}

/*資訊標題*/
.about-title {  
	margin: 0 0 30px 0;
}
.about-title span {
  font-size: 18px;
  position: relative;
  background: #e54b86;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.about-title span:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}
.about-title span:before {
  top: 100%;
  left: 0px;
  border-top: 10px solid #b43767;
  border-left: 10px solid transparent;
}
/* 國品字號 */
.number {
  font-size: 16px;
  margin: 10px 0;
  padding: 0 !important;
  color: #25A1C7;
}
/* 類組、單位 */
.explain {
  font-size: 16px;
  margin: 10px 0;
  padding: 0 !important;
  line-height: 2;
}
/* 首行縮排 */
.indent {
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
  padding: 0 1.35em;
}
.intro p {
  font-size: 16px;
  text-align: justify;
  padding: 0 1.35em;
}
/* 符號清單 */
ul.ul-list-disc {
  list-style-type: disc;
  font-size: 16px;
  margin-left: 1.25em;
}
/* 數字清單 */
ol.ol-list-decimal {
  list-style-type: decimal;
  font-size: 16px;
  margin-left: 1.5em;
}
/* 中文數字清單 */
ol.ol-list-tradchinese {
  list-style-type: trad-chinese-informal;
  font-size: 16px;
  margin-left: 1em;
}
/* 分隔線 */
.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
}
/* index輪播圖片 Start*/
.product-slider #carousel {
  /*    border: 3px solid #1089c0;*/
  margin: 0;
}
.product-slider #thumbcarousel {
  margin: 12px 0 0;
  padding: 0 45px;
}
.product-slider #thumbcarousel .item {
  text-align: center;
}
.product-slider #thumbcarousel .item .thumb {
  border: 3px solid #cecece;
  width: 25%;
  margin: 0 2%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 98px;
}
.product-slider #thumbcarousel .item .thumb:hover {
  border-color: #1089c0;
}
.product-slider .item img {
  width: 100%;
  height: auto;
}
.carousel-control {
  color: #0284b8;
  text-align: center;
  text-shadow: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  top: 23%;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
  color: #333;
}
.carousel-caption, .carousel-control .fa {
  font: normal normal normal 30px/26px FontAwesome;
}
.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: auto;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 30%;
  width: auto;
}
.carousel-control.right, .carousel-control.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
/* index輪播圖片 End*/
/* 獲獎證書 Start */
.award-grid {
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
}
.award-grid .award-image {
  padding: 15px 15px 10px;
  margin: 0 0 10px;
  border: 1px solid #e7e7e7;
  position: relative;
  min-height: 460px;
}
.award-grid .award-image img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.award-grid .title {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 2px 0 2px;
  /* font-size: 1.05em; */
  font-weight: normal;
  line-height: 1.2;
}
.award-grid a {
  color: #565253;
  transition: all 0.3s ease;
  font-size: .75em;
  font-weight: normal;
}
.award-grid .award-image a.image {
  display: block;
}
/* 獲獎證書 End */