#blog-slide {
	position: relative;
	overflow: hidden;
	color: #000;
	margin-top: 68px;
}
#sync3 img {
	width: 100%;
	height: 100%;
}
#sync3 figure{
	position: relative;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	max-height: 600px;}
#sync3 figcaption {
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
}
#sync3 figure h2 ,.head-title-blog h2{
	font-size: 16px;
	margin: auto;
	color: #fff;
	background-color: #000;
	line-height: 20px;
	padding: 11px;
	display: table;
	min-width: 260px;
}

#sync3 figure h1 {
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(2,3,3,.75);
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	line-height: 1.2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.thurm-slide {
	position: absolute;
	width: 100%;
	bottom: 25px;
}
#sync4 {
	max-width: 825px;
	margin: auto;
}
#sync4 img {
	border: 5px solid #cbdb2a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#sync4 figure {
	text-align: center;
	padding: 0 9px;
}

#nav-blog {
	background-color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}
.blog-fixel#nav-blog {
	position: fixed;
	top:68px;
	z-index: 10;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,.5);
	box-shadow: 0 6px 10px rgba(0,0,0,.5);
}
#nav-blog li{
	display: inline-block;
}
#nav-blog li a {
	display: block;
	line-height: 16px;
	padding: 10px 50px;
	color: #fff;
}
#nav-blog li.tab-current a {
	color: #2CC185
}

#wrap-blog {
	background-color: #fff;
	color: #000;
	padding-bottom: 100px
}
.da-thumbs li.item-thumb {
    position: relative;
    margin-bottom: 8px;
    padding-left: 230px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}
.da-thumbs li.item-thumb .date {
	position: absolute;
	width: 230px;
	font-size: 104px;
	font-family: 'Six Caps';
	top:50%;
	line-height: 1;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.da-thumbs li.item-thumb.hover .date {
	color: #fff;
}
.da-thumbs li.item-thumb figure {
	position: relative;
}
.da-thumbs li.item-thumb figure img {
	width: 100%;
}
.da-thumbs li.item-thumb figcaption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.da-thumbs li.item-thumb figure h2 {
	font-size: 16px;
	margin: auto;
	color: #000;
	background-color: #fff;
	line-height: 20px;
	padding: 11px;
	display: table;
	min-width: 260px;
}
.da-thumbs li.item-thumb figure h1 {
	font-size: 28px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(2,3,3,.75);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 70%;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}
.da-thumbs li.item-thumb .bg-opacity {
    position: absolute;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block !important
}

.blog-dialog {
	background-color: #000;
	color: #fff;
	padding: 0 230px;
	font-weight: 300 !important;
	font-style: italic !important;
	position: relative;
}
.side-log {
	position: absolute;
	width: 230px;
	left: 0;
	top:0;
	padding: 30px;
}
.avatar-blog {
	text-align: center;
}
.avatar-blog img {
	max-width: 134px;
	border-radius: 50%;
        height: auto !important;
}
.avatar-blog figcaption {
	text-align: left;
	margin-top: 17px
}
.avatar-blog figcaption h2 {
	font-size: 25px;
}
.side-log .date {
	font-size: 104px;
	font-family: 'Six Caps';
	font-style: normal;
	line-height: 1;
	padding: 20px 0 75px;
}
.btn-comment {
	position: relative;
	background-color: #fff;
	color: #000;
	width: 100%;
	line-height: 20px;
	padding: 10px;
}
.btn-comment:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	top:-7px;
	left: 20%
}
.social-log {
	position: absolute;
	top:0;
	right: 0;
	width: 230px;
	text-align: center;
	margin-top: 20px;
}
.social-log h4{
	font-size: 16px;
	padding: 10px 0;
}
.social-log li {
	padding: 13px 0
}
.content-log {
	background-color: #fff;
	color: #000;
	padding: 25px 35px 35px;
	min-height: 575px;
}
.content-log .title-log{
	font-size: 35px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 12px;
}
.content-log img{
    max-width: 100%;
    height: auto !important;
}

.scroll-bar {
	max-height: 100%;
}
.scroll-bar .mCSB_container {
	margin-right: 15px;
}
.scroll-bar .mCustomScrollBox>.mCSB_scrollTools {
	width: 10px;
}
.scroll-bar .mCSB_dragger .mCSB_dragger_bar {
	background-color: #cbdb2a !important;
	width: 5px;
}
.scroll-bar .mCSB_draggerRail {
	background-color: #7961ab !important;
	width: 3px
}
.frame-comment .blog-dialog{
	background-color: transparent;
}
.frame-comment .content-log {
	position: relative;
}
.frame-comment .close-cmt {
	position: absolute;
	top:0;
	right: 0;
	color: #000;
}
#black-top-bl{
	display: table;
	position: fixed;
	left: 72px;
	bottom: 30px
}
#black-top-bl a{
	display: block;
	width: 74px;
	height: 74px;
	background-color: #7961ab;
	color: #7961ab;
	text-align: center;
	line-height: 74px;
}
#black-top-bl a:hover {
	background: #cbdb2a
}
#black-top-bl .care-bt {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;

}

.head-title-blog {
	position: relative;
    overflow: hidden;
    height: 250px;
}
.head-title-blog>img{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
}
.head-title-blog figcaption {
	position: relative;
	z-index: 1;
	text-align: center;
}

/*.head-title-blog h2 {
	font-size: 16px;
	margin: auto;
	color: #000;
	background-color: #fff;
	line-height: 20px;
	padding: 11px;
	display: table;
	min-width: 260px;
}
.head-title-blog h1 {
	font-size: 58px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(2,3,3,.75);
	line-height: .8;
	padding: 25px;
	margin-top: 115px;
}*/