@charset "UTF-8";
/* ==============================================================
Author : KingNet
Version : v.1
Created : 202002261100
Last update : 202002261100
============================================================== */
/* 色彩主題 */
/*i*/
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


/** 推薦文章新CSS(2023/8) **/
.ul-li-boxshadow li{
	box-shadow: 0px 1px 1px 0px black;
}
/** 新的index_top_index.php(2023/8) **/
.index-top-searchbar{
	max-width:450px;
}
.index-top-menu-item-home:hover{
	background-color: #008986 !important;
	color: white !important;
}
.index-top-menu-item{
	color: #000000 !important;
    background-color: #FFFFFF !important;
}
.index-top-menu-item:hover{
	color: #008986 !important;
    background-color: #FFFEEE !important;
}
@media screen and (max-width: 1200px){
	.index-top-searchbar{
		max-width:300px;
	}
}
@media screen and (max-width: 1000px){
	.index-top-menu{
		position: relative !important;
		float: none !important;
		border: 0px !important;
		box-shadow: none !important;
	}
	.index-top-menu-hide{
		display: none !important;
	}
	.index-top-menu-item-shadow{
		box-shadow: 0px -1px 2px -1px black;
	}
	.index-top-menu-subitem-shadow{
		box-shadow: 0px -1px 2px -1px black;
	}
}
@media screen and (max-width: 900px){
	.index-top-searchbar{
		max-width:250px;
	}
}
@media screen and (max-width: 600px){
	.index-top-searchbar{
		max-width:180px;
	}
}


/** 藥品搜尋條件按鈕START **/
.medicine-type-filter-position{
	border:0px;
	float:left;
}
.medicine-type-filter-block{
	border-radius : 5px;
	font-size: 15pt;
	font-weight: 900;
	padding : 8px;
	box-shadow : 5px;
	cursor:pointer;
	border-right: 1px solid #aaa;
	text-align:center;
}
.medicine-type-filter-block > .divide{
	float:left;
	display:block;
}
.medicine-type-filter-block > .description{
	font-size: 8pt;
	font-weight: 900;
	float:left;
	text-align:left;
	display:block;
}
.medicine-category-all-bk{
	height: 40px;
	background-color: #85efe3;
	color: #79a59f;
}
.active > .medicine-category-all-bk{
	background-color: #48ccbe;
	color: white;
}
.prescription-bk{
	/*width: 70px;*/
	height: 40px;
	width:fit-content;
	background-color: #FCE9FE;
	color: #E95188;
}
.active > .prescription-bk{
	background-color: #E99DBE;
	color: white;
}
.indicatordrug-bk{
	/*width: 70px;*/
	height: 40px;
	width:fit-content;	
	background-color: #FFFABA;
	color: #F08831;
}
.active > .indicatordrug-bk{
	background-color: #F39934;
	color: white;
}
.medicine-bk{
	/*width: 50px;*/
	height: 40px;
	width:fit-content;
	/*background-color: #DAEEFB;
	color: #0083CB;*/
	background-color: #E7FFDE;
	color: #66AE5D;
}
.active > .medicine-bk{
	/*background-color: #0083CB;*/
	background-color: #66AE5D;
	color: white;
}
	#filter-category a {
		padding-right: unset;
		margin: unset;
		white-space: inherit;
		background-color: white;
	}
@media (max-width: 480px) {
	.medicine-type-filter-block > .description{
		display:none;
	}
	.medicine-type-filter-block > .divide{
		display:none;
	}
	.medicine-type-filter-block{
		font-size: 12pt;
	}
	/*
	.prescription-bk{
		height: 40px;
	}
	.indicatordrug-bk{
		height: 40px;
	}
	.medicine-bk{
		height: 40px;
	}*/
	#header-search-text-mobile{
		font-size: 0.8em;
		max-width: 100px;
		float: right;
	}
	.title-alignright #search-text{
		font-size: 0.8em;
		max-width: 80px;
		float: right;
	}
}
/** 藥品搜尋條件按鈕END **/


.lazyload{background: url("https://www.kingnet.com.tw/assets/common/img/default/loading.gif") center center no-repeat ;}

i.fa-facebook {
  color: #3b5998; }

i.fa-line {
  color: #1DC320; }

i.fa-weibo {
  color: #cc2127; }

i.fa-wechat {
  color: #19a845; }

i.fa-youtube {
  color: #cc2127; }

/*i.fa-globe-asia{
    color: $brand-dimgray;
}*/
/*btn*/
.btn.btn-default.secondary {
  background-color: #FFE600; }
  .btn.btn-default.secondary:hover {
    background-color: #FFE600; }
  .btn.btn-default.secondary i {
    color: #008986; }

/*color*/
.color-primary {
  color: #008986 !important; }

.color-secondary {
  color: #FFE600 !important; }
  
.color-third {
  color: #FFFFFF !important; }

/*text-color*/
.text-white {
  color: #fff !important; }

.text-dark {
  color: #000 !important; }
  
/*text-align*/
.text-center {
  text-align: center; !important;}

/*background-color*/
.bgc-white {
  background-color: #fff !important; }

.bgc-primary {
  background-color: #008986 !important; }

.bgc-secondary {
  background-color: #FFE600 !important; }

.bgc-llb {
  background-color: #F2F9FE !important; }

/* @import "style_tcm-colors"; */
/* CORE */
.height_10 {
  height: 10px; }

.height_15 {
  height: 15px; }

.height_20 {
  height: 20px; }

.height_30 {
  height: 30px; }

.height_40 {
  height: 40px; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

.m_0 {
  margin: 0 !important; }

.mt_0 {
  margin-top: 0; }

.mt_10 {
  margin-top: 10px; }

.mt_20 {
  margin-top: 20px; }

.mt_default {
  margin-top: 55px !important; }

#form-horizontal{
word-wrap: break-word !important;
}

.panel-body label a {
    font-weight: 500 !important;
}

@media (max-width: 992px) {
  .mt_default {
    margin-top: 20px !important; } }

.mb_30 {
  margin-bottom: 30px;
  clear: both; }

.bord-top {
  border-top: 1px solid #eaeaea; }

.img-cover {
  -o-object-fit: cover;
  object-fit: cover; }


/** 美味食譜 MORE CSS **/
#recipe-type-more {
    font-size: 1.2em;
    font-weight: 500;
    float: right;
    margin: 10px 20px;
}
/** 美味食譜 MORE CSS END **/

/** 遊戲區 CSS **/
#game_icon {
    margin: auto;
    background-image: url(/assets/common/img/icon/game_icon.png);
    /* background-image: url(../img/icon/background.png); */
    background-size: 97% 100%;
    background-repeat: no-repeat;
    /* float: right; */
    width: 85px;
    height: 40px;
    margin-bottom: -10px;
}
.btn-nav:hover #game_icon{
    margin: auto;
    background-image: url(/assets/common/img/icon/game_icon_hover.png);
    /* background-image: url(../img/icon/background.png); */
    background-size: 97% 100%;
    background-repeat: no-repeat;
    /* float: right; */
    width: 85px;
    height: 40px;
    margin-bottom: -10px;
}
/** 遊戲區 CSS END **/

/** 潔牙專區 CSS **/
#whiteteeth_icon {
    margin: auto;
    background-image: url(/assets/common/img/icon/whiteteeth_icon.png?v=2);
    background-repeat: no-repeat;
    /* float: right; */
    width: 45px;
    height: 36px;
    margin-bottom: -10px;
}
.btn-nav:hover #whiteteeth_icon{
    background-image: url(/assets/common/img/icon/whiteteeth_icon_hover.png?v=2);    
}
/** 潔牙專區 CSS END **/
/** 穴位專區 CSS **/
#acupoint_icon {
    margin: auto;
    background-image: url(/assets/common/img/icon/acupoint_icon.png);
    background-repeat: no-repeat;
    /* float: right; */
    width: 55px;
    height: 33px;
}
.btn-nav:hover #acupoint_icon{    
    background-image: url(/assets/common/img/icon/acupoint_icon_hover.png);    
}
/** 穴位專區 CSS END **/

/** 健檢數據專區 CSS **/
#healthcheckup_icon {
    margin: auto;
    background-image: url(/assets/common/img/icon/healthcheckup_icon.png?v=2);
    background-repeat: no-repeat;
    /* float: right; */
    width: 32px;
    height: 36px;
    margin-bottom: -10px;
}
.btn-nav:hover #healthcheckup_icon{
    background-image: url(/assets/common/img/icon/healthcheckup_icon_hover.png?v=2);    
}
/** 健檢數據專區 CSS END **/
/** 代謝風險測試 CSS **/
#dietplan_icon {
    margin: -8px auto -10px;
    background-image: url(/assets/common/img/icon/dietplan_icon.gif);
    background-repeat: no-repeat;
    /* float: right; */
    width: 59px;
    height: 46px;
}
.btn-nav:hover #dietplan_icon{    
    background-image: url(/assets/common/img/icon/dietplan_icon_new_hover.png);    
}
/** 代謝風險測試 CSS END **/

/*新聞子分頁*/
.trending_01 {
    width: 100%;
    color: #fff;
    background: #008986;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 6px 16px;
    margin: 15px 0 15px 0;
    border-radius: 5px;
}
/*新聞子分頁 END*/

/** 新聞社群按鈕 CSS **/
  .share_link_btn{width: 100%;margin-left: 0px;float: left;}
  .share_link_btn a{border-radius: 5px;float: left;margin-right: 5px;text-decoration: none;}  
  .share_link_btn a.fb_bg{background: #3b5998 url(../img/fb-icon.svg) 10% center no-repeat ;text-align: center;font-size: 1.2em;color: #FFF;line-height: 2.2em;background-size:auto 50%;cursor:pointer;font-weight: 700; }
  .share_link_btn a.line_bg{background: #1DC320 url(../img/line-icon.svg) 10% center no-repeat ;text-align: center;font-size: 1.2em;color: #FFF;line-height: 2.2em;background-size:auto 50%;cursor:pointer;font-weight: 700; }
  .share_link_btn a.ig_bg{background:radial-gradient(circle at 0% 107%, #fdf497 -5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);/*background-image: url(assets/img/ig-icon.svg) ;background-position: 10% center;*/text-align: center;font-size: 1.2em;color: #FFF;line-height: 2.2em;/*background-size:auto 50%;*/cursor:pointer;font-weight: 700; }
  #instagram_size{font-size: 1.5em;position: absolute;font-weight: 400;left: 6.5%;top:20%;}
  @media (max-width: 991px) {
  /*.share_link_btn a{width: 31%;}  */
  .share_link_btn{width: 100%;margin: 20px 0 0 2.5px;}
  .share_link_btn a.line_bg{background: #1DC320 url(../img/line-icon.svg) 5.5% center no-repeat ;text-align: center;color: #FFF;background-size:auto 40%;cursor:pointer;font-weight: 700; }
  #instagram_size{    
    font-size: 1.2em;
    position: absolute;
    font-weight: 400;
    left: 6%;
    top: 20%;}
   .share_link_btn a.fb_bg {
    background-size: auto 45%;
} 
  .share_link_btn a.fb_bg,.share_link_btn a.line_bg,.share_link_btn a.ig_bg{font-size: 1em;line-height: 2.4em;}
  }
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
  .share_link_btn a.fb_bg{background: #3b5998 url(../img/fb-icon.svg) -20% center no-repeat ;text-align: center;font-size: 1.2em;color: #FFF;line-height: 2.2em;background-size:auto 50%;cursor:pointer;font-weight: 700; }
  .share_link_btn a.line_bg{background: #1DC320 url(../img/line-icon.svg) -20% center no-repeat ;text-align: center;font-size: 1.2em;color: #FFF;line-height: 2.2em;background-size:auto 50%;cursor:pointer;font-weight: 700; }
  }
 /** 新聞社群按鈕 CSS END **/

/*------------------------------------------------------------------
Version: 1.0.1;
[Table of contents]

01. Typography
02. Top Header
03. Search Content
04. Navbar
05. Newstricker
06. Post Widgets
07. News Masonry
08. Newslatter
09. Gallery 
10. Instagram
11. All Element Widgets
12. Video Widgets
13. Page header
14. Details Page Elements
15. Author Bio
16. Donation
17. Youtube Video and Scrolldown
18. Shortcodes
19. Login & SignUp
20. Youtube Video
21. Filter Portfolio
22. 404 Eror Contennt
23. Contact Page
24. Author
25. Footer
26. consult
27. reward
28. video
29. Profile
30. Stream
31. Outpatient
32. Department
33. Medicine
34. Dashboard
 
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---- 01. Typography ----*/
/*----------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 16px;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  font-family: "微軟正黑體", sans-serif; }

::-webkit-selection,
::-moz-selection,
::selection {
  background-color: #008986;
  color: #fff; }

.dropdown-menu .fa,
.dropdown-menu .fab,
.dropdown-menu .fal,
.dropdown-menu .far,
.dropdown-menu .fas {
  margin-right: 5px; }

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 470px; } }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  font-family: "微軟正黑體", sans-serif; }
h1{
  font-size: 24px !important;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.left-dropdown {
  position: inherit;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.page-outer-wrap {
  position: relative;
  z-index: 10;
  background-color: #fff; }

.page-content {
  padding: 10px 0 10px;
  border-bottom: 1px solid #eaeaea; }

.reading .content {
  text-align: justify;
  font-size: 16px;
  /*line-height: 1.2em;*/
  /*line-height: 1.8em;*/
  line-height: 1.8;
  letter-spacing: .041em; }
#article-global-table h2{	
  font-size: 1.2em;
  line-height: 1.8;
}
.post_details #article-global-table p{	
  font-size: 20px;
}
.panel {
  margin-bottom: 10px; }

.panel .panel-body p {
  margin: 0 0 5px; }

/*progress bar*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  overflow: visible; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar-primary {
  background-color: #008986; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-bar-danger {
  background-color: #E5343D; }

.progress-bar-warning {
  background-color: #FFB61E; }

.progress-bar-info {
  background-color: #62d0f1; }

/*Check box*/
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  right: 9000px; }

input[type="checkbox"] + .label-text:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px; }

input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #62d0f1;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
  font-weight: 900; }

input[type="checkbox"]:disabled + .label-text {
  color: #888; }
  input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #eaeaea; }

input[type="radio"] + .label-text:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  color: #aaa; }

input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #8e44ad;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in; }

input[type="radio"]:disabled + .label-text {
  color: #888; }
  input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #eaeaea; }

/*Radio box*/
/*Radio Toggle*/
.toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px; }

.toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #5cb85c;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in; }

.toggle input[type="radio"]:disabled + .label-text {
  color: #888; }
  .toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #eaeaea; }

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#ig-color{
    background: -webkit-linear-gradient(top,#7823be 0,#c3256d 50%,#de943f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 1.02em;
  } 

.owl-theme .owl-controls .owl-buttons{
 float: left; 
}
.owl-theme .owl-controls .owl-buttons div {
    margin: 2px !important;  
    font-size: 18px !important;
    padding: 6px 14px !important;
  }

@media (min-width: 1200px) {
  .magazine-lauoyt .container,
  .news-layout2 .container,
  .blog-layout .container {
    width: 1070px; }
  .p_r_40 {
    /* padding-right: 40px; */ }
  .p_l_40 {
    padding-left: 40px; } }

@media (min-width: 992px) {
  .reading aside .theiaStickySidebar,
  .listing aside .theiaStickySidebar {
    /*max-width: 320px;*/
    /*margin-left: 40px;*/ } }

@media (max-width: 767px) {
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6em;
    height: 34px; }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6em;
    height: 34px; }
  .input-group-lg > .form-control {
    line-height: 1.6em;
    height: 34px; } }

/*----- margin ---------*/
.fb_like,
.about-card,
.tag_widget,
.donation_widget,
.category_widget,
.social_share_btn,
.latest_post_widget,
.careteam_widget,
.award_widget,
.banner-content {
  margin-bottom: 10px;
  clear: both;
  width: 100%; }

/*boxshadow & border*/
.comments .link-btn,
.tag_widget a,
.form-control,
.about-card,
.checkbox label::before {
  border: 1px solid #eaeaea; }

.with-nav-tabs .tab-content {
  border: 1px solid #eaeaea; }

.with-nav-tabs .nav > li > a:focus, .with-nav-tabs .nav > li > a:hover {
  border: 1px solid #aaa; }

.with-nav-tabs .nav-tabs > li.active > a {
  border: 1px solid #aaa; }
  .with-nav-tabs .nav-tabs > li.active > a:focus, .with-nav-tabs .nav-tabs > li.active > a:hover {
    border: 1px solid #aaa; }

.accordion li,
.social-link,
.portfolio-sorting li a {
  border: 1px solid #c4c4c4; }

.tab-content > .tab-pane {
    min-height: 400px !important;
}

/*---- Color ---------*/
a,
.media-heading a:hover,
.latest_post .media-heading a:hover,
.search__input,
.search__info,
.grid_post:hover .grid_post_title a,
.classic_post_title a:hover,
.btn.btn-outline {
  color: #393939; }

.user-modal .nav-tabs > li.active > a {
  color: #008986; }
  .user-modal .nav-tabs > li.active > a:focus, .user-modal .nav-tabs > li.active > a:hover {
    color: #008986; }

.video-title,
.title-filter li.active a {
  color: #008986; }

.portfolio-sorting li a:hover, .portfolio-sorting li a.active {
  color: #008986; }

.single-post h4 a,
.single-post h5 a {
  color: #FFE600;
  font-weight: 400; }

/*---- Background Color ---------*/
.btn-top,
.trending,
.mas-item:hover .mas-text,
.post_header .post-cat a,
.mas-text .post-cat a,
.blog-text .post-cat a,
.grid-masonry .post-cat a,
.details-header .post-cat a,
.masonry-slide1.owl-theme .owl-controls .owl-page.active span,
.masonry-slide2.owl-theme .owl-controls .owl-page.active span,
.masonry-slide3.owl-theme .owl-controls .owl-page.active span,
.masonry-slide4.owl-theme .owl-controls .owl-page.active span,
.masonry-slide1.owl-theme .owl-controls.clickable .owl-page:hover span,
.masonry-slide2.owl-theme .owl-controls.clickable .owl-page:hover span,
.masonry-slide3.owl-theme .owl-controls.clickable .owl-page:hover span,
.masonry-slide4.owl-theme .owl-controls.clickable .owl-page:hover span,
.btn-white-o:hover,
.tag_widget a:hover,
.social-link:hover,
.radio-danger input[type="radio"]:checked + label::after,
.checkbox-danger input[type="checkbox"]:checked + label::before,
.link-btn {
  background-color: #008986;
  border: 1px solid #008986; }

.btn-top {
  background-color: black;
  border: 1px solid black; }

.title-filter li a:hover {
  background-color: #008986;
  border: 1px solid #008986; }

.title-filter li.active a {
  background-color: #008986;
  border: 1px solid #008986;
  color: #fff; }

.title-filter li .call-btn:hover {
  background-color: #008986;
  /* border: 0px; */ }

.title-filter .call-btn {
  color: #fff;
  border-color: #888;
  background-color: #888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  /* padding-top: 2px; */ }

/*---- Page loading ---------*/
.animsition-loading {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-top: 1px solid #008986;
  border-right: 1px solid #008986;
  border-bottom: 1px solid #008986;
  border-left: 1px solid #eaeaea; }
  .animsition-loading:after {
    width: 40px;
    height: 40px; }

#loading {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(70% - 40px);
  }     

/*---- Back to top ---------*/
/*#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 10; }*/


.btn-top {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-top:hover {
    color: #fff;
    background-color: #000; }
  .btn-top:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 768px) and (max-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 767px) {
  .fb_like,
  .about-card,
  .tag_widget,
  .donation_widget,
  .category_widget,
  .social_share_btn,
  .latest_post_widget,
  .careteam_widget,
  .award_widget,
  .banner-content {
    margin-bottom: 10px; } }

/*----------------------------------------------------------------------------*/
/*---- 02. Top Header ----*/
/*----------------------------------------------------------------------------*/
.top-header .form-group-xs label {
  font-size: 14px;
  font-weight: 500; }

.top-header .form-group-xs .form-control {
  height: 26px;
  width: auto;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.top-header .btn-group-sm > .btn {
  padding: 1px 10px;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.btn-sm {
  padding: 1px 10px;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.top-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea; }
  .top-header.dark {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.header-nav {
  /*text-align: center;*/ }
  .header-nav.blog li img {
    height: 30px; }
  .header-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header-nav ul li {
      display: inline-block;
      color: #000;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.3px;
      line-height: 1.6em;
      margin: 0 -2px; }

.top-socia-share li {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 35px;
  margin: 0 -2px; }

/*@media (max-width: 767px) {
.top-socia-share li {
    display: inline-block;
    color: $brand-black;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 35px;
    margin: 0 -2px;
}
}
*/
.header-nav ul li a,
.top-socia-share li a {
  color: #000;
  padding: 0 4px;
  line-height: 2.4em; }

@media (max-width: 922px) {
  .header-nav ul li a,
  .top-socia-share li a {
    color: #000;
    /*padding: 0 5px;*/
    line-height: 2.4em;
    /*font-size: 24px;*/ } }

.top-header.dark .header-nav ul li {
  color: rgba(255, 255, 255, 0.8); }
  .top-header.dark .header-nav ul li a {
    color: rgba(255, 255, 255, 0.8); }

.headre-weather {
  margin-right: 20px; }

.top-socia-share {
  margin-top: 20px;
  /*margin: 0;*/
  padding: 0;
  list-style-type: none;
  text-align: right; }
  .top-socia-share li {
    /*border-right: 1px solid $brand-lgray;*/
    padding: 0 10px; }

.top-header.dark .top-socia-share li {
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

.top-socia-share li a {
  text-align: center; }

.top-header.dark {
  color: rgba(255, 255, 255, 0.8); }
  .top-header.dark .top-socia-share li a {
    color: rgba(255, 255, 255, 0.8); }

.logo-wrapper {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  /*text-align: center;*/
  /*border-bottom: 1px solid $brand-lgray;*/
  /*padding: 30px 0; */
  padding: 10px 0; }
  .logo-wrapper.dark {
    background-color: #000; }
  .logo-wrapper.gray {
    background-color: #fff; }
  .logo-wrapper .container {
    position: relative; }

/*.header-logo {
  display: inline-block;
  position: relative;
  height: auto;
  width: 258px;
  max-width: 80%; }*/
.header-logo {
    display: inline-block;
    position: relative;
    height: auto;
    width: 380px;
    max-width: 80%;
    top: -5px;
}  
  .header-logo img {
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px; }

.logo-wrapper .icons {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  z-index: 92; }

.header-soc-icon,
.searchbox-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.header-soc-icon {
  left: 15px; }

.searchbox-icon {
  right: 15px; }

.header-banner {
  float: right; }

@media (max-width: 767px) {
  .header-logo {
    width: 160px;
    margin-left: -30px; }
  .header-banner {
    float: none;
    padding: 20px 0 0; }
  .top-header .row div:nth-child(2) {
    padding: 0; }
  .top-socia-share li {
    float: left; }
    .top-socia-share li:last-child {
      /*float: right;*/ } }

@media (max-width: 992px) {
  .logo-wrapper {
    display: block; } }

/*----------------------------------------------------------------------------*/
/*---- 03. Search Content ----*/
/*----------------------------------------------------------------------------*/
/* Reset Search Input */
.search__input {
  border: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .search__input:focus {
    outline: none; }

/* Links */
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none; }

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor; }

/* Header */
@media screen and (max-width: 40em) {
  .search-wrap {
    font-size: 14px;
    position: absolute;
    top: 2.15em;
    right: 2em; } }

/* Layout for search container */
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 1000;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 70%;
  /*overflow-y: auto;*/ }
  .search::before, .search::after {
    content: '';
    position: absolute;
    /*width: calc(100% + 15px);*/
    /*height: calc(100% + 15px);*/
    pointer-events: none;
    /*border: 1.5em solid #212fa0;*/
    /*border: 20px solid $brand-white;*/ }
  .search::before {
    background: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0; }
  .search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0; }

.btn--search-close {
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  background-color: transparent;
  padding: 0;
  z-index: 1000;
  display: block; }

.search__input {
  font-family: inherit;
  font-size: 70px;
  line-height: 1.2em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.05em 0;
  border-bottom: 2px solid; }
  .search__input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #008986;
    opacity: 0.3; }
  .search__input::-moz-placeholder {
    color: #008986;
    opacity: 0.3;
    /* Mozilla Firefox 19+ */ }
  .search__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #008986;
    opacity: 0.3; }
  .search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
    -webkit-appearance: none; }
  .search__input::-ms-clear {
    display: none; }

.search__info {
  /*font-size: 90%;*/
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right; }

.search__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  pointer-events: none; }

.search__suggestion {
  width: 33.33%;
  text-align: left; }
  .search__suggestion:nth-child(2) {
    margin: 0 3em; }
  .search__suggestion h3 {
    font-size: 30px;
    margin: 0;
    color: #000; }
  .search__suggestion p {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0.75em 0 0 0; }

/* .search__suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
} */
/*---- Transitions ---*/
/* Border */
.search {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .search::before, .search::after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .search::before {
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0); }
  .search::after {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0); }

.search--open {
  pointer-events: auto;
  opacity: 1; }
  .search--open::before, .search--open::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* Close button */
.btn--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }

.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
  .search--open .btn--search-close i {
    font-size: 30px;
    color: #000; }

/* Search form with input and description */
.search__form {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5em 0; }

.search--open .search__form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.search__suggestion {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }

.search--open .search__suggestion {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .search--open .search__suggestion:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .search--open .search__suggestion:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }

@media screen and (max-width: 40em) {
  .search__form {
    margin: 0 0 1em; }
  .search__input {
    font-size: 30px;
    width: 85%; }
  .btn--search-close {
    font-size: 20px;
    top: 15px;
    right: 15px; }
  .search__info {
    text-align: left;
    width: 85%;
    padding: 5px 0; }
  .search__suggestion {
    font-size: 80%;
    width: 100%; }
    .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
      display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .search__input {
    font-size: 50px; } }

/*----------------------------------------------------------------------------*/
/*---- 04. Navbar ----*/
/*----------------------------------------------------------------------------*/
/*navber animation*/
.animated {
  -webkit-animation-duration: .05s;
  animation-duration: .05s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes navFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes navFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.navFadeInUp {
  -webkit-animation-name: navFadeInUp;
  animation-name: navFadeInUp; }

@-webkit-keyframes navFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes navFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.navFadeInDown {
  -webkit-animation-name: navFadeInDown;
  animation-name: navFadeInDown; }

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
  left: 0; }

.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:hover {
  margin-right: 0;
  /* border: none; */ }

/* Navbar Sticky
=================================*/
.wrap-sticky nav.navbar.bootsnav.sticked {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
  .wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand {
    opacity: 1;
    visibility: visible; }

/* Side Menu
=================================*/
body.on-side {
  margin-left: 0; }

.side {
  right: -340px;
  /* width: 340px; */
  padding: 40px 30px;
  background-color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
  .side .close-side {
    left: 0;
    top: 0;
    position: absolute;
    background-color: #008986;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 1.6em;
    font-size: 25px; }
    .side .close-side:hover {
      background-color: #000; }

body.side-right > .wrapper .side-overlay,
body.on-side .side-overlay {
  visibility: visible;
  opacity: 0.5;
  pointer-events: initial;
  cursor: url(../img/cancel.png) 8 8, move; }

.side-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1); }

.side .widget ul.link {
  margin-bottom: 30px; }
  .side .widget ul.link li {
    padding: 8px 15px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8; }
  .side .widget ul.link li a {
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600; }

@media (max-width: 992px) {
  .side {
    /*right: -300px;
        width: 300px;*/
    padding: 60px 20px; } }

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a {
  /*padding: 18px 0 18px 16px;*/
  padding: 18px 20px 18px 0px;
  color: #000;
  font-size: 16px; }
  .attr-nav > ul > li > a.call-btn {
    margin-top: 9px;
    padding: 6px 15px 6px 15px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .attr-nav > ul > li > a.call-btn:hover {
      border-color: #008986;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      -webkit-transition: 0.1s;
      -ms-transition: 0.1s;
      transition: 0.1s; }
    .attr-nav > ul > li > a.call-btn:focus {
      text-decoration: none;
      border-color: #008986; }

.blog.navbar {
  min-height: inherit; }

.blog .attr-nav > ul > li > a {
  padding: 0 5px 0 5px;
  line-height: 2.1em;
  color: #000;
  font-size: 16px; }

nav.blog.navbar.bootsnav {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  /* background-color: $brand-white; */ }

ul.cart-list > li.total > .btn {
  border-bottom: solid 1px #aaa !important;
  color: #fff !important;
  padding: 10px 15px; }

nav.navbar.bootsnav {
  border-bottom: 0;
  z-index: 9999; }

.dropdown-header {
  display: block;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 1.6em;
  color: #888;
  white-space: nowrap;
  font-weight: 600;
  background-color: #eaeaea; }

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  margin-top: -10px; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu i.fa {
    margin-right: 10px; }

nav.navbar.bootsnav li.dropdown.showlist ul.dropdown-menu {
  width: 300px;
  right: 0;
  left: auto;
  margin-top: -10px; }

.attr-nav > ul > li > a span.badge {
  font-size: 12px;
  margin-left: 0;
  padding: 2px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

nav.blog .attr-nav > ul > li > a span.badge {
  top: 21px; }

.ms-scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5; }

.ms-scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.ms-scrollbar::-webkit-scrollbar-thumb {
  background-color: #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.lv-body {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 300px; }
  .lv-body a:first-child {
    margin-top: 10px; }
  .lv-body a:last-child {
    margin-bottom: 10px; }
  .lv-body.no-scroll {
    overflow: visible;
    overflow-x: hidden;
    max-height: none; }
  .lv-body::-webkit-scrollbar-track {
    background-color: #f5f5f5; }
  .lv-body::-webkit-scrollbar {
    width: 7px;
    background-color: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .lv-body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.actions {
  list-style: none;
  padding: 0;
  z-index: 3;
  margin: 0; }
  .actions > a > i {
    -webkit-transition: color;
    -o-transition: color;
    transition: color;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    color: #c4c4c4;
    font-size: 20px; }
  .actions > a:hover > i {
    color: #000; }
  .actions > a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .actions > li {
    display: inline-block;
    vertical-align: baseline; }
    .actions > li > a > i {
      -webkit-transition: color;
      -o-transition: color;
      transition: color;
      -webkit-transition-duration: 1.3s;
      -o-transition-duration: 1.3s;
      transition-duration: 1.3s;
      color: #c4c4c4;
      font-size: 20px; }
    .actions > li > a:hover > i {
      color: #000; }
    .actions > li > a:hover:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1;
      filter: alpha(opacity=100); }
    .actions > li.open > a > i {
      color: #000; }
    .actions > li.open > a:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: alpha(opacity=100); }
  .actions.open {
    z-index: 3; }
    .actions.open > a > i {
      color: #000; }
    .actions.open > a:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: alpha(opacity=100); }
  .actions.actions-alt > li.open > a > i {
    color: #fff; }
  .actions.actions-alt > li > a > i {
    color: #fff; }
    .actions.actions-alt > li > a > i:hover {
      color: #fff; }

.lv-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
  color: #888;
  margin-bottom: 0;
  font-size: 16px; }
  .lv-header .actions {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10; }

.lv-footer {
  display: block;
  text-align: center;
  padding: 10px 10px 8px;
  border-top: 1px solid #eaeaea;
  line-height: 1.2em;
  margin-top: 0;
  color: #888; }

.media {
  overflow: visible;
  /* margin-top: 15px; */
  margin-top: 10px;
  overflow: hidden; }
  .media:first-child {
    margin-top: 0; }

.listview .lv-img-sm {
  width: 60px;
  height: 60px; }

.listview [class*="lv-img"] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.listview:not(.lv-message) .lv-title {
  color: #000; }

.listview:not(.lv-message):not(.lv-lg) .lv-item {
  padding: 10px 10px; }

.listview .lv-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.listview .lv-item {
  position: relative;
  display: block;
  background: #eaeaea;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms; }
  .listview .lv-item .lv-small,
  .listview .lv-item .lv-md {
    font-size: 14px;
    color: #c4c4c4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%; }
  .listview .lv-item .show-all {
    overflow: hidden;
    white-space: inherit;
    display: block; }

.listview > a.lv-item.active {
  background: #fff;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms; }
  .listview > a.lv-item.active:hover {
    background: #eaeaea;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }

.listview > a.lv-item:hover, .listview > a.lv-item.active:hover {
  background: #d5ecf4;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms; }

@media (min-width: 1024px) {
  nav.navbar.navbar-custom.bootsnav ul.nav > li > a {
    padding: 20px 16px 20px 0px; }
  nav.navbar .navbar-brand {
    margin-top: 0;
    padding: 9px 0px; }
  .navbar > .container .navbar-brand {
    margin-left: 0px; }
  /* Navbar Center ------*/
  nav.navbar-center .navbar-brand {
    margin: 0 !important; }
  nav.navbar-brand-top .navbar-brand {
    margin: 10px !important; }
  nav.navbar-full .navbar-brand {
    position: relative;
    top: -15px; }
  nav.navbar-sidebar ul.nav,
  nav.navbar-sidebar .navbar-brand {
    margin-bottom: 50px; }
  nav.navbar-sidebar ul.nav > li > a {
    padding: 10px 15px;
    font-weight: bold; }
  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #aaa; }
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #888; }
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #888; }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-left: solid 1px #aaa; }
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #888; }
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #888; }
  nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a {
    color: #fff; }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a {
    /*color: $brand-white;*/ }
  nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #fff; }
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
    color: #eaeaea; }
  /* Navbar Brand Top ------*/
  /* Navbar Full ------*/
  /* Navbar Sidebar ------*/
  /* Navbar Transparent & Fixed ------*/ }

@media (max-width: 992px) {
  body.side-right > .wrapper {
    margin-left: 0;
    margin-right: 0 !important; }
  .attr-nav > ul > li > a {
    padding: 16px 25px 15px 0;
    font-size: 26px;
    padding-top: 20px; }
    .attr-nav > ul > li > a.call-btn {
      padding: 6px 6px 4px 6px !important;
      font-size: 14px;
      margin-top: 11px;
      border: 1px solid #000; }
      .attr-nav > ul > li > a.call-btn:hover, .attr-nav > ul > li > a.call-btn:focus {
        border-color: #008986;
        -moz-transition: 0.1s;
        -o-transition: 0.1s;
        -webkit-transition: 0.1s;
        -ms-transition: 0.1s;
        transition: 0.1s;
        text-decoration: none; }
  nav.navbar.bootsnav .navbar-toggle {
    top: 4px;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    padding-right: 20px;
    line-height: 43px;
    border-right: 1px solid #eaeaea; }
  nav.navbar.bootsnav .navbar-toggle-light {
    top: 4px;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    padding-right: 20px;
    line-height: 43px;
    border-right: 1px solid #eaeaea; }
  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
    /*top: -2px;*/ }
  nav.navbar.bootsnav .navbar-brand {
    padding: 8px 0px; }
  nav.navbar .navbar-brand img.logo {
    width: 190px;
    margin-left: -60px;
    margin-top: 2px; }
  nav.navbar.bootsnav {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
    nav.navbar.bootsnav .navbar-nav > li.megamenu-video, nav.navbar.bootsnav .navbar-nav > li.megamenu-nav-tabs {
      /* display: none; */ }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
      /* top: -5px; */
      -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
    nav.navbar.bootsnav.navbar-mobile ul.nav {
      border: 0;
      padding: 0px 0;
      /*margin: 0;*/
      width: 280px; }
      nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        /*padding: 10px 0;*/
        margin-bottom: -1px;
        border: 0;
        /*color: $brand-black;*/
        font-weight: 700;
        font-size: 20px;
        /*padding-left: 20px;*/
        /*padding: 10px 30px 10px 15px;*/
        border-bottom: 1px solid #e8e8e8; }
    nav.navbar.bootsnav.navbar-mobile ul.menu-tabs {
      width: auto !important; }
    nav.navbar.bootsnav.navbar-mobile .menu-tabs {
      padding: 0px 0 5px !important; }
    nav.navbar.bootsnav.navbar-mobile ul.nav.menu-tabs > li > a {
      border-bottom: 1px solid #eaeaea;
      font-size: 16px;
      padding: 10px 0 5px !important;
      color: #888;
      font-weight: 400; }
    nav.navbar.bootsnav.navbar-mobile ul.menu-tabs > li {
      float: none; }
    nav.navbar.bootsnav.navbar-mobile .block-mega-menu > .mega-cat-article {
      display: none; }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a,
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
      border-bottom: 1px solid #eaeaea;
      font-size: 16px;
      padding: 10px 0 5px !important; }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
      padding: 0 !important;
      margin: -10px 0 10px 0 !important; }
  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important; }
  nav.navbar-full .navbar-brand {
    top: 0;
    padding-top: 10px; }
  /* Navbar General ------*/
  /* Dropdown megamenu Menu ------*/
  /* Navbar Mobile slide ------*/
  /* Navbar Full ------*/
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    border-top: solid 0px; }
  .lv-header .actions {
    top: 14px;
    right: 14px; }
  nav.blog .attr-nav > ul > li > a span.badge {
    /* left: 6px;
    top: 20px;
    left: 10px; */ } }

@media (max-width: 767px) {
  .attr-nav {
    /*right: 40px;*/ }
  nav.blog .attr-nav > ul > li > a span.badge {
    /* left: 6px; */ } }

@media (max-width: 320px) {
  nav.navbar .navbar-brand img.logo {
    width: 150px;
    margin-left: -55px;
    margin-top: 5px; } }

@media (min-width: 993px) {
  /* Attr Nav ------*/
  .navbar-default .attr-nav {
    display: none; }
  .attr-nav {
    margin-right: 0; }
  nav.navbar.navbar-default .navbar-brand {
    opacity: 0;
    visibility: hidden;
    padding: 10px 15px; }
  nav.navbar.navbar-custom .navbar-brand {
    display: none; }
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed; }
  /* Navbar General ------*/
  /* Menu bar ------*/
  #navbar-menu {
    background-color: #eaeaea; }
  nav.navbar {
    min-height: auto; }
  #navbar-menu .nav-tabs {
    border-bottom: 0; }
  #navbar-menu .nav-tabs > li {
    margin-bottom: 0; }
  .menu-bar .navbar-collapse::before, .menu-bar .navbar-collapse::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 97.4%;
    background-color: #eaeaea;
    left: 15px; }
  .wrap-sticky nav.navbar.bootsnav.menu-bar.sticked .navbar-collapse:before, .wrap-sticky nav.navbar.bootsnav.menu-bar.sticked .navbar-collapse:after {
    height: 0; }
  .menu-bar .navbar-collapse:before {
    top: -1px; }
  .menu-bar .navbar-collapse:after {
    bottom: -1px; }
  .wrap-sticky nav.navbar.bootsnav.menu-bar-bottom.sticked .navbar-collapse {
    border: 0; }
  /* Navbar General ------*/
  .navbar-default .container > .navbar-collapse {
    /*position: relative;*/ }
  .container > .navbar-collapse {
    padding: 0; }
  nav.navbar .navbar-brand img.logo {
    /* width: 110px; */
    width: 230px; }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 20px 6px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background-color: #fff;
    border: 1px solid #eaeaea; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
      border-bottom: 1px solid #eaeaea; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
      top: 1px; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
      padding: 0 !important; }
  nav.navbar.navbar-inverse.bootsnav li.dropdown ul.dropdown-menu.megamenu-content,
  nav.navbar.navbar-default.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
    left: 15px;
    overflow: hidden;
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important; }
  nav.navbar.navbar-custom.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
    left: 15px;
    overflow: hidden;
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    margin-top: -10px; }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    width: 20%;
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea; }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
      border-left: none; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
  /* Dropdown Menu ------*/
  /* Deafult Mega Menu ------*/
  .megamenu-content li .col-menu ul.menu-col li a {
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li > a {
    padding: 8px;
    /* border-radius: 3px 3px 0 0; */
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    border: 0; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li.active > a {
    background-color: #008986;
    color: #fff; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li.active > a:hover, nav.navbar.bootsnav ul.nav.nav-tabs > li.nav-item.active > a:focus {
    color: #fff;
    /*母選單hover顏色*/ }
  nav.navbar.bootsnav ul.nav.nav-tabs > li.nav-item > a:focus {
    color: #008986;
    /*母選單focus顏色*/ }
  nav.navbar.bootsnav .tab_content > ul.nav.nav-tabs > li.active > a:focus {
    color: #FFE600;
    /*子選單focus顏色*/ }
  nav.navbar.bootsnav .tab_content > ul.nav.nav-tabs > li.active > a {
    color: #FFE600;
    /*子選單active顏色*/ }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.title {
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #fff; } }

@media (min-width: 993px) and (min-width: 992px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav.nav-tabs > li > a {
    padding: 8px 8px;
    font-size: 18px; } }

@media (min-width: 993px) {
  .megamenu-content li .col-menu ul.menu-col li.title {
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #fff; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li.title {
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #fff; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active > a {
    color: #008986;
    background-color: #fff; }
  .megamenu-content li .col-menu ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none; }
    .megamenu-content li .col-menu ul.menu-col li {
      border-top: solid 1px #eaeaea;
      position: relative; }
      .megamenu-content li .col-menu ul.menu-col li:first-child {
        border-top: 0; }
      .megamenu-content li .col-menu ul.menu-col li a {
        display: block; }
  /* Video Mega Menu ------*/
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu-video {
    padding: 0 10px;
    margin: 0 -0.5px;
    width: 20%; }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu-video:first-child {
      border-left: none; }
  /* Tab Mega Menu ------*/
  .menu-tabs {
    border-bottom: none; }
    .menu-tabs > li {
      float: none;
      margin-bottom: 2px;
      margin-right: -1px; }
      .menu-tabs > li.active > a {
        border-bottom-color: #c4c4c4;
        border-right-color: transparent; }
        .menu-tabs > li.active > a:hover, .menu-tabs > li.active > a:focus {
          border-bottom-color: #c4c4c4;
          border-right-color: transparent; }
      .menu-tabs > li > a {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        margin-right: 0;
        display: block; }
  .block-mega-menu {
    display: table;
    width: 100%;
    margin-bottom: 0 !important; }
  .mega-cat-menu {
    width: 20%;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-top: 20px;
    background-color: #f5f5f5;
    position: relative;
    border-right: 1px solid #eaeaea; }
  .mega-cat-article {
    display: table-cell;
    height: 100%;
    vertical-align: top; }
  .megamenu-content .row {
    margin: 0;
    padding: 20px 10px; }
  .menu-tab-content [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 1200px) {
  nav.navbar.bootsnav li.dropdown.desk {
    display: none; }
  nav.blog.navbar.bootsnav li.dropdown.desk {
    display: inherit; }
  nav.navbar.bootsnav li.dropdown.mobile {
    display: block; } }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    margin-top: -7px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    left: -180px; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu i.fa {
      margin-right: 10px; }
  nav.navbar.bootsnav li.dropdown.showlist ul.dropdown-menu {
    width: 260px;
    right: 0;
    left: auto;
    margin-top: 0px; }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.title,
  .megamenu-content li .col-menu ul.menu-col li.title,
  nav.navbar.bootsnav ul.nav.nav-tabs > li.title {
    font-size: 16px; }
  .col-menu .on .dropdown-menu {
    display: block; } }

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse {
  background-color: #000;
  /*min-height: 80px;*/ }
  nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #000 !important; }
  nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
    color: #fff; }
  nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #fff; }
  nav.navbar.navbar-inverse .attr-nav > ul > li > a {
    color: #fff; }
  nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
    background-color: #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000; }
  nav.navbar.navbar-inverse ul.cart-list > li {
    border-bottom: solid 1px #000;
    color: #eaeaea; }
    nav.navbar.navbar-inverse ul.cart-list > li img {
      border: solid 1px #000; }
    nav.navbar.navbar-inverse ul.cart-list > li.total {
      background-color: #000; }
  nav.navbar.navbar-inverse .share ul > li > a {
    background-color: #888; }
  nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #000; }
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
      border-bottom: solid 1px #000; }
  nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #000; }
  nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus {
    background-color: #000 !important; }
  nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
    background-color: #000 !important; }

nav.navbar-inverse.navbar-full ul.nav > li > a {
  border: none; }

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
  background-color: #000; }

nav.navbar-inverse.navbar-full .navbar-toggle {
  background-color: #000 !important;
  color: #888; }

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
  color: #008986; }

@media (min-width: 1024px) {
  nav.navbar.navbar-inverse.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #888; }
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
      border-left: solid 1px #888; }
  nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a {
    color: #fff; }
  nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
  nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a {
    color: #fff; }
  nav.navbar.navbar-inverse.no-background.white ul.nav > li > a {
    color: #fff; }
  nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
  nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a {
    color: #888; } }

@media (max-width: 992px) {
  nav.navbar.navbar-inverse .navbar-toggle {
    color: #eaeaea;
    background-color: transparent;
    margin-top: 12px; }
  nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
    border-bottom: solid 1px #000;
    color: #eaeaea; }
  nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #000; }
  nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul {
    border-top: solid 1px #000; } }

@media (min-width: 993px) {
  .navbar-inverse .attr-nav > ul > li > a {
    padding: 25px 8px;
    font-size: 20px; }
  nav.navbar.navbar-inverse ul.nav > li > a {
    padding: 30px 12px;
    /*color: $brand-white;*/ }
  nav.navbar.navbar-inverse.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
    margin-top: -15px; } }

/*
Color
=========================== */
.side .widget ul.link li a:hover, .side .widget ul.link li a:focus {
  color: #008986; }

.check-list li:before,
ul.cart-list > li > h6 > a {
  color: #008986; }

.attr-nav > ul > li > a:hover, .attr-nav > ul > li > a:focus {
  color: #008986; }

nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover {
  color: #008986; }

nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a {
  color: #008986; }

nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a {
  color: #008986; }

nav.navbar .dropdown .megamenu-content .col-menu.on .title {
  color: #008986; }

nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover {
  color: #008986; }

nav.navbar ul.nav li.active > a {
  color: #008986; }

nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
  color: #008986; }

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a {
  color: #008986 !important; }

nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #008986 !important; }

@media (max-width: 920px) {
  nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
  nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
    color: #008986 !important; } }

/*
Border
=========================== */
ul.cart-list > li.total > .btn {
  border-color: #E5343D;
  background-color: #E5343D; }

/*
Background
=========================== */
.attr-nav > ul > li > a span.badge {
  background-color: #E5343D; }

nav.navbar .share ul > li > a:hover, nav.navbar .share ul > li > a:focus {
  background-color: #E5343D; }

ul.cart-list > li.total > .btn:hover, ul.cart-list > li.total > .btn:focus {
  background-color: #E5343D !important; }

/*----------------------------------------------------------------------------*/
/*---- 05. Newstricker ----*/
/*----------------------------------------------------------------------------*/
#ad-keyword-home-r-top-zone a {
  padding: 8px; }

.newstricker_inner {
  position: relative;
  font-size: 20px;
  margin: 10px 0;
 /* display: none; */
min-height: 40px;}

.container.details .newstricker_inner {
  position: relative;
  margin: 10px 0 30px 0; }

.trending {
  color: #fff;
  background: #008986;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 24px 0;
  height: 40px; }

#newsTicker.owl-carousel {
  overflow: hidden;
  height: 40px; }

#newsTicker .item a {
  color: #000;
  font-size: 20px;
  font-weight: 600; }

#newsTicker.owl-theme .owl-controls {
  margin-top: 0; }
  #newsTicker.owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    position: absolute;
    line-height: 1.3em;
    opacity: 1;
    height: 40px;
    width: 40px;
    background: #008986;
    border: 0;
    position: absolute;
    margin: 0;
    top: 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    #newsTicker.owl-theme .owl-controls .owl-buttons div:hover {
      background-color: #000; }
  #newsTicker.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 40px;
    background-color: #00A496; }
  #newsTicker.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px; }

@media (max-width: 767px) {
  .newstricker_inner {
    text-align: center;
    line-height: 1.6em; }
  .trending {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    height: 34px; }
  #newsTicker .item span,
  #newsTicker .item a {
    font-size: 16px; }
  #newsTicker.owl-carousel {
    height: 35px; }
  #newsTicker.owl-theme .owl-controls .owl-buttons div {
    display: none; } }

@media (min-width: 768px) {
  .newstricker_inner {
    line-height: 38px;
    background-color: #f5f5f5; }
  #newsTicker.owl-carousel {
    padding: 0 95px 0 164px; }
  .trending {
    position: absolute;
    left: 0; } }

/*----------------------------------------------------------------------------*/
/*---- 06. Post Widgets ----*/
/*----------------------------------------------------------------------------*/
/*-- Post category --*/
.post-cat {
  display: block;
  font-size: 14px; }
  .post-cat span {
    font-style: italic;
    margin-right: 5px;
    color: rgba(72, 72, 72, 0.5);
    font-family: "微軟正黑體", sans-serif; }
  .post-cat a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 5px;
    background: #008986; }

/*-- Post meta --*/
.entry-meta {
  font-size: 14px;
  /*line-height: 13px;*/
  margin-bottom: 5px;
  margin-top: 7px; }
  .entry-meta span {
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-right: 8px;
    color: #888; }
  .entry-author {
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-right: 8px;
    color: #888;
    font-size: 14px;  
  }
    .entry-meta span a {
      color: #888; }
    .entry-meta span i {
      margin-right: 5px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .entry-meta {
    font-size: 14px; } }

/*----------------------------------------------------------------------------*/
/*---- 07. News Masonry ----*/
/*----------------------------------------------------------------------------*/
.mas-big {
  height: 426.938px; }

.masonry-sm {
  height: 211.5px; }

.mas-m {
  margin-right: -2px;
  margin-left: -2px; }

.mas-m-b {
  margin-bottom: 4px; }

.mas-p {
  padding-right: 2px;
  padding-left: 2px; }

.mas-item,
.blog-item {
  position: relative;
  overflow: hidden; }

.mas-item figure,
.blog-item figure {
  /* background: $brand-black; */
  line-height: 0;
  width: 100%;
  height: 100%;
  display: block; }

.mas-item figure img,
.blog-item figure img {
  margin: 0 auto;
  opacity: .9;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%; }

.mas-text,
.mas-details {
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mas-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  /* background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.25)), color-stop(95%, rgba(255, 255, 255, 0.02)));
	    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.02) 95%);
	    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.02) 95%);
	    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.02) 95%); */ }
  .mas-text .post-cat a {
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .mas-text .post-cat a:before {
      -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mas-big .mas-text {
  padding: 30px; }

.mas-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em; }

.mas-big .mas-title {
  font-size: 30px;
  line-height: 1.2em; }

.mas-title a {
  color: #fff; }

.mas-details {
  overflow: hidden;
  max-height: 0; }

.mas-item:hover .mas-details {
  max-height: 100px; }

.mas-text .post-cat {
  margin: 0 0 5px; }

.post_header .post-cat a,
.mas-text .post-cat,
.blog-text .post-cat,
.grid_post .post-cat {
  margin: 0 0 10px; }

.post_header .post-cat a,
.mas-text .post-cat a,
.blog-text .post-cat a,
.grid-masonry .post-cat a,
.details-header .post-cat a {
  padding: 2px 7px; }

.post_header .post-cat a,
.mas-text .post-cat a,
.blog-text .post-cat a,
.mas-details p {
  color: #fff; }

.card-post .entry-meta span {
  color: #fff; }
  .card-post .entry-meta span a {
    color: #fff; }

.card-post .post-cat a {
  color: #fff; }

.details-header .post-cat a {
  color: #fff; }

.post_header .post-cat a:before,
.mas-text .post-cat a:before,
.blog-text .post-cat a:before,
.mas-details p {
  margin: 10px 0; }

.mas-item:hover .mas-text .post-cat a {
  background-color: #000; }

.mas-text:hover .post-cat a:before {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000; }

.read-more {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  font-family: "微軟正黑體", sans-serif; }

.masonry-slide1.owl-theme .owl-controls,
.masonry-slide2.owl-theme .owl-controls,
.masonry-slide3.owl-theme .owl-controls,
.masonry-slide4.owl-theme .owl-controls {
  margin-top: 0;
  /*position: absolute;*/
  position: relative;
  top: 0;
  right: 7px; }

@media (max-width: 767px) {
  .mas-text {
    display: none; }
  .mas-item figure img,
  .blog-item figure img {
    opacity: 1; } }

/*------ Blog masonry  -----*/
@media (max-width: 767px) {
  .news-masonry .container {
    padding-right: 4px;
    padding-left: 4px; }
  .mas-big {
    height: 201.375px;
    margin-bottom: 4px; }
    .mas-big .mas-title {
      font-size: 20px;
      line-height: 1.2em;
      height: 50px; }
  .mas-text {
    padding: 15px !important; }
  .mas-title,
  .mas-details p {
    height: 40px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }
  .masonry-sm {
    height: 129px;
    margin-bottom: 0; }
    .masonry-sm .mas-text .post-cat,
    .masonry-sm .mas-details p {
      display: none; }
    .masonry-sm .mas-title {
      font-size: 16px;
      line-height: 1.2em; } }

@media (min-width: 993px) and (max-width: 1199px) {
  .mas-big {
    height: 351.563px; }
  .masonry-sm {
    height: 174px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .mas-big {
    height: 269.438px; }
  .masonry-sm {
    height: 132.5px; }
  .mas-text {
    padding: 10px; }
  .mas-title {
    height: 50px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }
  .mas-big .mas-title {
    height: 55px; }
  .mas-details p {
    display: none; } }

@media (min-width: 321px) and (max-width: 469px) {
  .masonry-sm {
    height: 100px; }
  .mas-big {
    height: 201.375px; } }

@media (max-width: 320px) {
  .masonry-sm {
    height: 86px; }
  .mas-big {
    height: 175px; } }

.grid-masonry {
  margin-bottom: 30px; }
  .grid-masonry .grid_image {
    margin-bottom: 0; }

/*----- Single Post --------*/
.trending-post {
  margin-bottom: 35px; }

.single-post {
  margin-bottom: 15px;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 15px; }
  .single-post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .single-post h4 {
    font-size: 16px;
    line-height: 1.2em; }
    .single-post h4 a {
      color: #000; }

#post-slide .item {
  text-align: center;
  margin: 0 15px; }

.masonry-slide1.owl-theme .owl-controls .owl-page span,
.masonry-slide2.owl-theme .owl-controls .owl-page span,
.masonry-slide3.owl-theme .owl-controls .owl-page span,
.masonry-slide4.owl-theme .owl-controls .owl-page span {
  /*margin: 10px 2px;
  opacity: 1;
  background: #fff;
  width: 8px;
  height: 8px;*/
  margin: 10px 5px;
  opacity: 1;
  background: #d8d8d8;
  width: 10px;
  height: 10px;
   }

/*------ Post ----------*/
.category-holder {
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-bottom: 10px; }
  .category-holder.top {
    border: 0 solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .category-holder.top.col2 {
      margin-bottom: 40px;
      padding-bottom: 10px; }

@media (max-width: 480px) {
  .category-holder-dr {
    /*border: 1px solid $brand-lgray;*/
    padding: 10px;
    margin-bottom: 10px; }
    .category-holder-dr.top {
      border: 0 solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      padding: 0px;
      padding-bottom: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .category-holder-dr.top.col2 {
        margin-bottom: 40px;
        padding-bottom: 10px; } }

@media (max-width: 767px) {
  /*
    .category-element-holder .col-sm-8{
        padding-left: 5px;
        padding-right: 5px;
    }
    .category-element-holder .col-sm-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    */
  .category-holder {
    padding: 0;
    border: unset; }
  .carousel-inner-recommend {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .category-holder {
    border: 0;
    padding: 0; } }

.post_cover {
  color: #fff;
  position: relative; }

.post_image {
  height: 400px; }
  .post_image figure {
    position: relative;
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .post_image a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.3; }

.post_cover:hover .post_image a::after {
  opacity: 1; }

.post_image figure img {
  margin: 0 auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%;
  min-width: 464px; }

.post_content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px; }

.post_header .entry-meta span {
  color: #fff; }
  .post_header .entry-meta span a {
    color: #fff; }

.post_title {
  margin: 8px 0 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 20px; }
  .post_title a {
    color: #fff; }
    .post_title a:hover {
      text-decoration: underline; }

.post-details {
  overflow: hidden;
  max-height: 0;
  moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.post_content:hover .post-details {
  max-height: 120px; }

.btn--$brand-white-o {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn--$brand-white-o:hover {
    color: #fff;
    border-color: #008986; }
  .btn--$brand-white-o::after {
    content: '\21FE';
    display: inline-block;
    padding: 0 0 0 0.5em; }

#post-slide.owl-theme .owl-controls .owl-buttons div {
  padding: 2px;
  top: 50%;
  line-height: 1.6em;
  opacity: 1;
  height: 40px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  margin: 0;
  /* display: none; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  text-align: center;
  color: #d17c78;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 2px solid rgba(209, 124, 120, 0.5); }

#post-slide.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 15px; }

#post-slide.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 15px; }

#post-slide.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #008986;
  color: #fff; }

@media (min-width: 1200px) {
  #post-slide.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px; }
  #post-slide.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px; } }

/*--------- Popular post --------*/
.post_featured {
  padding: 70px 0 50px; }

.post-carousel .item {
  margin: 0 2px; }
  .post-carousel .item img {
    display: block;
    width: 100%;
    height: auto; }

.post-carousel.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 3px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35); }

#video_slide.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 3px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35); }

.post-carousel.owl-theme .owl-controls .owl-page.active span,
#video_slide.owl-theme .owl-controls .owl-page.active span,
.post-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,
#video_slide.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #008986;
  border-color: #008986; }

.post-carousel.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  color: #000;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  opacity: 1; }

.post-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -30px; }

.post-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -30px; }

.post_article {
  text-align: center; }
  .post_article .post_img {
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .post_article .post_img:before {
      background: rgba(0, 0, 0, 0.1);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }

.video_grid .grid_image::before,
.grid_image::before,
.category::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.post_article .post_img img {
  width: 100%; }

.post__icon {
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-family: Lora, serif;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3) !important; }
  .post__icon.post__icon--video {
    background: transparent url(../img/format-video.svg) no-repeat 50%; }

.post_article .post-cat {
  margin-bottom: 10px; }

.post_article h4 {
  line-height: 1.2em;
  font-size: 16px;
  margin: 0 10px; }
  .post_article h4 a {
    color: #000;
    text-align: left;
    max-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }

.gallery_content,
.media.meida-md {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #eaeaea; }

.meida-md .media-left {
  padding-right: 30px; }

.meida-md .media-right {
  padding-left: 30px; }

.meida-md .media-left a,
.meida-md .media-right a {
  position: relative;
  overflow: hidden;
  display: block; }

.meida-md .media-left a img,
.meida-md .media-right a img {
  width: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0; }

.meida-md .media-left a img:hover,
.meida-md .media-right a img:hover {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg); }

.meida-md .media-body {
  vertical-align: middle; }

.media-post-right .media-body {
  text-align: right; }

.post-header {
  margin-bottom: 20px; }

.media-heading {
  font-size: 16px;
  /* line-height: 26px; */
  /* margin-bottom: 8px; */ }
  .media-heading i {
    font-size: 16px;
    color: #008986; }
  .media-heading a {
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    font-size: 16px;
    max-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }

.media hr {
  border: 0.5px dashed #eaeaea;
  margin-top: 9px;
  margin-bottom: 0px; }

.media-body h5 i,
figcaption h5 i {
  margin-left: 5px; }

.meida-md p {
  font-weight: 400;
  margin: 0 0 20px; }

.media-post-right .element-block .link-btn {
  float: right; }

.modal-footer:after {
  clear: both; }

.element-block .reading-font {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 10px; }
  .element-block .reading-font .btn-link {
    border: 1px solid #eaeaea;
    text-decoration: none;
    color: inherit; }
  .element-block .reading-font .btn-link:hover, .element-block .reading-font .btn-link:focus, .element-block .reading-font .btn-link.active {
    background-color: #008986;
    color: white; }

@media (min-width: 0px) and (max-width: 479px) {
  .meida-md .media-body,
  .meida-md .media-left,
  .meida-md .media-right {
    display: table-cell;
    vertical-align: top; }
  .gallery_content,
  .media.meida-md {
    padding-bottom: 0px;
    margin: 0 0 20px;
    border-bottom: 1px dashed #eaeaea; }
  .meida-md .media-left a img,
  .meida-md .media-right a img {
    width: 123px; }
  .meida-md .media-left {
    padding-right: 10px; }
  .meida-md .media-right {
    padding-left: 10px; }
  /* .meida-md .media-left a img,
	.meida-md .media-right a img {
		width: 100%;
	} */
  /* .meida-md .media-body {
		margin-top: 20px;
		width: 100%;
	} */
  .media-post-right .media-body {
    margin: 0 0 20px; }
  .media-body p.post-text {
    display: none; }
  .element-block .reading-font {
    float: left;
    color: rgba(72, 72, 72, 0.5);
    font-size: 16px;
    width: 100%;
    clear: both;
    background-color: #eaeaea;
    padding: 5px 10px;
    margin: 5px 0;
    display: -webkit-inline-box; }
    .element-block .reading-font .btn-link {
      background-color: white;
      color: inherit;
      padding: 6px 20px; }
    .element-block .reading-font .btn-link:hover, .element-block .reading-font .btn-link:focus, .element-block .reading-font .btn-link.active {
      background-color: #008986;
      color: white; } }

@media (min-width: 480px) and (max-width: 767px) {
  .meida-md .media-left a img,
  .meida-md .media-right a img {
    width: 200px; }
  .meida-md .media-left {
    padding-right: 20px; }
  .meida-md .media-right {
    padding-left: 20px; }
  .media-heading {
    font-size: 16px; }
  .meida-md p {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .meida-md .media-left a img,
  .meida-md .media-right a img {
    width: 175px; }
  .meida-md .media-left {
    padding-right: 20px; }
  .meida-md p {
    display: none; }
  .media-heading {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .media-body p.post-text {
    max-height: 9.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical; } }

/*----------------------------------------------------------------------------*/
/*---- 08. Newslatter ----*/
/*----------------------------------------------------------------------------*/
.newslatter {
  /*position: relative;*/
  text-align: center;
  padding: 20px 0;
  /*padding: 80px改20px;*/
  background-attachment: fixed;
  border-bottom: 1px solid #eaeaea;
  /*z-index: -1;*/ }
  .newslatter .form-control {
    height: 42px;
    margin-right: 10px; }

.newslatter2 .form-control {
  height: 42px;
  margin-right: 10px; }

.newslatter .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 20px; }

.newslatter2 .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  background-color: #008986;
  border-color: #008986;
  padding: 10px 18px; }

.newslatter .h3 {
  margin: 0 0 30px; }
  .newslatter .h3:after {
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: -130px;
    /*font-family: FontAwesome;*/
    content: "\f2b7";
    font-weight: 400;
    vertical-align: text-top;
    display: inline-block;
    margin-left: 12px;
    /*font-size: 260px;*/
    color: rgba(0, 0, 0, 0.04);
    z-index: 0; }

.newslatter p {
  font-size: 20px; }

@media (min-width: 767px) {
  padding: 10px 30px; }

@media (min-width: 768px) {
  .newslatter .form-control {
    width: 350px !important;
    height: 50px;
    font-size: 16px; } }

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---- 09. Gallery ----*/
/*----------------------------------------------------------------------------*/
.gallery_post #sync1 {
  background-color: #eaeaea;
  padding: 20px; }

#sync2 .item {
  position: relative;
  cursor: pointer;
  margin: 2px 2px 0 0;
  background-color: #000; }
  #sync2 .item img {
    opacity: 0.8;
    width: 100%; }
  #sync2 .item h1 {
    font-size: 16px; }

#sync2 .synced .item {
  background: #fff; }

#sync2 .item:hover::before,
#sync2 .synced .item::before {
  content: '';
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 3px solid #008986;
  position: absolute;
  z-index: 1; }

/* Common style */
.gallery_grid figure {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer; }
  .gallery_grid figure .gallery_img {
    display: block; }

.full_skin {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #008986;
  height: 50px;
  width: 50px;
  line-height: 1.6em;
  color: #fff;
  font-size: 16px;
  z-index: 1; }

.gallery_img img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  /*opacity: 0.7;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.gallery_grid figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 20px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none; }
  .gallery_grid figure figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    padding: 17px 28px 45px 28px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s; }

.gallery_grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.2em;
  margin: 0 0 10px; }
  .gallery_grid figure h2 a {
    color: #fff; }

.gallery_grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0; }

.gallery_grid figure h2,
.gallery_grid figure p {
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1; }

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*figure.effect-lily:hover figcaption > div,*/
.mfp-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "微軟正黑體", sans-serif; }

/*----------------------------------------------------------------------------*/
/*---- 10. Instagram ----*/
/*----------------------------------------------------------------------------*/
.insta-content {
  position: relative; }

.insta-link {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .insta-link a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 16px;
    color: inherit;
    background: #fff; }
    .insta-link a::before {
      font-family: FontAwesome;
      content: "\f16d";
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      margin-right: 12px; }

.ri-grid {
  position: relative;
  height: auto; }
  .ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .ri-grid ul:before {
      content: '';
      display: table; }
    .ri-grid ul:after {
      content: '';
      display: table;
      clear: both; }
    .ri-grid ul li {
      -webkit-perspective: 400px;
      -moz-perspective: 400px;
      -o-perspective: 400px;
      -ms-perspective: 400px;
      perspective: 400px;
      margin: 0;
      padding: 0;
      float: left;
      position: relative;
      display: block;
      overflow: hidden;
      background: #eaeaea; }
      .ri-grid ul li a {
        display: block;
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #000;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }

/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%; }

.ri-grid-size-2 {
  width: 100%; }

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px; }

/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.ri-grid-loading:after, .ri-grid-loading:before {
  display: none; }

.ri-loading-image {
  display: none; }

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block; }

/*---- Title widget -----*/
.ui.divider {
  margin: 0 0 10px;
  letter-spacing: .05em;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: table;
  white-space: nowrap;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  font-size: 20px;
  /* font-style: italic; */
  font-weight: 700;
  font-family: "微軟正黑體", sans-serif; }
  .ui.divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/line.png); }
  .ui.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/line.png);
    background-position: right 1em top 50%; }
  .ui.divider:after {
    background-position: left 1em top 50%; }

/*----------------------------------------------------------------------------*/
/*---- 11. All Element Widgets ----*/
/*----------------------------------------------------------------------------*/
/*------- About Card ----------*/
.about-card {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5; }
  .about-card figure img {
    margin-bottom: 10px;
    max-height: 125px; }

/*------- Category Widgets ----------*/
.cat_list li a {
  color: #000;
  display: block;
  margin-bottom: 7px;
  font-weight: 600; }
  .cat_list li a span {
    float: right;
    font-family: "微軟正黑體", sans-serif; }

/*------- Category Widgets Two  ----------*/
.category {
  position: relative;
  margin-bottom: 10px;
  display: block;
  color: #000; }
  .category:hover img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .category img {
    width: 100%; }

.category_name {
  left: 50%;
  top: 50%;
  width: 60%;
  position: absolute;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  z-index: 1; }

/*------- Tags Widgets ----------*/
.tag_widget a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 5px;
  color: #888;
  font-size: 14px;
  -webkit-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  -o-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, border .3s ease-out, background .3s ease-out; }
  .tag_widget a:hover {
    color: #fff;
    border-color: #008986; }

/*------- Pagination Widgets ----------*/
.pagination {
  margin: 0 0 10px; }
  .pagination > li > a,
  .pagination > li > span {
    margin: 0 2px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    border-color: #eaeaea;
    font-family: "微軟正黑體", sans-serif;
    color: #000;
    font-weight: 600;
    border: 0;
    background-color: #eaeaea; }
  .pagination > li.page-numbers > a,
  .pagination > li.page-numbers > span {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0; }
  .pagination > .active > a {
    background-color: #008986;
    border-color: #008986; }
    .pagination > .active > a:focus, .pagination > .active > a:hover {
      background-color: #008986;
      border-color: #008986; }
  .pagination > .active > span {
    background-color: #008986;
    border-color: #008986; }
    .pagination > .active > span:focus, .pagination > .active > span:hover {
      background-color: #008986;
      border-color: #008986; }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

@media (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 16px; } }

/*------- Tab Widgets ----------*/
.tab-widget {
  border: 1px solid #008986;
  margin-bottom: 30px; }
  .tab-widget .tab-content .tab-pane {
    padding: 20px; }
  .tab-widget .nav-tabs {
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea; }
    .tab-widget .nav-tabs li {
      width: 50%;
      border-right: 1px solid #eaeaea; }
      .tab-widget .nav-tabs li:last-child {
        border-right: 0; }
      .tab-widget .nav-tabs li a {
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        text-align: center;
        padding: 15px;
        color: #000;
        font-weight: 500;
        border: 0; }
      .tab-widget .nav-tabs li.active a {
        border: 0;
        cursor: pointer; }
        .tab-widget .nav-tabs li.active a:focus, .tab-widget .nav-tabs li.active a:hover {
          border: 0;
          cursor: pointer; }

@media (min-width: 768px) and (max-width: 1199px) {
  .tab-widget .tab-content .tab-pane {
    padding: 15px; }
  .tab-widget .nav-tabs li a {
    padding: 10px; } }

/*------- Post Share Social Icon Widgets ----------*/
.post_share {
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  float: right;
  position: relative;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  margin-top: 2px; }

.media-post-right .post_share {
  float: left; }

.post_share:before {
  content: "\f1e0";
  font: normal normal normal 14px/1 FontAwesome; }

.smedia {
  position: absolute;
  display: inline;
  opacity: 0;
  width: 32px;
  height: 32px;
  z-index: 100;
  background: no-repeat;
  right: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #eaeaea;
  top: -1px;
  line-height: 31px !important;
  font-size: 14px;
  color: #fff;
  overflow: hidden; }
  .smedia:hover {
    color: #fff; }

.media-post-right .smedia {
  right: auto;
  left: 0; }

.post_share:hover .smedia {
  opacity: 1; }
  .post_share:hover .smedia:nth-child(1) {
    right: 34px; }
  .post_share:hover .smedia:nth-child(2) {
    right: 69px; }
  .post_share:hover .smedia:nth-child(3) {
    right: 104px; }
  .post_share:hover .smedia:nth-child(4) {
    right: 139px; }
  .post_share:hover .smedia:nth-child(5) {
    right: 174px; }

.media-post-right .post_share:hover .smedia:nth-child(1) {
  right: auto;
  left: 34px; }

.media-post-right .post_share:hover .smedia:nth-child(2) {
  right: auto;
  left: 69px; }

.media-post-right .post_share:hover .smedia:nth-child(3) {
  right: auto;
  left: 104px; }

.media-post-right .post_share:hover .smedia:nth-child(4) {
  right: auto;
  left: 139px; }

.media-post-right .post_share:hover .smedia:nth-child(5) {
  right: auto;
  left: 174px; }

.smedia.linkedin {
  background-color: #E5343D;
  border-color: #E5343D; }

/*------- Social share subscribe Widgets ----------*/
.social_share_btn:before {
  display: table;
  content: " "; }

.social_share_btn:after {
  display: table;
  content: " ";
  clear: both; }

.social_share_btn ul {
  float: left;
  width: 100%; }
  .social_share_btn ul li {
    display: block;
    margin: 0;
    float: left;
    width: 25%; }
    .social_share_btn ul li a {
      display: block;
      padding: 10px 4px;
      text-align: center;
      color: #fff;
      cursor: pointer;
      -ms-transition: all .3s ease-out;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      border: 1px solid transparent; }

.social_share_btn.style2 ul li a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  font-weight: 500;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000; }
  .social_share_btn.style2 ul li a span {
    display: block;
    font-size: 14px;
    color: #c4c4c4; }

.social_share_btn ul li a i {
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 auto 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 32px;
  font-size: 16px;
  text-align: center; }

.social_share_btn.style2 ul li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  text-shadow: none !important; }

.social_share_btn ul li.li-bookmark a i {
  background: #E5343D; }

.social_share_btn ul li.li-bag a i {
  background: #5cb85c; }

.social_share_btn ul li.li-flag a i {
  background: #aaa; }

.social_share_btn ul li.li-facebook a i {
  background: #3b5998; }

.social_share_btn ul li.li-line a i {
  background: #1DC320; }

.social_share_btn ul li.li-twitter a i {
  background: #48b0f7; }

.social_share_btn ul li.li-google-plus a i {
  background: #cc2127; }

.social_share_btn ul li.li-pinterest a i {
  background: #cc2127; }

.social_share_btn ul li.li-vimeo a i {
  background: #48b0f7; }

.social_share_btn ul li.li-rss a i {
  background: #FFB61E; }

.social_share_btn ul li.li-weibo a i {
  background: #cc2127; }

.social_share_btn ul li.li-linkedin a i {
  background: #48b0f7; }

@media (min-width: 768px) and (max-width: 1199px) {
  .social_share_btn ul li {
    width: 33.333%; }
    .social_share_btn ul li:last-child {
      display: none; } }

/*------- Details Post share icon ----------*/
.share_article .boxed_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 45px;
  height: 43px;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  background: #fff;
  color: #fff;
  border: 1px solid #eaeaea;  
  border-radius: 10%;
  }
  .share_article .boxed_icon:last-child {
    margin-bottom: 0; }

.share_article .boxed_icon i {
  color: white; }

.smedia.bookmark,
.share_article .boxed_icon.bookmark,
.social_share_btn ul li.li-bookmark a {
  background: #E5343D;
  border-color: #E5343D; }

.smedia.flag,
.share_article .boxed_icon.flag,
.social_share_btn ul li.li-flag a {
  background: #aaa;
  border-color: #aaa; }

.smedia.bag,
.share_article .boxed_icon.bag,
.social_share_btn ul li.li-bag a {
  background: #5cb85c;
  border-color: #5cb85c; }

.smedia.facebook,
.share_article .boxed_icon.facebook,
.social_share_btn ul li.li-facebook a {
  background: #3b5998;
  border-color: #3b5998; }

.smedia.line,
.share_article .boxed_icon.line,
.social_share_btn ul li.li-line a {
  background: #1DC320 url(../img/line-icon.svg) center no-repeat;
  background-size: 80%;  
  border-color: #1DC320;}

.smedia.copylink,
.share_article .boxed_icon.copylink,
.social_share_btn ul li.li-copylink a {
  background: url(../img/copylink-icon.svg) center no-repeat;
  background-size: 100%;  
  border-color: #00B1A9;}
  
.smedia.twitter,
.share_article .boxed_icon.twitter,
.social_share_btn ul li.li-twitter a {
  background: #48b0f7;
  border-color: #48b0f7; }

.smedia.googleplus,
.share_article .boxed_icon.google-plus,
.social_share_btn ul li.li-google-plus a {
  background: #cc2127;
  border-color: #cc2127; }

.smedia.weibo,
.share_article .boxed_icon.weibo,
.social_share_btn ul li.li-weibo a {
  background: #cc2127;
  border-color: #cc2127; }

.share_article .boxed_icon span {
  position: absolute;
  display: block;
  top: -8px;
  right: -3px;
  background: #000;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 20px;
  min-width: 20px;
  text-align: center;
  line-height: 1.2em;
  padding: 0 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

@media (max-width: 767px) {
  .share_article {
    text-align: center;
    clear: both; }
    .share_article .boxed_icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 2px 0; } }

@media (min-width: 768px) {
  .stickyshare {
    top: 0;
    left: 10px;
    position: absolute !important; } }

@media (min-width: 1200px) {
  .share_article .boxed_icon {
    width: 40px;
    height: 40px;
    line-height: 1.2em; }
  .stickyshare {
    left: 15px; } }

/*------- Latest Post ---------*/
.latest_post.media {
  margin: 0 0 20px; }
  .latest_post.media:last-child {
    /*margin-bottom: 0;*/ }

.latest_post .media-left {
  padding-right: 15px; }

.latest_post .media-heading {
  line-height: 1.2em;
  margin-bottom: 5px;
  font-size: 14px; }

.latest_post .media-left img {
  width: 100px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .latest_post .media-heading {
    line-height: 1.2em;
    margin-bottom: 3px;
    font-size: 14px; }
  .latest_post .media-left {
    padding-right: 10px; }
    .latest_post .media-left img {
      width: 85px; } }

/*----------------------------------------------------------------------------*/
/*---- 12. Video Widgets ----*/
/*----------------------------------------------------------------------------*/
/*---------- Grid post -------------*/
.grid_post {
  /* margin-bottom: 30px; */
  margin-bottom: 10px;
  position: relative; }
  .grid_post p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical; }
  .grid_post .lcol {
    margin-bottom: 0px; }

.grid_post_lg {
  margin-bottom: 30px;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 30px; }

.grid_image {
  display: block;
  /* margin-bottom: 15px; */
  margin-bottom: 10px;
  position: relative; }
  .grid_image::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.3); }

.video-listing .media-left .media-object::before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.3); }

.card-post .grid_image::before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.01) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.01) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0.01)), to(rgba(0, 0, 0, 0.79)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.01) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.01) 31%, rgba(0, 0, 0, 0.79) 100%);
  /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c9000000', GradientType=0); */ }

.grid_post:hover .grid_image::before,
.card-post .grid_image::before,
.video-listing .media:hover .media-left .media-object::before {
  opacity: 1; }

.grid_post_title {
  /* margin: 0 0 20px; */
  margin: 0 0 0px; }

h4.grid_post_title {
  line-height: 1.2em; }

.grid_post_title a {
  color: #000; }

.latest_articles .grid_post_title {
  margin-bottom: 0; }

.card-post figure {
  position: relative; }

.card-post figcaption {
  position: absolute;
  bottom: 0;
  padding: 15px;
  z-index: 1; }

.card-post .grid_post_title {
  margin: 0px 0 15px;
  line-height: 1.2em; }
  .card-post .grid_post_title a {
    color: #fff; }

.grid_post.card-post:hover .grid_post_title a {
  color: #fff;
  text-decoration: underline; }

.card-post .entry-meta span {
  color: #fff; }
  .card-post .entry-meta span a {
    color: #fff; }

.card-post .post-cat a {
  color: #fff; }

/*----------------------------------------------------------------------------*/
/*---- 13. Page header ----*/
/*----------------------------------------------------------------------------*/
.page_header {
  text-align: center;
  padding: 90px 0;
  /*height: 261px;*/ }
  .page_header h3 {
    color: #fff;
    margin-top: 0;
    letter-spacing: 0.5px;
    text-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.4);
    font-size: 30px; }

ol.breadcrumb-wrap {
  float: none;
  margin-bottom: 10px; }

/*ol.breadcrumb {
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical; }*/
  ol.breadcrumb {
    background-color: transparent;
    margin: 5px 15px !important;
    padding: 0 !important;
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
}
  ol.breadcrumb > li > a{
    color: #000; }
  ol.breadcrumb > .active > a {
    font-weight: bold;
    color:#008986 !important;}   

/*----------------------------------------------------------------------------*/
/*---- 14. Details Page Elements ----*/
/*----------------------------------------------------------------------------*/
.details-body {
  margin-bottom: 30px; }

.post_details .details-header h2 {
  margin: 10px 0;
  font-family: "微軟正黑體", sans-serif; }

.post_details h2,
.post_details h3,
.post_details h4,
.post_details h5{
  font-family: "微軟正黑體", sans-serif;
  margin: 15px 0 10px; }
.post_details h6, .post_details .h6 {
  font-family: "微軟正黑體", sans-serif;
  margin: 8px 0px; }

.post_details .post_text {
  padding: 0 30px 30px 30px; }

@media (max-width: 768px) {
  .post_details .post_text {
    padding: 0; } }

.element-block .link-btn,
.element-block .entry-meta {
  float: left; }

.element-block .reading-time {
  float: right;
  color: rgba(72, 72, 72, 0.5);
  /* font-size: $font-s; */
  margin-top: 4px; }

.element-block .reading-font {
  float: right;
  color: rgba(72, 72, 72, 0.5);
  font-size: 16px; }

.post_details {
  word-break: break-word; }
  .post_details p,
  .post_details ul,
  .post_details ol {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 1.6em; }
  .post_details blockquote {
    font-family: "微軟正黑體", sans-serif;
    font-size: 20px;
    color: #000;
    border-left: 5px solid #008986;
    line-height: 1.6em;
    font-weight: 600; }
  .post_details ul {
    list-style-type: circle;
    padding-left: 17px; }
  .post_details ol {
    list-style-type: lower-roman;
    padding-left: 22px; }
#new-content ol {
  list-style-type: decimal;
}
@media (min-width: 768px) {
  .stickydetails {
    width: 100%;
    float: right;
    position: relative;
    padding-left: 75px; } }

@media (min-width: 1200px) {
  .post_details p,
  .post_details ul,
  .post_details ol {
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: .041em; }
  .stickydetails {
    padding-left: 55px; } }

@media (max-width: 767px) {
  .post_details p,
  .post_details ul,
  .post_details ol {
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: .041em; } }

/*----- Comments ------*/
.post_related {
  padding: 10px 0 0 0;
  float: left; }
  .post_related .post_article h4 {
    text-align: left;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    font-weight: 500;
    font-size: 16px; }

.item_related {
  margin-bottom: 30px; }

.comments,
.post_related {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }

.comments {
  padding-bottom: 10px; }
  .comments .media {
    margin-top: 30px; }
  .comments .media-heading {
    margin-bottom: 10px;
    font-family: "微軟正黑體", sans-serif;
    font-size: 16px; }

.author-bio h4 {
  margin-bottom: 10px;
  font-family: "微軟正黑體", sans-serif;
  font-size: 16px; }

.member-bio h4 {
  margin-bottom: 10px;
  font-family: "微軟正黑體", sans-serif;
  font-size: 16px; }

.comments .media-heading small {
  margin-left: 10px; }

.comments .media-object {
  width: 70px;
  margin-top: 6px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.comments .media-left {
  padding-right: 20px; }

.comments .link-btn {
  padding: 5px 15px;
  color: #888;
  background-color: #fff; }

/*------------ Comment Form ------------*/
.comment_form {
  margin-bottom: 30px; }

.replay_title,
.comment_title,
.related_post_title {
  font-size: 16px;
  margin: 0 0 10px; }

.col-form-label {
  padding-top: calc(.7rem - 1px * 2);
  padding-bottom: calc(.7rem - 1px * 2);
  margin-bottom: 0;
  font-weight: 400; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px; }
  .form-control:focus {
    border-color: #9e9e9e;
    box-shadow: inset 0 1px 1px rgba(158, 158, 158, 1), 0 0 8px rgba(158, 158, 158, 1);
    -webkit-box-shadow: inset 0 1px 1px rgba(158, 158, 158, 1), 0 0 8px rgba(158, 158, 158, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(158, 158, 158, 1), 0 0 8px rgba(158, 158, 158, 1); }

.donation_widget .link-btn {
  padding: 6px 12px;
  font-size: 14px;
  margin-top: 5px;
  color: #fff; }

.comment_form .link-btn {
  margin-top: 20px; }

/*------ Details page Image Aligin ------------*/
.aligncenter,
.alignnone,
.alignright,
.alignleft {
  display: block;
  margin: .6em auto;
  clear: both; }

@media screen and (min-width: 768px) {
  .alignleft {
    max-width: 50%; }
  .alignright {
    max-width: 50%;
    float: right;
    margin: .4em 0 1em 2em; }
  .alignleft {
    float: left;
    margin: .4em 2em 1em 0; }
  .aligncenter {
    margin: 0 0 30px; }
  .alignnone {
    margin: 2em 0; } }

@media screen and (max-width: 768px) {
  .details-header,
  .post_details .gallery_post {
    margin-bottom: 0px; } }

/*----------------------------------------------------------------------------*/
/*---- 15. Author Bio ----*/
/*----------------------------------------------------------------------------*/
.about-author {
  float: left;
  /* margin-bottom: 30px; */
  background-color: #f8f8f8;
  width: 100%; }
  .about-author .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.about-author h3 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "微軟正黑體", sans-serif;
  margin-top: 0; }

.about-member h3 {
  font-size: 16px;
  /*color: $brand-darker;*/
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "微軟正黑體", sans-serif;
  margin-top: 0; }

.author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-break: break-all; }

.member-bio {
  padding: 1.4em;
  margin-bottom: 50px;
  background-color: #fff; }

.author-img {
  /* width: 54px; */
  float: none; }
  .author-img img {
    display: block;
    /* @include border-radius(100%); */ }

.member-img {
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left; }
  .member-img img {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }

.author-info b {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  margin-bottom: 15px; }

.author-info *:first-child {
  margin-top: 0; }

.author-info p {
  margin: .4em 0; }

@media screen and (max-width: 767px) {
  .author-bio {
    padding: .6em; }
  .member-bio {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff; }
  .author-img {
    width: 95px;
    float: left; }
    .author-img img {
      display: block;
      /* @include border-radius(100%); */
      margin-right: 20px; }
  .member-img {
    float: left;
    margin-right: 15px; }
    .member-img img {
      display: block;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      margin-right: 20px;
      width: 54px;
      height: 54px;
      -o-object-fit: cover;
      object-fit: cover; }
  .author-info *:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
    /* font-size: $font-l; */ }
  .author-info p {
    margin: .4em 0 0 69px;
    font-size: 14px; }
  .author-card figcaption a,
  .about-card a,
  .author-info a {
    margin-bottom: 0px !important;
    padding: 0 !important;
    font-size: 20px; } }

.social-link {
  display: inline-block;
  margin: 0 .1em .3em 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 1.6em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: 21px;
  background: none; }
  .social-link:hover {
    color: #fff;
    border-color: #008986; }

.social_tags {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  padding: 20px 0 10px 0;
  float: left; }

.med_tags,.chmed_tags,.dic_tags {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 20px 0 10px 0;
  float: left; }

.social_tags > p, .med_tags > p , .chmed_tags > p, .dic_tags > p{
  font-size: 16px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 600; }

.social_tags > ul,
.med_tags > ul,
.chmed_tags > ul,
.dic_tags > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.social_tags ul li a,
.med_tags ul li a,.chmed_tags ul li a,.dic_tags ul li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  background-color: #ebebeb;
  color: #000;
  text-decoration: none; }
  .social_tags ul li a:hover,
  .med_tags ul li a:hover,
  .chmed_tags ul li a:hover,
  .dic_tags ul li a:hover{
    text-decoration: none;
    background-color: #999;
    color: #fff; }
.chmed_tags ul li a {
  padding: 1px 4px;
  background-color: #97835d;
  color: #FFF;}
.dic_tags ul li a {
  padding: 1px 4px;
  background-color: #008986;
  color: #FFF;}
.social_tags > ul li,
.med_tags > ul li,
 .chmed_tags > ul li,
 .dic_tags > ul li{
  display: inline-block;
  margin-right: 2px; }

/*----------------------------------------------------------------------------*/
/*---- 16. Donation ----*/
/*----------------------------------------------------------------------------*/
/*radio*/
.radio {
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: 1em; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 14px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #eaeaea;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background-color: #888;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #008986; }

/*checkbox*/
.checkbox {
  padding-left: 20px;
  margin: 0; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 2px;
      font-size: 14px;
      color: #888; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: "Font Awesome 5 Free";
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eaeaea;
        cursor: not-allowed; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #008986; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

@media (min-width: 768px) and (max-width: 1199px) {
  .donation_widget {
    padding: 15px; } }

/*----------------------------------------------------------------------------*/
/*---- 17. Youtube Video and Scrolldown ----*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---- 18. Shortcodes ----*/
/*----------------------------------------------------------------------------*/
.tabs-widget,
.alert-widget,
.btn-widget,
.accordion-widget,
.progress-widget,
.social-link-widget,
.pagination-widget {
  margin-bottom: 10px; }

.code-title {
  font-size: 20px;
  margin: 0 0 25px;
  font-style: italic; }

/*accordion*/
.accordion {
  margin: 0 auto 10px; }

.accordion-title {
  font-family: "微軟正黑體", sans-serif;
  margin: 0 0 20px;
  font-size: 20px; }

.accordion li {
  position: relative;
  margin-bottom: 10px; }
  .accordion li:hover {
    border-color: #888; }
  .accordion li p {
    padding: 0px 25px 10px;
    font-size: 16px;
    display: block;
    color: #888;
    cursor: pointer; }
  .accordion li font b {
    display: block;
    font-weight: 400; }
  .accordion li img {
    margin-right: 20px; }
  .accordion li font {
    display: inline-block; }

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 500;
  line-height: 46px;
  text-indent: 25px;
  color: #000;
  font-size: 16px; }
  .accordion a::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 25px;
    content: " ";
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .accordion a.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@media (max-width: 992px) {
  .accordion li img {
    margin-top: 0px; } }

@media (max-width: 767px) {
  .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 26px;
    text-indent: 0;
    color: #000;
    font-size: 16px;
    padding: 0 25px 0 10px; }
    .accordion a::after {
      width: 8px;
      height: 8px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      position: absolute;
      right: 10px;
      content: " ";
      top: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }

/*tabs*/
.with-nav-tabs .tab-content {
  padding: 20px;
  margin-top: 10px; }

.with-nav-tabs .nav-tabs {
  border-bottom: 0; }
  .with-nav-tabs .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /*color: $brand-black;*/
    font-weight: 500;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold; }

.with-nav-tabs .tabs-widget .nav > li > a:focus, .with-nav-tabs .tabs-widget .nav > li > a:hover {
  background-color: #fff; }

.with-nav-tabs .nav-tabs > li.active > a {
  background-color: #fff; }
  .with-nav-tabs .nav-tabs > li.active > a:focus, .with-nav-tabs .nav-tabs > li.active > a:hover {
    background-color: #fff; }

/*Social link*/
/*.social-link {
  display: inline-block;
  margin: 0 .1em .3em 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  width: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 40px;
  line-height: 40px; }*/
.social-link {
    display: inline-block;
    margin: 0 .1em .3em 45px;
    text-align: center;
    font-size: 14px;
    color: #888;
    width: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
}

/*bottons*/
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-widget .btn {
  margin: 0 10px 10px 0; }

.link-btn {
  color: #008986;
  padding: 6px 20px;
  font-size: 16px;
  border: 1px solid #008986;
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  -o-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, border .3s ease-out, background .3s ease-out; }
  .link-btn.active {
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border: 1px solid #008986;
    background-color: #008986;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
    -o-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out; }

a.link-btn.active:hover, a.link-btn.active:focus {
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  border: 1px solid #008986;
  background-color: #008986;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  -o-transition: color .3s ease-out, border .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, border .3s ease-out, background .3s ease-out; }

.btn.btn-outline {
  background-color: transparent; }

.btn-rounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em; }

.btn-big {
  padding: 10px 30px;
  font-size: 16px; }

.link-btn:hover {
  color: #fff;
  background-color: #E5343D;
  border: 1px solid #E5343D; }

/* .btn i {
	margin-right: 6px;
	font-size: 14px;
} */
@media (max-width: 767px) {
  .btn-widget .btn {
    margin: 0 5px 5px 0; }
  .link-btn.active {
    padding: 3px 10px;
    font-size: 14px; }
  a.link-btn.active:hover, a.link-btn.active:focus {
    padding: 3px 10px;
    font-size: 14px; }
  .link-btn {
    padding: 3px 10px;
    font-size: 14px; }
  .with-nav-tabs .tab-content {
    padding: 0;
    margin-top: 10px; } }

/*----------------------------------------------------------------------------*/
/*---- 19. Login & SignUp ----*/
/*----------------------------------------------------------------------------*/
.user-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.user-modal .modal-body {
  padding: 30px; }

.user-modal .nav-tabs {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eaeaea; }
  .user-modal .nav-tabs > li {
    width: 50%; }
    .user-modal .nav-tabs > li > a {
      text-align: center;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      padding: 15px;
      color: #888;
      margin: 0;
      font-weight: 500; }
    .user-modal .nav-tabs > li.active > a {
      border: 1px solid #eaeaea;
      cursor: pointer; }
      .user-modal .nav-tabs > li.active > a:focus, .user-modal .nav-tabs > li.active > a:hover {
        border: 1px solid #eaeaea;
        cursor: pointer; }

.form-content {
  padding: 20px;
  font-size: 14px; }

.btn-primary:active:hover, .btn-primary.active:hover {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.btn-primary:active:focus, .btn-primary.active:focus {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.btn-primary:active.focus, .btn-primary.active.focus {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }

.btn-fb,
.btn-plush,
.btn-line,
.btn-yahoo,
.btn-gmail,
.btn-wechat {
  color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  padding: 10px 16px;
  font-weight: 600;
  position: relative;
  font-size: 14px; }

.btn-fb {
  background-color: #3b5998;
  margin-right: 5px; }
  .btn-fb:hover, .btn-fb:active, .btn-fb:focus, .btn-fb:active:hover {
    color: #fff;
    background-color: #263961; }

.btn-gmail, .btn-plush {
  background-color: #E5343D; }
  .btn-gmail:hover, .btn-gmail:active, .btn-gmail:focus, .btn-gmail:active:hover, .btn-plush:hover, .btn-plush:active, .btn-plush:focus, .btn-plush:active:hover {
    color: #fff;
    background-color: #b5171f; }

.btn-line {
  background-color: #1DC320; }
  .btn-line:hover, .btn-line:active, .btn-line:focus, .btn-line:active:hover {
    color: #fff;
    background-color: #138015; }

.btn-wechat {
  background-color: #19a845; }
  .btn-wechat:hover, .btn-wechat:active, .btn-wechat:focus, .btn-wechat:active:hover {
    color: #fff;
    background-color: #0f652a; }

.btn-fb i,
.btn-plush i,
.btn-gmail i,
.btn-wechat i,
.btn-line i {
  margin-right: 10px; }

.form-content .ui.divider {
  font-size: 14px;
  margin: 20px 0 18px;
  font-family: "微軟正黑體", sans-serif; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #ffe4ad;
  color: #8a6d3b; }

.form-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }

.form-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4; }

.form-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #E5343D; }

.form-step {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 5px; }

.form-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #c4c4c4;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.form-step.activated .form-step-icon {
  background: #fff;
  border: 1px solid #E5343D;
  color: #E5343D;
  line-height: 38px; }

.form-step.active .form-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #E5343D;
  font-size: 20px;
  line-height: 48px; }

.form-step p {
  color: #c4c4c4; }

.form-step.activated p,
.form-step.active p {
  color: #E5343D; }

.block-content {
  margin-bottom: 10px; }

.details-body:before, .details-body:after {
  display: table;
  content: " "; }

.details-header:before, .details-header:after {
  display: table;
  content: " "; }

.element-block:before, .element-block:after {
  display: table;
  content: " "; }

.block-content:before, .block-content:after {
  display: table;
  content: " "; }

.block-content div:before, .block-content div:after {
  display: table;
  content: " "; }

.details-body:after,
.details-header:after,
.element-block:after {
  clear: both; }

.block-content div:after, .block-content:after {
  clear: both; }

.block-content div {
  margin: 0px;
  position: relative;
  float: left;
  line-height: 1em; }
  .block-content div span {
    padding-left: 20px;
    float: left; }
  .block-content div i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px; }

.forgot {
  float: right;
  line-height: 1em;
  text-decoration: underline; }

.form-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px; }

.form-content .link-btn {
  margin-bottom: 10px; }

.sub-menu {
  margin-bottom: 30px;
  background-color: #f5f5f5; }
  .sub-menu ul li {
    background-color: #f5f5f5; }
    .sub-menu ul li a {
      color: #5a7391;
      font-size: 16px;
      font-weight: 400; }
      .sub-menu ul li a i {
        margin-right: 8px; }
    .sub-menu ul li.active a {
      color: #000;
      font-weight: 600;
      background-color: #f5f5f5;
      border-left: 2px solid #FFE600;
      margin-left: -2px; }

@media (min-width: 768px) {
  .user-modal .modal-sm {
    width: 340px; } }

@media (max-width: 767px) {
  .social-btn > .btn {
    margin-bottom: 10px; } }

/*----------------------------------------------------------------------------*/
/*---- 20. Youtube Video ----*/
/*----------------------------------------------------------------------------*/
.youtube_video {
  padding: 70px 0;
  /*border: 1px solid $brand-lgray;*/
  background-color: #000;
  margin: 20px 0 50px; }

.video-title {
  position: absolute;
  left: -197px;
  font-size: 150px;
  font-weight: 900;
  top: 160px;
  font-family: "微軟正黑體", sans-serif;
  background: -webkit-linear-gradient(#008986, #000);
  background: -webkit-linear-gradient(#008986, #000);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 767px) {
  .video-title {
    left: 15px;
    font-size: 100px;
    top: -45px; } }

@media (min-width: 768px) {
  .video-title {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); } }

@media (min-width: 768px) and (max-width: 1199px) {
  .video-title {
    left: -125px;
    font-size: 96px;
    top: 119px; } }

/* ------------ Title holder --------*/
.title-holder {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .title-holder * {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    z-index: 1; }

.title,
.widget-title {
  font-size: 20px; }

.title {
  padding-right: 15px;
  white-space: nowrap; }

.widget-title {
  /*margin: 0 0 30px;*/ 
  margin: 0 0 10px;

}

.title-white {
  color: #fff; }

.title-shape {
  width: 99%;
  height: 14px; }

.title-shape-dark {
  background: url(../img/shape-dark.png) 0 center repeat-x; }

.title-shape-$brand-white {
  background: url(../img/shape-white.png) 0 center repeat-x; }

.title-holder2 {
  position: relative;
  font-size: 16px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 10px; }
  .title-holder2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #FFE600;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .title-holder2 .top::after {
    width: 100%; }
  .title-holder2 h3,.title-holder2 .h3  {
    /* font-size: $font-l; */
    font-size: 140%;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    float: left;
    /* margin: 0 20px 0 0; */
    margin: 4px 20px 0 0; }
    #news-list-zone .title-holder2 h3, #news-list-zone .title-holder2 .h3 {
    	max-width: calc(100% - 180px);
    }

.title-holder2-icon {
  position: relative;
  font-size: 16px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 10px; }
  .title-holder2-icon::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #FFE600;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .title-holder2-icon .top::after {
    width: 100%; }
  .title-holder2-icon h3 {
    font-size: 20px;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    /*max-width: calc(100% - 180px);*/
    float: left;
    margin: 0 20px 0 0;
    padding-left: 15px;
    padding-top: 20px; }

.title-alignright {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.title-filter li {
  display: inline-block; }
  .title-filter li a {
    font-size: 20px;
    padding: 1px 5px;
    margin: 0 2px;
    line-height: 1.2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal;
    font-weight: 600;
    letter-spacing: .5px;
    border: 1px solid #eaeaea; }
    .title-filter li a:hover {
      color: #fff; }

.title-alignright-activity {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 17px; }

@media (max-width: 767px) {
  .title-filter {
    display: none; }
  .title-alignright-activity .title-filter {
    display: none; } }

@media (min-width: 767px) and (max-width: 991px) {
  .media-left > img,
  .media-left > i {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .title,
  .widget-title,
  .title-holder2 h3 .title-holder2-icon h3, .title-holder2 .h3 .title-holder2-icon .h3{
    font-size: 16px; } }

/*----------------------------------------------------------------------------*/
/*---- 21. Filter Portfolio ----*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---- 22. 404 Eror Contennt ----*/
/*----------------------------------------------------------------------------*/
.middle-box {
  max-width: 768px;
  z-index: 100;
  margin: 0 auto 80px;
  padding: 15px; }

.error-text {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .error-text h3 span {
    font-weight: 400; }

.error-desc {
  text-align: left; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media (max-width: 767px) {
  .error-text h1 {
    font-size: 115px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center; }
  .error-text h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px; }
  .error-desc p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .error-text h1 {
    font-size: 160px;
    font-weight: 800;
    float: left; }
  .error-text h3 {
    font-size: 30px;
    text-align: left;
    margin-left: 20px;
    font-weight: 300;
    float: left;
    margin-top: 108px; }
  .error {
    position: absolute;
    bottom: 0;
    left: 108px;
    top: 30px; }
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }
  .error-text h1 span:last-child {
    margin-left: 118px; } }

/*----------------------------------------------------------------------------*/
/*---- 23. Contact Page ----*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---- 24. Author ----*/
/*----------------------------------------------------------------------------*/
/*Author Card*/
.author-card {
  position: relative;
  overflow: hidden;
  text-align: left;
  line-height: 1.6em;
  margin: 0 auto 30px; }
  .author-card img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85; }
  .author-card figcaption {
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    position: relative;
    text-align: center; }
    .author-card figcaption a:hover {
      opacity: 1; }
    .author-card figcaption:before {
      content: "";
      width: 100%; }
  .author-card .profile {
    margin-bottom: 20px;
    bottom: 100%;
    z-index: 1;
    max-width: 120px;
    opacity: 1;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.author-card h3 {
  margin: 0;
  font-size: 16px; }
  .author-card h3 span {
    display: block;
    font-size: 14px;
    color: #008986;
    margin-top: 5px;
    line-height: 1.2em; }

.profile.social-link {
  display: inline-block;
  margin: 0 .1em .3em 0;
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  color: #888;
  width: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: auto;
  line-height: auto;
  background: #eaeaea;
  margin-bottom: 20px; }
  .profile.social-link:hover {
    color: #fff;
    border-color: #008986;
    background: #008986; }

/*----------------------------------------------------------------------------*/
/*---- 25. Footer ----*/
/*----------------------------------------------------------------------------*/
footer {
  background-color: #008986; }

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: auto; }

.main-footer {
  padding: 20px 0px; }

.footer-logo {
  margin-bottom: 20px; }
  .footer-logo img {
    height: 80px; }

.twitter-widget li {
  position: relative;
  margin-bottom: 15px; }
  .twitter-widget li .icon {
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 20px; }

.tweet-text {
  padding: 0 0 0 36px; }

/*.footer-cat li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px; }*/
.footer-cat li a {
    color: #fff;
    display: inline-block;
    /*margin-bottom: 5px;*/
    margin-bottom: 8px;
    font-size: 1em;
}

/*Sub footer*/
.sub-footer {
  border-top: 1px solid #eaeaea;
  padding: 15px;
  text-align: center;
  /*background-color: #FFE600;*/
  background-color: #FFFFFF;
  color: #000; }

.footer-black {
  background-color: #000; }

.footer-white {
  background-color: #fff; }

.footer-black .sub-footer {
  border-top: 1px solid #000;
  background-color: #000; }

.footer-black p,
.footer-black .textwidget,
.footer-black .tweet-text,
.footer-black .footer-cat li a,
.footer-black .media-heading a,
.footer-black .twitter-widget li .icon {
  color: #fff; }

.footer-black .entry-meta span {
  color: #888; }
  .footer-black .entry-meta span a {
    color: #888; }

.footer-box .social_share_btn ul li a {
  text-align: left; }
  .footer-box .social_share_btn ul li a i {
    margin: 0 0 5px; }

.footer-box a {
  color: #eaeaea; }
  .footer-box a:hover {
    text-decoration: underline; }

.footer-box .entry-meta span {
  color: #eaeaea; }

@media (max-width: 767px) {
  .footer-box {
    margin-bottom: 30px; }
    .footer-box br {
      display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-box br {
    display: none; } }

/*-------- footer2 -------*/
.footer-2 {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500; }
  .footer-2 .footer-inner {
    position: relative;
    padding: 30px 0;
    overflow: hidden; }
  .footer-2 .footer-logo {
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.ico-logo-footer {
  background-image: url(../img/logo3.png);
  background-position: center;
  background-size: cover;
  width: 140px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.footer-2 .footer-copyright {
  float: left; }
  .footer-2 .footer-copyright p {
    margin: 0; }
    .footer-2 .footer-copyright p a {
      color: #888; }

.footer-2 .footer-credits {
  float: right; }

@media (max-width: 767px) {
  .footer-2 .footer-inner {
    text-align: center; }
  .footer-2 .footer-logo {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .footer-2 .footer-copyright,
  .footer-2 .footer-credits {
    float: none; } }

/*----------------------------------------------------------------------------*/
/*---- 26. consult ----*/
/*----------------------------------------------------------------------------*/
.related-consult .consult-item.border {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block; }
  .related-consult .consult-item.border .ask {
    position: relative;
    min-height: 75px;
    margin: 10px 0; }

.related-consult .ask {
  position: relative;
  min-height: 75px;
  margin: 0 0 10px 0; }
  .related-consult .ask .q-icon {
    font-size: 25px;
    font-family: "微軟正黑體", sans-serif;
    font-weight: 400;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #008986;
    color: #fff;
    padding: 5px 10px;
    font-style: normal; }

.ask .q-icon {
  font-size: 16px;
  font-family: "微軟正黑體", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #008986;
  color: #fff;
  padding: 3.5px 6px;
  font-style: normal;
  float: left; }

.reply .a-icon {
  font-size: 16px;
  font-family: "微軟正黑體", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFB61E;
  color: #fff;
  padding: 3px 6px;
  font-style: normal;
  float: left; }

tr .ask div {
  font-size: 16px;
  margin-left: 2.5em;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical; 
  word-break: break-word;}

tr .reply div {
  font-size: 14px;
  color: #888;
  margin-left: 3em;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical; }

.related-consult .ask > div {
  margin-bottom: 10px;
  margin-top: 5px; }

.related-consult .entry_title {
  font-size: 16px;
  max-height: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical; }

.related-consult p.ask-date {
  color: #aaa;
  font-size: 14px;
  text-align: right;
  margin-top: 5px; }

.inquiry-list a {
  line-height: 1.6em; }

.inquiry-font {
  font-size: 15px;
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  font-weight: 400;
  border-radius: 50px;
  background-color: #008986 !important;
  color: #fff;
  padding: 2px 5px;
  font-style: normal;
  margin-right: 5px; }

.collect-font {
  font-size: 15px;
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  font-weight: 400;
  border-radius: 50px;
  background-color: #FFB61E;
  color: #fff;
  padding: 2px 5px;
  font-style: normal;
  margin-right: 5px; }

.panel-title a {
  color: #008986; }

.reply a {
  color: #008986;
  font-size: 16px; }

.related-consult p.ask-date {
  color: #aaa;
  font-size: 14px;
  text-align: right;
  margin-top: 5px; }

.related-consult .reply {
  position: relative;
  border-top: 1px dashed #eaeaea;
  padding-top: 15px;
  min-height: 120px;
  color: #000;
  margin: 0; }

.careteam_widget {
  float: left; }

.careteam-item {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative; }
  .careteam-item.list {
    margin-bottom: 0px; }
  .careteam-item a {
    color: #008986; }
  .careteam-item li {
    float: left;
    display: block;
    position: relative; }
  .careteam-item div:nth-child(1) {
    padding-left: 0px; }
  .careteam-item div:nth-child(2) {
    padding-right: 0px; }
  .careteam-item img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.careteam-item-block-inf {
  margin-top: 10px; }

.careteam-item-block {
  padding: 0 15px 0 0 !important; }

.careteam-item-block-img {
  padding: 0 !important; }

.careteam-item-block-inf {
  vertical-align: middle; }

@media (max-width: 991px) {
  .careteam-item div:nth-child(1) {
    padding-left: 15px; }
  .careteam-item div:nth-child(2) {
    padding-right: 15px; }
  .consult-item.list .entry_title {
    padding-left: 10px; }
  .consult-item.list .ask .q-icon {
    font-size: 20px;
    margin-top: 10px; }
  .related-consult .consult-item.list .reply .col-md-10 > p {
    padding-left: 10px; }
  .related-consult .consult-item.list .reply img {
    width: 40px;
    height: 40px;
    float: left; } }

.related-consult .reply img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.related-consult .consult-item .reply img {
  width: 45px;
  height: 45px;
  border: 0px solid;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.related-consult .reply p {
  margin-bottom: 5px;
  line-height: 1.2em;
  max-height: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical; }

.careteam-item span,
.related-consult .reply span {
  margin-left: 10px;
  font-size: 14px;
  color: #888; }

.careteam-item .dr-info {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  font-size: 14px;
  color: #888; }

.careteam-item .dr-add {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  font-size: 14px;
  color: #888; }

.careteam-item .respond {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  max-height: 4.5rem;
  font-size: 16px;
  color: #888; }

.related-consult .reply .dr-info {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  font-size: 14px;
  color: #888; }

.widget .entry_content {
  font-size: 16px;
  max-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  -moz-line-clamp: inherit;
  -moz-box-orient: vertical;
  -ms-line-clamp: inherit;
  -ms-box-orient: vertical; }

.related-consult .reply p {
  margin-bottom: 5px;
  font-size: 16px; }

.search-tag a {
  margin-left: 5px; }

.trending-btn {
  float: right;
  margin: 0px;
  padding: 0px; }
  .trending-btn .btn-group-justified {
    margin: 20px 0;
    height: 40px;
    font-size: 16px; }
    .trending-btn .btn-group-justified .btn {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }

@media (max-width: 991px) {
  .trending-btn .btn-group-justified {
    margin-top: 0px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---- 27. reward ----*/
.award_widget {
  float: left; }

.award-item {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  .award-item .col-md-12,
  .award-item .media-left {
    padding: 0; }
  .award-item .media-right {
    padding-right: 0;
    margin-top: 15px; }
  .award-item a {
    color: #008986;
    font-size: 20px;
    font-weight: 700; }
  .award-item img {
    width: 80px;
    height: auto;
    margin-top: 0px; }
  .award-item span {
    margin-left: 10px;
    font-size: 14px;
    color: #888; }
  .award-item .dr-info {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
    font-size: 14px;
    color: #000; }
  .award-item .dr-add {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
    font-size: 14px;
    color: #FFB61E; }
  .award-item .respond {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    max-height: 4rem;
    font-size: 16px;
    color: #888; }
  .award-item p {
    margin-bottom: 0px; }

.reward-icon {
  position: relative; }
  .reward-icon i {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: gold;
    font-size: 16px; }

.reward-item p {
  color: #000; }
  .reward-item p i {
    margin-right: 5px; }

p.reward-text-o, p.reward-text-b, p.reward-text-g, p.reward-text-p {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px; }

.reward-text-o {
  background-color: #FFB61E; }

.reward-text-b {
  background-color: #FFE600; }

.reward-text-g {
  background-color: #5cb85c; }

.reward-text-p {
  background-color: #8e44ad; }

.reward-consult .reward-item {
  position: relative;
  min-height: 75px;
  margin: 10px 0; }
  .reward-consult .reward-item p {
    text-align: center;
    font-weight: 800;
    margin-bottom: 5px; }
  .reward-consult .reward-item .reward-icon img {
    max-width: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block; }

.widget .reward-consult .reward-item .reward-icon img {
  max-width: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  display: block; }

.widget .reward-consult > li {
  float: left;
  width: 20%; }
  .widget .reward-consult > li a p {
    font-size: 16px;
    color: #FFE600; }
    .widget .reward-consult > li a p:nth-of-type(2) {
      font-size: 14px;
      color: #888; }

.reward-consult .reward-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  text-align: center; }

.reward-consult .reward-item font {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  max-height: 4rem;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  text-align: center; }

@media (min-width: 992px) and (max-width: 1199px) {
  .widget .reward-consult > li {
    width: 33.3%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .widget .reward-consult > li {
    width: 33.3%; } }

@media (min-width: 360px) and (max-width: 767px) {
  .widget .reward-consult > li {
    width: 50%; }
  .award-item {
    width: auto; }
    .award-item:last-child {
      display: none; }
    .award-item .media-right {
      padding-left: 0; }
    .award-item img {
      width: 45px;
      height: auto;
      margin-top: 0px; } }

@media (max-width: 359px) {
  .widget .reward-consult > li {
    width: 100%; }
  .award-item {
    width: 50%;
    padding-left: 0; }
    .award-item:last-child {
      display: none; }
    .award-item a {
      font-size: 100%; }
    .award-item .media-right {
      padding-left: 0; }
    .award-item img {
      width: 45px;
      height: auto;
      margin-top: 0px; } }

/*---- 27. video ----*/
.video-main {
  position: relative;
  padding-bottom: 51.25%;
  margin-bottom: 20px;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-main iframe,
  .video-main object,
  .video-main embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-channel .post_article h4 {
  margin: 0; }
  .video-channel .post_article h4 a {
    line-height: 1em;
    font-size: 14px;
    white-space: normal;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }

.video-listing .media > .media-left {
  position: relative; }

@media (max-width: 992px) {
  .video-channel .post_article h4 a {
    line-height: 1em;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical; } }

/*--- 29. profile ---*/
/* dr header */
.profile-header .container {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding-right: 0;
  padding-left: 0; }

.dr-block {
  position: absolute;
  bottom: 0; }

/* .dr-block {
    margin-top: -133px;
} */
.dr-avatar {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 30px; }
  .dr-avatar img {
    width: 150px;
    height: 150px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); 
	object-fit: cover;}

.dr-bg {
  position: relative; }
  .dr-bg > img.bg-cover {
    display: block;
    width: 100%;
    max-height: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover; }
  .dr-bg .gra {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.53)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.53));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.53));
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.53));
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

.dr-data {
  padding-left: 200px;
  margin-top: 37px; }
  .dr-data .proof {
    height: 30px;
    padding: 5px 10px 0 0;
    margin-top: -8px; }
  .dr-data h2 {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 5px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }

.dr-nav li {
  float: left;
  font-size: 16px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: 600;
  /* line-height: 43px; */
  color: #c4c4c4;
  display: inline-block;
  border-right-color: #eaeaea;
  border-right-width: 1px;
  border-right-style: solid;
  cursor: pointer;
  border-bottom-color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
  .dr-nav li a {
    padding: 10px 30px; }
    .dr-nav li a:hover, .dr-nav li a:focus {
      background-color: #fff; }
  .dr-nav li.dropdown.open a {
    background-color: #fff; }

.dr-nav .dropdown-menu li {
  border-right: 0;
  width: 100%;
  border-bottom-width: 0px; }
  .dr-nav .dropdown-menu li:hover, .dr-nav .dropdown-menu li:focus {
    border-bottom: 0;
    background-color: #eaeaea; }
  .dr-nav .dropdown-menu li a:hover, .dr-nav .dropdown-menu li a:focus {
    border-bottom: 0;
    background-color: #eaeaea; }

.dr-nav li.active, .dr-nav li:hover {
  border-bottom-color: #008986;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: #000; }

.dr-action {
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: 50; }

.dr-join {
  padding: 0; }

.count-block {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }
  .count-block ol {
    border-top: 1px solid #eaeaea;
    padding: 10px; }
    .count-block ol:first-child {
      border-top: 0px solid #eaeaea; }
    .count-block ol p {
      color: #FFB61E;
      font-size: 16px;
      /* font-weight: 400; */ }
    .count-block ol span {
      font-weight: 400;
      font-size: 14px; }

.photo_widget .gallery_post #sync1 {
  background-color: #eaeaea;
  padding: 0; }

.photo_widget .gallery_post .full_skin {
  height: 30px;
  width: 30px;
  line-height: 1.6em; }

/* Card */
.album {
  margin-bottom: 20px;
  padding-bottom: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  position: relative;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  background-color: #fff; }
  .album a:hover {
    text-decoration: none; }
  .album:hover {
    box-shadow: 1px 2px 15px rgba(63, 81, 181, 0.4);
    -webkit-box-shadow: 1px 2px 15px rgba(63, 81, 181, 0.4);
    -moz-box-shadow: 1px 2px 15px rgba(63, 81, 181, 0.4); }
  .album h3 {
    font-size: 90%;
    margin: 0 0 0 3px;
    padding: 8px 10px 0 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    line-height: 1em; }
    .album h3 a {
      color: #000; }
      .album h3 a:hover {
        color: #FFB61E; }
  .album img.img-rounded {
    margin: 4px 4px 0 0;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .album small {
    font-size: 85%;
    color: #888;
    padding: 0 0 5px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .album small a {
      color: #888;
      text-decoration: none; }
      .album small a:hover {
        color: #FFB61E; }
  .album .stats {
    line-height: 1em;
    bottom: 5px;
    right: 10px;
    position: absolute;
    background-color: #fff;
    padding-left: 10px; }
    .album .stats a {
      font-size: 95%;
      color: #aaa;
      text-decoration: none; }
    .album .stats span {
      margin-left: 3px; }

.photo-item {
  margin-bottom: 30px; }

.port-img {
  display: block;
  position: relative; }
  .port-img .mask {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    background: #008986; }
    .port-img .mask:before {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -35px 0 0 -38px;
      width: 76px;
      line-height: 72px;
      font-size: 50px;
      text-align: center;
      content: "\e64e";
      color: #fff;
      font-family: 'themify'; }
  .port-img:hover .mask {
    opacity: .9;
    filter: alpha(opacity=90); }

.photo-text {
  text-align: left;
  margin-top: 5px; }
  .photo-text p {
    font-size: 14px;
    margin: 5px 0 0;
    color: #888; }

@media (max-width: 1199px) {
  .count-block ol {
    display: inline-block;
    border-top: 0px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 5px 20px; }
    .count-block ol p {
      padding: 0;
      margin: 5px 0 5px 0; }
    .count-block ol:first-child {
      border-left: 0px solid #eaeaea; } }

@media (max-width: 991px) {
  .dr-avatar img {
    width: 120px;
    height: 120px;
    border-width: 6px; }
  .dr-data {
    padding-left: 160px;
    margin-top: 37px; }
  .dr-action {
    position: absolute;
    right: 30px;
    top: 15px; } }

@media (max-width: 767px) {
  .dr-nav li.dropdown.open ul.dropdown-menu {
    right: 0; }
  .dr-nav li a {
    font-size: 16px;
    padding: 7px 9px; }
  .author-avatar img {
    width: 120px;
    height: 120px; }
  .dr-block {
    width: 100%; }
  .dr-avatar {
    bottom: 75px;
    left: 40%; }
  .dr-avatar img {
    width: 100px;
    height: 100px;
    border-width: 5px; }
  .dr-data {
    padding-left: unset;
    margin-top: unset; }
    .dr-data h2 {
      font-size: 20px;
      margin-bottom: 16px;
      margin-top: 0;
      text-align: center;
      line-height: 25px; }
  .count-block ol {
    padding: 5px 10px; }
  .dr-action {
    right: 5px;
    top: 5px; }
    .dr-action .btn {
      padding: 3px 6px;
      font-size: 14px; } }

@media (max-width: 480px) {
  .dr-avatar img {
    width: 80px;
    height: 80px; }
  .dr-data .proof {
    height: 30px;
    padding: 5px 10px 0 0;
    margin-top: -4px; }
  .count-block ol p {
    margin: 0;
    font-size: 14px;
    font-weight: 400; }
  .count-block ol span {
    font-size: 14px;
    font-weight: 400; } }

@media (max-width: 376px) {
  .dr-data h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .count-block ol p,
  .count-block ol span {
    font-size: 14px;
    font-weight: 400; } }

.profile-usertitle-count span {
  font-size: 14px;
  color: #00A496;
  font-family: "微軟正黑體", sans-serif;
  font-weight: 600;
  cursor: pointer; }
  .profile-usertitle-count span:nth-child(2) {
    margin: 0 10px; }

.profile-usertitle .follower {
  margin: 10px auto; }
  .profile-usertitle .follower a {
    margin: 2px 3px;
    display: inline-block; }

img.follower {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.profile-usertitle .follower img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.profile-usertitle .follower span a {
  font-size: 14px;
  color: #888; }

.edit {
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle; }
  .edit:last-child {
    margin-left: 0; }

.page-header {
  padding-bottom: 13px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 20px; }
  .page-header .edit.call {
    //color: #c4c4c4;
    color: #008986;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-top: -3px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeaea; }
    .page-header .edit.call.back {
      color: #008986; }
      .page-header .edit.call.back:hover, .page-header .edit.call.back:focus, .page-header .edit.call.back.active {
        color: #008986;
        border: 1px solid #008986; }
    .page-header .edit.call.upbtn {
      color: #888;
      border: 1px solid transparent;
      border-bottom: 1px solid #eaeaea;
      padding: 5px 15px;
      margin-top: 2px;
      border: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      -webkit-border-radius: 2em;
      -moz-border-radius: 2em;
      -ms-border-radius: 2em;
      border-radius: 2em; }
      .page-header .edit.call.upbtn:hover, .page-header .edit.call.upbtn:focus, .page-header .edit.call.upbtn.active {
        color: #008986;
        border: 1px solid #008986; }
    .page-header .edit.call:hover, .page-header .edit.call:focus, .page-header .edit.call.active {
      //color: #008986;
      color: #000;
      background-color: #fff;
      border: 1px solid #c4c4c4;
      border-bottom: 1px solid #fff; }
    .page-header .edit.call.collect:hover, .page-header .edit.call.collect:focus, .page-header .edit.call.collect.active {
      color: #fff;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      border: 2px solid #E5343D;
      background-color: #E5343D; }

.listview .page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  /*border-bottom: 1px solid $brand-lgray;*/
  font-size: 20px; }

.listview .post .form-group {
  margin-bottom: 0; }

.listview #post-content-block .panel-heading {
  border-bottom: 0px solid transparent; }

.profile-sidebar {
  padding: 20px 0 10px 0;
  background-color: #f5f5f5; }

.profile-userpic img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  float: none;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  border-radius: 100% !important; }

.profile-usertitle {
  text-align: center;
  margin-top: 10px; }

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px; }

.profile-usertitle-role {
  text-transform: uppercase;
  color: #5a7391;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px; }
  .profile-usertitle-role a {
    color: #FFB61E; }

.profile-userbuttons {
  text-align: center;
  margin-top: 10px; }
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px; }
    .profile-userbuttons .btn:last-child {
      margin-right: 0px; }

.profile-usermenu {
  margin-top: 10px; }

.sub-menu {
  margin-bottom: 30px;
  background-color: #fff; }
  .sub-menu ul li {
    border-bottom: 1px solid #d5ecf4; }

.profile-usermenu ul li {
  border-bottom: 1px solid #d5ecf4; }

.sub-menu ul li:last-child,
.profile-usermenu ul li:last-child {
  border-bottom: none; }

.sub-menu ul li a,
.profile-usermenu ul li a {
  color: #888;
  font-size: 16px;
  font-weight: 600; }

.sub-menu ul li a i,
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px; }

.sub-menu ul li a:hover,
.profile-usermenu ul li a:hover {
  background-color: #f5f5f5;
  color: #008986; }

.sub-menu ul li.active,
.profile-usermenu ul li.active {
  border-bottom: none; }

.sub-menu ul li.active a,
.profile-usermenu ul li.active a {
  color: #008986;
  border-bottom: 1px solid #d5ecf4;
  background-color: #d5ecf4;
  border-left: 2px solid #008986;
  margin-left: -2px; }

.badge {
  display: inline-block;
  margin-top: -5px;
  margin-left: 3px;
  min-width: 10px;
  padding: 2px 5px 3px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #E5343D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

tbody img.article.thumbnail {
  max-width: 123px;
  max-height: 110px; }

@media (max-width: 767px) {
  .edit {
    margin-top: 5px;
    font-size: 14px; }
  .profile-usertitle {
    margin-top: 0px; }
  .profile-usermenu .nav > li {
    position: relative;
    display: inline-block; }
  .profile-usermenu .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 5px; }
  .profile-userpic img {
    width: 80px;
    height: 80px; }
  .profile-userpic {
    width: 40%;
    float: left;
    text-align: left; }
  .profile-usertitle {
    width: 60%;
    padding-left: 10px;
    float: left;
    text-align: left;
    border-left: 1px solid #eaeaea; }
  .page-header,
  .listview .page-header {
    font-size: 20px; }
  .page-header .edit.call {
    margin: 6px 2px 0 2px;
    float: right;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    border: 0px solid #000;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px; }
    .page-header .edit.call:hover, .page-header .edit.call:focus, .page-header .edit.call.active {
      color: #008986;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      border: 0px solid #008986;
      background-color: inherit;
      text-decoration: underline; } 
	  
	
#m_g-tab-zone a.m_g-tab {
  color: #008986;
  padding: 5px 15px;
}
#m_g-tab-zone a.m_g-tab.active {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #c4c4c4;  
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #000;
}  
	  }

/*------ 30.stream -----*/
.rightSidebar > div:first-child {
  margin-top: 10px; }

.stream-item {
  position: relative;
  margin: 0 0 20px 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: auto;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.widget .stream-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .widget .stream-item .media-header h5 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .widget .stream-item .media-header span {
    font-size: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }

.widget .item-body {
  padding: 10px; }

.widget .listview {
  height: 300px;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  margin-bottom: 0; }

.widget .stream-item .item-body {
  padding: 5px 10px; }

.widget .listview .lv-img-sm {
  width: 50px;
  height: 50px; }

.widget .careteam-item {
  margin-bottom: 0; }

.widget button.btn-group-justified {
  margin-top: 10px; }

.stream-item .item-body {
  padding: 15px 15px 0 15px; }

.stream-item .item-footer {
  border-top: 1px solid #eaeaea;
  height: 36px; }
  .stream-item .item-footer a {
    padding: 4px 30px;
    display: inline-block;
    color: #c4c4c4; }
    .stream-item .item-footer a:hover {
      background-color: #eaeaea;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
  .stream-item .item-footer i {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px; }

.listview .stream-item [class*="lv-img"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.stream-item .media-header h5 {
  font-size: 16px;
  margin-top: 5px; }

.stream-item .media-body small {
  color: #c4c4c4;
  font-size: 14px;
  margin-bottom: 10px; }

.action-toggle {
  position: absolute;
  top: 5px;
  right: 0; }
  .action-toggle a:hover {
    color: #c4c4c4; }
  .action-toggle i {
    font-size: 16px; }
  .action-toggle a {
    color: #c4c4c4; }
  .action-toggle .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 100px; }

.media-left i {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: gold;
  font-size: 16px; }

@media (max-width: 767px) {
  .stream-item .item-footer a {
    padding: 2px 10px;
    font-size: 14px; } }

/*---- 31. Outpatient ----*/
.big-callbtn {
  font-size: 22px;
  padding: 12px; }
  .big-callbtn.mt30 {
    margin-top: 35px; }
  .big-callbtn i {
    font-size: 38px; }

@media (max-width: 991px) {
  .big-callbtn {
    font-size: 22px;
    padding: 12px;
    margin-top: 10px; }
    .big-callbtn.mt30 {
      margin-top: 0; } }

.ask .accordion p {
  background-color: #fcf8e3;
  padding-left: 30px;
  padding-top: 10px;
  margin-bottom: 0; }
  .ask .accordion p font {
    display: list-item;
    list-style-type: disc; }

.choose-text {
  color: #aaa;
  opacity: 0.5;
  margin-bottom: 0;
  max-width: 60px;
  max-height: 21px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px; }

.choose-item input[type="radio"] {
  display: none; }
  .choose-item input[type="radio"]:checked + label p,
  .choose-item input[type="radio"]:checked + label i.choose-item-select,
  .choose-item input[type="radio"]:checked + label img.choose-who-icon {
    opacity: 1 !important; }

.choose-who-icon {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  width: 60px;
  opacity: 0.5; }

.choose-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 13px 10px;
  position: relative; }

.choose-item-select {
  color: #00cdcd;
  position: absolute;
  right: -14px;
  top: 33px;
  opacity: 0 !important;
  font-size: 30px; }

.carousel-indicators {
  bottom: -3px; }

.consult-list {
  display: block;
  float: left; }
  .consult-list ul {
    padding: 10px 0 20px 0;
    border-bottom: 1px dotted #c4c4c4;
    float: left; }

.noborder.consult-list ul:last-child {
  padding: 20px 0 10px 0;
  border-bottom: 0px dotted #c4c4c4; }

.consult-list ul li {
  list-style: none; }
  .consult-list ul li .panel-body {
    position: relative;
    background: #f5f5f5;
    padding: 0 10px 10px 10px; }
    .consult-list ul li .panel-body:before {
      content: "";
      position: absolute;
      left: -10px;
      top: 0;
      width: 0;
      height: 0;
      overflow: hidden;
      border: 10px solid transparent;
      border-top-color: #f5f5f5; }

.consult-list .entry_content {
  float: left;
  word-break: break-all; }

.consult-list .photo-user {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.consult-list p {
  display: table-cell;
  vertical-align: middle;
  height: 40px; }

.consult-list .q {
	display: ;
  position: relative;
  min-height: 40px;
  font-size: 16px; }
.consult-list button {
  clear: both;
  float: left; }

.consult-list .date {
  clear: both;
  display: block;
  margin: 5px 0;
  color: #eaeaea;
  font-size: 14px; }

.consult-list .a span,
.consult-list .a font {
  margin-left: 5px;
  font-size: 14px; }

.consult-list .a .info {
  margin-bottom: 5px;
  color: #888; }

.consult-list .a ol {
  padding-left: 0;
  float: left; }
  .consult-list .a ol:nth-of-type(even) {
    margin-top: 10px; }

.consult-list .photo-dr {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.card-info {
  font-size: 14px; }
  .card-info li {
    list-style: none;
    margin-bottom: 5px; }
  .card-info dt {
    float: left;
    width: 40%;
    clear: left;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .card-info dd {
    margin-left: 40%;
    margin-bottom: 20px; }
  .card-info .diagnose-tag a {
    display: inline-block;
    padding: 3px 7px;
    margin: 3px 5px 3px 0;
    background: #ffe4ad;
    color: #FFB61E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none; }

.consult.consult-list p {
  font-size: 16px;
  }
#thanks-zone.consult.consult-list p {
  display: unset;
  }
.consult.consult-list a {
  color: #008986; }

.consult.consult-list .date {
  clear: both;
  display: block;
  margin: 5px 0;
  color: #aaa;
  font-size: 14px; }

.patient-side {
  border: 1px solid #c4c4c4;
  float: left;
  padding: 10px;
  margin-bottom: 30px; }

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.6em;
  background-color: transparent;
  border: 0px solid #c4c4c4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.small-avatar a img {
  float: none;
  margin: 0 auto;
  height: 100px;
  clear: none;
  width: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  display: block; }

.patient-side .card-title {
  margin: 10px 0 20px 0; }

/**reward**/
.reward-box {
  margin: 20px -5px 10px 0;
  background-image: url(/assets/common/img/icon/background.png);
  /*background-image: url(../img/icon/background.png);*/
  background-size: 97% 100%;
  background-repeat: no-repeat;
  float: right; }
  .reward-box img.avatar {
    height: 100px;
    width: 100px;
    margin: 15px;
    margin-left: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
  .reward-box h1 {
    font-weight: 600;
    font-size: 30px;
    margin: 24px 0 0 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical; }
    .reward-box h1 span,
    .reward-box h1 font {
      font-size: 16px;
      margin: 20px 0 20px 10px; }
    .reward-box h1 span {
      max-height: 282px;
      font-weight: 600;
      color: #888; }
  .reward-box h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 12px 0 0px 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical; }
  .reward-box h5 {
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 0px 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical; }
  .reward-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 2px 0 0px 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical; }

@media (max-width: 769px) {
  .reward-box {
    margin-top: 10px;
    margin-bottom: 10px; }
    .reward-box img.avatar {
      height: 80px;
      width: 80px;
      margin-left: -10px; }
    .reward-box h1 {
      font-size: 20px;
      margin: 15px 0 0 5px; }
      .reward-box h1 span {
        font-size: 16px;
        margin: 5px 0 0 5px; }
    .reward-box h4 {
      font-size: 14px;
      margin: 10px 0 0 5px; }
    .reward-box h5,
    .reward-box h6 {
      font-size: 14px;
      margin: 0px 0 0 5px; } }

@media (max-width: 456px) {
  .reward-box {
    margin: 10px 0; }
    .reward-box img.avatar {
      height: 70px;
      width: 70px;
      margin-left: -15px;
      border: 3px solid #fff; }
    .reward-box h1 {
      font-size: 20px;
      margin: 15px 0 0 5px; }
      .reward-box h1 span,
      .reward-box h1 font {
        font-size: 14px;
        margin: 15px 0 0 5px; }
    .reward-box h4 {
      font-size: 14px;
      margin: 10px 0 0 5px; }
    .reward-box h5,
    .reward-box h6 {
      font-size: 14px;
      margin: 2px 0 0 5px; } }

/**  32.Department **/
.panel-body {
  padding: 10px; }
  .panel-body .depart-info li {
    padding: 5px 0 10px;
    font-size: 16px;
    line-height: 1.2em;
    list-style: none;
    color: #000; }
  .panel-body .depart-info ul li a {
    color: #888;
    margin-left: 10px;
    font-size: 14px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px; }
  .panel-body .depart-info font {
    color: #888;
    font-size: 14px;
    line-height: 1.2em; }
  .panel-body .depart-info i {
    margin-right: 10px;
    color: #008986; }
  .panel-body .depart-info .depart-row {
    max-height: 96px;
    overflow-y: auto;
    margin-bottom: 10px; }

.reward-consult .reward-item b {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  font-size: 16px;
  color: #FFB61E;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 5px; }

/* Scrollbar STYLE */
.scrollbar {
  float: left;
  overflow-y: scroll;
  margin-bottom: 25px;
  min-height: 120px; }

.brand-sc::-webkit-scrollbar-track {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.brand-sc::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.brand-sc::-webkit-scrollbar-thumb {
  background-color: #008986;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

@media (max-width: 767px) {
  .scrollbar {
    max-height: 170px;
    min-height: auto; }
  .col-md-12.depart-info ul {
    clear: both; } }

/* Scrollbar STYLE END */
/*--- 32.medicine ---*/
.style2 .table {
  margin-bottom: 0; }

.link-text {
  color: #FFE600;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical; }

.scrollbar.brand-sc.h200 {
  max-height: 200px;
  min-height: 200px;
  margin-bottom: 0;
  display: block;
  width: 100%; }

.gallery_post.popup-gallery.merchandise {
  max-width: 500px;
  margin-bottom: 30px; }

.avatar-xs {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

font.user-name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical; }

.big-btn {
  clear: both; }
  .big-btn > div {
    margin: 0;
    padding: 0; }
  .big-btn a {
    display: block;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 20px 20px 0px 20px;
    color: #aaa;
    background-color: #f5f5f5; }
    .big-btn a.active, .big-btn a:hover {
      color: #008986;
      background-color: #eaeaea;
      box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
    .big-btn a:hover {
      background-color: #eaeaea;
      box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
  .big-btn font {
    font-size: 20px;
    margin-top: 5px;
    display: block;
    min-height: 50px;
    line-height: 22px; }

@media (max-width: 768px) {
  .big-btn a {
    padding: 5px; }
  .big-btn font {
    font-size: 14px;
    display: block;
    min-height: 22px;
    line-height: 16px; } }

.filter {
  font-size: 16px;
  margin-bottom: 40px; }
  .filter .filter-wrap {
    position: relative; }
  .filter label {
    padding-top: 0 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .filter .form-group {
    border-bottom: 1px dashed #eaeaea;
    padding: 5px 0;
    margin: 0; }
  .filter .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    border-left: 1px solid #aaa; }
    .filter .form-control-static ul {
      padding-left: 0;
      list-style: none;
      position: relative;
      display: block;
      /*margin-right: 72px;*/
      zoom: 1;
      content: "";
      /*overflow: hidden;*/
      clear: both;
      vertical-align: middle;
      /*min-height: 25px;*/
      height: 25px;} 
    .filter .form-control-static li {
      list-style: none;
      width: auto;
      overflow: hidden;
      float: left;
      text-align: left; }
    .filter .form-control-static a {
      padding: 0 8px;
      margin: 3px;
      display: inline-block;
      white-space: nowrap;
      border-radius: 3px;
      color: #888;
      text-decoration: none; }
      .filter .form-control-static a:hover {
        background-color: #008986;
        color: #fff;
        border-radius: 50px; }
      .filter .form-control-static a:hover .badge {
        color: #008986;
        background-color: #fff; }
      .filter .form-control-static a.active {
        background-color: #008986;
        color: #fff;
        border-radius: 50px; }
  .filter a.filter-options,
  .filter a.filter-options:hover {
    position: absolute;
    top: 0;
    right: 15px;
    vertical-align: middle;
    float: right;
    border: 1px solid #888;
    background-color: #fff;
    border-radius: 50px;
    color: #888 !important;
    display: none; }
    .filter a.filter-options.active,
    .filter a.filter-options:hover.active {
      bottom: 0;
      top: auto;
      background-color: #fff !important; }
    .filter a.filter-options.active > i,
    .filter a.filter-options:hover.active > i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .filter .show-more {
    position: absolute;
    bottom: -39px;
    right: 0;
    background-color: #eaeaea;
    border-radius: 0 0 3px 3px;
    padding: 8px; }

.panel .dataTables_length,
.panel .dataTables_filter {
  display: none; }

.panel .input-group .input-group-btn .btn-link {
  background-color: #fff;
  color: #888;
  text-decoration: none;
  color: #555555;
  background-image: none;
  border-top: 1px solid #eaeaea;
  border-right: 0px solid;
  border-left: 0px solid;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .panel .input-group .input-group-btn .btn-link.leftline {
    padding-left: 0; }
  .panel .input-group .input-group-btn .btn-link.leftline:before {
    content: "";
    margin-right: 20px;
    border-left: 1px solid #eaeaea; }
  .panel .input-group .input-group-btn .btn-link.input-icon {
    color: #aaa; }
  .panel .input-group .input-group-btn .btn-link.input-icon:hover {
    color: #555555; }

.tooltip span {
  z-index: 9999; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em; }

/*--- Dashboard ---*/
.user-blog-list li div.card {
  padding: 4%;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.user-blog-list .article-bg {
  content: "";
  margin: 0 auto; }

.user-blog-list a img.article_feature-photo {
  height: 240px;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover; }

.user-blog-list .article_content {
  margin: 0 auto;
  width: 100%; }

.user-blog-list .article_content_bg {
  margin: -65px auto 20px;
  background-color: #fff;
  text-align: center;
  width: 80%;
  position: relative; }

.user-blog-list .article_content .article_content_avatar {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  margin-top: -40px;
  position: relative;
  top: -40px; }
  .user-blog-list .article_content .article_content_avatar img {
    width: 86px;
    height: 86px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.user-blog-list .article_content_info {
  margin: 0 auto;
  text-align: center;
  margin-top: -30px; }
  .user-blog-list .article_content_info ul {
    text-decoration: none;
    list-style: none;
    padding: 0; }
  .user-blog-list .article_content_info a h4 {
    margin-top: -30px;
    margin-bottom: -10px;
    color: #888;
    margin: 0 auto 10px;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer; }
  .user-blog-list .article_content_info li small {
    font-size: 14px;
    color: #888;
    vertical-align: top; }
  .user-blog-list .article_content_info li a h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    vertical-align: top;
    overflow: hidden;
    height: 46px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px; }
  .user-blog-list .article_content_info li span {
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #fff;
    left: 26px;
    padding: 8px;
    margin: 5px; }
    .user-blog-list .article_content_info li span i {
      margin-right: 5px; }

/* carousel */
.media-carousel {
  margin-bottom: 0; }
  .media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #eaeaea;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: 30px;
    top: 35%;
    color: #000; }
  .media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #eaeaea;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: 30px;
    top: 35%;
    color: #000; }
  .media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px; }
    .media-carousel .carousel-indicators li {
      background: #eaeaea; }
    .media-carousel .carousel-indicators .active {
      background: #000; }
  .media-carousel img {
    width: 250px;
    height: 100px; }

/* Partner Slider */
.slick-slide {
  margin: 0px 10px;
  width: 175px;
  position: relative;
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slide img {
    display: block;
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide .slick-track,
  .slick-slide .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 3564px; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block;
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

.slide {
  width: 100%;
  display: inline-block; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*----------------------------------------------*/
/*快捷鍵quickbutton*/
.quickbutton {
  position: relative;
  text-align: center;
  padding: 15px 0;
  height: 150px;
  color: #008986;  
  background-attachment: fixed;
  border-bottom: 1px solid #eaeaea; }
  .quickbutton button:hover p, .quickbutton button:focus p, .quickbutton button.active p {
    color: white; }
  .quickbutton .form-control {
    height: 42px;
    margin-right: 10px; }
  .quickbutton .row {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-shadow: 3px 3px 5px #C9CACA;
    box-shadow: 3px 3px 5px #C9CACA; }
  .quickbutton p {
    color: #696969; }

.quickbutton2 .form-control {
  height: 42px;
  margin-right: 10px; }

.quickbutton .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600; }

.quickbutton2 .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 500;
  background-color: #008986;
  border-color: #008986;
  padding: 10px 18px; }

.quickbutton h3 {
  margin: 0 0 30px; }
  .quickbutton h3:after {
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: -130px;
    /*font-family: FontAwesome;*/
    content: "\f2b7";
    font-weight: 400;
    vertical-align: text-top;
    display: inline-block;
    margin-left: 12px;
    /*font-size: 260px;*/
    color: rgba(0, 0, 0, 0.04);
    z-index: 0; }

.quickbutton p {
  font-size: 20px;
  padding-top: 10px;
  margin-top: -10px }

.quickbutton .btn-group i {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 5px; }
/*
@media (min-width: 767px) {
  padding: 10px 30px; }*/

@media (min-width: 768px) {
  .quickbutton .form-control {
    width: 350px !important; } }

/* 
Inspired by http://dribbble.com/shots/890759-Ui-Kit-Metro/attachments/97174
*/
*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box;
  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;
  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box; }

.btn-nav {
  background-color: #fff;
  height: 120px;
  /*border: 1px solid #008986;*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.btn-nav.active {
  color: #008986;
  cursor: pointer;
  -webkit-transition: color 1s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: color 1s;
  transition: color 1s; }

.btn-nav:hover {
  color: #fff;
  padding: 2px;
  background-color: #E75054;
  /*隱藏閃爍
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s; /* IE10 is actually unprefixed *
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    */ }

/*隱藏快捷鍵箭頭樣式
.btn-nav.active:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #008986 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -6px;
	top: 0;
	left: 50%;
}
*/
.btn-nav .glyphicon {
  padding-top: 16px;
  font-size: 40px; }

.btn-nav.active p {
  margin-bottom: 8px; }

@-webkit-keyframes pulsate {
  50% {
    color: #000; } }

@keyframes pulsate {
  50% {
    color: #000; } }

/* @media (max-width: 480px) {
    .btn-group {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-group a {
        font-size: $font-l;

    }
} */
@media (max-width: 600px) {
  .btn-nav .glyphicon {
    padding-top: 12px;
    font-size: 26px; } }

/*榜上醫師*/
/* FontAwesome for working BootSnippet :> */
/*
#team {
    background: #eee !important;
}
*/
.btn-primary:hover,
.btn-primary:focus {
  background-color: #008986;
  border-color: #008986;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.btn-primary {
  color: #fff;
  background-color: #008986;
  border-color: #008986; }
  .btn-primary a {
    font-size: 20px; }

section {
  padding-top: 30px;
  margin-left: 15px; }

section .section-title {
  text-align: center;
  color: #008986;
  margin-bottom: 50px;
  text-transform: uppercase; }

#team .card {
  border: none;
  background: #ffffff;
  height: 200px; }

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
  height: 312px; }

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transition: 1s;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative; }

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px; }

.card-text {
  padding: 10px; }

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 312px;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
  -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
  box-shadow: 5px 7px 9px -4px #9e9e9e; }

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d; }

.frontside .card {
  min-height: 312px; }

.backside .card {
  min-height: 200px; }

.backside .card a {
  font-size: 20px;
  color: #008986 !important; }

.frontside .card .card-title,
.backside .card .card-title {
  color: #008986 !important; }

.frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-top: 10px; }

.backside .card .card-title {
  margin-top: 50px; }

/*----  partner合作夥伴 ----*/
/*----------------------------------------------------------------------------*/
.partner {
  position: relative;
  text-align: center;
  background-attachment: fixed;
  border-bottom: 1px solid #eaeaea;
  background-color: #008986;
  padding: 35px 0; }
  .partner h3 {
    margin: 0 0 10px; }
    .partner h3:after {
      position: absolute;
      bottom: 11px;
      right: 50%;
      margin-right: -130px;
      /*font-family: FontAwesome;*/
      content: "\f2b7";
      font-weight: 400;
      vertical-align: text-top;
      display: inline-block;
      margin-left: 12px;
      color: rgba(0, 0, 0, 0.04);
      z-index: 0; }
  .partner section {
    padding-top: 25px; }
  .partner p {
    font-size: 16px; }
  .partner .container {
    padding: 0; }
  .partner .form-control {
    height: 42px;
    margin-right: 10px; }

section1 {
  padding-top: 25px; }

.partner2 .form-control {
  height: 42px;
  margin-right: 10px; }

.partner .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600; }

.partner2 .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  background-color: #008986;
  border-color: #008986;
  padding: 10px 18px; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

@media (min-width: 767px) {
  padding: 10px 30px; }

@media (min-width: 768px) {
  .partner .form-control {
    width: 350px !important; } }

/*---------------------------------------------------------------------------*/
/*----  食譜recipe ----*/
/*----------------------------------------------------------------------------*/
.recipe {
  position: relative;
  text-align: center;
  padding: 80px 0;
  background-attachment: fixed;
  border-bottom: 1px solid #eaeaea; }
  .recipe .form-control {
    height: 42px;
    margin-right: 10px; }

.recipe2 .form-control {
  height: 42px;
  margin-right: 10px; }

.recipe .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600; }

.recipe2 .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  background-color: #008986;
  border-color: #008986;
  padding: 10px 18px; }

.recipe h3 {
  margin: 0 0 30px; }
  .recipe h3:after {
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: -130px;
    /*font-family: FontAwesome;*/
    content: "\f2b7";
    font-weight: 400;
    vertical-align: text-top;
    display: inline-block;
    margin-left: 12px;
    /*font-size: 260px;*/
    color: rgba(0, 0, 0, 0.04);
    z-index: 0; }

.recipe p {
  font-size: 16px; }

.recipe-list .media img {
  max-width: 100px; }

.recipe-list .media-body {
  vertical-align: middle; }

@media (min-width: 767px) {
  padding: 10px 30px; }

@media (min-width: 768px) {
  .recipe .form-control {
    width: 350px !important; } }

/*----------------------------------------------------------------------------*/
/*----  聊醫療medical ----*/
/*----------------------------------------------------------------------------*/
.medical {
  position: relative;
  /*text-align: center;
    padding: 80px 0;*/
  background-attachment: fixed;
  border-bottom: 1px solid #eaeaea; }
  .medical .form-control {
    height: 42px;
    margin-right: 10px; }

.medical2 .form-control {
  height: 42px;
  margin-right: 10px; }

.medical .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600; }

.medical2 .btn-default {
  background-color: #008986;
  border-color: #008986;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  background-color: #008986;
  border-color: #008986;
  padding: 10px 18px; }

.medical h3 {
  margin: 0 0 30px; }
  .medical h3:after {
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: -130px;
    /*font-family: FontAwesome;*/
    content: "\f2b7";
    font-weight: 400;
    vertical-align: text-top;
    display: inline-block;
    margin-left: 12px;
    /*font-size: 260px;*/
    color: rgba(0, 0, 0, 0.04);
    z-index: 0; }

.medical p {
  font-size: 16px; }

@media (min-width: 767px) {
  padding: 10px 30px; }

@media (min-width: 768px) {
  .medical .form-control {
    width: 360px !important; }
  /*     .modal-dialog {
        width: 700px;
        margin: 30px auto;
    } */
  .partner section {
    padding-top: 30px;
    margin-left: -10px;
    margin-left: 0px;
    padding-right: 5px; } }

/*--推薦文章--*/
.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #008986;
  width: 100%; }

.nav-pills > li > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  min-height: 70px; }

.home-news-slider {
  border-radius: 0;
  /*height: 84px;*/ }

.home-news-slider-img {
  width: 100%;
  /*height: 400px !important;*/ }

.home-news-slider-items {
  width: 728px;
  height: 400px; }

.home-news-slider-mobile {
  border-radius: 0;
  /*height: 84px;
    min-height: 92px;*/ }

/*
.home-news-slider-mobile-img {
    width: 100%;
    height: 400px !important;
}

.home-news-slider-mobile-items {
    width: 728px;
    height: 400px;
}*/
.text-over-hidden-3 {
  text-align: left;
  height: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer; }

/*--跑馬燈--*/
.notice {
  background-color: #fc6b02; }

.notice marquee {
  color: #fff; }

.notice marquee ul {
  padding: 0;
  margin: 0; }

.notice marquee ul li {
  line-height: 2;
  margin-right: 15px; }

.notice marquee ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #fdb10f;
  margin-right: 6px;
  font-size: 10px; }

.flash-box {
  width: 200px;
  height: 42px;
  position: relative;
  background: #fdb10f;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2.6; }

.flash-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fc6b02;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.flash-box:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fdb10f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

marquee {
  position: relative;
  top: 4px; }

.list-inline {
  font-size: 20px; }

/*--每日最新文章新聞slide--*/
.news-masonry {
  margin-top: 10px;
  margin-bottom: 5px; }

/*--手機選單新增--*/
.nav-item.active > .tab-wrapper {
  visibility: visible;
  opacity: 1; }

.nav_main,
.nav_main > div,
.nav.nav-tabs {
  position: static; }

.nav-item,
.nav-item.active {
  position: static; }

.tab-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  overflow: hidden; }

.tab_content {
  max-width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0; }

.tab_content .nav.nav-tabs {
  border: 0; }

.tab_content .nav.nav-tabs li a {
  color: #008986;
  border-radius: 0; }

.tab_content .nav.nav-tabs li a:hover {
  color: #FFE600;
  background-color: #008986; }

.tab_content:after,
.tab_content:before {
  content: "";
  display: table; }

@media (min-width: 993px) and (max-width: 1199px) {
  .tab_content {
    max-width: 970px;
    min-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .mt_default {
    margin-top: 52px !important; } }

@media (max-width: 992px) {
  .mt_default {
    margin-top: 10px !important; }
  .tab-wrapper {
    position: inherit;
    display: none; }
  .nav-tabs > li {
    /* float: none; */
    position: relative;
    display: block; }
  .nav-item.active > .tab-wrapper {
    display: block;
    padding-left: 10px; }
  .nav-item.active > .tab-wrapper li {
    width: 240px; }
  .nav-item.active > .tab-wrapper li a:hover {
    color: #FFE600; } }

/* 手機新增 */
.navbar-brand > img {
  height: 50px;
  padding-left: 25px;
  padding-top: 5px; }

.input-group.top input {
  font-size: 20px;
  padding-left: 12px; }

.input-group.custom {
  margin-top: 3px; }

.input-group.custom .input-group-btn button i {
  font-size: 20px; }

@media (max-width: 992px) {
  .input-group.top {
    position: absolute !important;
    top: 15px;
    right: 30px;
    width: 200px; }
  .input-group.top input {
    right: 35px;
    height: 45px;
    top: -4px; }
  .input-group.top .input-group-btn button {
    position: absolute;
    top: 0;
    right: 0px;
    height: 45px;
    top: -4px; } }

@media (max-width: 480px) {
  .navbar-brand > img {
    height: 40px;
    margin-top: 5px;
    padding-left: 7px; }
  .input-group.top {
    right: 5px;
    width: 120px;
    padding-top: 4px;
    font-size: 22px;
    text-align: right;
    padding-right: 12px; }
  .input-group.top i {
    color: #000; }
  .input-group.top input {
    right: 35px;
    height: 36px;
    top: 0px;
    font-size: 16px;
    padding-left: 6px; }
  .input-group.top .input-group-btn button {
    position: absolute;
    right: 0px;
    height: 36px;
    top: 0px; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #008986;
    width: 100%; }
  section {
    padding-top: 10px;
    margin-left: 15px; } }

@media (max-width: 350px) {
  .input-group.top {
    width: 80px; } }

@media (max-width: 992px) {
  .navbar-header {
    height: 65px; }
  .logo-tab-wrapper {
    display: none; }
  nav.navbar.bootsnav .navbar-brand {
    float: left;
    margin-left: 30px; } }

@media (max-width: 480px) {
  nav.navbar.bootsnav .navbar-toggle {
    top: 3px;
    padding-right: 10px;
    font-size: 28px; }
  nav.navbar.bootsnav .navbar-toggle-right {
    top: 0px;
    padding-right: 10px;
    font-size: 28px; }
  .nav_main {
    padding-top: 0px;
    width: 100%; }
  .tab_content {
    max-width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  .tab_content .nav.nav-tabs {
    border: 0; }
  /* .tab_content .nav.nav-tabs li a {
        color: $brand-white;
    } */
  .tab_content .nav.nav-tabs li a:hover {
    color: #FFE600; }
  .tab_content:after,
  .tab_content:before {
    content: "";
    display: table; }
  .home-news-slider {
    border-radius: 0;
    /*height: 84px;*/
    min-height: 92px; }
  .home-news-slider-img {
    width: 100%;
    height: 195px !important; }
  .home-news-slider-items {
    width: 728px;
    height: 400px; }
  .home-news-slider-mobile {
    border-radius: 0;
    /*height: 84px;
        min-height: 92px;*/ }
  /*
    .home-news-slider-mobile-img {
    width: 100%;
    height: 400px !important;
}
    .home-news-slider-mobile-items {
    width: 728px;
    height: 400px;
}
  .home-news-slider-options {
    height: 60px; }*/
  .home-news-slider-options li a {
    /*height: 30px;*/
    height: auto;
    max-height: 60px; }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px !important;
    }
	
	li.recipe-type > a{
		padding: 3px 5px !important;
		font-size: 14px !important;
	}
  .title-holder2 {
    /*position: relative;
    font-size: 16px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 15px;*/
    position: relative;
    font-size: 16px;
    /*padding: 0 0 15px;*/
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 15px;
    /* height: 35px; */
    left: -100;
    /* left: -100%; */
    width: 100%; }
    .title-holder2::after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #FFE600;
      position: absolute;
      bottom: -1px;
      left: 0; }
    .title-holder2 .top::after {
      width: 100%; }
    .title-holder2 h3, .title-holder2 .h3  {
      font-size: 140%;
      margin-right: 16px;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;      
      float: left;
      margin: 4px 20px 0 0;
      text-align: left;
      margin: 10px 0;
      padding-left: inherit; }
      #news-list-zone .title-holder2 h3, #news-list-zone .title-holder2 .h3  {
      	max-width: 100%;
      }
    .title-holder2 .input-group {
      float: left;
      padding-left: 10px;
      padding-right: 0;
      width: 220px;
      position: relative;
      display: table;
      border-collapse: separate; }
  .title-holder2-icon {
    position: relative;
    font-size: 16px;
    padding: 0 0 45px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 15px;
    /* padding-bottom: 70px; */ }
    .title-holder2-icon::after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #FFE600;
      position: absolute;
      bottom: -1px;
      left: 0; }
    .title-holder2-icon .top::after {
      width: 100%; }
    .title-holder2-icon h3 {
      /* font-size: $font-l;
            margin-right: $font-m;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: calc(100% - 180px);
            float: left;
            margin: 0 20px 0 0;
            text-align: left;
            margin: 10px 0;
            padding-left: inherit;
            margin-top:18px; */
      font-size: 140%;
      margin-right: 16px;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      max-width: calc(100% - 180px);
      float: left;
      margin: 4px 20px 0 0;
      text-align: left;
      margin: 10px 0;
      padding-left: inherit;
      padding-top: 0; }
    .title-holder2-icon .title-holder2-img {
      margin-right: 10px;
      position: flot;
      float: left; }
  .carousel-inner-recommend {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-right: 15px;*/ }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 15px; }
  .btn.btn-default.secondary {
    background-color: #FFE600;
    width: 40px; }
  .title-filter {
    display: block;
    /*width: 220px;*/ }
  .title-filter-activity {
    display: block; }
  .title-alignright {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: none;*/
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 10px; }
  #inquiry-tag-area.title-alignright, #diagnoseList.title-alignright, #news-list-zone .title-alignright {
	display: none;
  }
  .title-alignright-mobile {
    float: right;
    margin: 0; }
  .newslatter .input-group-btn .btn-default {
    background-color: #008986;
    border-color: #008986;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /*padding: 10px 40px;*/
    font-weight: 600;
    font-size: 20px;
    height: 42px;
    padding-top: 6px; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px; }
  .attr-nav > ul > li > a {
    padding: 16px 20px 15px 0;
    font-size: 22px;
    padding-top: 20px; }
    .attr-nav > ul > li > a.call-btn {
      padding: 6px 6px 4px 6px !important;
      font-size: 14px;
      margin-top: 11px;
      border: 1px solid #000; }
      .attr-nav > ul > li > a.call-btn:hover, .attr-nav > ul > li > a.call-btn:focus {
        border-color: #008986;
        -moz-transition: 0.1s;
        -o-transition: 0.1s;
        -webkit-transition: 0.1s;
        -ms-transition: 0.1s;
        transition: 0.1s;
        text-decoration: none; } }

@media (max-width: 340px) {
  .attr-nav > ul > li > a {
    padding: 20px 16px 15px 0;
    font-size: 20px; }
  .attr-nav > ul > li:last-child > a {
    padding: 20px 8px 15px 0; } }

/*手機側欄*/
@media (max-width: 992px) {
  nav.navbar.bootsnav li.nav-item a.nav-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right;
    font-size: 16px;
    margin-left: 10px; }
  nav.navbar.bootsnav li.nav-item a.nav-link.tab_content ul.nav.nav-tabs li a:hover {
    color: #FFE600; }
  .openMenu .nav_head .top-socia-share {
    left: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    z-index: 10;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #f5f5f5;
    padding-bottom: 50px; }
  .socia-share {
    margin-top: 0;
    padding: -5px;
    list-style-type: none;
    text-align: right;
    height: 145px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-top: 15px; }
    .socia-share li {
      font-size: 20px;
      text-align: center; }
    .socia-share img {
      height: 40px;
      margin-top: 5px;
      padding-left: 10px;
      float: left; }
  .openMenu .nav_main {
    margin-top: 209px;
    overflow: scroll;
    height: 100vh;
    background-color: #f7f7f7;
    padding-bottom: 50px; }
  .openMenu .menu {
    padding: 0 10px; }
  .top-socia-share {
    margin-top: 0;
    padding: -5px;
    list-style-type: none;
    text-align: left; }
    .top-socia-share li {
      padding: 0 10px;
      font-size: 26px;
      text-align: left; }
  .burger_close {
    position: relative;
    width: 50px;
    height: 50px;
    background-size: 44px 150px;
    background-position: 0 0;
    float: right;
    font-size: 30px;
    text-align: center;
    padding-top: -2px;
    vertical-align: middle; }
  .tab_content {
    max-width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  .tab_content .nav.nav-tabs {
    border: 0; }
  /* .tab_content .nav.nav-tabs li a {
        color: $brand-white;
    } */
  .tab_content .nav.nav-tabs li a:hover {
    color: #FFE600; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li > a {
    padding: 8px 15px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    cursor: pointer; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li > a:hover {
    color: #FFE600; }
	
	nav.navbar.bootsnav ul.nav.nav-tabs > li > div.dropdown-menu > ul.nav.nav-tabs > li > a {
		font-size: 16px;
		float: left;  
	}
	
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li .nav-tabs li a:hover {
    background-color: #fff;
    color: #008986; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li > a:focus {
    color: #FFE600; }
  nav.navbar.bootsnav ul.nav.nav-tabs > li.active > a {
    background-color: #008986;
    color: #FFE600; }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    padding: 0; }
  .click-image {
    cursor: pointer !important; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #008986;
    width: 100%; }
  .medical h3 {
    /*margin: 0 0 30px;*/ }
    .medical h3:after {
      position: absolute;
      bottom: 11px;
      right: 50%;
      margin-right: -130px;
      /*font-family: FontAwesome;*/
      content: "\f2b7";
      font-weight: 400;
      vertical-align: text-top;
      display: inline-block;
      margin-left: 12px;
      /*font-size: 260px;*/
      color: rgba(0, 0, 0, 0.04);
      z-index: 0; }
  .medical p {
    font-size: 16px; }
  .newslatter .btn-default {
    background-color: #008986;
    border-color: #008986;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /*padding: 10px 40px;*/
    font-weight: 600;
    font-size: 20px; }
  .modal-body .search--open {
    padding: 30px; }
  .search__form {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0; }
  .search__info {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right; }
  .member-bio {
    padding: 0;
    margin-bottom: 50px;
    background-color: #fff; }
  .about-member h3 {
    font-size: 22px;
    /*color: $brand-darker;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "微軟正黑體", sans-serif;
    margin-top: 0;
    /*padding-top: 20px;*/ }
  .widget-title {
    /*margin: 5px;*/ }
  .btn-group {
    /* display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important; */ }
    .btn-group i {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .btn-group a {
      font-size: 20px; }
  .title-alignright {
    margin-left: -20px; } }

@media (max-width: 992px) and (min-width: 768px) {
  .nav_main {
    padding-left: 0px;
    width: 280px; }
  .nav-tabs {
    margin-left: -10px; }
  tab-wrapper.tab_content.ul.nav.nav-tabs li a {
    width: 80px; }
  .title-alignright-mobile {
    float: right;
    padding-left: 275px; }
  .dr-join {
    padding: 0;
    padding-right: 175px;
    padding-top: 1px; } }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0; }

.showlist {
  top: 0;
  text-align: right; }

.dropdown.showlist .dropdown-menu {
  position: absolute; }

.page-content {
  padding: 10px 0 10px;
  border-bottom: 1px solid #eaeaea; }

.option-title-slider .nav {
  background: #fff;
  /*width: 100%;
    min-height: 92px;*/ }

.option-title-slider .nav a {
  border-radius: 0px;
  font-weight: bold; }

.option-title-slider .nav a:hover {
  border-radius: 0px;
  color: #2c527d;
  background-color: #eaeaea;
  font-weight: bold;
  width: 100%;
  min-height: 92px; }

.btn.btn-default.secondary {
  background-color: #FFE600; }

.banner-content {
  margin: 10px 0;
  float: left; }

.logo-img {
  text-indent: -9999px; }

.reply {
  padding: 0; }

/*Anita修改主框架*/
/* 190902 DARREN */
.nav-tabs {
  border-bottom: 1px solid #eaeaea; }

.page-header.left .edit {
  float: left; }

.hotkey {
  font-size: 14px;
  padding-left: 15px;
  margin: 5px 0 0 0; }
  .hotkey .btn-link {
    padding: 0 6px;
    font-size: 14px; }

.panel .label .glyphicon {
  top: 2px; }

.group {
  background: yellow;
  width: 200px;
  height: 500px; }

.group .subgroup {
  background: orange;
  width: 150px;
  height: 200px; }

.fixed {
  position: fixed; }

.sub-menu {
  margin-bottom: 10px; }

/* sidebar */
.bs-docs-sidebar {
  margin-top: 0px;
  margin-bottom: 20px;
  z-index: 200; }

/* all links */
.bs-docs-sidebar .nav > li > a {
  color: #999;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 400; }

/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px; }

/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #563d7c; }

/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700; }

/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500; }

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
  display: none; }

/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }
  .bs-docs-sidebar .nav > .active > ul.nav::-webkit-scrollbar-track {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .bs-docs-sidebar .nav > .active > ul.nav::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .bs-docs-sidebar .nav > .active > ul.nav::-webkit-scrollbar-thumb {
    background-color: #008986;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

.bs-docs-sidebar.brown .sidebar {
  background: #eee;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e0e0e0));
  background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); }

.bs-docs-sidebar::after, .bs-docs-sidebar::before {
  display: table;
  content: " "; }

/* all links */
.bs-docs-sidebar .nav > li > a {
  color: #2f2f2f;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 20px;
  font-weight: 700; }

.bs-docs-sidebar .nav > li.sub > a {
  padding: 4px 20px;
  font-size: 18px; }

.bs-docs-sidebar .nav > li.sub > a:before {
  content: '-';
  margin-right: 3px; }

/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  font-size: 15px; }

/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #008986;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #008986; }

.bs-docs-sidebar.brown .nav > .active > a,
.bs-docs-sidebar.brown .nav > li > a:hover,
.bs-docs-sidebar.brown .nav > li > a:focus {
  color: #97835D;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #97835D; }

.bs-docs-sidebar.brown .nav > li.active.sub > a,
.bs-docs-sidebar.brown .nav > li.sub > a:hover,
.bs-docs-sidebar.brown .nav > li.sub > a:focus {
  text-decoration: none; }

.bs-docs-sidebar .sidebar {
  padding: 10px 20px; }

.bs-docs-sidebar.brown .sidebar {
  border: 1px solid #8a6d3b;
  margin-bottom: 10px; }

/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700; }

/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 700; }

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
  display: none; }

/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block; }

.bs-docs-section h1.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #eaeaea;
  font-size: 36px; }

.bs-docs-section h1.page-header:after {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  background: #FFE600;
  position: absolute;
  margin-top: 5px; }

.bs-docs-section table td a {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  -o-text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical; }

.herbs_link a {
  color: #979797;
  font-size: 20px;
  font-weight: 700; }

.top-select {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 65px;
  left: 0; }
  .top-select .form-control, .top-select .form-control option {
    font-weight: 600; }
  .top-select.brown .form-control {
    border: 1px solid #8a6d3b;
    background: #eee;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e0e0e0));
    background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); }

@media (max-width: 767px) {
  .title-holder2 {
    position: relative;
    font-size: 16px;
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 15px;
    /* height: 35px; */
    left: -100;
    /* left: -100%; */
    width: 100%;
}
  .bs-docs-section h1.page-header {
    font-size: 28px; }
  .herbs_link a {
    font-size: 16px; } }

/*中藥單頁*/
.tcmDetail .panel {
  border-radius: 0; }

.tcmDetail .panel img {
  float: left;
  border-right: 5px solid #fff; }

.tcmDetail .panel-heading {
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 30px;
  border-radius: 0; }

.tcmDetail .panel-heading.a {
  background-color: #BDCBD3;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.b {
  background-color: #efe3c3;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.c {
  background-color: #f2f2f3;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.d {
  background-color: #cdcdb3;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.e {
  background-color: #dca486;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.f {
  background-color: #edb1b2;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.g {
  background-color: #a8a194;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.h {
  background-color: #a9987f;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.i {
  background-color: #fce3cd;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.j {
  background-color: #f2d5b5;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.k {
  background-color: #efeedf;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.tcmDetail .panel-heading.l {
  background-color: #d1bfc3;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

@media (max-width: 991px) {
  .side-topmargin {
    margin-top: 30px; } }

/*西藥單頁*/
.medDetail .panel {
  border-radius: 0; }

.category-holder .badge {
  background-color: #008986;
  margin-top: -4px; }

.medDetail .panel img {
  float: left;
  border-right: 5px solid #fff; }

.medDetail .panel-heading {
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 30px;
  border-radius: 0; }

.medDetail .panel-heading.a {
  background-color: #d3edfb;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.b {
  background-color: #fce4d6;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.c {
  background-color: #dcdddd;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.d {
  background-color: #e0f0e2;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.e {
  background-color: #f19db5;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.f {
  background-color: #f7c9dd;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.g {
  background-color: #D4CAB4;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

.medDetail .panel-heading.h {
  background-color: #E1EFD8;
  border-bottom: 1px solid #ddd;
  padding-left: 70px; }

/*笑話單頁*/
.joke-action {
  width: 100%; }
  .joke-action .nav {
    margin: 0 auto;
    padding: 0;
    float: none; }

@media (max-width: 768px) {
  .joke-action .nav li {
    display: inline-block; }
  .joke-post font p {
    font-size: 14px; }
  .recipe-post font p {
    font-size: 14px; } }

@media (max-width: 350px) {
  .joke-action .nav li {
    font-size: 14px; } }

/*食譜單頁*/
.recipe-count-block {
  text-align: center; }
  .recipe-count-block ol {
    padding: 10px;
    display: inline-block;
    border-right: 1px solid #eaeaea; }
    .recipe-count-block ol:last-child {
      border-right: 0px solid #eaeaea; }
    .recipe-count-block ol p {
      color: #FFB61E;
      font-size: 20px;
      /* font-weight: 400; */ }
    .recipe-count-block ol span {
      font-weight: 400;
      font-size: 20px; }

@media (max-width: 768px) {
  .recipe-count-block ul {
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px; }
  .recipe-count-block ol {
    padding: 5px 10px;
    margin-bottom: 0; }
  .recipe-count-block p {
    color: #FFB61E;
    font-size: 14px;
    margin-bottom: 0; }
  .recipe-count-block span {
    font-weight: 400;
    font-size: 14px; } }

/*DARREN 20200217*/
.reward-consult .reward-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical; }

.post_article h4 a {
  height: 2.5em; }

.author-bio figure img {
  height: 125px;
  width: 125px;
  -o-object-fit: cover;
  object-fit: cover; }

.reward-consult .reward-item .reward-icon img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover; }

.mas-big {
  height: 422px; }

.masonry-sm {
  height: 209px; }

/*------ Blog masonry START -----*/
@media (max-width: 767px) {
  .news-masonry .container {
    padding-right: 4px;
    padding-left: 4px; }
  .mas-big {
    height: 201.375px;
    margin-bottom: 4px; }
    .mas-big .mas-title {
      font-size: 20px;
      line-height: 1.2em;
      height: 50px; }
  .mas-text {
    padding: 15px !important; }
  .mas-title,
  .mas-details p {
    height: 40px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }
  .masonry-sm {
    height: 129px;
    margin-bottom: 0; }
    .masonry-sm .mas-text .post-cat,
    .masonry-sm .mas-details p {
      display: none; }
    .masonry-sm .mas-title {
      font-size: 16px;
      line-height: 1.2em; } }

.consult-list p {
  vertical-align: middle;
  height: 30px;
  margin: 0; }

/*------ Blog masonry END -----*/
@media (max-width: 767px) and (min-width: 360px) {
  .award-item:last-child {
    display: block; }
  .award-item img {
    width: 70px;
    height: auto;
    margin-top: 0px; }
  .award-item .media-right {
    padding-left: 15px;
    padding-top: 10px; } }

@media (max-width: 767px) {
  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px; } }

.with-nav-tabs .nav-tabs > li > a, .with-nav-tabs .nav-tabs > li > a:hover {
  border: 1px solid transparent; }

@media (max-width: 767px) and (min-width: 480px) {
  .container-wrap {
    width: 570px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .container-wrap {
    width: 850px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .container-wrap {
    width: 1070px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .container-wrap {
    width: 1270px;
    margin: 0 auto; } }

@media (max-width: 991px) {
  .share_article {
    text-align: center;
    clear: both; }
    .share_article .boxed_icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 2px 0; 
	  width: 30px;
	  height: 30px;
	  font-size:12px;
	  } }

@media (min-width: 993px) and (max-width: 1199px) {
  .mas-big {
    height: 351.563px; }
  .masonry-sm {
    height: 174px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .mas-big {
    height: 269.438px; }
  .masonry-sm {
    height: 132.5px; }
  .mas-text {
    padding: 10px; }
  .mas-title {
    height: 50px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }
  .mas-big .mas-title {
    height: 55px; }
  .mas-details p {
    display: none; } }

@media (min-width: 321px) and (max-width: 469px) {
  .masonry-sm {
    height: 100px; }
  .mas-big {
    height: 201.375px; } }

@media (max-width: 320px) {
  .masonry-sm {
    height: 86px; }
  .mas-big {
    height: 175px; } }

@media (max-width: 768px) {
  .nav-pills > li > a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical; }
  .author-bio figure img {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover; }
  .reward-consult .reward-item .reward-icon img {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover; }
  .reward-consult .reward-item .footer-cat li a {
    font-size: 14px; }
  .consult.consult-list {
    padding: 0; }
    .consult.consult-list li {
      padding: 0; } }

.top-socia-share > .dropdown > .dropdown-menu > li {
  width: 100%;
  padding: 0; }
  .top-socia-share > .dropdown > .dropdown-menu > li > a {
    text-align: left; }

.profile-sidebar.profile-usermenu > li > a {
  padding: 15px 15px; }

#section-tab-list-INT {
  padding: 10px 10px 0px 10px; }

#inquiry-list-content .consult-item.list {
  border: 1px solid #eaeaea;
  padding: 20px 0 0px 0px;
  margin-bottom: 10px; }

@media (max-width: 992px) {
  #navbar-menu li {
    float: none; } }

/*Darren修改框架*/



/*2020_07_09 Scott修改框架*/
/*======================================*/
/*醫事陣容列表連結跑掉*/
@media(max-width: 1200px){
.social-link {
    margin: 0 .1em .3em 33px;
}
}
@media(max-width: 991px){
.social-link {
    margin: 0 .1em .3em 19px;}
}
}
@media(max-width: 480px){
.social-link {
    margin: 0 .1em .3em 10px;}
}
}
/*醫事陣容列表連結跑掉 end*/
/*======================================*/
/*footer文字重新排版*/
@media(max-width: 480px){ 
.footer-cat li a {
    font-size: 0.8em;
}
}
/*footer文字重新排版 end*/
/*======================================*/
/*加浮水印*/
#inquiry_right_btn{
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.inquiry_right_btn img{
    height: auto;
    width: 200px;
}
#fix_right_btn{
    position: fixed;
    bottom: 50%;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}
.fix_right_btn img{
    height: auto;
    width: 216px;
}
.fixbtmAD {
   display:none;
}

#pagebottomBtn{
	display:none;
  }
@media (max-width: 480px){
.inquiry_right_btn img{
    height: auto;
    width: 125px;
}
#fix_right_btn{
	display:none;
  }
.fixbtmAD {
	display:block;
}
#pagebottomBtn{	
	display:none;
    position: fixed;
    right: 0px;
    bottom:0px;
    width:100%;
    z-index: 10;
  }
  /*.sub-footer {
  	margin-bottom:99px;
  }*/
}
/*加浮水印 end*/
/*======================================*/
/*toTop*/
#toTop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 100;
    border-radius: 5px;
}
@media (max-width: 480px){
#toTop {
    bottom: 80px;
}
}
/*toTop end*/
/*======================================*/
/*專區快速鍵*/
@media (max-width: 991px){
.quickbutton {
    position: relative;
    text-align: center;
    padding: 15px 0;
    height: 170px !important;
    color: #008986;
    background-attachment: fixed;
    border-bottom: 1px solid #eaeaea;
}
/*.btn-group-justified {
    background: #FFF !important;
}*/
.alert-warning li{
  margin-bottom: 10px;
}
.alert-warning li:last-child{
  margin-bottom: 0px;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: left !important;
    display: inline-table !important;
    width: 33.45% !important;
}
.quickbutton p {
    font-size: 14px !important;
    padding-top: 10px !important;
    text-align: center !important;
}
.btn-nav {
    background-color: #fff;
    height: 70px;
    /* border: 1px solid #008986; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}
@media (max-width:768px){
	/*首頁最上方右上右下不隱藏20220519*/
/*
#mas-small {
display: none;
}*/
/*小尺寸隱藏品牌專區20220519*/
#brandZone{
display: none;
}
}
@media (max-width:320px){
  .btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none !important;
    display: inline-table !important;
    width: 31.5% !important;
}
}
/*專區快速鍵 end*/
/*======================================*/
/*bootstrap.min 裡編碼改*/
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #008986 !important;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}*/
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #008986 !important;
}

@media(max-width: 480px){
.dr-nav li {
    width: calc(100%/7);
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
}
.dr-nav li:last-child {
  border-right-color: #FFF;
  border-right-width: 0px;
  border-right-style: solid; 
}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}*/
}
/*bootstrap.min 裡編碼改 end*/
/*======================================*/
/*單篇問診名片展開*/
.accordions {
}

.accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 20px;
   /* border: 1px solid #ddd;*/
    border-radius: 5px;
    clear: both;
    position: relative;
}

.accordion-title_qa {
    transition: all 0.4s;
    clear: none !important;
    margin-left: 5px;
}

.accordion-title_qa.active-title {
    /*background-color: #04b8d8;
    color: #fff;*/
}

.accordion-title_qa h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-title_qa i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-title_qa i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}
/*單篇問診名片展開 END*/
/*======================================*/
/*2020_07_09 Scott修改框架 end*/

/*食譜頁面圖片顯示 */
#item-recipe {
    width: 47.5%;
    max-height: auto;
    height: 280px;
    border-radius:10px;
    float: left;
    overflow: hidden;
    margin: 10px;
}
#item-recipe img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}
#thanks-content-zone .pull-right{display: none;}
@media only screen and (max-width:1200px) {
#item-recipe {
    width: 46.5%;
    height: 240px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin: 10px;
}
#item-recipe img {
    width: 100%;
    height: 240px;
}
@media only screen and (max-width:991px) {
#item-recipe {
    width: 100%;
    height: auto;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin: 10px 0;
}
#item-recipe img {
    width: 100%;
    height: auto;
}
}
/*食譜頁面圖片顯示 end*/
/*藥典百科標題*/
#medicine-name{
  font-style: 1.5em;
}
/*藥典百科標題 end*/

table#littlegreenman_table tr td{
  /*border:1px solid #1d1e22;
  padding:5px;*/
  width: 25%;
  float: left;
  white-space: nowrap;
}
table{
  border-collapse:collapse;
}
@media only screen and (max-width: 992px) {
  table#littlegreenman_table {
    width: 100%;
    /*border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
     sort out borders */
  }
  table#littlegreenman_table td:empty:before {
    content: "\00a0";
  }
  table#littlegreenman_table th,
  table#littlegreenman_table td {
    /*margin: 0;
    vertical-align: top;*/
  }
  table#littlegreenman_table th {
    /*text-align: left;*/
  }
  table#littlegreenman_table thead {
    /*display: block;
    float: left;*/
  }
  table#littlegreenman_table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table#littlegreenman_table thead tr th::before {
    content: "\00a0";
  }
  table#littlegreenman_table tbody {
    /*display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;*/
  }
  table#littlegreenman_table tbody tr {
    /*display: inline-block;
    vertical-align: top;*/
  }
  table#littlegreenman_table th {
    display: block;
    text-align: right;
  }
  table#littlegreenman_table tr td{
    /*display: block;
    min-height: 1.25em;
    text-align: left;*/
    width: 100%;
    clear: both;
    float: none;
    white-space:normal; 
  }
  table#littlegreenman_table tr {
    /*border-bottom: none;
    padding: 0 10px;*/
  }
  table#littlegreenman_table thead {
    /*border: 0;
    border-right: 1px solid #1d1e22;*/
  }
}
/**新聞主圖20201111_加最大寬度**/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/**新聞主圖20201111_加最大寬度 END**/
/** 新聞TAG CSS **/
a.news_tag{color: #008986;}
a.news_tag:hover{text-decoration: underline;}
  #font_more{margin-top: 0;margin-bottom: 10px;}
  #font_more a{color:#008986; }
  #line_btn{margin: 10px auto;
    background: #1DC320;
    border-color: #1DC320;
    color: #FFF;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;}
/** 新聞TAG CSS END **/

