﻿.blog-detex-list{
	margin-bottom: 80px;
}
.blog-detex-list .detex-nav{
 border-bottom: 2px dotted #707070;
 margin-bottom: 30px;
}
.blog-detex-list .detex-nav ul{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.blog-detex-list .detex-nav ul li{
	padding: 10px ;
	text-align: center;
	cursor: pointer;
	transition: all ease-in 100ms;
	z-index: 2;
	position: relative;
	flex: 1;
	max-width: 200px;
	border-radius: 10px;
}
.blog-detex-list .detex-nav ul li.active{
	background-color: #F2F2F2;
	cursor: auto;
}
.blog-detex-list .detex-nav img{
	max-width: 100%;
	max-height: 100%;
}

.blog-detex-list .detex-nav .icon{
	margin:0 auto 15px;
	max-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-detex-list .detex-nav .title{
	color: #000;
	font-size: 25px;
	margin: 0;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	font-weight: 600;
}


.blog-detex-list .list-post{
	border-bottom: 2px dotted #707070;
	padding: 30px 0;
	position: relative;
	z-index: 2;
	margin: 0px 30px;
}
.blog-detex-list .list-post::after{
	content: "";
	position: absolute;
	top: -5px;
	left: -50px;
	right: -50px;
	bottom: -5px;
	pointer-events: none;
	transition: all ease-in 300ms;
	z-index: -1;
	border-radius: 15px;
}
.blog-detex-list .list-post:hover:after{
	background-color: #FFF;
    box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
}
.blog-detex-list .list-post:last-child{
	border-bottom: none;
}

.blog-detex-list .list-post-flex{
	display: flex;
}



.blog-detex-list .list-images{
	flex: 0 0 192px;
	text-align: center;
	margin-right: 52px;
}	
.blog-detex-list .list-images img{
	max-width: 100%;
}
.blog-detex-list .list-title{
	font-size: 30px;
	color: #000;
	margin: 0 0 10px;
	font-weight: 600;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
 
.blog-detex-list .list-title a,
.blog-detex-list .list-title a:link,
.blog-detex-list .list-title a:visited {
	color: #000;
}
.blog-detex-list .list-title a:hover {
	color: var(--accent-color,#F37B56);
    text-decoration: none;
}

.blog-detex-list .list-description{
	font-size: 18px;
	margin-bottom: 20px;
}

 
.blog-detex-list .ReadMore {
    border-radius: 3px;
    background-color: var(--accent-color2);
    min-width: 160px;
    color: #FFF;
    font-weight: 300;
    padding-bottom: 2px;
    height: 44px;
    padding: 0px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 30px;
}
.blog-detex-list .ReadMore::after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 20px;
}
.blog-detex-list .ReadMore,
.blog-detex-list .ReadMore:link,
.blog-detex-list .ReadMore:active,
.blog-detex-list .ReadMore:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

.blog-detex-list .ReadMore:hover {
    background-color: var(--accent-color,#642d5b);
    text-decoration: none !important;
}



.blog-detex-list .detex-dot{
    display: flex;
    justify-content: start;
    margin: 0 0 56px;
    padding: 0;
    list-style: none;
}
.blog-detex-list .detex-dot li{
    margin: 0 5px 0 0;
    padding: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-detex-list .detex-dot li.active {
    background-color: var(--accent-color);
    color: #FFF;
}


.blog-detex-list-detail01{
	margin-top: -60px;
}
.blog-detex-list-detail01 .top-Back{
	display: inline-block;
	color: #333131;
	line-height: 32px;
	margin-bottom: 40px;
}
.blog-detex-list-detail01 .top-Back .icon{
	width: 32px;
	height: 32px;
	background-color: #E6E6E8;
	display: inline-flex;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	margin-bottom: 3px;
}
.blog-detex-list-detail01 .top-Back .icon::after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px solid currentColor;
}
.blog-detex-list-detail01 .top-Back .icon::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 14px;
    top: 12px;
    backface-visibility: hidden;
}
.blog-detex-list-detail01 .detail-title{
	color: #2385C8;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 30px;
}
.blog-detex-list-detail01 .detail-gallery{
	float: right;
	padding: 0 0 20px 20px;
}
.blog-detex-list-detail01 img{
	max-width: 100%;
}

.detail-relatedlist h3{
	font-size: 20px;
}

@media (max-width:767px) {
	.blog-detex-list-detail01 .detail-gallery{
		float: none;
		padding: 0 0 15px;
	}
	.blog-detex-list-detail01 .detail-title{
		font-size: 32px;
	}
}
@media (max-width:991px) {
	.blog-detex-list .detex-nav ul li{
		word-break: break-all;
		padding: 15px 10px;

	}
}


@media (max-width:767px) {
	.blog-detex-list .detex-nav ul {
		flex-wrap: wrap;
	}
	.blog-detex-list .detex-nav ul li{
		flex:0 0 33.333%;
	}
	.blog-detex-list .category-info{
		display: block;
	}

	.blog-detex-list .category-info .category-img{
		max-width: 100%;
		margin-bottom: 15px;
	}
	.blog-detex-list .category-rightinfo{
		padding: 0;
	}
	.blog-detex-list .list-postbox{
		padding-bottom: 20px;
	}
	.blog-detex-list .list-post-flex{
		flex-direction: column;
		text-align: center;
	}
	.blog-detex-list .list-images{
		order: -1;
		margin: 0 0 15px;
		flex: 0 0 auto;
	}
	
}

.blog-detex-list .mobile-title{
	display: none;
	cursor: pointer;
}

.blog-detex-list .list-description{
	font-size: 18px;
}
.blog-detex-list .list-description .ReadMore{
    background-color: #2385C8;
    color: #FFF!important;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
	transition: all ease-in 200ms;
}
.blog-detex-list .list-description .ReadMore:hover{
	background-color: #004f86;
}

.detex-info-list{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	text-align: left;
	font-size: 18px;
	
}
.detex-info-list svg{
	width: 1.3em;
	height: 1.2em;
	margin-right: 10px;
	margin-bottom: 2px;
	color: #F37B56;
	fill: currentColor;
}
.detex-info-list li{
	flex: 0 0 calc(50% - 10px);
}
.detex-info-list a{
	color: currentColor !important;
}
.detex-info-list a:hover{
	color: #F37B56 !important;
}


.blog-detex-list.left-nav{
	display: flex;
}

.blog-detex-list.left-nav .detex-nav{
	flex: 0 0 220px;
	width: 220px;
	border-right: 2px dotted #707070;
	border-bottom: none;
}

.blog-detex-list.left-nav .detex-nav ul{
	flex-direction: column;
}

.blog-detex-list.left-nav .list-post::after{
	left: -20px;
    right: -20px;
}

@media (max-width:991px) {
	
	.blog-detex-list .detex-nav{
	 display: none;
	}

	.blog-detex-list .tab-container{
		margin-top: 20px;
	}


	.blog-detex-list .mobile-title{
		display: flex;
		background-color: #efefef;
		align-items: center;
		padding: 10px 50px 10px 10px;
		border-radius: 5px;
		color: #000;
		position: relative;
		margin-bottom: 15px;
	}
	.blog-detex-list .mobile-title .icon{
		width: 45px;
		margin-right: 20px;
		flex: 0 0 45px;
	}
	.blog-detex-list .mobile-title .icon img{
		max-width: 100%;
	}
	.blog-detex-list .mobile-title .title{
		color: #000;
		margin: 0;
		font-size: 20px;
		padding-right: 30px;
	}
	.blog-detex-list .mobile-title::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid currentColor;
		border-right: 1px solid currentColor;
		right: 25px;
		top: 50%;
		transform: rotate(-45deg);
		transition: all ease-in 300ms;
		margin-top: -5px;
	}
	.blog-detex-list .mobile-title.active::after {
		transform: rotate(45deg);
		margin-top: -8px;
	}
	.blog-detex-list .category-info{
		padding: 30px 0;
	}
	
	.blog-detex-list .list-title{
		font-size: 24px;
	}
	.blog-detex-list .list-post::after{
		top: -5px;
		left: -20px;
		right: -20px;
		bottom: -5px;
	}

}



/*****************************/

/*blog-detail*/

.blog-detail01 .detail-gallery{
	margin-bottom:20px;
}
.blog-detail01 .detail-images {
	display:inline-block;
	border:5px solid #f5f5f5;
	max-width:100%;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.blog-detail01 .detail-images img{
	max-width:100%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.blog-detail01 .detail-viewinfo{
	position:relative;
	margin-bottom:20px;
}
.blog-detail01 .detail-viewinfo.Displaycalendar{
	min-height:63px;
}

.blog-detail01 .detail-date{
	width:52px;
	line-height:38px;
	background-color:#f5f5f5;
	text-align:center;
	font-size:24px;
	color:#666666;
	position:absolute;
	left:0;
}
.blog-detail01 .detail-date .month{
	height:25px;
	line-height:25px;
	background-color:#20a3f0;
	color:#FFF;
	display:block;
	font-size:14px;
}
.blog-detail01 .detail-date + .detail-title,
.blog-detail01 .detail-date + .detail-info,
.blog-detail01 .detail-date + .detail-info + .detail-title,
.blog-detail01 .detail-date + .detail-title + .detail-info,
.blog-detail01 .detail-date + .detail-viewinfo{
	margin-left:70px;
}
.blog-detail01 .detail-date + .detail-viewinfo{
	margin-bottom:0;
}

.blog-detail01 .detail-title{
	font-size:24px;
	line-height:1.4;
	color:#666666;
	margin:0 0 5px;
}
.blog-detail01 .detail-title a,
.blog-detail01 .detail-title a:link,
.blog-detail01 .detail-title a:active,
.blog-detail01 .detail-title a:visited{
	color:#666666;
}
.blog-detail01 .detail-title a:hover{
	color:#666666;
}
.blog-detail01 .detail-info,
.blog-detail01 .detail-info a,
.blog-detail01 .detail-info a:link,
.blog-detail01 .detail-info a:active,
.blog-detail01 .detail-info a:visited{
	color:#999999;
}
.blog-detail01 .detail-info a:hover{
	color:#20a3f0;
	text-decoration:none;
}
.blog-detail01 .detail-info .svg-icon{
	margin:0 9px 0 0 
}
.blog-detail01 .detail-info .sep{
	margin:0 7px
}
.blog-detail01 .detail-info .sep:last-child{
	display: none;
}
.blog-detail01 .detail-description,
.blog-detail01 .detail-sharing{
	margin-bottom:26px;
}
.blog-detail01 .detail-description p {

}
.blog-detail01 .detail-description img{
	max-width: 100%;
	height: auto !important;

}
.blog-detail01 .detail-heading{
	background-color:#f4f4f4;
	padding:14px 18px;
	font-size:18px;
	color:#20a3f0;
	font-weight:normal;
	margin-bottom:20px;
}
.blog-detail01 .detail-author{
	min-height:135px;
	margin-bottom:50px;
}
.blog-detail01 .author-portrait {
	width:132px;
	height:132px;
	float:left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:18px;
	overflow:hidden;
}
.blog-detail01 .author-portrait img{
	max-width:100%;
}
.blog-detail01 .author-right{
	overflow:hidden;
}
.blog-detail01 .author-title{
	margin:0px 0px 5px;
	font-size:14px;
	color:#555555;
}
.blog-detail01 .author-description p {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}

.blog-detail01 .share-box {
	position:relative;
	display:inline-block;
	cursor:pointer;
}

.blog-detail01 .share-box:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #fff;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	position: absolute;
	top: 100%;
	left: 26px;
	margin-top: 2px;
	z-index: 2;
	opacity: 0;
}
.blog-detail01 .share-box:hover:before {opacity: 1;}
.blog-detail01 .share-box .fa.fa-caret-down {
	position: relative;
	top: 1px;
	margin: 0;
}
.blog-detail01 .share-box .addthis_toolbox,
.blog-detail01 .share-box .addthis_button{
	position:absolute;
	top:100%;
	left:0;
	background-color:#FFF;
	opacity:0;
	visibility:hidden;
	display:none;
	padding:5px;
	margin-top: 8px;
	box-shadow:0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.4);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:	all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	min-width: 100px;
	margin-right:-1000px;
	z-index: 1;
}
.blog-detail01 .share-box .addthis_counter.addthis_pill_style{
	display:inline-block!important;
}
.blog-detail01 .share-box:hover .addthis_toolbox,
.blog-detail01 .share-box:hover .addthis_button{
	opacity:1;
	visibility:visible;
	display:block;
}
.blog-detail01 .share-box:hover:after{
	content:"";
	position:absolute;
	top:-5px;
	left:-15px;
	right:-15px;
	bottom:-20px;
}



.blog-detail01 .comments-post{
	position:relative;
	padding-left:148px;
	min-height:120px;
}
.blog-detail01 .comments-portrait {
	width:148px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.blog-detail01 .comments-portrait img{
	width:81px;
	height:81px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin-bottom:10px;
}
.blog-detail01 .comments-main {
	padding:20px;
	border:1px solid #e7e7e7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:40px;
	background-color:#FFF;
	position:relative;
}
.blog-detail01 .comments-main:before{
	content:"";
	position:absolute;
	right:100%;
	top:35px;
	margin-right:-4px;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	background-color:#FFF;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.blog-detail01 .comments-info {
	text-align:right;
	padding-top:20px;
	line-height:32px;
	margin-bottom:-3px;
	position:relative;
	z-index:1;
}
.blog-detail01 .comments-info .reply-btn.active {
	height:31px;
	line-height:31px;
	padding:0px 10px;
	background-color:#fcfcfc;
	border:1px solid #f5f5f5;
	border-bottom:none;
	display:inline-block;
	vertical-align:inherit;
}
.blog-detail01 .comments-reply {
	background-color:#fcfcfc;
	border:1px solid #f5f5f5;
	padding:20px;
}
.blog-detail01 .reply-post{
	position:relative;
	padding:0px 0px 0px 150px;
	min-height:105px;
	margin-bottom:30px;
}
.blog-detail01 .reply-portrait{
	position:absolute;
	top:10px;
	left:20px;
	color:#666666;
	text-align:center;
	max-width:130px;
}
.blog-detail01 .reply-portrait img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:10px;
}
.blog-detail01 .reply-main {
	background-color:#f5f5f5;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
}
.blog-detail01 .reply-main {
}
.blog-detail01 .reply-main:before{
	content:"";
	position:absolute;
	right:100%;
	top:45px;
	margin-right:-4px;
	background-color:#f5f5f5;
	width:12px;
	height:12px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.blog-detail01 .reply-info{
	text-align:right;
	margin-top:20px;
	margin-bottom:-3px;
	position:relative;
	z-index:1;
}
.blog-detail01 .reply-info .reply-btn.active {
	height:31px;
	line-height:31px;
	padding:0px 10px;
	background-color:#fcfcfc;
	border:1px solid #f5f5f5;
	border-bottom:none;
	display:inline-block;
	vertical-align:inherit;
}
@media only screen and (max-width: 767px) {
	.blog-detail01 .comments-post{
		padding-left:0;
	}
	.blog-detail01 .comments-portrait{
		position:static;
		margin:0px auto 25px;
	}
	.blog-detail01 .comments-main:before{
		transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		top:-5px;
		left:50%;
		margin:0 0 0 -5px;
	}
	.blog-slider li{
		width:auto;
		display:block;
	}
	.blog-detail01 .reply-post{
		padding-left:0;
	}
	.blog-detail01 .reply-portrait{
		position:static;
		margin:0px auto 25px;
	}
	.blog-detail01 .reply-main:before{
		transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		top:-5px;
		left:50%;
		margin:0 0 0 -5px;
	}
	.blog-detail01 .reply-main,
	.blog-detail01 .comments-reply,
	.blog-detail01 .comments-main{
		padding:10px;
	}
	.blog-detail01 .author-portrait{
		width:60px;
		height:60px;
	}
}

.blog-detail01 .leave-formlist {
	margin:0 -23px 0 0;
	padding:0;
	list-style:none;
	font-size:0;
	letter-spacing:0;
}
    .blog-detail01 .leave-formlist input[type="text"],
    .blog-detail01 .leave-formlist input[type="email"],
    .blog-detail01 .leave-formlist textarea {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 14px 12px 14px 5px;
        margin: 0;
        border: 1px solid #e3e3e3;
        background-color: #FFF;
        font-size: 13px;
        line-height: 1.2;
        transition: all ease-in 200ms;
        -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100% !important;
        display: inline-block;
    }

.blog-detail01 .leave-formlist li{
	padding:0px 23px 23px 0;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.blog-detail01 .leave-formlist .awaiting-msg {
	display:block;
}

.blog-detail01 .leave-formlist input[type="submit"] {
	background:#20a3f0;
	border:none;
	color:#FFF;
	padding:9px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:18px;
}
.blog-detail01 .leave-formlist input[type="submit"]:hover {
	background:#333;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
@media only screen and (max-width: 767px) {
	.blog-detail01 .leave-formlist li{
		width:100%!important;
	}
}
.blog-detail01 .blog-comments-page {
	margin-bottom:20px;
}
.blog-detail01 .blog-comments-page .pager{
	text-align:left;
}
.blog-detail01 .blog-comments-page .disabled{
    pointer-events: none;
    cursor: default;
    border-color: #d2d2d2;
    color: #d2d2d2;
	background-color:transparent;
}
.blog-detail01 .blog-comments-page .total{
    border-color: transparent;
    color:inherit;
	background-color:transparent;
}
.blog-detail01 .blog-comments-page span.index{
	color:#FFF;
	background-color:#20a3f0;
	border-color:#20a3f0;
}
.blog-detail01 .detail-Attachments{
	margin-bottom:20px;

}

.blog-detail01 .detail-relatedlist ul{
	list-style:none;
	clear:both;
	margin:0 -10px;
}
.blog-detail01 .detail-relatedlist:after{
	content:"";
	clear:both;
	display:block;
}
.blog-detail01 .detail-relatedlist .itme{
	padding:0px 10px;
}
.blog-detail01 .detail-relatedlist .itme img {
	max-width:100%;
}
.blog-detail01 .detail-relatedlist .itme h3{
	margin:0px;
	padding:14px 0 8px;
	line-height:1.2;
	color:#666666;
	font-size:18px;
}
.blog-detail01 .detail-relatedlist .itme .info{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:8px;
	max-width:80%;
	margin-bottom:10px;
}
.blog-detail01 .detail-relatedlist .itme .sep{
	padding:0px 4px;	
	color:#999999;
}
.blog-detail01 .detail-relatedlist a,
.blog-detail01 .detail-relatedlist a:link,
.blog-detail01 .detail-relatedlist a:active,
.blog-detail01 .detail-relatedlist a:visited{
	color:#999999;
}
.blog-detail01 .detail-relatedlist h3 a,
.blog-detail01 .detail-relatedlist h3 a:link,
.blog-detail01 .detail-relatedlist h3 a:active,
.blog-detail01 .detail-relatedlist h3 a:visited{
	color:#666666;
}

.blog-detail01 .detail-relatedlist a:hover,
.blog-detail01 .detail-relatedlist h3 a:hover{
	color:#20a3f0;
}
.blog-detail01 .detail-relatedlist a.more,
.blog-detail01 .detail-relatedlist a.more:link,
.blog-detail01 .detail-relatedlist a.more:active,
.blog-detail01 .detail-relatedlist a.more:visited{
	color:#20a3f0;
	text-decoration:underline;
}
.blog-detail01 .detail-relatedlist a.more{
	padding:20px 0;
	display:inline-block;
}
.blog-detail01 .blog-slider .slick-prev,
.blog-detail01 .blog-slider .slick-next{
	width:50px;
	height:50px;
	line-height:50px;
}
.blog-detail01 .blog-slider .slick-prev,
.blog-detail01 .blog-slider .slick-next,
.blog-detail01 .blog-slider .slick-prev:hover, 
.blog-detail01 .blog-slider .slick-prev:focus, 
.blog-detail01 .blog-slider .slick-next:hover, 
.blog-detail01 .blog-slider .slick-next:focus{
	background-color:transparent;
	
}
.blog-detail01 .blog-slider .slick-prev:before,
.blog-detail01 .blog-slider .slick-next:before{
	border-color:#666;
	width:20px;
	height:20px;
	border-width:3px;
	margin:-10px 0 0 -10px;
}
.blog-detail01 .blog-slider .slick-prev:hover:before,
.blog-detail01 .blog-slider .slick-next:hover:before{
	border-color:#333;
}

.author-social{
	margin-top:20px;
}
.author-social a{
	display:inline-block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	background-color:#f4f4f4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#000000;
	margin:0 4px 4px 0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.author-social a:hover{
	color:#FFF;
	background-color:#20a3f0
}

/*blog search*/

.xblog_search {
	position:relative;
}
.xblog_search .NormalTextBox{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: inline-block;
    margin: 0px;
    padding: 11px 50px 11px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	width:100%!important;
	outline:none;
}
.xblog_search .CommandButton{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:40px;
	border:none;
	background:none;
	text-indent:-999px;
	overflow:hidden;
}

.xblog_search .svg-icon{
	position:absolute;
	top:50%;
	right:10px;
	width:20px;
	height: 20px;
	margin-top: -10px;
	text-align:center;
	color:#20a3f0;
	font-size:16px; 
	pointer-events: none;
	vertical-align: middle;
}



/*formError*/
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	/*width: 150px;*/
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


@media (max-width: 767px) {
	.news_list .post_thum,
	.news_detail .post_thum{
		float:none!important;	
	}
	.news_list .post_thum img,
	.news_detail .post_thum img{
		width:auto!important;
		max-width:100%!important;	
	}	
}

.DnnModule-DNNGOxBlogSubscription input[type="text"]{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: inline-block;
    margin: 0px;
    padding: 11px 50px 11px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	width:100%!important;
	outline:none;	
}
.DnnModule-DNNGOxBlogSubscription .validationEngineContainer> div{
	margin-bottom:16px;
}
.DnnModule-DNNGOxBlogSubscription .name_field,
.DnnModule-DNNGOxBlogSubscription .email_field{
	font-size:14px;
	color:#333;
	margin-bottom:8px;	
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"]{
	padding:9px 25px;
	margin:0 0 8px;
    background-color: #565656;
    color: #FFF;
    border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover{
    background-color: #333;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div{
	position: relative;
	padding-left: 20px;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div input{
	position: absolute;
	top: 4px;
	left: 0;;
}


.detail-info .post_rating{
	display: inline-block;
	vertical-align: middle;
}
.detail-info .post_rating > .rating,
.detail-info .post_rating > .ratingText,
.detail-info .post_rating > .datasSent,
.detail-info .post_rating > .serverResponse{
	display: inline-block;
}
.detail-info .sep:last-child{
	display: none;
}



.blog-title01{
	color:var(--blog-accent,#F37B56);
}
.blog-category ul li a:hover,
.blog-category ul li.active > a,
.PopularTab .tab-list li h6 a:hover,
.blogdashBoard-carousel h3 a:hover,
.xblog_search:before{
	color:var(--blog-accent,#F37B56)!important;
}
.PopularTab .tab-title li.active:before{
	border-color:var(--blog-accent,#F37B56)!important;
}
.blogDashBoard-tag a:hover{
	border-color: var(--blog-accent,#F37B56)!important;
    color: var(--blog-accent,#F37B56)!important;
}
.author-social a:hover,
.blog-category > li.active > a,
.Theme_Carousel_Default .slick-dots li.slick-active button,
.Theme_Carousel_Default .slider-item .fa,
.Theme_Carousel_Default .slick-prev, 
.Theme_Carousel_Default .slick-next,
.Theme_Slider_Default .slick-prev, 
.Theme_Slider_Default .slick-next{
	background-color:var(--blog-accent,#F37B56)!important;
}
.Theme_Carousel_Default .slick-prev:hover, 
.Theme_Carousel_Default .slick-next:hover,
.Theme_Slider_Default .slick-prev:hover, 
.Theme_Slider_Default .slick-next:hover{
	background-color:#333333!important;
}


.blog-list01 .list-btn{
	border-color: var(--blog-accent,#F37B56)!important;
    color: var(--blog-accent,#F37B56)!important;
}
.blog-list01 .list-info a:hover,
.blog-list01 .list-title a:hover,
.blog-detail01 .detail-info a:hover,
.blog-detail01 .detail-relatedlist a:hover,
.blog-detail01 .detail-relatedlist a.more, 
.blog-detail01 .detail-relatedlist a.more:link, 
.blog-detail01 .detail-relatedlist a.more:active, 
.blog-detail01 .detail-relatedlist a.more:visited, 
.blog-detail01 .detail-relatedlist a.more:hover{
	color:var(--blog-accent,#F37B56)!important;
}
.blog-list01 .list-btn:hover{
	color:#FFF!important;
	background-color:var(--blog-accent,#F37B56)!important;
}
.blog-list01 .blog-slider .slick-prev:hover, 
.blog-list01 .blog-slider .slick-next:hover{
	border-color:var(--blog-accent,#F37B56)!important;
	background-color:var(--blog-accent,#F37B56)!important;
}
.blog-list01 .list-date .month,
.blog-list01 .list-linkbox,
.blog-detail01 .detail-date .month,
.blog-detail01 .author-social a:hover,
.blog-detail01 .leave-formlist input[type="submit"]{
	background-color:var(--blog-accent,#F37B56)!important;
}
.blog-detail01 .detail-heading{
	color:var(--blog-accent,#F37B56)!important;
}
.blog-detail01 .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-list01 a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-list01 .blog-page span.index,
.blog-list01 .blog-page a:hover{
	border-color: var(--blog-accent,#F37B56)!important;
	background-color:var(--blog-accent,#F37B56)!important;
}




#comment_form .errorMsg{
    display: none;
    overflow: hidden;
}
#comment_form .errorMsg span{
	padding: 8px 16px;
	display: inline-block;
	background-color: #fff2f2;
	color: #e03d3d;
	margin: 5px 0 0;
	border-radius: 4px;
}
#comment_form .error{
border-color: #e03d3d;
}


.DnnModule-DNNGOxBlogSubscription .formErrorContent{
	padding: 8px 16px;
	background-color: #fff2f2;
	color: #e03d3d;
	margin: 5px 0 0;
	border-radius: 4px;
}
 
.svg-icon{
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: middle;
}