.btn {
    color: #fff !important;
    white-space: normal;
    margin: 3px 5px;
}
.btn i { margin-right: 5px; }
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { font-size: 15px; }
.btn-gray { cursor: default; }
.btn-block-half {
    display: block;
    width: 50%;
    margin: auto;
}
.btn-default.btn-big, .btn-default.btn-big-center, .btn-default.btn-big-full {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    font-size: 17px;
}
.btn-default.btn-big-center {
    width: 180px;
    margin: auto !important;
    float: none;
    display: block;
}
.btn-default.btn-big-full {
    display: block;
    margin: 0;
}
.btn-group1 .btn-default {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0;
    font-size: 15px;
}
.btn-group1 .btn-default:first-child { margin-left: 0; }
.btn-group2 a.btn {
    margin: 0 10px 15px 0;
    /* width: 31.5%;*/
    padding: 15px 30px;
}
.btn-default.btn-small {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-square {
    width: 90px;
    height: 90px;
    border-radius: 10px 0 0 10px;
    display: table-cell;
    padding: 8px;
    line-height: 20px;
}
.btn-icon i {
    display: block;
    font-size: 25px;
    margin: 0 0 5px 0;
}
.breadcrumb {
    font-weight: normal;
    font-size: 15px;
}
.breadcrumb a, .breadcrumb > li + li:before { color: #666; }
.breadcrumb > .active {
    color: #0e6133;
	font-weight: bold;
}
.main-content {
    float: right;
    min-height: 500px;
}
.sidebar { float: left; }
iframe, img { max-width: 100%; }
h2.title {
    font-size: 34px;
    line-height: 40px;
}
h3.title { font-size: 28px; }
h4.title { font-size: 24px; }
.title .title-en {
    display: block;
    font-size: 80%;
    font-weight: normal;
}
.main-content p, .main-content li {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: #333;
}
.main-content .lead {
    font-size: 21px;
    line-height: 35px;
}
.main-content .lead-s {
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: normal;
}
.main-content .post-content.txt-small-s p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-content .post-content.txt-small p {
    font-size: 16px !important;
    line-height: 27px !important;
}
.main-content .post-content.txt-bigger p {
    font-size: 21px !important;
    line-height: 32px !important;
}
.main-content .post-content.txt-bigger-x1 p {
    font-size: 23px !important;
    line-height: 35px !important;
}
.main-content .post-content.txt-bigger-x2 p {
    font-size: 25px !important;
    line-height: 40px !important;
}
/*navigations*/

.pager-modern {
    border: 1px solid #eee;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
    display: table;
}
.pager-modern i {
    margin: 0 10px;
    vertical-align: middle;
}
.pager-modern a, .pager-modern a:visited { }
.pager-modern a:hover { color: #111; }
.pager-modern a {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.pager-modern a span {
    display: block;
    line-height: 20px;
}
.pager-modern a span.txt {
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}
.pager-modern span:hover { }
.pager.pager-modern.page-success i { color: #222; }
.page-success {
    width: 360px;
    margin: auto;
}
.pager-prev {
    text-align: left;
    width: 45%;
}
.pager-all {
    text-align: center;
    width: 10%;
}
.pager-all i { font-size: 20px; }
.pager-next {
    text-align: right;
    width: 45%;
}
.top-search.input-group {
    width: 250px;
    float: right;
}
.top-search.input-group .form-control {
    padding: 7px 16px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.top-search .input-group-btn > .btn {
    padding: 6px 5px 6px 10px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 0 0 -1px;
}
.top-search .input-group-btn > .btn i { }
.mobil-search {
    position: relative;
    margin-top: 10px;
}
.mobil-search .icon-search {
    font-size: 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    padding: 0 8px;
    right: 33px;
    top: 16px;
}
.search_form {
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    width: 60%;
    right: 0;
    top: 62px;
    opacity: 0;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}
.search_box:checked~.search_form { opacity: 1; }
.search_form input {
    background: #fff;
    border: none;
}
.search_form input[type='text'] {
    width: 85%;
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 35px;
    float: left;
    color: #FFF;
}
.search_form input[type='submit'] {
    font-size: 12px;
    padding: 0px 5px;
    min-height: 35px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    text-indent: -999px;
    width: 35px;
    background-image: url(../images/search.svg);
    float: right;
}
.search_form input[type='submit']:before { }
.search_box { display: none !important; }
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fb-like { }
.volunteer-img {
    height: 250px;
    overflow: hidden;
    margin-bottom: 50px;
    display: table;
}
h1.volunteer-title {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    height: 250px;
    text-align: right;
    padding: 100px 50px 0 0;
}
h1.volunteer-title span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #999;
}
/*.volunteer-img img{
	width:40%;
	display: table-cell;
	}
.volunteer-title{
	display: table-cell;
	}*/
.volunteer-info { margin: 20px 0; }
.volunteer-info .title {
    padding: 5px 20px;
    text-align: center;
    color: #fff;
}
.volunteer-info, .volunteer-info p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.volunteer-info p {
    margin-top: 0;
    margin-bottom: 10px;
}
.volunteer-info .row { margin-bottom: 20px; }
.volunteer-info .col-md-10 .col-md-10 { padding: 0; }
.easyPieChart, .easy-pie-chart {
    position: relative;
    text-align: center;
}
.easyPieChart canvas, .easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.sermons-list .event-list-item-date { width: 90px; }
.sermons-list .smaller-cont .event-list-item-date .event-date { width: 100%; }
.sermons-list .accordion-heading { overflow: hidden; }
.sermons-list .accordion-heading .accordion-toggle { padding: 23px 30px 23px 15px; }
.sermons-list .accordion-inner, .sermons-list .accordion-heading .accordion-toggle { border: 0 !important; }
.sermons-list .panel {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .5);
}
.sermons-list .sermons-media iframe { height: 200px; }
.sermons-list .sermons-audio span {
    text-align: center;
    display: block;
}
.sermons-list .sermons-btn { text-align: center; }
.sermons-list .sermons-btn span {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}
.sermons-list .smaller-cont .event-list-item-date .event-day { font-size: 21px; }
.sermons-list .smaller-cont .event-list-item-date .event-month { font-size: 14px; }
.sermons-list .accordion-group { margin-bottom: 15px; }
.sermons-list .mejs-container { max-width: 100%; }
.sermons-list .btn i { font-size: 21px; }
.main-content .latest-sermon-content { margin: 0 0 20px 0; }
.main-content .latest-sermon-content .title {
    margin-top: 20px;
    line-height: 1.2em;
}
.main-content .latest-sermon-content .title span {
    display: inline-block;
    font-size: 85%;
}
.main-content .latest-sermon-content p { line-height: 25px; }
.latest-sermon-content h2 {
    font-size: 23px;
    text-align: center;
}
.latest-sermon-content hr.sm { margin-bottom: 20px; }
.sermons-listing-s {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
}
.sermons-listing-s li {
    border: 1px solid #ccc;
    float: left;
    padding: 5px;
    width: 30.8%;
    text-align: center;
    margin: 10px;
}
.sermons-listing-s .post-info { text-align: center; }
.sermons-listing-s h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.sermons-listing-s h4 span {
    display: block;
    font-size: 75%;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 18px;
    margin-top: 5px;
}
.sermons-listing-s h4 a { color: #333; }
.sermons-listing-s p {
    margin-bottom: 0;
    font-size: 15px !important;
    color: #999;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
}
.sermons-listing-s .post-image, .sermons-listing-s .video-img {
    float: none;
    width: 100%;
    border: 0;
    padding: 0;
}
.sermons-listing-s .post-info {
    padding: 10px 0 5px 0;
    height: 115px;
}
.sermons-listing-s .post-info a { display: block; }
.sermons-listing-s .post-info, .video-listing .post-info { height: 85px; }
.video-listing li {
    width: 30.8%;
    text-align: left;
}
.video-listing h4 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}
.video-listing h4 a { color: #33a1d2; }
.video-listing iframe { height: 130px; }
.video-listing .video-img i {
    padding: 14px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: -25px;
    top: 28%;
}
.paragraph {
    float: right;
    margin-bottom: 20px;
}
.media-app { margin-bottom: 20px; }
.button-group { margin-top: 20px; }
.button-group a {
    width: 45%;
    display: inline-block;
    margin: 15px 15px 15px 0;
}
.pic-shadow {
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.txt-center { text-align: center !important; }
.latest-stories { padding-bottom: 20px; }
.latest-stories a.more {
    margin: 5px 0 0 0;
    display: block;
    text-align: right;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    position: absolute;
    right: 20px;
    bottom: -5px;
}
a.btn.more { text-align: center; }
.main-navigation > ul > li.megamenu .video-img i { font-size: 21px; }
.main-navigation > ul > li.megamenu .video-img i.fa-angle-right:before { content: "\f04b"; }
.fix-button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 450px;
    max-width: 120px;
}
.fix-button .btn {
    white-space: normal;
    margin-bottom: 5px;
    line-height: 20px;
    padding: 8px 0;
    border-radius: 10px 0 0 10px;
    font-size: 17px;
}
.fix-button.button-group .btn {
    width: 100%;
    border-radius: 5px 0 0 5px;
    margin-top: 0;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 14px;
}
.fix-button h3 {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
}
h3 i { margin-right: 5px; }
.show-1024 { /*display: none;*/
}
.hidden-1024 { display: block; }
.modal-dialog { width: 700px; }
.modal-title {
    font-size: 21px;
    color: #fff;
}
.modal-header { border-radius: 5px 5px 0 0; }

.download {
    padding: 0;
    margin: 0 -10px 10px 0;
}
.download li {
    width: 48%;
    display: inline-table;
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    text-align: justify;
}
.download li .icon {
    width: 40px;
    margin-right: 10px;
    float: left;
}
.download li span {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    line-height: 23px;
}
.download li .btn { float: right; }
.download.full li {
    width: 100%;
    display: table;
}
.download.full li span { width: 75%; }
.modal-body .download li .btn { padding: 5px 15px; }
ul.list-lg {
    font-size: 19px;
    font-weight: bold;
    color: #333;
}
ul.list-lg li { margin-bottom: 20px; }
.col-md-6.pie-chart {
    border-radius: 20px;
    border: 2px solid #ccc;
    padding: 15px;
    text-align: center;
}
.col-md-6.pie-chart h3 { text-align: center; }
.gm-style .gm-style-iw {
    font-size: 15px;
    font-family: "微軟正黑體";
}
.gm-style .gm-style-iw h3 { margin-bottom: 0; }
.messagebox {
    padding: 50px;
    background-color: #f4f4f4;
    font-size: 16px;
    margin-bottom: 20px;
}
.messagebox p { text-align: center !important; }
.growingblock {
    margin-top: 80px;
    text-align: center;
}
.growingblock h3 {
    font-weight: bold;
    margin-bottom: 5px;
}
.growingblock span.spacer {
    margin: 0 15px;
    font-size: 80%;
    color: #999;
}
.messagebox.small-txt { padding: 40px; }
.messagebox.small-txt p, .messagebox.small-txt li {
    text-align: left !important;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #555;
}
/*****英文版******/

.language-en h1, .language-en h2, span.language-en { font-family: 'Raleway', sans-serif; }
.language-en .form-group label { font-size: 14px; }
.language-en h1 { font-size: 45px; }
.language-en .form-newmember .form-horizontal .control-label {
    font-weight: bold;
    width: 25%;
}
.language-en .form-newmember .form-horizontal .controls {
    width: 75%;
    font-size: 14px;
}
.language-en h5.controls { letter-spacing: 0; }
/****Google Calendar**/
.mv-dayname { font-family: "微軟正黑體"; }
.filter-button-group {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.nav-btn {
    display: table-cell;
    border: 1px solid #ccc;
    text-align: center;
    float: none;
    background-color: #fff;
    margin: 0 -1px 0 0;
    padding: 15px;
    color: #333;
    width: 14.3%;
}
.nav-btn:hover { background-color: #f4f4f4; }
.nav-btn.active {
    color: #fff;
    background-color: #0e6133;
    border-color: #0e6133;
}
.store-table h2 .btn {
    padding: 2px 14px;
    letter-spacing: 0;
}
.store-table .boxstyle2 { margin: 0; }
.store-table .boxstyle2 td, .store-table .boxstyle2 th {
	padding: 5px 10px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
}
.content-bg { margin-bottom: 30px; }
.article_info { height: 150px; }
.hiden-pc, .fixed-button { display: none; }
.post-content img.left {
    float: left;
    margin: 0 20px 20px 0;
}
.event > div{margin-bottom: 20px;}
.event > div .image-box { text-align: center; }
.event > div:hover .image-box { opacity: 1; }

.event .inner {
    border: 1px solid #eee;
    padding: 20px;
}
.event .image-box-description {
    margin-bottom: 0;
    padding-bottom: 0;
}
.event .image-box-description p {
    font-size: 16px;
    line-height: 23px;
    height: 49px;
    overflow: hidden;
    margin-bottom: 15px;
}
.event .image-box-description .box-info {
    margin-bottom: 15px;

}
.event .image-box-description h4 a {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 52px;
	overflow: hidden; 
	color: #000;
    display: block;

}

.event > div a.button {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    height: auto;
    border-radius: 0;
    margin: 0;
    color: #fff;
    background-color: #0e6133;
    display: block;
	padding: 0;
}
.event > div a.button:hover { color: #fff !important; }
.event.tools .image-box-description h4 {
    font-size: 19px;
    height: 30px;
}
.event.tools .image-box-description p {
    font-size: 15px;
    height: 50px;
}
.event.tools .inner { padding: 10px; }
.event.tools > div .image-box img { width: 100%; }
.event.tools > div a.button {
    width: 100%;
    line-height: 45px;
}
.event.tools hr.line { display: none; }
.image-box-description .post-date {
    font-size: 15px;
    margin: 3px 0;
	display: block;
}
.event .image-box-description {

    padding: 12px 0 0;
    position: relative;
    width: 100%;
}
.event > div a.button.gry {
    background-color: #666 !important;
}

.image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
	    max-height: 200px;
}
.image-box img {
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 100%;
}
.event-pic img {
    width: 100%;
}
.event-info {
    width: 100%;
       margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
}
.event-left {
	width: 75%;
	position: relative;
	float: left;
}
.event-left .control-group .short {
	width: 100px;
	color: #5b2839;
}

.event-left .control-group label {
	background-color: #EAEAEA;
	padding: 3px;
	text-align: center;
}

.event-left .control-group .check, .event-left .control-group .short {
	padding: 3px 0;
}

.event-right {
	width: 23%;
	margin: 75px 0 0 10px;
	position: relative;
	float: right;
}

.event-right .info-box {
	text-align: center;
	padding: 0;
}
.event-right .button {
	width: 100%;}
.button i {
    font-size: 20px;
    margin-right: 10px;
}
.event-map {
	position: relative;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
	}
.event-right .box {
	width: 100%;
	margin: auto;
	margin-bottom: 10px
}

.event-right .box div.title {
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	background-color: #666;
	color: #FFF;
}

.event-right .box div.num {
	font-size: 48px;
	padding: 30px;
	background-color: #FFF;
	border: 1px solid #ccc;
	color: #c00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
.form-info .form-group {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.form-info .form-group label {
    font-size: 15px;
    margin: 0;
    text-align: left;
    padding: 0;
    width: 125px;
    float: left;
    color: #666;
}
.form-info .controls {
    width: 75% !important;
    padding: 0;
    font-size: 16px;
    line-height: 25px !important;
    text-align: left;
    float: left;
    color: #000;
}
.form-info .form-group label i {
    color: #666;
    width: 25px;
    height: 25px;
    background-color: #eee;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 13px;
}
.event-left .form-info{border: 0;}
.button {
	cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 18px 36px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #0e6133 !important;
    color: #fff !important;
    text-align: center;
	    display: inline-block;
		}
.event-pic {
    position: relative;
    background-repeat: no-repeat;
    margin: 0 0 40px 0;
}
.main-navigation .header-extras{
    position: relative;
    float: right;
    margin-top: 55px;
    font-size: 18px;
    background: #0e6133;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.main-navigation .header-extras > a{color: #fff;}
.login-content h2{text-align: center;}
.add-btn.full {
    display: block!important;
    width: 100%;
}
.readmore{
	padding: 10px 20px;
	min-width: 220px;
	margin: auto;
	border: 1px solid #0e6133;
	display: inline-block;
	margin: 20px 0;
	transition: .2s;
}
.readmore:hover{
	background: #0e6133;
	color: #fff;
}
.organize{
	list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
   margin: 0 -1.5%;
	width: 100%;
}
.organize li{
	 width: 30.333333%;
  margin: 0 1.5% 20px 1.5%;
	    text-align: center;
	border: 1px solid #eee;
	    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
	cursor: pointer;
}

.img-box{
	    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
	height: 150px;
	padding: 10px;
	    width: 100%;
}
.img-box img{
	max-height: 150px;
	padding: 10px;
}
.organize li h4{
    padding: 10px;
    margin-bottom: 0;
	}
#company-info .modal-header{
	background-color: #fff;
}

#company-info .modal-title{
	color: #000;
}
#company-info .modal-footer{text-align: center;}
.input-prepend{margin-bottom: 20px;}
.input-prepend {
    margin-bottom: 10px;
}
/* ----------------------------------------------------------------------
    PAGE 404
-------------------------------------------------------------------------*/

.page-error-404 {
	color: #dedede;
	display: block;
	font-size: 230px;
	font-weight: 800;
	line-height: 1;
}
body.device-xs .page-error-404 {
    font-size: 200px;
    line-height: 0.8;
    margin-bottom: 20px;
}
body.device-xxs .page-error-404 {
    font-size: 120px;
    line-height: 0.8;
    margin-bottom: 20px;
}
.input-group-btn .btn{margin: 0;}
.doctor-info {
    padding: 20px;
    background: #fdfdfd;
    margin-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.doctor-info h2 {
    font-size: 22px;
    background: #eaeaea;
    color: #000;
    padding: 10px;
    margin-bottom: 15px;
    margin: -20px -20px 20px -20px;
	font-weight: bold;
}
.right-imgbox {
    width: 300px;
    float: right;
    text-align: center;
    margin-left: 15px;
}
.right-imgbox img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(194,192,194,0.46);
    -moz-box-shadow: 0px 0px 5px 1px rgba(194,192,194,0.46);
    box-shadow: 0px 0px 5px 1px rgba(194,192,194,0.46);
    padding: 5px;
}
.d-blog-info p {
    font-size: 15px;
    margin-top: 20px;
}
.d-blog-info {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 10px;
}
.doctor-info h4 {
    margin: 0 0 10px 0;
    color: #222222;
    font-weight: 700;
    font-size: 22px;
}

/*2019-08-21 新增*/

.breadcrumb a:hover {
    color: #99bb2d;
}

.site-header .site-logo {
    width: 220px;
    margin-top: 0;
}
/* .like {
    background-color: #145f31;
    width: auto;
    border-radius: 50px;
    padding: 5px;
    font-size: 15px;
    min-width: 110px;
    text-align: center;
    margin-bottom: 10px;
}
.like a{
    color: #fff !important;
    display: block;
}
.like a span{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 7px 0 5px;
    font-weight: bold;
}
.like a i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;

}
.like.ok a i {
    background-color: #fff;
    border-radius: 100%;
    color: #145f31;
} */
 .fb-num {
    display: flex;
    align-items: flex-start;
    margin-left: 0.5rem;
    gap: 4px;
}
.watched {
    background: url(../images/eye.svg) no-repeat left center;
    white-space: nowrap;
    padding-left: 23px;
    font-size: 14px;
	line-height: 1.5;
    font-weight: bold;
}
.watched span{
    margin-right: 2px;
}
 .like a {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #145f31;
}
.like a i {
    font-size: 19px;
    font-weight: bold;
    /* color: #f00; */
    color: #99bb2d;
    margin-right: 0.25rem;
}
.like a span {
    margin-right: 0.05rem;
}
.fblike-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.6;
    color: #1d2129;
    margin-bottom: 8px;
}
.fblike-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1877f2;
    width: 100%;
    color: #fff;
}
.fblike-btn a:hover{
    color: #fff;
}
.fblike-btn i{
    font-size: 14px;
    margin-right: 5px;
}

.social-share-bar .social-icons li a i{
    color:#fff !important;
}
.social-share-bar .social-icons li a{
    border: 0;
}
.social-share-bar .social-icons .facebook a,.social-icons-colored .facebook a{
    background-color: #365899;

}
.social-share-bar .social-icons .wechat a,.social-icons-colored .wechat a{
    background-color: #09B83E;

}
.social-share-bar .social-icons .line a,.social-icons-colored .line a{
    background-color: #07b53b;
}
.social-icons-colored .youtube a{
    background-color: #FF0000;
}
.single-post .meta-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 992px){
    .content.news-block .row > div{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px){
    .single-post .meta-data{
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .content.news-block{
        padding: 0;
    }
}