/*footer 網頁設計 By BLC  對齊*/
footer .copyRightTxt span {
    position: relative;
    top: -2px;
}

footer .copyRightTxt span img {
    margin-top: 3px;
}

/*footer 網頁設計 By BLC  對齊  end*/


/*修正 iphone 滾動視差區塊無法正常顯示*/
@media (max-width: 768px) {

    :-webkit-full-page-media,
    :future,
    :root .articleBlockStyle02 {
        background-size: auto 100% !important;
        background-attachment: scroll !important;
    }
}

/* P標籤內文字 手機版不斷行 */
@media (max-width: 768px) {
    .txt_mb br {
        display: none;
    }
}

/*下在flex2c旁  區間垂直置中*/
.itemcenter {
    align-items: center !important;
}


/* 覆蓋view/v3/company/html_1.php   .articleBlockStyle02:after 滾動視差背景色 */
.bg0:after {
    background-color: rgba(0, 35, 57, 0.6) !important;
}

/* 覆蓋view/v3/company/html_1.php   .articleBlockStyle02  margintop */
.margin0px {
    margin: 0px !important;
}

.padding0px{
    padding: 0px !important;
}


@media (max-width: 440px) {
    .padding16px{
    padding: 0px 16px !important;
}
}




/*覆蓋view/v3/company/html_1.php  .Bbox_view_full 頁面左右padding */
.Bbox_view_full {
    padding: 0px !important;
}

/*覆蓋view/v3/contact/info.php    .blockInfoTxt p  margin*/
.margin5px {
    margin: 5px 0px !important;
}

/*修正產品內頁面數量選擇 被壓縮*/
.formItem {
    width: 100% !important;
}

/*取消產品介紹頁圖高度100%*/
.item .itemImg img {
    height: auto !important;
}

.productdetail .itemImg img {
    height: auto !important;
}

.bg {
    /*    background:url("images/en/dark-honeycomb.png") repeat; */
    background-image: url(../images/bg.png);
    margin: 0px !important;
    padding: 50px 0px !important;
}

.features_1,
.about_1,
.team_1,
.knowledge,
.news,
.faq,
.contact {
    background-image: url(../images/bg.png);
}

/*取消產品介紹頁 sideMenu 上方title紅線*/
.sideMenu .boxTitle {
    visibility: hidden;
}

/*首頁最新消息title  read more 手機板置中*/
@media (max-width: 992px) {
    .mbcenter {
        text-align: center;
    }

    .blockTitle.mbcenter::after {
        margin: auto;
    }
}




/*修改左右圖文手機板上下順序*/
@media (max-width: 992px) {
    .flexreverse {
        flex-direction: column-reverse !important;
    }
}


/*修改company_1 footer margin-top*/
.company_1 footer {
    margin-top: 0px !important;
}

.hoverstyle:hover {
    opacity: 0.5;
}

/*about us PRODUCTION PROCESS 文字效果*/
.about_1 .flex4c .articleTitle {
    text-align: center !important;
    font-weight: 500 !important;
    color: #fff;
    background-color: #80001f;
    margin: 0px;
    padding: 16px 0px 16px 0px;
}

/*背景紋路 start */
/*
.indexContent_12 .block1{
    margin: 0 auto;
    padding: 48px 0px;
}

.indexContent_12 .block1,.indexContent_12 .block2 {
  position: relative;
}
.indexContent_12 .block1 .blockTitle,
.indexContent_12 .block2 .w1200px{
  position: relative;
  z-index: 1;
}
.indexContent_12 .block1:before,
.indexContent_12 .block2:before {
  content: "";
  position: absolute;
  opacity: 0.1;
}


.indexContent_12 .block1::before {
    background-image: url(../images/en/bg-1-1.png);
    right: 0;
    top: 0;
    width: 350px;
    height: 280px;
}

.indexContent_12 .block2::before {
    background-image: url(../images/en/bg-1-2.png);
    left: 0;
    bottom: 0;
    width: 218px;
    height: 515px;
}
*/

/*背景紋路 end */


/*album圖片長寬比*/
/*
.album .proList .itemList .item .itemImg,
.albumdetail .proList .itemList .item .itemImg{
  padding-bottom: 75%;
}
*/



/* .itemImg hover效果隱藏 */
.nohover.itemImg:not([class*="hoverEffect"]):hover:before {
    display: none;
}

.nohover.itemImg:not([class*="hoverEffect"]):hover:after {
    display: none;
}

.txtLight {
    text-shadow: 0 0 2px white;
}

.img110px img {
    width: 110px !important;
    /*    margin: 0px 50px;*/
}

.img110px p {
    margin: 10px 0px 5px 0px !important;
}

.img110px h3 {
    min-height: 52px;
    margin-bottom: 0px;
}

.feat_box {
    /*    margin: 15px;*/
    padding: 15px;
    background: rgba(0, 46, 57, 0.7);
    border-radius: 15px;
    min-height: 550px;
/*    height: 100%;*/
}

.feat_box .itemImg {
    background: rgba(0, 0, 0, 0) !important;
}

 .index .articleBlockStyle02 {

    padding: 57.6px 15px!important;

}

.intro_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.reservation span {
    color: #00f5ff !important;
}

.reservation button {
    background: #e74223 !important;
}

.butt_red {
    background: #e74223 !important;
}

/*
.img_corner{
    border-radius: 15px!important;
    overflow: hidden!important;
}*/


/*歷史沿革樣式修改 start*/
.history_v2 ul li {
    background-color: rgba(255, 255, 255, 0) !important;
}

.history_v2 li::before,
.history_v2 li::after {
    display: none !important;
}

.history_v2 ul li .date {
    color: #26899c !important;
}

.history_v2 ul li .dot:before {
    background-color: #26899c !important;
}

/*歷史沿革樣式修改 end*/

.team_photo {
    max-width: 250px !important;
    margin: auto;
    height: 290px;
    overflow: hidden;

}

.team_photo img {
    /*    width: 250px!important;*/

}

.team_box , .alignStr {
    align-items: stretch !important;
}

.team_box .articleTitle {
    margin: 15px 0px !important;
}


.team_box > div {
    padding: 15px;
}

.team_box > div > div {
    border: 2px solid rgba(196, 196, 196, 0.62);
    padding: 15px;
    height: 100%;
    /*box-sizing: border-box;    */
}

.team_box .articleTitle {
    display: inline-block;
    width: 100%;
    color: #26899c;
}

.team_box span {
    color: #26899c;
    font-weight: 500;
    font-size: 18px;
}

.team_box button {
    min-width: 150px;
    margin: 5px 10px;
}

.color_red {
   background-color: #e74223;
   border-color: #e74223;
}

.color_red:hover{
    background-color: #e3563b;
}

/*最新消息 標題改色*/
.newsList .itemTitle,
.newsList .text-right a {
    color: #149991 !important;
}


/*首頁 門診時間區塊響應*/

@media (max-width: 1200px) {
    .index .gridBox[data-grid="2"] > * {
        width: 100% !important;
    }
}

@media (min-width: 1500px) {
    .index .w.itemImg {
        padding-bottom: 75% !important;
    }
}

.outpatient_1 .banner ,.outpatient_1 .pageTitle{
    display: none!important;
}


/* 20200714_edit */
.feat_box .itemImg:before,
.feat_box .itemImg:after{
  display: none !important;
}
.idxFeatures .slidItem{
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.idxFeatures .slidItem:hover{
  transform: translateY(-10px);
}

.font18px{
    font-size: 18px!important;
}
