@charset "utf-8";
/* CSS Document */

.content_container .content_content h1{
  font-size:36px;
  line-height:normal;
  font-weight:bold;
  margin:0px;
  background-color:#F5F5F5;
  padding:8px 30px;
  border-radius:20px;
}

.blog_left{
	width:100%;
}
.cat_menu a{
	font-size:16px;
	color: #000;
	display: block;
	margin:0px 0px;
	padding:12px 0px;
	border-bottom:1px solid #e1e1e1;
	text-transform: uppercase;
	font-weight:600;
}

.cat_menu a.sel{
	font-weight:bold;
}

.cat_menu{
	padding:0px;
	background-color:#fff;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

.cat_menu a:nth-last-child(1){
	border:none !important;
}
.blog_content .blog_prev{
	line-height:26px;
}

.blog_left .blog_prev{
	width:29%;
	margin-bottom:35px;
	overflow:hidden;
	padding-bottom:50px;
	float:left;
	margin-left:4%;
	background-color:#ffffff;
/*	box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
	transition:all ease-in-out 0.3s;
	line-height:26px;
}

.blog_left .blog_prev:hover{
/*	box-shadow:0px 0px 15px rgba(0,0,0,0.4);*/

transform: scale(1.05);
}

/*
.blog_left .blog_prev:nth-child(2n-1){
	margin-left:0px !important;
}
*/

.blog_left .blog_prev .blog_topwrap{
	
}

.blog_left .blog_prev .blog_topwrap .blog_title{
	margin:0 auto;
	padding:0px 25px;
	height:85px;
	overflow: hidden;
}

.blog_left .blog_prev .blog_topwrap .blog_title h2{
	font-size:30px;
	color:#2b2f31;
	font-weight: bold;
	font-family:'Avenir', sans-serif;
}

.blog_left .blog_prev .cats_content{
	padding:0px 25px;
}

.blog_left .blog_prev .cats_content .blog_det{
	padding-top:0px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:normal;
	color:#585858;
}

.blog_left .blog_prev .blog_pic{
	border-radius: 20px;
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
	margin-top:0px;
	padding-top:80%;
}

.blog_left .blog_prev .blog_pic img{
	width:100%;
	height:auto;
}

.blog_left .blog_prev .blog_prevtext{
	padding:0px 25px;
}

.blog_left .blog_prev .blog_prevtext .blog_short{
	font-size:16px;
	color:#585858;
	margin-top:15px;
	height:95px;
	overflow: hidden;
	line-height:24px;
}

.blog_left .blog_prev .blog_prevtext .options_left{
	width:307px;
	height:48px;
	float:left;
	position:relative;
}

.blog_left .blog_prev .blog_prevtext .options_right{
	width:124px;
	height:48px;
	float:right;
	position:relative;
}

.blog_left .blog_prev .blog_prevtext .options_right a{
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin-right:7px;
	background-position:top;
}

.blog_left .blog_prev .blog_prevtext .options_right a:hover{
	background-position:bottom;
}

.page_container{
	gap:15px;
	flex-wrap: wrap;
}

.blog_content .blog_prev{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

a.button_more{
	padding:10px 35px;
	display:block;
	color:#4cd2d4;
	font-size:18px;
	font-weight:500;
	text-align:center;
	text-decoration:none;
	border:2px solid #4cd2d4;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
}

.pager_wrap{
	height:87px;
	width:650px;
	padding-top:21px;
}

.pager_wrap .pager{
	width:100%;
	margin:0 auto;
}

.pager_wrap .num_zamik a,
.pager_wrap .num_sel{
	width:33px;
	height:38px;
	display:inline-block;
	line-height:38px;
	margin-right:8px;
	border:#cbcccc 1px solid;
	text-align:center;
	color:#c2c2c2;
	font-size:18px;
	font-weight:500;
}

.pager_wrap .num_sel,
.pager_wrap .num_zamik a:hover{
	border:#4eb8e5 1px solid;
	background-color:#4eb8e5;
	color:#FFF;
}

.blog_right .side_sec_top{
	width:100%;
	margin-bottom:26px;
	margin-top:40px;
}

.blog_right .side_title{
	
}

.blog_right .side_sec_top .latest_item{
	padding:20px 0px 20px 0px;
	font-size:15px;
	border-bottom:1px solid #e1e1e1;
}

.blog_right .side_sec_top .latest_item:nth-last-child(1){
	border:none;
}

.blog_right .side_sec_def{
	width:257px;
	background-color:#FFF;
	padding:0 29px 0 29px;
	margin-bottom:26px;
}

.blog_right .side_sec_def .code_wrap{
	padding-top:25px;
	padding-bottom:28px;
}

.blog_right .side_sec_def .code_wrap a{
	display:block;
	float:left;
	padding:5px 25px;
	margin-right:7px;
	margin-bottom:10px;
	border:#d7d7d7 2px solid;
	text-align:center;
	color:#4cd2d4;
	font-size:15px;
	text-decoration:none;
	border-radius:5px;
}

.blog_right .side_sec_def .code_wrap a:hover,
.blog_right .side_sec_def .code_wrap a.sel{
	border:#4cd2d4 2px solid;
	background-color:#4cd2d4;
	color:#FFF;
}

.blog_short a{
	color:#25aae2;
}

.page_style{
	
}

.page_style .pager{
	width:100%;
	margin:0 auto;
}

.page_style .num_zamik:nth-child(2){
	border:none !important;
}

.page_style .num_zamik a,
.page_style .num_sel{
	width:27px;
	display:inline-block;
	text-align:center;
	color:#b2b2b2;
	font-size:18px;
	line-height:18px;
}

.page_style .num_sel,
.page_style .num_zamik a:hover{
	color:#F47A55;
}

.side_title h3{
	background-color:#fff;
	padding:0px;
	color:#000000;
	text-align:left;
	width:100%;
	font-size:30px;
	font-weight:bold;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.latest_item{
	display:block;
}

.latest_item .image{
	float:left;
	width:180px;
	padding-top:35%;
}

.latest_item .num{
	float:left;
	width:40px;
	font-size:36px;
	color:#d2e3d7;
	font-weight:bold;
}

.latest_item .desc{
	width:100%;
}

.blog_right .insta_content .insta_item{
	width:32.33% !important;
	padding-top:32.33% !important;
	margin:0.5% !important;
}

.blog_right .insta_content .insta_item:nth-child(n+7){
	display:none !important;
}