/* Should you need to overwrite any of our SCSS or LESS or SASS code need to add any custom code, We recommend that you add your code into this file, so whenever theme update is available and you update the theme, You will not lose your hard work :) */


/* 醫療團隊 */
.team-info >li{
    font-size: 16px;
letter-spacing: 0.5px;
color: #575a7b;
font-weight: 400;
line-height: 1.7;
margin-bottom: 0;
}
.team-info >li::before{
content: '\f105';
font-weight: 700;
font-family: Font Awesome\ 5 Free;
color: #6d8c54;
padding-right: 8px;
transition-duration: .3s;
}
.team-details-wrapper-second::before{
    left: 0 !important;
}

/* 醫療團隊 */



/* 環境簡介 */

#wrapper{ 
    width: 80vw; 
    margin: auto;
}
.myc-container {
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 8em;
    position: relative;
    
}
.stit { color:#af5536; font-size:16px; line-height:16px; font-weight:bold; border-left:5px solid #ff9c00; margin:10px 0; padding-left:1em; }
.p1_pad{ padding:0px 20px;}
.p1_pad{ padding:0px 20px;}
.p1_img1{ background:url(../images/p1/img2.jpg) left top no-repeat; height:420px;}
.p1_w1{ max-width:600px;}
.center { text-align:center; }
.sImg2 { padding:8px; -webkit-box-shadow: #BBB 1px 2px 6px; -moz-box-shadow: #BBB 1px 2px 6px; box-shadow: #BBB 1px 2px 6px; behavior: url(ie-css3.htc); /*陰影*/ -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; margin-right:12px;}
.fImg{ margin-right:0px;}

/* 減重手術 */
.org{ font-size:14pt; font-family:Verdana, Geneva, sans-serif; font-style:italic; color:#ffcc00;}
.service_bg{ background:url(../images/p2/bg1.jpg) left -60px no-repeat; padding-bottom:40px;}
.service_list{ clear:both; margin:50px 0 0 20px; padding:0px; list-style-type:none;}
.service_list li{ max-width:480px; min-height:40px; background:#af5536; color:#FFF; padding-left:10px; line-height:40px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin:0px 20px 20px 0px;}
.service_list li.f{ margin:0px 0px 20px 0px;}

/* 手術選擇 */
.service_list2{ clear:both; margin:30px 0 0 0px; padding:0px; list-style-type:none;}
.service_list2 li{ overflow:hidden; margin-bottom:30px;}
.icon{ float:left;}
.org_t{ font-weight:bold; font-size:12pt; color:#F30; padding:8px 0px; margin-bottom:14px; border-bottom:2px dashed #F30;}
.service_tx{ float:right; width:750px; padding-top:20px;}

/* 最新消息 */
.mynews{
    padding-top: 100px;
    padding-bottom: 150px;
    margin: auto;
}
.newsDate{
    color: #6d8c54;
    padding-left: 5px;
    font-weight: 600;
}
.list-style3 >li{
    margin-bottom: 15px;
}
.list-style3 >li>a{
    padding-right: 40px;
    
}

/* 減重者經驗分享 */
.myblog-date{
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    color: #ffffff;
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 1;
    background-color: #efb443;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

/* 中心地圖 */
.myMap>p,.myMap>p>a{
    margin: 0px;
    color: white;
}
.myMap>h2{
    color: white;
}
.footer-social-style1 li a{
    height: 50px;
}

@media screen and (max-width:1160px){
    .myTr{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:992px){
    .team-details-wrapper-second>div,.myMapSecond{
        display: flex;
        flex-direction: column-reverse;
    }
}