/*--首頁--*/

/*--首頁video--*/

.i_videobox {
padding-top:140px; 
padding-bottom:130px; 
background-image:url(../home_bar2_sectionbg1.png); 
background-repeat:repeat-y; 
background-position:center top
}


.i_videobox .edit  {
    padding: 30px 20px 30px 20px;
}




.i_videobox h1,
.i_videobox .edit h1 {
    color: #614c3f;
    font-size: 2.3em;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 25px 0;
    padding: 20px 0 0 0;
    letter-spacing: 2px;
	border-top: 3px solid #614c3f;
	    display: inline-block;
}

.i_videobox h2,
.i_videobox .edit h2 {
    color: #be2d00;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    padding: 0;
    letter-spacing: 0;
}



.i_videobox .testimonials_slider .testimonials_slider_ul li {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}


.i_videobox .testimonials_slider a.slider_prev, 
.i_videobox .testimonials_slider a.slider_next {
  position: absolute;
  top: 40%;
  z-index: 2;
  margin: 0 -50px;
  opacity: 0.6;
}




ul.i_video {
	margin-left: 0;
  padding-left: 0 !important;
}
ul.i_video > li {
    margin-bottom: 15px;
    position: relative;
    list-style: none !important;
    padding-left: 33px !important;
    margin-left: 0;
    color: #614c3f;
}
ul.i_video > li {
    background: url(../icon_i_video.png) no-repeat 5px 5px;
}


.youtubeframe {
  position: relative;
  padding-bottom: 75%; /* 此為地圖長寬比 */
  height: 0;
  overflow: hidden;
}
.youtubeframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



.frame-shadow {
	box-shadow: 10px 3px 20px 0px rgba(125, 107, 87, 0.2);
}





/*--首頁NEWS--*/
.i_newsbox_l {
	width: 100%;
	float: left;
	padding: 120px 0 30px 0;
}

.i_newsbox_l .photo_box{
	width: 100%;
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}






.i_newsbox_r {
	width: 100%;
	float: left;
}
.i_newsbox_r .title {
	width: 100%;
	float: left;
	padding: 120px 0 0 20px;
	border-left: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
}
.i_newsbox_r .title h1 {
    color: #fefaea;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.i_newsbox_r .title h2 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #210c00;
    line-height: 1.5;
}
.i_newsbox_r .content {
    color: rgba(254, 250, 234, .9);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 2px;
    padding: 38px 0 38px 21px;
    display: inline-block;
}
.i_newsbox {
    text-align: left;
}
.i_newsbox .date {
    color: #fae389;
    font-size: 13px;
    padding: 0 0 10px 0;
}
.i_newsbox .title {
    color: #FCFBFA;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.i_newsbox .content {
color: rgba(245, 244, 242, 0.9);
    font-size: 13px;
    margin: 0 0 10px 0;
}
#morebtn {
	width: 100%;
	float: left;
	padding: 20px 0 20px 21px;
	box-sizing: border-box;
}
.morebutton {
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.1);
    color: #fdf8e8;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 0;
    width: 100%;
	box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid rgba(253, 248, 232,0.8) !important; 
}

.morebutton:hover {
    color: #fdf8e8;
    background:rgba(220, 184, 94, 0.5);
}

.morebutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.morebutton span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.morebutton:hover span {
  padding-right: 25px;
}

.morebutton:hover span:after {
  opacity: 1;
  right: 0;
}



/*--首頁分類--*/

.i_cate {
padding: 50px 10% 50px;
background: #fff;
height: 700px;
display: flex;
align-items: center;
}

.i_cate .title {
    display: block;
    border-bottom: 1px solid #aca396;
}

.i_cate .title > h1 {
    color: #614c3f;
    font-size: 2.3em;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px 0;
    display: inline-block;
    border-bottom: 2px solid #aca396;
}

.i_cate .content {
    font-size: 1.05em;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #ad7c45;
    padding: 33px 0 50px 0;
}

.i_cate_bg {
    min-height: 462px !important;
    background-size: cover;
}
	


.btn-moreyellow {
    background: #F7EFCE;
    border-radius: 2px;
    padding: 15px 10px;
    width: 100%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-moreyellow:hover, 
.btn-moreyellow:focus, 
.btn-moreyellow:active {
	background-color:  #C69C58;
}

.btn-moreyellow .time {
	color: #614c3f;
    font-size: 15px;
    letter-spacing: 1px;
	padding: 0 0 0 25px;
	background: url(../icon_time.png) no-repeat left top;
}

.btn-moreyellow:hover .time {
	color: #FEFDF9;
	background: url(../icon_time_o.png) no-repeat left top;
}



/*--首頁FOOTER--*/
#footerdata {
}
#footerdata ul {
    width: 100%;
    float: left;
    text-align: center;
    margin: 22px 0 15px 0;
    font-size: 16px;
    letter-spacing: 1px;
}
#footerdata ul li {
    text-align: center;
    display: inline;
    margin: 0 8px;
}


.footer_flex {
    width: 98%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0 0 0;
    flex-direction: row;
    align-items: stretch;
}
.footer_item {
    flex: 1;
    margin: 0 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    border-left: 1px solid #72521e;
}

.footer_item:first-child {
  border-left: none;
}

.f_flex-1 {
  flex-grow: .4;
  flex-shrink: 1;
  flex-basis: 0%;
 justify-content: center;
  align-items: center;
}

.f_flex-1 .title {
    width: 100%;
    display: block;
    text-align: center;
	color: #f7efcd;
}
.footer_time {
    flex: 1;
    margin: 5px;
    color: #fcfcef;
font-size: 16px;
    font-family: '微軟正黑體', Open Sans, sans-serif;
	text-align: center;
}

.footer_item > .footer_time:nth-of-type(1) {
  color: #d0c3b3;
  text-align: center;
}


/*-------------------------------------------------------------------------------------------------------------------------------SM*/
@media (min-width: 768px) and (max-width: 991px) {

.footer_flex {
    width: 100%;
}
.f_flex-1 {
    flex-grow: .4;
}

}

/*-------------------------------------------------------------------------------------------------------------------------------XS*/
@media (max-width: 767px) {

.i_newsbox_r .title {
    padding: 70px 0 0 20px;
}

.i_newsbox_l {
	width: 100%;
	float: left;
	padding: 50px 0 50px 0;
}
.i_newsbox_l .photo_box{
	padding: 0;
}



.footer_flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0 0 0;
    flex-direction: row;
    align-items: stretch;
}
.footer_item {
    flex: 1;
    margin: 20px auto;
    padding: 20px 0;
    display: inline-table;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    width: calc(33% - 2px);
    text-align: center;
}

}


/*-------------------------------------------------------------------------------------------------------------------------------Moblie*/
@media (max-width: 480px) {

.i_videobox {
    padding-top: 70px;
    padding-bottom: 60px;
}

.i_cate_bg {
    min-height: 300px !important;
    background-size: cover;
}

#footerdata ul li {
    text-align: center;
    display: block;
    margin: 0 0 8px 0;
}

.footer_flex {
    width: 80%;
    margin: 0 auto;
    display: table;
    padding: 10px 0 0 0;
}
.footer_item {
flex: none;
   margin: 15px auto;
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px dotted #72521e;
}
.footer_item:first-child {
  border-top: none;
}

}



/*---麵包蟲---*/

#bread {
    padding: 0 15px 5px 15px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bread .breadcrumbs {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

#bread ul.breadcrumbs {
	display: none;
}

#bread ul.breadcrumbs {
		display: none;
	}

#bread ul.breadcrumbs {

    margin: 0;
    font-size: 14px !important;
    float: right;
    text-align: right;
    display: inline-block;
}
#bread ul.breadcrumbs li {
	display: inline-block;
}

#bread ul.breadcrumbs li span {
	margin: 0 5px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#bread ul.breadcrumbs li {
		color: rgba(247, 239, 205, 1);
}
	
#bread ul.breadcrumbs li a {
		color: rgba(248, 244, 240, .8);
}
	
#bread ul.breadcrumbs li a:hover {
		color: rgba(247, 239, 205, 1);
		text-decoration: none;
}




/*************************
*******news 
**************************/


.pagenum2 {
	float: left;
	width: 100%;
	padding: 40px 0 10px;
	border-top: 1px solid #d7d7d7;
	text-align: center;
	
}
.pagenum2 a {
    padding: 13px 30px 13px 20px;
    COLOR: #f2f2f2;
    TEXT-DECORATION: none;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background 0.3s;
    border: 1px solid #613F29;
    background: #613F29;
}
.pagenum2 a:hover {
	COLOR: #613F29;
	text-decoration: none;
	border: 1px solid #F2E6D6;
background: #F2E6D6;
}

.newslist{
	float: left;
	width: 100%;
	visibility: visible;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}
.newslist ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.newslist li{
	width: calc(100%/2 - 16px);
	margin: 0 8px 15px ;
	padding: 15px;
	border: #e0e0e0 solid 1px;
	list-style-type: none;
	display: inline-block;
	float: left;
	background: rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newslist li:hover{
	border: #d15659 solid 1px;
	background: rgba(161,136,39,0.15);
}
.newslist li a{}
.newslist li .title{
	margin: 0;
	font-size: 16px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist li:hover .title{
	color: #b80509;
}
.newslist li .date{
	display: flex;
	margin-bottom: 10px;
}
.newslist li .date span:nth-of-type(1){
	margin: 0 7px 0 0;
	display:inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	background: #ecae39;
	border-radius: 100%;
	padding: 13px 14px;
	transition: all 0.3s;
}
.newslist li:hover .date .icon{
	background: #d02b24;
}
.newslist li .date span:nth-of-type(2){
	
}
.newslist li .date span:nth-of-type(2) .month{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 2px 0;
	color: #333;
	padding: 0;
}

.newslist li .date span:nth-of-type(2) .year{
	color: #8E8E8E;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.2em;
}


#news-ov {
	width: 100%;
	float: left;
}
#news-ov ul {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0;
	padding:0;
}
#news-ov ul li {
display: block;
    width: calc(100%/3 - 30px);
    float: left;
    text-decoration: none;
    list-style-type: none;
    padding: 8px;
    background-color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 15px 15px 15px 15px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
	border-radius: 0px;
	position: relative;
}
#news-ov ul li:last-child {
	margin: 15px 0 15px 15px;
}



#news-ov ul li:hover {
	text-decoration:none;
	background-color:rgba(0,0,0,.05);
    border: 1px solid #B86200;
}


.tag-v {
           float: left;
margin-right: 2px;
position: absolute;
padding: 10px 0;
width: 24px;
color: #fff;
text-align: center;
z-index: 2;
top: -2px;
left: 20px;
        }

        .tag-v::after {
            position: absolute;
            content: "";
            left: 0;
            top: 100%;
            border-style: solid;
            border-width: 0 12px 8px 12px;
        }

        .tag-v.bgcolor::after {
            border-color: #d71a11 #d71a11 transparent #d71a11;
        }

        .tag-v.bgcolor {
            background: #d71a11;
        }







#news-ov .news-det {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 20px 20px 12px 20px;
/*
    min-height: 180px;
    box-sizing: border-box;
*/
	
    box-sizing: border-box;
    overflow: hidden;
}
#news-ov .news-det .newsdate {
    font-size: 1em;
    color: #c89038;
    text-shadow: 1px 1px 0 rgb(255, 255, 255, .3);
    float: left;
    width: 100%;
    letter-spacing: 1px;
	line-height: 1.5;
}
#news-ov li:hover .news-det .newsdate {
	color: #ac987f;
}
#news-ov .news-det h3 {
    float: left;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    color: #a85716;
    font-weight: 500;
    -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    margin: 8px 0 10px 0;
    padding: 0;
}
#news-ov li:hover .news-det h3, 
#news-ov li:hover .news-det p {
	color: #B86200;
}
#news-ov .news-det p {
    font-size: 0.9em;
    line-height: 1.7;
    color: #6b665f;
    margin: 0;
    padding: 0;
}
#news-ov li:hover .news-det p {
	color: #6b665f;
}
#news-ov .news-img {
	float: left;
	width: 100%;
}


#news-ov .newsimg {
    	width: 100%;
	overflow: hidden;
	position: relative;
    padding-top: 140%;
	display: block;
	    
}

#news-ov .newsimg img {
    	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}







#news-ov li:hover .newsimg img {
    transform: scale(1.2,1.2);
}




.faqlist2 {
	display:inline-block;
	width: 100%;
}
.faqlist2 dl {
    width: 100%;
    margin: 0px;
    float: left;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #C0B391;
    padding-top: 0px;
	
	display: flex;
	
}
.faqlist2 dt {
    float: left;
background-color: #D1AF79;
-moz-border-radius: 1px;
border-radius: 3px;
padding: 5px 10px 5px 10px;
font-size: 1em;
color: #fff;
letter-spacing: 1px;
width: auto;
	font-weight: 600;
}
.faqlist2 dd {
    float: left;
    margin: 0px;
    padding: 0 5px 0 15px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 500;
    color: #a85716;
    width: 100%;
    border-color: transparent;
    box-sizing: border-box;
}









.newslist2 {
	display:inline-block;
	width: 100%;
}
.newslist2 dl {
    width: 100%;
    margin: 0px;
    float: left;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #C0B391;
    padding-top: 0px;
}
.newslist2 dt {
    float: left;
    background-color: #D1AF79;
    -moz-border-radius: 1px;
    border-radius: 3px;
    padding: 5px 15px 5px 10px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    width: auto;
}
.newslist2 dd {
    float: left;
    margin: 0px;
    padding: 18px 5px 0 5px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 500;
    color: #a85716;
    width: 100%;
    border-color: transparent;
    box-sizing: border-box;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
    padding: 35px 5px;
/*    border-bottom: 1px solid #e8e8e8;*/
    /* background: rgba(255,255,255,0.3); */
	box-sizing: border-box;
}


.faqcontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
    padding: 35px 5px 35px 50px;
	box-sizing: border-box;
	position: relative;
}

.faqcontent::before {
	content: 'A：';
position: absolute;
left: 12px;
color: #D1AF79;
font-size: 1em;
font-weight: 600;
}





.newslist4 {
    font-size: 1em;
    line-height: 1.6em;
    color: #706961;
    font-weight: 500;
    background-color: #FDF8E8;
    float: left;
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
}
.newslist4 A:link, .newslist4 A:visited {
    color: #D14F16;
    text-decoration: none;
}
.newslist4 A:hover {
color:#B86200;
text-decoration:none;
}

@media (max-width: 991px) {
.newslist li{
	width: calc(100%);
	margin: 0 0 15px ;
}
}
@media (max-width: 768px){
#news-ov ul li {
	width: 100%;
	min-height: 300px;
	margin: 10px 0 15px 0;
}
#news-ov ul li:last-child {
    width: 100%;
    margin: 15px 0;
}
#news-ov .newsimg {

}
}
@media (max-width: 480px) {
#news-ov .newsimg {

}
}


.page_title01 {
    color: #6d563e;
    font-size: 2.3em;
    line-height: 1.5;
    padding: 0 0 15px 0;
    margin: 0;
    float: left;
}


.page_title02 {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 1.8;
    color: #80431c;
    padding: 5px 13px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(../bg_squared.png) repeat #fff;
}








/*=========================最新消息=============================*/

.p_news{
}



.p_news .bottom{
	margin: 0;
	padding: 0;
	list-style: none;
}

.p_news .bottom li{
    display: flex;
    align-items: center;
        padding: 15px 1rem;
    margin-bottom: 0;
    border-bottom: 1px dotted #c6c2b9;
}


.p_news .bottom li:nth-child(odd) {
    background: #fff;
}

.p_news .bottom li:nth-child(even) {
    background: #FAF7F4;
}

.p_news .bottom li:last-child {
        border-bottom: none;
}



.p_news .bottom li a {
	display: flex;
}

.p_news .bottom li .pic{
	max-width: 180px;
	display: flex;
	align-items: center;
	margin: 0 15px 0 0;
}

.p_news .bottom li p{
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	margin: 0;

}

.p_news .bottom li .date{
display: block;
    color: #cf9700;
    font-weight: 500;
    font-size: 0.95em;
    line-height: 2;
    padding: 0;
    /* align-self: center; */
}
.p_news .bottom li .title00{
    display: block;
    color: #333;
    align-self: center;
    line-height: 1.8em;
	padding-left: 20px;
}


.p_news .bottom li:hover  .title00 {
    color: #AE3215;
    text-decoration: none !important;
}


.p_news .bottom li a:hover {
    color: #AE3215;
    text-decoration: none !important;
}



@media (max-width:479px) {

.p_news .bottom li a{
	flex-flow: row wrap;
}

.p_news .bottom li .pic{
	max-width:none;
	width: 100%;
	margin: 0 0 10px 0;
}

.p_news .bottom li .date {
    width: 100%;
	float: left;
}


.p_news .bottom li .title00{
	padding-left: 0px;
}


.p_news .bottom li p{
	width: 100%;
}

}





/*************************
*******內頁選單
**************************/
.pageleft {
	float: left;
	width: 200px;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 1.6em;
}
.pageleft .title {
	display: inline-block;
	width: 100%;
	font-size: 26px;
	line-height: 1.7em;
	color: #063984;
	font-weight: bold;
	text-align: center;
	padding: 0 0 3px;
}
ul.mtree {
  padding: 0;
}
ul.mtree ul {
  padding-left: 0;
}
ul.mtree li {
  list-style: none;
	padding:  0;
}
ul.mtree a {
  display: block;
	text-decoration:none;

}
ul.mtree a:hover {
	text-decoration:none;
}
ul.mtree li > a.current {
  font-weight: bold;
	background: #ebe5d9 url(../icon7.png) no-repeat 6px 15px;
	color: #FFF;
}
ul.mtree li.mtree-node > a {
  /*font-weight: bold;*/
}
ul.mtree li.mtree-node > a.current {
  font-weight: bold;
	background: #ebe5d9 url(../icon7.png) no-repeat 6px 15px;
	color: #FFF;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

ul.mtree.transit {
  background: #f3f2f2;
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 15px;
  /**background: #fdf1f4;*/
	padding: 0;
  border-bottom: none;
	/*border-left: 1px solid #003288;*/
		

}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
    color: #dec99a;
    font-size: 0.9em;
    font-weight: 300;
    position: absolute;
    top: 12px;
    right: 10px;
}

ul.mtree.transit li.mtree-open > a:before {
  content: '-';
   color: #fff;
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
}


ul.mtree.transit ul > li:first-child {
  margin-top: 0px;
}
ul.mtree.transit li.mtree-open > a {
color: #af6313;
    background: #ebe5d9;
}



ul.mtree.transit li.active > a{
  color: #af6313;
  background: #ebe5d9;
}


/*ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
  background: #003288 url(../icon6.png) no-repeat 14px 16px;
  color: #FFF;
}*/
ul.mtree.transit li > a.current {
  font-weight: bold;
	background: #FDFCFC url(../icon6.png) no-repeat 10px 16px;
	color: #FFF;
}
ul.mtree.transit li.mtree-node > a.current:before {
	color: #FFF;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  /*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 10px 0.5em 10px 1em;
  color: #503F34;
}
ul.mtree.transit li > a {
    font-size: 1em;
    line-height: 1.6;
    border-bottom: 1px dashed #ddd5c2;
    background: #f8f5f0;
	position: relative;
}
ul.mtree.transit li > a:hover {
  color: #503F34;
   background: rgba(247, 239, 205, .8);
}
ul.mtree.transit li li > a {
    padding: 6px 6px 6px 1.2em;
    background: rgba(255, 255, 255, .8);
    color: rgba(175, 99, 19, .8);
    border-bottom: none;
    font-size: 0.95em;
}
ul.mtree.transit li li > a.current {
font-weight: 300;
    background: #fff6c4;
    color: #aa6620;
}
ul.mtree.transit li li > a:hover {
  color: #aa6620;
   background: rgba(247, 239, 205, .8);
}
ul.mtree.transit li li li > a {
  padding: 6px 0px 6px 1.8em;
	background: none;
	color: #333;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
	background: none;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
/*ul.mtree.transit li li > a:hover, ul.mtree.transit li li li > a:hover {
  background-image: none;
}*/
@media (max-width: 991px) {
.pageleft {
	float: left;
	width: 100%;
	margin: 0 0 45px;
}
}





.footer-icon {
    width: 100%;
    float: left;
	margin: 40px 0 10px 0;
	text-align: center
}

.footer-icon a:hover {
  text-decoration: none;
}

.tools-btn-icon {
    font-size: 2em;
    margin: 0 5px 10px 5px;
    width: 43px;
    height: 43px;
     line-height: 1.6; 
    display: inline-block;
    background: #E7E4E1;
    border-radius: 50%;
}


.tools-btn-icon:hover  {
  background: #F7EFCD;
}


.iconcircle {
    background: #e3be00;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
	 transition: all 0.2s ease;
}
.iconcircle:hover {
    background: #006114;
}

.iconcircle:hover img {
    opacity: 1;
}



@media (min-width: 768px) and (max-width: 980px) {
.tools-btn-icon {
    line-height: 1.6;
}
}
@media (max-width: 767px) {
.tools-btn-icon {
    line-height: 1.6;
}
}
@media (max-width: 480px) {
.tools-btn-icon {
    line-height: 1.8;
}
}



.edit strong {
	font-weight: bold;
}
.edit em {
	font-style: italic;
}
.edit hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.edit h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.edit h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.edit h1 {
	font-size: 36px;
}
.edit h2 {
	font-size: 30px;
}
.edit h3 {
	font-size: 24px;
}
.edit h4 {
	font-size: 18px;
}
.edit h5 {
	font-size: 14px;
}
.edit h6 {
	font-size: 12px;
}
.edit p {
	margin: 0 0 10px;
}
.edit ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.edit ul {
padding-left: 15px;
    list-style-type: disc;
    list-style-position: inside;
}
.edit ol {
	padding-left: 15px;
	list-style-type: decimal;
}
.edit li {
	margin-bottom: 10px;
}
.edit sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.edit sup {
	top: -.5em;
}
.edit sub {
	bottom: -.25em;
}
.edit address {
	margin-bottom: 20px;
	font-style: italic;
	line-height: 1.42857;
}


.doctorbox {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-top: 90px;
	margin-top: 90px;
border-top: 1px dotted #A29581;

}


@media only screen and (max-width: 767px) {
	
	.doctorbox {
	width: 100%;
	display: block;
	flex-direction: row;
	padding-top: 60px;	
		margin-top: 60px;
border-top: 1px dotted #4F381E;


}
	
	
}
