@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url('../icomoon/style.css');
@import url('../../magnific-popup/magnific-popup.css');
/*--lightbox*/
@import url('web.css');
/*--lightbox*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*以上為reset*/
/*GOOGLE 搜尋*/
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
    color: #000;
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    border-color: #fff !important;
    background-color: #fff !important;
    background-image: url(../../img2/icon-sear.png) !important;
    background-repeat: no-repeat !important;
    height: 26px !important;
    width: 24px !important;
    background-position: center 1px;
    margin-bottom: -6px !important;
}

.gsc-input-box input#gsc-i-id1 {
    /*background-image:url(../../img2/searchfor.png) !important; */
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

.gsc-input-box.gsc-input-box-focus input#gsc-i-id1 {
    background-image: none !important;
}

.gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
    fill: #E27D11 !important;
}

.gsc-search-button-v2 {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 6px 10px 0 !important;
}



html,
body {
    height: 100%;
}

.owl-stage-outer {
    height: 100% !important;
}

.owl-stage,
.owl-wrapper {
    height: 100%;
}

.owl-item {
    height: 100%;
    background-color: #4DC7A0;
}

.owl-item .item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: none;
    margin-top: -35px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

.owl-theme .owl-prev:hover,
.owl-theme .owl-next:hover {
    background-color: #7ACA59;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-prev .fa,
.owl-theme .owl-next .fa {
    line-height: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px;
    background-image: url(../../img2/b05.png);
    background-position: -7px -7px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-position: -67px -7px;
}

.owl-theme .owl-dots .owl-dot spanc {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
    border: 1px solid transparent;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active spanc {
    filter: Alpha(Opacity=70);
    /*IE7 fix*/
    opacity: 0.7;
    background: transparent;
    border: 2px solid #026234;
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
}

.owl-theme .owl-dots .owl-dot:hover spanc {
    border: solid 2px #FFF;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

/*旋轉木馬結束*/
header {
    position: fixed;

    width: 100%;
    height: 3em;

    z-index: 20;
    background: rgba(0, 0, 0, .75);
}

/* Viewport
/* * * * * * * * * * * * * * * * * * * * */
#viewport {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}

/*開始================*/
body {
    font-family: 'Lato', 'Open Sans', "華康儷中黑", 'SimHei', "微軟雅黑", "Microsoft YaHei", 'Microsoft JhengHei', "微軟正黑體", sans-serif !important;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 16px;
}

a {
    color: #777;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #F07D00;
}

.qa {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 50px;
    left: 20px;
    z-index: 3;
}

/*首頁左邊*/
.sideN {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    left: 0;
    right;
    z-index: 3;
}

.sideN span {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 0px;
    text-align: center;
    width: 125px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.sideN span:hover {
    background-color: #000;
    width: 135px
}

.sideN i {
    margin-right: 5px;
}

/*首頁右邊*/
.sideR {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    right: 0;
    text-align: right;
    z-index: 3;
}

.sideR span {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 15px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.sideR span:hover {
    background-color: #000;
}

.social {
    width: 32px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 48px;
}

.social li {
    float: right;
}

.social li a {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: block;
    padding: 2px 6px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.social li a img {
    width: 30px;
    /*-ms-transform: rotate(90deg); /* IE 9 */
    /*-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    /*transform: rotate(90deg);*/

}

.social li a:hover img {
    /*-ms-transform: rotate(0deg); /* IE 9 */
    /*-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    /*transform: rotate(0deg);*/

}

.social li a:hover {
    padding: 2px 10px;
    background-color: #000;
}

/*首頁新聞第2款*/
.newsBox2 {
    position: absolute;
    top: 160px;
    right: 60px;
    bottom: 40px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    width: 300px;
    color: #fff;
}

.newItem {
    padding: 30px 20px;
}

.newsBox2 .close {
    top: 10px;
    right: 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.newsBox2 h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-size: 110%;
}

.newsBox2 .newsDate {
    text-align: center;
    font-size: 105%;
}

.newsBox2 a.more {
    font-size: 14px;
    border: solid 1px #fff;
    display: block;
    padding: 10px;
    margin: 10px auto 0 auto;
    width: 120px;
    text-align: center;
    color: #fff;
}

.newsBox2 a.more:hover {
    background-color: #7BCB5A;
}

/*最上面選單*/
.headTop {
    text-align: right;
    background-color:
        /*rgba(236,236,236,.6)*/
        #fff;
    padding: 8px 30px;
}

.seprate {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #777;
}

.headTop a img {
    height: 18px;
    width: auto;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.headTop a {
    color: #666666;
    font-size: 14px;
}

.headMid {
    background-color:
        /*rgba(255,255,255,.95)*/
        #fff;
    padding: 20px 30px;
}

.searchWrap,
.askWrap,
.videoConsult,
.tel,
.lan {
    margin-left: 20px;
    font-size: 15px;
}

.searchWrap .navT,
.askWrap .navT,
,
.videoConsult .navT {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.searchWrap a:hover .navT,
.askWrap a:hover .navT,
.videoConsult a:hover .navT {
    color: #F07D00;
}

.searchWrap i,
.askWrap i,
.videoConsult i {
    font-size: 34px;
}

.tel .tt1,
.tel .tt2 i,
.tel .tt1 i {
    color: #026234;
    font-size: 24px;
    /*background: -webkit-linear-gradient(#00A951, #008840);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.tel .tt1 {
    font-size: 20px;
}

.tel .tt1,
.tel .tt2 {
    line-height: 24px;
}

.tel .tt2 i,
.tel .tt1 i {
    margin-right: 4px;
}

.block {
    display: block;
}

.lan {
    margin-top: -5px;
}

.lan .dropdown {
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}

.lan #dropdownMenu1 {
    max-width: 100px;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img2/arrow-down2.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.btn.btn-green {
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #efefef;
}

.btn.btn-green.focus,
.btn.btn-green:focus,
.btn.btn-green:hover {
    background-color: #4DC7A0;
    color: #fff;
}

/*頁首 找醫師 找疾病*/
.imaginary_container {
    width: 250px;
    margin-bottom: 5px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.stylish-input-group .glyphicon {
    color: #777;
}

.stylish-input-group .input-group-addon {
    padding: 2px;
}

.stylish-input-group .form-control {
    height: 28px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    -webkit-appearance: none;
}

.navT2 {
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin-right: 10px;
    line-height: 28px;
}

/*頁首 FB微信*/
.socialBox {
    margin-top: 5px;
    text-align: right;
}

.fb {
    margin-right: 10px;
}

.socialBox i {
    font-size: 40px;
}

/*首頁新的大選單*/
.bigMenuWrap {
    position: absolute;
    top: 96px;
    bottom: 200px;
    width: 100%;
    left: 0;
}

.bigMenuBoxNew {
    height: 384px;
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    margin-top: -192px;
    z-index: 2;
    padding: 15px 15px;
    border-radius: 10px;
}

.bigMenuBoxNew li {
    float: left;
    padding: 15px;
    width: 25%;
    text-align: center;
}

.bigMenuBoxNew a {
    display: block;
    height: 157px;
    width: 160px;
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bigMenuBoxNew .menu01 {
    background-image: url(../../img2/menu01.png);
}

.bigMenuBoxNew .menu01:hover {
    background-image: url(../../img2/menu01_over.png);
}

.bigMenuBoxNew .menu02 {
    background-image: url(../../img2/menu02.png);
}

.bigMenuBoxNew .menu02:hover {
    background-image: url(../../img2/menu02_over.png);
}

.bigMenuBoxNew .menu03 {
    background-image: url(../../img2/menu03.png);
}

.bigMenuBoxNew .menu03:hover {
    background-image: url(../../img2/menu03_over.png);
}

.bigMenuBoxNew .menu04 {
    background-image: url(../../img2/menu04.png);
}

.bigMenuBoxNew .menu04:hover {
    background-image: url(../../img2/menu04_over.png);
}

.bigMenuBoxNew .menu05 {
    background-image: url(../../img2/menu05.png);
}

.bigMenuBoxNew .menu05:hover {
    background-image: url(../../img2/menu05_over.png);
}

.bigMenuBoxNew .menu06 {
    background-image: url(../../img2/menu06.png);
}

.bigMenuBoxNew .menu06:hover {
    background-image: url(../../img2/menu06_over.png);
}

.bigMenuBoxNew .menu07 {
    background-image: url(../../img2/menu07.png);
}

.bigMenuBoxNew .menu07:hover {
    background-image: url(../../img2/menu07_over.png);
}

.bigMenuBoxNew .menu08 {
    background-image: url(../../img2/menu08.png);
}

.bigMenuBoxNew .menu08:hover {
    background-image: url(../../img2/menu08_over.png);
}

.bigMenuBoxNew span {
    font-size: 28px;
    font-weight: 500;
    display: block;
    padding-top: 115px;
}

.bigMenuBoxNew a:hover span {
    color: #E27D11;
}

/*首頁新聞跑馬燈*/
.owl-carousel .owl-item img {
    height: auto;
}

#newsCarWrp {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

#newsCarBox {
    padding-right: 5%;
    padding-left: 5%;
    background-color: rgba(0, 0, 0, .15);
    position: relative;
}

#newsCar .item {
    position: relative;
    border-right: solid 1px #eee;
}

#newsCar .pic {
    overflow: hidden;
}

#newsCar .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 8px 10px;
    transition: ease all .2s;
    border-bottom: solid 1px #fff;
}

.caption:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .4);
    transition: ease all .2s;
}

#newsCar .caption .date {
    font-size: 12px;
    display: none;
}

#newsCar .caption .title {
    font-size: 15px;
}

#newsCar a:hover .caption {
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, .8);
}

#newsCar a:hover .caption:after {
    border-bottom-color: rgba(0, 0, 0, .8);
}

#newsCar .owl-nav {
    margin-top: 0;
}

#newsCar .owl-nav [class*=owl-] {
    font-size: 40px;
    margin: -25px 0 0;
    padding: 0;
    background-color: transparent;
}

#newsCar .owl-nav .owl-prev {
    left: -50px;
}

#newsCar .owl-nav .owl-next {
    right: -50px;
}

#newsCar .owl-dots {
    display: none;
}

#newsCar a {
    color: #fff;
}

#newsCar .pic {
    height: 180px
}

/*選單列的OVERLAY*/
.overlay2 {
    position: absolute;
    background: rgba(255, 183, 183, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.tel,
.lan,
logoWord,
.searchWrap,
.black-container,
.askWrap,
.videoConsult,
.logo {
    position: relative;
    z-index: 20;
}

/*下拉搜尋*/
.searchWrap {
    position: relative;
    cursor: pointer;
}

/*搜尋三角形*/
#searchBox:before {
    display: none;
    top: -30px;
    right: 388px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-bottom-color: #f00;
    border-width: 15px;
}

.searchWrap a.askWrapopen:after {
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-bottom-color: #333;
    border-width: 15px;
    margin-left: -15px;
}

.black-container {
    background: #333;
    color: #fff;
    position: relative;
    display: none;
}

.black-container .close,
.close {
    font-size: 16px;
    font-weight: normal;
    float: right;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 1.1em;
    right: 1.5%;
    opacity: .6;
    transition: .2s;
    -moz-transition: .2s;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #fff;
    z-index: 2;
}

.black-container .close:hover,
.close:hover,
.black-container .close:focus,
.close:focus {
    opacity: 1;
    color: #fff;
}

.black-container .input-group {
    width: 98%;
    margin: 20px 0;
}

.black-container .topSearch {
    height: 68px;
    padding: 20px;
    color: #8a8a8a;
    font-size: 24px;
    border-radius: 0;
}

.black-container .input-group-btn {
    background: #fff;
    border: 0 none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 1;
    padding: 0;
    z-index: 4;
}

.black-container .topSearchBtn {
    background-color: #fff;
    color: #000;
    font-size: 24px;
    outline: none;
}

/*諮詢*/
.headMidRt {
    padding-top: 20px;
}

.askWrap,
.videoConsult {
    position: relative;
    cursor: pointer;
}

/*諮詢框三角形*/
#requestAppointment:before {
    display: none;
    top: -30px;
    right: 468px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-bottom-color: #333;
    border-width: 15px;
}

.askWrap a.askWrapopen:after,
.askWrap a.hover:after {
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-bottom-color: #333;
    border-width: 15px;
    margin-left: -15px;
}

/*三角形結束*/
#requestAppointment input,
#requestAppointment textarea {
    border-radius: 0;
}

#requestAppointment textarea {
    height: 84px;
}

.itemAsk {
    margin-top: 10px;
    margin-bottom: 15px;
}

.askP {
    margin-top: 20px;
    margin-bottom: 20px;
}

.orange {
    color: #F08200;
}

.btn.btn-green3 {
    background-color: #009446;
    color: #fff;
    outline: none;
    border: solid 1px #fff;
    border-radius: 0;
    box-shadow: inset 0px 1px 20px rgba(0, 0, 0, .4);
    padding-left: 25px;
    padding-right: 25px;
    transition: all .2s ease-out;
}

.btn.btn-green3:hover,
.btn.btn-green3:focus {
    background-color: #085A2F;
}

/*字型大小*/
.fontSize {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 21;
}

.large {
    font-size: 18px;
}

.normal {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.fontSize .small {
    font-size: 14px;
}

.fontSize a:hover,
.fontSize a.active {
    color: #199451;
    ;
}

.fontSize a {
    display: inline-block;
    text-align: center;
    color: #fff;
}

/*LOGO區*/
/*.logo{ position:absolute; left:30px; top:5px; width:450px; line-height:1.2;}
.logoImg{ float:left; margin-top:3px;}
.logoWord{ margin-left:120px;}*/
.logo a {
    color: inherit;
}

.twName {
    color: #187642;
    font-size: 26px;
    font-weight: 500;
}

.twName .small {
    font-size: 90%;
    margin-left: 10px;
}

.enName {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-top: -5px;
    font-family: Arial, Helvetica, sans-serif;
}

.twSlogan {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.logo {
    float: left;
    padding: 10px 0;
    border: solid 0px #f00;
}

.headMid {
    border: solid 0px #ff0;
    padding: 0 5px;
}

.logoImg {
    float: left;
    margin-top: 3px;
    width: 80px;
    height: auto;
}

.logoWord {
    margin-left: 90px;
}

/*NavBAR 縮小*/
.navbar.navbar-green.shrink .headMid {
    padding: 0 15px;
    display: none;
}

.navbar.navbar-green.shrink .navT {
    display: none !important;
}

.navbar.navbar-green.shrink .block {
    display: inline;
}

.navbar.navbar-green.shrink .block.tt1 {
    font-size: 100%;
}

.navbar.navbar-green.shrink .block.tt2 {
    margin-left: 20px;
}

.navbar.navbar-green.shrink .lan {
    margin-top: 0px;
}

.navbar.navbar-green.shrink .enName,
.navbar.navbar-green.shrink .twSlogan {
    display: none !important;
}

.navbar.navbar-green.shrink .twName {
    font-size: 24px;
}

.navbar.navbar-green.shrink .logoImg {
    width: 48px;
}

.navbar.navbar-green.shrink .logoWord {
    margin-left: 60px;
    line-height: 45px;
}

/*navbar縮小的三角形*/
.navbar.navbar-green.shrink #requestAppointment:before {
    top: -22px;
    right: 388px;
}

.navbar.navbar-green.shrink #searchBox:before {
    top: -22px;
    right: 344px;
}

/*
.navbar.navbar-green.shrink .headTop,.navbar.navbar-green.shrink .slogan, .navbar.navbar-green.shrink .twSlogan{ display:none;}
.navbar.navbar-green.shrink .navT{display:none;}
.navbar.navbar-green.shrink .logo{ top:0;}
.navbar.navbar-green.shrink .logo img{ height:40px; width:auto;}
.navbar.navbar-green.shrink .logoWord{ margin-left:60px;}
.navbar.navbar-green.shrink .lan{ margin-top:0;}
.navbar.navbar-green.shrink .block{ display:inline-block;}
.navbar.navbar-green.shrink .navbar-nav>li>a{ padding-top:10px; padding-bottom:10px;}
.navbar.navbar-green.shrink .askWrap a.askWrapopen:after{ bottom:-20px;}
.navbar.navbar-green.shrink .searchWrap a.askWrapopen:after{ bottom:-20px;}
.navbar.navbar-green.shrink .navbar-nav>li>.dropdown-menu {top: 38px;}
.navbar.navbar-green.shrink .headMid{ padding:10px 30px;}
*/
/*第二種head*/
/*.headMid.x2 .logo{ position:absolute; top:0px;}
.navbar.navbar-green.home .headMid.x2 .logo{top:10px;}
*/

/*第二種heaNavBAR 縮小*/
/*
.navbar.navbar-green.shrink{ box-shadow:0px 1px 4px #333;}
.navbar.navbar-green.shrink .headMid.x2 .logo img{ height:40px; width:auto;}
.navbar.navbar-green.shrink .headMid.x2 .logo{ top:0px; left:10px;}
.navbar.navbar-green.shrink .headMid.x2 .logoWord{ margin-left:60px; max-width:320px;}
.navbar.navbar-green.shrink .headMid.x2 .twName{ font-size:20px; margin-top:10px;}
.navbar.navbar-green.shrink .headMid.x2 .enName,.navbar.navbar-green.shrink .headMid.x2 .twSlogan{ font-size:10px; color:#fff;}
.navbar.navbar-green.shrink .headMid.x2 .tel .tt2 i, .navbar.navbar-green.shrink .headMid.x2 .tel .tt1 i{ margin-left:5px; margin-right:0px;}
*/
.navbar.navbar-green {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar.navbar-green.home {
    background-color: #fff;
    padding: 0;
    border-bottom: solid 4px #026234;
    position: relative;
}

.navbar-green #navbar {
    background-color: #026234;
    position: relative;
}

.navbar-nav {
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    float: none;
}

.navbar-nav>li {
    border-left: solid 0px rgba(255, 255, 255, .2);
    border-right: solid 0px rgba(0, 0, 0, .3);
    width: 14%;
    text-align: center;
}

.navbar-nav>li:first-child {
    border-left: none;
}

.navbar-nav>li:last-child {
    border-right: none;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 108%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.open>a,
.nav>li.open>a:focus,
.nav>li.open>a:hover,
.nav>li.active>a {
    background-color: #43A22E;
    background-image: url(../../img2/bk2x50_over.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

/*下拉彈出來選單*/
.navbar-nav>li>.dropdown-menu {
    padding: 20px;
    border-radius: 0;
    font-size: 95%;
    min-width: 220px;
}

.navbar-nav>li>.dropdown-menu {
    top: 48px;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, all 0.3s;
    -ms-transition: -ms-transform 0.3s, all 0.3s;
    -moz-transition: -moz-transform 0.3s, all 0.3s;
    -webkit-transition: -webkit-transform 0.3s, all 0.3s;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav>li>.dropdown-menu li {
    border: solid 0px #f00;
}

.navbar-nav>li>.dropdown-menu a {
    color: #333;
    padding: 0px 0px 10px 10px;
    ;
    white-space: normal;
    position: relative;
}

.nav>li>.dropdown-menu>li>a:before {
    content: "\f100";
    position: absolute;
    left: -6px;
    top: 3px;
    display: inline-block;
    color: #78CB59;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.navbar-nav>li.open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #78CB59;
}

/*Mega menu*/
.navbar-nav>li.dropdown.megaS {
    position: inherit;
}

.navbar-nav>li>.dropdown-menu.mega {
    width: 900px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    z-index: 999;
}

.wrapMain {
    /*height:340px;*/
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    margin-top: -170px;
    z-index: 1;
}

.bigMenuBox {
    height: 330px;
    position: absolute;
    top: 50%;
    width: 630px;
    left: 50%;
    margin-left: -315px;
    margin-top: -165px;
    z-index: 1032;
    background-color: rgba(255, 255, 255, .8);
    padding: 15px 15px;
    border-radius: 10px;
}

.bigMenuBox li {
    float: left;
    padding: 15px;
    width: 25%;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;

}

.bigMenuBox a {
    display: block;
    height: 120px;
    width: 120px;
    background-color: #28893A;
    border-radius: 10px;
    color: rgba(249, 249, 249, .9);
    border: solid 1px #999;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}

.bigMenuBox a:hover {
    color: #fff;
    background: #7BCB5A;
    border: none;
}

.bigMenuBox li span {
    display: block;
    padding-top: 1em;
}

.bigMenuBox li i {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0.4em;
    border-radius: 50%;
    font-size: 1.8em;
    box-shadow: 0 0 0 30px transparent;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.bigMenuBox a:hover i,
.bigMenuBox a:active i,
.bigMenuBox a:focus i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}

.navbox-tiles {
    width: 100%;
    padding: 25px;
}

.navbox-tiles .tile:not(:nth-child(4n+4)) {
    margin-right: 1%;
}

.navbox-tiles .tile:nth-child(n+5) {
    margin-top: 15px;
}

.navbox-tiles .tile {
    display: block;
    background-color: #3498db;
    width: 24%;
    height: 0;
    padding-bottom: 13%;
    float: left;
    border: 2px solid transparent;
    color: #fff;
    position: relative;
}

.navbox-tiles .tile .icon {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.navbox-tiles .tile .icon .fa {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.navbox-tiles .tile .title {
    padding: 5px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.changeArrow {
    border: 0 !important;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    background: url(../../img2/arrow-down.png) no-repeat;
    /*Adds background-image*/
    background-position: right 7px;
    /*Position of the background-image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    background-color: #fff;
    border-radius: 0;
}

.findDr input {
    border-radius: 0;
}

.btn.btn-green2 {
    height: 34px;
    background-color: #7BCB5A;
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
}

.findDrBox,
.newsBox {
    color: #fff;
    padding: 20px;
    background-color: rgba(0, 0, 0, .7);
    min-height: 250px;
}

.findDrBox h2 {
    font-size: 20px;
}

.findDrBox h3 {
    font-size: 16px;
    margin: 20px 0 5px;
}

.docName a {
    margin-right: 5px;
}

#findDr {
    color: #fff;
    padding: 20px;
}

#findDr h3 {
    font-size: 15px;
    display: none !important;
}

#findDr>.row>.col-xs-12 {
    display: none;
}

.newsBox h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-size: 110%;
}

.newsDate {
    text-align: center;
    font-size: 105%;
}

.newsPic {
    height: 210px;
    overflow: hidden;
    border: solid 5px #fff;
    border-radius: 4px;
}

.newsPic img {
    height: 210px;
    width: auto;
}

a.more {
    font-size: 14px;
    border: solid 1px #fff;
    display: block;
    padding: 10px;
    margin: 10px auto 0 auto;
    width: 120px;
    text-align: center;
    color: #fff;
}

a.more:hover {
    background-color: #7BCB5A;
}

.site-footer {
    background: #303030;
    height: 60px;
    color: #fff;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 15px;
    box-shadow: 0 4px 40px #000;
}

.site-footers {
    background: #303030;
    height: 60px;
    color: #fff;
    width: 100%;
    font-size: 0.9em;
    padding: 8px 15px;
    box-shadow: 0 4px 40px #000;
}

.footCopy a {
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
}

.footCopy a:hover {
    color: #A3C938;
}

a.eday {
    font-size: 10px;
    color: #585858 !important;
}

.footSocial,
.footTel,
.footAna {
    text-align: left;
}

.footSocial a {
    width: 30px;
    margin-left: 10px;
    display: inline-block;
}

.copyright {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #9B9998;
}

.qc {
    vertical-align: top;
    margin-left: 10px;
    display: none;
}

.footTel {
    text-align: left;
}

.foot .tt1 {
    font-size: 20px;
    line-height: 100%;
}

.foot .tt2 {
    font-size: 15px;
}

.foot .tt3 {
    font-size: 12px;
}

.foot,
.foot a {
    color: #dbdbdb;
}
.foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot .footCopy{
    flex:1 1 auto;display: flex;gap:5px;align-items: center;
}
.foot .copyright{
    max-width: 700px;
    @media (max-width:1199px) {
       max-width: 590px;
    }
}
.foot .copyright .small{
    @media (max-width:1199px) {
        font-size:80%;
    }
}
.foot .footRight{
    flex:1 1 auto;max-width: 500px;display: flex;gap:10px;align-items: center;justify-content: flex-end;
}
.foot a.sitemap {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #9B9998;
}

.foot a:hover.sitemap,
.foot a:hover {
    color: #F07D00;
}

/*內頁*/
/*黏住表頭*/
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

body.inside {
    background-color: #f3f3f3;
    padding-top: 138px;
}

body.inside .headMid {
    background-color: #fff;
}

section.main {
    background-color: #eee;
    padding-bottom:
        /*60px;*/
        0;
}

section.main.bg1 {
    background-image: url(../../img2/bg1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #6b6b6b;
    background-attachment: fixed;
}

.insideCom {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.root {
    background-color: #414141;
    padding: 15px 30px;
}

.root h1 {
    color: #fff;
    font-size: 24px;
}

#Mtj {
    cursor: pointer;
}

#Mtj:hover h1,
#Mtj:hover i.glyphicon {
    color: #F07D00;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb .active,
.breadcrumb .active a {
    color: #fff;
}

.docList {
    padding: 30px 0px;
}

/*內頁搜尋*/
.sechInside {
    background-color: #333;
}

.sechInside .findDrBox {
    padding: 20px 30px;
    height: 220px;
    position: relative;
}

/*滑鼠一過醫師圖片*/
.docBox {
    position: relative;
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 20px;
    background-image: url(../../img2/bg.png);
}

.hoverpicture {
    position: relative;
}

.hoverpicture,
.hoverpicture img {
    display: block;
    position: relative;
}

.hoverpicture .overlayD {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-color: #767676;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.docBox .hoverpicture .overlayD {
    background-color: #767676;
}

.hoverpicture:hover .overlayD {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hoverpicture .overlayD .info {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 20px 20px 0 20px;
    height: 8.5em;
    overflow: hidden;
}

.hoverpicture .overlayD h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #fff;
}

.hoverpicture .overlayD h3 a {
    color: #fff;
}

.overlay-buttons {
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
}

.btn-green4 {
    background-color: rgba(34, 132, 21, .5);
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0;
    width: 100%;
}

.btn-green4:hover {
    color: #fff;
    background-color: rgba(219, 125, 25, .9);
}

.docName2 {
    padding: 10px 15px;
    height: 60px;
    overflow: hidden;
    font-size: 95%;
}

.docName2 h2,
.docName2 h2 a {
    color: #026234;
    font-size: 110%;
    margin-bottom: 6px;
}

/*玉山學者*/
.jadeMt {
    padding: 30px 450px 15px 30px;
    background-color: #fff;
    background-image: url(../../img2/yushan.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    line-height: 150%;
    position: relative;
}

.jadeMt p {
    margin-bottom: 15px;
}

/*醫師內頁*/
.docWrap2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapMain.docWrap {
    left: 0;
    right: 0;
}

.docWrapx {
    left: 0;
    HEIGHT: AUTO;
    right: 0;
    top: 155px;
    bottom: 40px;
    MARGIN: 0;
    position: absolute;
}

.docInsidePic {
    background-color: #E5E5E5;
    padding: 10px 15px;
    text-align: center;
    font-size: 92%;
}

.docInsidePic h1 {
    color: #026234;
    font-size: 110%;
    text-align: center;
    margin-bottom: 5px;
}

.round {
    border-radius: 50%;
}

.docPic {
    margin: 5px 0 10px 0;
}

.docPic img {
    max-width: 200px;
    height: auto;
}

.nav-tabs.docTab>li>a {
    background-image: url(../../img2/bg-docnav.jpg);
    background-repeat: repeat-x;
    border: solid 1px #D5D5D5;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px 10px 0 0;
    color: #026234;
    background-color: #dedede;
}

.nav-tabs.docTab>li>a:hover {
    color: #fff;
    background-color: #43A22E;
    border-bottom-color: #43A22E;
    color: #fff;
    background: #43A22E url(../../img2/shiny1button_bg.png) 50% 50% repeat-x;
}

.nav-tabs.docTab>li.active>a,
.nav-tabs.docTab>li.active>a:focus,
.nav-tabs.docTab>li.active>a:hover {
    background-color: #43A22E;
    border-bottom-color: #43A22E;
    color: #fff;
    background: #43A22E url(../../img2/shiny1button_bg.png) 50% 50% repeat-x;
    /*background-color:#00893E; color:#fff; background-image:none; border-bottom-color:#00893E;*/
}

.nav-tabs.docTab>li.active>a:after {
    bottom: -16px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-top-color: #43A22E;
    border-width: 8px;
    margin-left: -8px;

}

.tab-content {
    background-color: #fff;
    border: solid 1px #D5D5D5;
    min-height: 300px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    color: #777;
}

.tab-content h2 {
    font-size: 110%;
    color: #000;
    margin-bottom: 15px;
}

.tab-content h3 {
    font-size: 100%;
    color: #EF8200;
    margin-bottom: 15px;
    margin-top: 5px;
}

.tab-content ul {
    margin-bottom: 20px;
}

.tab-content ul li {
    margin-bottom: 10px;
}

.tab-content p {
    font-size: 100%;
    margin-bottom: 15px;
    /*text-indent:2em;*/
}

.tab-content table p,
.tab-content ul li p,
.tab-content ol li p {
    margin: 0;
    text-indent: 0;
}

.tab-content h2 span {
    font-size: 14px;
    color: #ddd;
}

.tab-content>div {
    max-height: 1000px;
}

ul.yearHonor li {
    font-size: 100%;
    text-indent: -3.6em;
    padding-left: 3.6em;
}

ul.yearHonor2 li ul {
    margin-top: -1.5em;
    font-size: 100%;
    margin-left: 4em;
    margin-bottom: 0;
}

ul.yearHonor2 li ul li {
    margin-bottom: .5em;
}

.tab-content ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}


.tab-content ol li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #f3f3f3;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

/*
.tab-content ol a:hover{
    background: #eee;
}   
*/
.tab-content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #7aa127;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.tab-content ol li:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.tab-content ol li:hover:after {
    left: -.5em;
    border-left-color: #7aa127;
}

/**
.tab-content ol {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    margin-bottom: 30px;
}
.tab-content ol li {
    counter-increment: step-counter;
    margin-left: 28px;
    text-indent: -28px;
    margin-bottom: 15px;
}
.tab-content ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #51B038;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
*/

.tab-content ol li a {
    color: #7aa127;
    position: relative;
    padding-left: 15px;
}

.tab-content ol li a:hover {
    color: #F08200;
}

.tab-content ol li a:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #7aa127;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0px;
    content: "\f138";
}

.tab-content ol li p a:before {
    top: -2px;
}



/*玉山學者介紹 lightbox*/
.gallery .gallery-item {
    margin-bottom: 20px;
    height: 126px;
    overflow: hidden;
    border: solid 1px #ccc;
}

.gallery .gallery-item .icon {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #F08200;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.gallery .gallery-item>a:hover .icon {
    opacity: 1;
}

.gallery .gallery-item img {
    max-height: 150px;
    margin: 0 auto;
}

/*頁碼*/
.pageWrap {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #ccc;
    color: #999;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #74C856;
    border-color: #74C856;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #74C856;
}

/*特色介紹*/
.filterFetured {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    right: 57px;
    top: 49px;
    z-index: 1;
}

.featureWrap {
    background-image: url(../../img2/uwbTagline.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-top: 101px;
    margin-top:
        /*50px*/
        0;
    background-color: #fff;
}

.featureWrap>.rowx>.col-xs-4 {
    border-right: solid 1px #ddd;
    min-height: 600px;
}

.featureWrap>.rowx>.col-xs-4:last-child {
    border-right: none;
}

.featureWrap>.rowx {
    /*width:998px;*/
    width: 100%;
    margin: 0 auto;
}

.deptWrap {
    padding: 20px 10px;
}

.dept {
    margin: 0 auto;
}

.dept li ul {
    margin-left: 20px;
}

.dept>li.hasSub.panel {
    margin-bottom: 0;
    border: none;
}

.dept>li.hasSub.panel>a>span {
    position: relative;
}

.dept>li.hasSub.panel>a>span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #EF8000;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
    top: -5px;
    right: -20px;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.dept>li>a {
    background-repeat: no-repeat;
    background-position: 2px center;
}

.dept>li>a {
    border-bottom: solid 1px #ddd;
    display: block;
    padding: 15px 0 15px 50px;
    color: #000;
    font-size: 120%;
    position: relative;
    background-position: left 15px;
}

.icon01 {
    background-image: url(../../img2/icon01.png);
}

.icon02 {
    background-image: url(../../img2/icon02.png);
}

.icon03 {
    background-image: url(../../img2/icon03.png);
}

.icon04 {
    background-image: url(../../img2/icon04.png);
}

.icon05 {
    background-image: url(../../img2/icon05.png);
}

.icon06 {
    background-image: url(../../img2/icon06.png);
}

.icon07 {
    background-image: url(../../img2/icon07.png);
}

.icon08 {
    background-image: url(../../img2/icon08.png);
}

.icon09 {
    background-image: url(../../img2/icon09.png);
}

.icon10 {
    background-image: url(../../img2/icon10.png);
}

.icon11 {
    background-image: url(../../img2/icon11.png);
}

.icon12 {
    background-image: url(../../img2/icon12.png);
}

.icon13 {
    background-image: url(../../img2/icon13.png);
}

.icon14 {
    background-image: url(../../img2/icon14.png);
}

.icon15 {
    background-image: url(../../img2/icon15.png);
}

.icon16 {
    background-image: url(../../img2/icon16.png);
}

.icon17 {
    background-image: url(../../img2/icon17.png);
}

.icon18 {
    background-image: url(../../img2/icon18.png);
}

.icon19 {
    background-image: url(../../img2/icon19.png);
}

.icon20 {
    background-image: url(../../img2/icon20.png);
}

.icon21 {
    background-image: url(../../img2/icon21.png);
}

.icon22 {
    background-image: url(../../img2/icon22.png);
}

.icon23 {
    background-image: url(../../img2/icon23.png);
}

.icon24 {
    background-image: url(../../img2/icon24.png);
}

.icon25 {
    background-image: url(../../img2/icon25.png);
}

.icon26 {
    background-image: url(../../img2/icon26.png);
}

.icon27 {
    background-image: url(../../img2/icon27.png);
}

.dept>li>a:hover {
    background-color: #f4f4f4;
}

.dept>li>ul {
    background-color: #72C752;
    margin: 0;
    padding: 15px 15px 5px 15px;
    font-size: .96em;
    position: relative;
}

ul.dept>li>ul>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.dept>li>ul>li>a {
    color: #fff;
}

.dept>li>ul>li:hover>a {
    color: #122C63;
}

ul.dept>li>ul>li:hover:before {
    color: #122C63;
}

ul.dept>li>ul>li:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #fff;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 5px;
    content: "\f0a9";
}

ul.dept>li>ul.collapse.in:before,
ul.dept>li>ul.collapse.collapsing:before {
    top: -25px;
    left: 60px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-bottom-color: #72C752;
    border-width: 15px;
    margin-left: -15px;
}

.sortBox {
    position: absolute;
    top: 49px;
    right: 10px;
}

.sb {
    width: 32px;
    height: 32px;
    color: #333;
    text-decoration: none;
    line-height: 100%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 2px 5px 0;
    background-color: #ececec;
    border: solid 1px #b8b8b9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sb:hover {
    background-color: #f3f3f3;
}

/*選單亮燈*/
body.about .nav>li.menu01>a,
body.featured .nav>li.menu02>a,
body.jade .nav>li.menu03>a,
body.case .nav>li.menu04>a,
body.article .nav>li.menu05>a,
body.contact .nav>li.menu06>a {
    background-color: #00893E;
    background-image: url(../../img2/bk2x50_over.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

/*內頁*/
.insideBanner {
    height: 300px;
    overflow: hidden;
}

.insideBanner img {
    min-height: 300px;
    width: auto;
}

.insideBannerSlogan {
    position: absolute;
    top: 260px;
    padding: 15px 15px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    background-color: #43A22E;
    color: #fff;
    text-align: center;
}

.wrapInside {
    background-color: #fff;
    position: relative;
}

.webeditor {
    padding: 50px 50px;
}

.webeditor h1 {
    font-size: 150%;
    line-height: 38px;
    color: #026234;
    margin: 0 0 35px;
    text-indent: 0;
}

.webeditor h3 {
    font-size: 100%;
    color: #EF8200;
    margin-bottom: 15px;
}

.webeditor h2 {
    font-size: 110%;
    color: #008000;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
}

.webeditor a[href*=".pdf"]:before {
    content: url(../../img2/pdf.gif);
    margin-right: 5px;
}

.webeditor img[style*="float:left"] {
    margin-right: 20px;
    margin-bottom: 20px;
}

.webeditor img[style*="float:right"] {
    margin-left: 20px;
    margin-bottom: 20px;
}

.webeditor ol li {
    list-style-type: decimal;
    padding-left: 10px;
}

.webeditor ol {
    margin-left: 15px;
}

/*內頁表格*/
.webeditor table th,
.docWrapx table th {
    padding: 15px 5px;
    text-align: center;
}

.webeditor table td,
.docWrapx table td {
    padding: 10px 8px;
}

.webeditor table p {
    margin-bottom: 0;
}

.webeditor p {
    font-size: 100%;
    line-height: 1.8;
    /*text-indent:2em;*/
    color: #333;
    margin-bottom: 25px;
}

.webeditor p img {
    max-width: 100%;
    height: auto !important;
}

.webeditor table[border="0"],
.webeditor table[border="0"] th,
.webeditor table[border="0"] td,
.tab-content table[border="0"],
.tab-content table[border="0"] th,
.tab-content table[border="0"] td {
    border: none;
}

.webeditor table,
.webeditor table td,
.webeditor table th,
.tab-content table,
.tab-content table td,
.tab-content table th {
    border: 1px solid #ddd;
}

body.article .webeditor p {
    text-indent: 0;
}

body.article .webeditor ul {
    margin-bottom: 30px;
}

body.article .webeditor ul li {
    margin-bottom: 10px;
    background-image: url(../../img2/bullet_green.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 15px;
}

body.article .webeditor ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

body.article .webeditor ol li {
    list-style-type: decimal;
    padding-left: 20px;
}

.webeditor p.date {
    text-indent: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
}

.storyBoxWrap {
    padding: 0 30px;
    background-color: #fff;
}

.storyPic {
    margin-left: 20px;
    margin-bottom: 20px;
}

.storyPic2 {
    margin-bottom: 20px;
    width: 400px;
    height: auto;
}

.pull-left.storyPic2 {
    margin-right: 20px;
}

.pull-right.storyPic2 {
    margin-left: 20px;
}

.figure {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: -20px;
}

.btn-back {
    border: solid 1px #67C04A;
}

.btn-back:hover {
    background-color: #67C04A;
    color: #fff;
}

.otherStory {
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px dotted #E2E2E2;
    border-bottom: 1px dotted #E2E2E2;
    color: #EF7F00;
}

.otherStory i {
    color: #026234;
    margin-right: 10px;
}

.moreStory {
    margin-left: 2em;
}

.moreStory li {
    list-style-type: initial;
    color: #67C04A;
    margin-bottom: 10px;
    background-image: none !important;
}

.moreStory .date {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

/*病人故事列表*/
/*.storyWrap{ padding:0 15px 20px 15px; background-color:#ECE9E2; border:solid 1px #ddd; max-width:258px; margin:30px auto;}
.storyIntro{ padding:15px 5px 0 5px; font-size:95%;}
.storyIntro h2{color: #03562A; font-size: 125%; margin:20px 0 15px 0;   }
.storyTop{ margin:0 -15px 0px -15px;}*/
.filter {
    padding-top: 20px;
    margin-bottom: -20px;
}

.theme-square {
    border: 2px solid #27ae60;
    background: #fff url(../../img2/arrow-down3.png) right 5px center no-repeat;
}

.theme-square select {
    padding: 4px 28px 4px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #27ae60;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}

.storyDate {
    color: #fff;
    font-weight: 700;
    font-size: 95%;
    text-transform: uppercase;
    background-color: #EF8000;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    border-left: solid 4px rgba(0, 0, 0, .2);
}

.storyWrap {
    padding: 0 0px 20px 0px;
    max-width: 258px;
    margin: 30px auto;
}

.storyTop {
    margin: 0;
    height: 180px;
    overflow: hidden;
    border: solid 8px #fff;
    border-radius: 8px;
    box-shadow: -1px 1px 5px #AFAEAE;
}

.storyIntro {
    padding: 15px 5px 0 5px;
    font-size: 95%;
}

.storyIntro h2 {
    color: #03562A;
    font-size: 100%;
    margin: 10px 0 5px 0;
}

.storyIntro p {
    display: none;
}

.storyWrap .overlay-buttons {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
}

.btn-white {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
}

.btn-white:hover {
    border: solid 1px #67C04A;
    color: #fff;
    background-color: #67C04A;
}

a.uw-btn span {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 6px 10px;
    position: relative;
}

a.uw-btn span.bt {
    background-color: #43A22E;
    border-left: 5px solid rgba(0, 0, 0, .3);
    color: #fff;
    margin-left: -5px;
}

a.uw-btn span.bt i {
    transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
}

a.uw-btn:hover span.bt i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*==================================================================================
相關新聞列表
====================================================================================*/
.storyBoxWrap.listNews {
    padding: 0;
    max-width: 1000px;
}

.listStyle .storyIntro a p {
    display: none;
    color: #999;
}

.storyWrap.listStyle {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
    border-bottom: solid 1px #ccc;
}

.listStyle .storyDate {
    color: #74C856;
    background-color: transparent;
    font-weight: normal;
}

.listStyle .storyIntro a h2 {
    color: #4ab6da;
    font-size: 150%;
    line-height: 150%;
}

.storyWrap.listStyle:hover {
    background-color: #74C856;
}

.listStyle:hover a h2,
.listStyle:hover a p,
.listStyle:hover .storyDate {
    color: #fff
}

.listStyle:hover .storyDate {
    border-left-color: #fff;
}

.listStyle .storyDate {
    padding: 0 10px;
}

/*==================================================================================
影片列表
====================================================================================*/

.storyWrap.movieStyle {
    padding: 20px 50px 20px 50px;
    max-width: 100%;
    margin: 0 auto;
}

.storyWrap.movieStyle h2 {
    color: #000;
    font-size: 120%;
    line-height: 150%;
}

.listStyle .storyDate {
    color: #74C856;
    background-color: transparent;
    font-weight: normal;
}

.listStyle .storyIntro a h2 {
    color: #4ab6da;
    font-size: 150%;
    line-height: 150%;
}

.storyWrap.listStyle:hover {
    background-color: #74C856;
}

.listStyle:hover a h2,
.listStyle:hover a p,
.listStyle:hover .storyDate {
    color: #fff
}

.listStyle:hover .storyDate {
    border-left-color: #fff;
}

.listStyle .storyDate {
    padding: 0 10px;
}

/*搜尋結果頁面*/
.searchResultNumber {
    margin: 10px 50px;
}

.searchResultNumber i {
    margin-left: 15px;
}

.searchResultBoxWrap {
    margin: 30px 50px;
}

.searchResultBox {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.searchResultBoxPic {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.searchResultBoxPic img {
    width: 100%;
    height: auto;
}

.searchResultBoxTxt {
    margin-left: 75px;
    color: #777;
}

.searchResultBox h2 {
    font-size: 110%;
    color: #000;
}

.viewmore {
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/*首頁找醫生用的*/
.overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1031;
    background: rgba(255, 255, 255, 0.65);
}

.wrapMain {
    z-index: 1032;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget {
    font-size: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-front {
    z-index: 1035;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    /* support: IE7; */
    /* support: IE10, see #8844; */

}

.ui-menu .ui-menu-item.ui-state-focus {
    color: #F08200;
}

.figure1 {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    bottom: 60px;
    right: 20px;
    font-size: 17px;
}

.figure2 {
    position: absolute;
    z-index: 1;
    top: 23%;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: auto;
}

/*刪掉玉山學者與特色中心的back*/
.docTab li a[href="doc.asp"],
.docTab li a[href="featured.asp"] {
    display: none;
}

/*控制圖片與文字的間距*/
img[align="right"] {
    margin-left: 20px;
}

img[align="left"] {
    margin-right: 20px;
}

/*----------------------------------------------------------------------------------------------------
--------------------------------選單要做第三層----------------------------------------
----------------------------------------------------------------------------------------------------*/
/*第二層打開用的*/
.nav>li>.dropdown-menu>.dropdown-submenu.open {
    background-color: #43A22E;
    margin: 0 -20px;
}

.nav>li>.dropdown-menu>.dropdown-submenu.open>a {
    color: #fff;
    color: #fff;
    padding-top: 10px;
    margin-left: 20px;
}

.nav>li>.dropdown-menu>.dropdown-submenu>a:after {
    position: absolute;
    right: 6px;
    top: 0px;
    display: inline-block;
    color: #333;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.nav>li>.dropdown-menu>.dropdown-submenu:hover>a:after {
    color: #78CB59;
}

.nav>li>.dropdown-menu>.dropdown-submenu.open>a:before {
    top: 13px;
    color: #fff;
}

.nav>li>.dropdown-menu>.dropdown-submenu.open>a:after {
    top: 13px;
    right: 6px;
    color: #fff;
}

.nav .dropdown .dropdown-menu li {
    position: static;
}

.dropdown-submenu .dropdown-menu {
    position: static;
}

.dropdown-submenu .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    min-width: 120px;
}

.dropdown-submenu .dropdown-menu li a {}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: inherit;
    border-color: #F0EDE4;
}

/*第三層打開*/
.nav>li>.dropdown-menu>li>.dropdown-menu {
    padding: 6px 0 6px 30px;
    background-color: #EEEEEE;
    width: 100%;
}

.nav>li>.dropdown-menu>li>.dropdown-menu a {
    padding: 6px 0;
}

/*siteMap*/
#siteMap {
    padding-top: 30px;
}

#siteMap .navbar-nav {
    width: 950px;
    max-width: 100%;
}

#siteMap .navbar-nav>li {
    float: none;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 20px;
    vertical-align: top;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 39px;
    box-shadow: 1px 1px 3px rgba(0%, 0%, 0%, 0.2);
}

#siteMap .navbar-nav>li>a {
    background-color: #00893E;
    background-image: url(../../img2/bk2x50_over.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#siteMap .nav>li>.dropdown-menu>.dropdown-submenu>a:after {
    display: none;
}

#siteMap .navbar-nav>li .dropdown-menu {
    transform: none;
    opacity: 100;
    visibility: visible;
    position: relative;
    width: 100%;
    top: 0;
    min-width: 200px;
    display: block;
    background: transparent;
    box-shadow: none;
    border: none;
    padding-bottom: 0px;
}

#siteMap .navbar-nav>li .dropdown-menu .dropdown-menu {
    background-color: transparent;
    padding-left: 0px;
}

#siteMap .navbar-nav>li>.dropdown-menu a {
    padding: 0 0 0 10px;
}

/*不要responsive*/

.popclass {
    font-size: 20px;
}

/*改語系*/
a.round2 {
    border: solid 1px #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    font-family: 'Lato', 'Microsoft JhengHei', "微軟正黑體", sans-serif;
}

a.round2.active,
a.round2:hover {
    background-color: #E27D11;
    color: #fff;
    border: none;
}

.lanBox {
    margin-top: 5px;
    text-align: right;
    padding-right: 10px;
}

/*QRcode*/
#qrCode {
    position: absolute;
    right: 0;
    top: 50%;
    height: 320px;
    width: 142px;
    margin-top: -160px;
    z-index: 999;
}

#qrCode #line>img,
#qrCode #wecheat>img {
    vertical-align: middle;
}

#qrCode #line>div,
#qrCode #wecheat>div {
    width: 0px;
    position: relative;
    transition: width ease .2s;
    overflow: hidden;
    display: inline-block;
    float: right;
}

#qrCode #line {
    margin-bottom: 20px;
}

#qrCode #line>div>img,
#qrCode #wecheat>div>img {
    width: 100px;
    height: 150px;
}

/*
#qrCode #line:hover>div,#qrCode #wecheat:hover>div,
#qrCode #line>div:hover,#qrCode #wecheat>div:hover{width: 100px;}
*/
#qrCode #line,
#qrCode #wecheat {
    width: 142px;
    text-align: right;
}

#qrCode #line.open>div,
#qrCode #wecheat.open>div {
    width: 100px;
}

@media screen and (max-width: 1440px) {

    /*首頁新的大選單*/
    .bigMenuWrap {
        bottom: 210px;
    }

    .bigMenuBoxNew {
        height: 284px;
        margin-top: -142px;
    }

    .bigMenuBoxNew a {
        width: 100px;
        height: 102px;
    }

    .bigMenuBoxNew span {
        padding-top: 65px;
        font-size: 24px;
    }

    /*首頁新聞跑馬燈*/
    #newsCarBox {
        padding-left: 10%;
        padding-right: 10%;
    }

    #newsCar .pic {
        height: 150px;
    }

    /*首頁QRcode*/

}

@media screen and (max-width: 1280px) {

    /*首頁新的大選單*/
    .bigMenuWrap {
        bottom: 180px;
    }

    /*首頁新聞跑馬燈*/
    #newsCar .pic {
        height: 120px;
    }
}

@media screen and (max-width: 1200px) {

    .searchWrap,
    .askWrap,
    .videoConsult {
        margin-left: 10px;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .askWrap a.askWrapopen:after,
    .askWrap a.hover:after {
        bottom: -23px;
    }

    #requestAppointment:before {
        right: 452px;
    }

    .searchWrap a.askWrapopen:after {
        bottom: -23px;
    }

    #searchBox:before {
        right: 386px;
    }

    /*頭部====隱藏==網站搜尋線上諮詢文字*/
    .searchWrap .navT,
    .askWrap .navT,
    .videoConsult .navT {
        display: none !important;
    }

    /*尾部=隱藏更新日與瀏覽人數*/
    .footAna {
        display: none;
    }
}

/*SMALL 專用區*/

@media screen and (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }

    .navbar-nav>li.dropdown .caret {
        display: none;
    }

    .navbar-nav>li {
        width: 12.5%;
    }
}

/*20181203新首頁*/

/*QRcode*/
.square-box #qrCode {
    right: -65px;
    height: 490px;
    top: 50%;
    margin-top: -245px;
}

.square-box #qrCode {}

.square-box #qrCode>div {
    margin-bottom: 20px;
}

.square-box #qrCode>div>img {
    vertical-align: middle;
}

.square-box #qrCode>div>div {
    width: 0px;
    position: relative;
    transition: width ease .2s;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.square-box #qrCode #wecheat-cgmh {
    margin-bottom: 20px;
}

.square-box #qrCode>div.open>div>img {
    width: 100px;
    height: 150px;
}

.square-box #qrCode>div {
    width: 142px;
    text-align: right;
}

.square-box #qrCode>div.open>div {
    width: 100px;
}

.square-box {
    position: absolute;
    top: 96px;
    bottom: 65px;
    left: 65px;
    right: 65px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.h-100 {
    height: 100%;
}

.square-box .animated {
    width: 100%;
}

@media (min-width: 1025px) {
    .square-box .animated {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}

@media (min-width: 1300px) {
    .square-box .animated {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .square-box .animated {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}

.square-box-half {
    height: 400px;
    padding: 0;
}

@media (min-width: 1025px) {
    .square-box-half {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .square-box-half {
        width: 50%;
    }
}

.square-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    margin: 0;
    padding: 0;
}

.square-menu ul li {
    width: 50%;
}

.square-menu ul li a {
    border: solid 1px #B1D7C2;
    border-width: 0;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20%;
    text-align: center;
    height: 100%;
    background-color: #2F7E51;
    cursor: pointer;
}

.square-menu ul li:nth-child(2) a,
.square-menu ul li:nth-child(3) a {
    background-color: #3A9B65;
}

.square-menu ul li a span {
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding-top: 95px;
    display: block;
    font-weight: normal;
    position: relative;
}

.square-menu ul li a:hover span {
    text-shadow: 1px 1px 4px #123b24;
}

.square-menu ul li a span:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background: #fff;
    transition: ease-in-out .2s width;
}

.square-menu ul li a:hover span:after {
    width: 100%;
}

.square-menu ul li a span:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 95px;
    top: 0;
    left: calc(50% - 60px);
    background-size: contain;
    background-repeat: no-repeat;
}

.square-menu01 span:before {
    background-image: url(../../img2/square-menu01.png);
}

.square-menu02 span:before {
    background-image: url(../../img2/square-menu02.png);
}

.square-menu03 span:before {
    background-image: url(../../img2/square-menu03.png);
}

.square-menu04 span:before {
    background-image: url(../../img2/square-menu04.png);
}

.square-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    margin: 0;
    padding: 0;
}

.square-news .item {
    width: 50%;
    height: 50%;
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    /* background-size:cover; */
    background-size: 102%;
}

.square-news .item:hover {
    /* background-position: center -20px; */
    background-size: 110%;
}

.square-news .item a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.square-news a .title {
    background: rgba(0, 0, 0, .35);
    color: #fff;
    padding: 10px 10px;
    font-size: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: ease all .2s;
    height: 100%;
}

.square-news .item a:hover .title {
    /* background-color: rgba(0,0,0,.8);
    padding:15px; */
}





/*勢璋 */
.featured-body {
    text-align: center;
}

.featured-body img {
    margin: 0px auto;
}

p.featured-body-ts {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 3px 0px;
    margin: 100px auto 0px auto;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#026234+0,026234+50,50af37+50,50af37+100 */
    background: rgb(2, 98, 52);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2, 98, 52, 1) 0%, rgba(2, 98, 52, 1) 50%, rgba(80, 175, 55, 1) 50%, rgba(80, 175, 55, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 98, 52, 1) 0%, rgba(2, 98, 52, 1) 50%, rgba(80, 175, 55, 1) 50%, rgba(80, 175, 55, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 98, 52, 1) 0%, rgba(2, 98, 52, 1) 50%, rgba(80, 175, 55, 1) 50%, rgba(80, 175, 55, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026234', endColorstr='#50af37', GradientType=1);
    /* IE6-9 */
}

/* RWD google月曆2020-11-3 */
.responsive-iframe-container {
    margin: 0 auto;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 800px;
}

.responsive-iframe-container iframe

/*.vresponsive-iframe-container object,*/
/*.vresponsive-iframe-container embed */
    {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .desktop-header {
        display: none;
    }

    .large-container {
        display: none;
    }

    .responsive-iframe-container {
        padding-bottom: 500px;
        width: 100%;
    }
}

@media (min-width:768px) {
    .mobile-header {
        display: none;
    }

    .small-container {
        display: none;
    }

    .responsive-iframe-container {
        padding-bottom: 650px;
        width: 800px;
    }
}

/* 視訊諮詢 */
.videoConsult {
    position: relative;
}

.videoConsult i {
    color: #F07D00;
    z-index: 1;
    position: relative;
}

.videoConsult .navT {
    background: #F07D00;
    color: #fff !important;
    font-size: .8rem;
    padding: .15rem .625rem;
    border-radius: 50px;
    display: inline-block;
}

.videoConsult:hover .navT:after {
    right: -2em;
    top: -10px;
    opacity: 1;
}

.videoConsult:hover .navT:before {
    right: -5px;
    top: 4px;
    opacity: 1;
}

.videoConsult .navT:after {
    content: "Hi";
    background-color: #F07D00;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 3em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: all ease .2s;
    top: 30px;
    right: 5px;
    z-index: 0;
}

.videoConsult .navT:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f07d00;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
    transform: rotate(10deg);
    opacity: 0;
    transition: all ease .2s;
    top: 34px;
    right: 5px;
    z-index: 0;
}

.speech-bubble {
    position: relative;
    background: #00aabb;
    border-radius: 50%;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 18%;
    left: 18%;
    width: 0;
    height: 0;
    border: 29px solid transparent;
    border-top-color: #00aabb;
    border-bottom: 0;
    border-left: 0;
    margin-left: -14.5px;
    margin-bottom: -29px;
    transform: rotate(10deg);
}

/* 首頁亮格 */
.square-menu ul li a.hilight {
    /* background: radial-gradient(ellipse at top, #FFC107 0%, #f07d00 100%); */
    background-color: #eee;
    color: #2f7e51;
}

.square-menu ul li a.hilight:hover span {
    text-shadow: none;
}

.square-menu ul li a.hilight:hover span:after {
    background-color: #2f7e51;
}

/* 首頁新增按鈕202203 */
.all-index {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.funcBtnBox {
    display: flex;
    gap: 1px;
    margin-bottom: 1px;
}

.funcBtnBox .btn-box {
    flex: 1 1 100%;
    background: #ececec;
    padding: 10px;
    text-align: center;
    font-size: 115%;
    transition: all ease .2s;
    color: #777;
}

.funcBtnBox .btn-box a {
    color: #fff;
    display: block;
    cursor: pointer;
}

.funcBtnBox .btn-box:hover,
.funcBtnBox .btn-box.active {
    background-color: #F07D00;
    color: #fff;
}

.funcBtnBox .btn-box i {
    margin-right: 10px;
    font-size: 125%;
    vertical-align: middle;
}



.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 35px);
}


.myModal {
    border-radius: 0;
    border: solid 4px #2F7E51;
    padding: 60px 30px 50px 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.myModal h4 {
    font-size: 150%;
    margin: 0px 0 15px 0;
}

.myModal .close {
    color: #000;
    border-color: #000;
    right: 30px;
}

.btn-square {
    border-radius: 0 !important;
}

.w-100 {
    width: 100%;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 30px;
}

.text-orange {
    color: #F07D00 !important;
}

.bg-gray {
    background-color: #ddd;
}