@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,300,400,500,600,700,800,900');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html, body{
	height:100%;
}
* {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}


.content-post iframe{max-width:100%}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 2px;
	border: 0;
}
body {
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#222222;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	transition: opacity 400ms;
	background-color:#fff;
	line-height: normal;
	font-weight:300;
}
h1,h2,h3{
	font-weight:700!important;
	line-height: normal;
}
.wrap{
	max-width:1337px;
	margin:auto;
	padding:0 80px;
}
.clear{
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
img{
	border:0px;
	vertical-align:top;
	max-width:100%;
}
a{
	text-decoration:none;
	outline: none;
}
a:hover{
	text-decoration:none;
}
button, select, input, select, textarea{
	cursor:pointer;
	font-family: 'Poppins', sans-serif;
}
select{
	height:32px;
}
input, select, textarea, div, ul, span  {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
input, textarea, select{
	background-color: #fff;
	padding:5px 10px;
	border:1px solid #d9d9da;
	color:#222;
	font-size:14px;
	width:100%;
	resize:vertical ;
}
.header {
	background-color: #F7F7F7;
	padding: 15px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.32);
	position:relative;
	z-index:4;
}
.header .logo {
	float: left;
}
.header .logo img {
	max-height: 60px;
}
.header .search{
	float:right;
	width: auto;
	margin: 3px 0 0;
}
.search  .control .btn-search {
	border: 0;
	height: 38px;
	width: 38px;
	position: absolute;
	cursor:pointer;
	top: 0;
	right: 0;
}
.search  .control{
	position:relative;
	height: 38px;
	width: 38px;
}
.search  .control:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	background:url(../images/search.svg) no-repeat 0 0 / 100%;
	width:36px;
	height:36px;
	margin: -12px 0 0 -12px;
	cursor:pointer;
	z-index:999;
}
/* Button */

.btn-search {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	box-sizing: border-box;
	padding: 20px;
	background:none;
	outline: 0;
	transform-origin: 50%;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-search {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 28px;
}

.icon-close {
	position: fixed;
	top: 47px;
	right: 130px;
	color: #777777;
	font-size: 44px;
	font-style:normal;
	opacity: 0;
	cursor:pointer;
	display:block;
	font-family: 'Glyphter';
	content:'\0057';
}
.form-search {
	height: 150px;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
	margin-top: -75px;
	pointer-events: none;
	opacity: 0;
	transform: translate(0, 0);
	transition: all 0.3s ease-in-out;
	padding:0 105px;
}

.form-search input {
	font-size: 100px;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	box-sizing: border-box;
	box-shadow: none;
	line-height: 20px;
	outline: 0;
	font-weight: normal;
	height:auto;
	border-bottom:1px solid #777777;
}
.form-search ::-webkit-input-placeholder {
	color: #EEE;
}
.form-search :-moz-placeholder {
	color: #EEE;
	opacity: 1;
}
.form-search ::-moz-placeholder {
	color: #EEE;
	opacity: 1;
}
.form-search :-ms-input-placeholder {
	color: #EEE;
}
body.mode-search .form-search,
body.mode-search .icon-close {
	opacity: 1;
	z-index:9999;
}

body.mode-search .control .icon-search { opacity: 0; }

body.mode-search .control .btn-search {
	transform: scale(100);
	position:relative;
	z-index:999;
	background-color:#4e4e4e;
}
body.mode-search .control:after{
	display:none;
}
body.mode-search .header .search {
	float: none;
	width: auto;
	margin:0;
}
body.mode-search{
	overflow:hidden;
}
body.mode-search .search {
	position: inherit;
}
.see-profile{
	padding:19px 0;
	box-shadow:0 0 10px rgba(0,0,0,0.50);
	position:relative;
	z-index:3;
	background-color:#fff;
}
.see-profile .logo{
	float:left;
}
.see-profile .logo img{
	max-height:60px;
}
.see-profile .link{
	float:right;
	font-size:25px;
	font-weight:500;
}
.see-profile .link a{
	color:#222;
	position:relative;
	display:block;
}
.see-profile .link a:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 40px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid ;
	border-bottom: 10px solid transparent;
	position:relative;
	top:-2px;
}
.see-profile .link.open a:after{
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.title-site{
	text-align:center;
	padding:60px 0;
}
.title-site .title{
	margin:0;
	font-size:50px;
	line-height:50px;
	text-transform:uppercase;
}
.title-site .title2{
	margin:0;
	font-size:35px;
	line-height:50px;
	font-weight:300!important;
	text-transform:uppercase;
}
.open-profile{
	position:relative;
	z-index:2;
	padding:22px 0 0;
}
.open-profile .wrap{
	display:flex;
}
.open-profile .col-l{
	flex: 1;
	padding: 0 60px 52px 0;
}
.open-profile .ava{
	width:170px;
	height:170px;
	position:relative;
	float:left;
}
.open-profile .ava .img-ava{
	width:100%;
	height:100%;
	background-color:#fff;
	overflow:hidden;
	border-radius:100%;
}
.open-profile .desc{
	margin:0 0 0 220px;
	color:#fff;
}
.open-profile .name{
	margin:0 0 15px;
	font-size:25px;
	text-transform:uppercase;
}
.open-profile .info-text{
	font-size:17px;
	font-weight:200;
	line-height:24px;
}
.open-profile .desc .icons{
	margin:30px 0 0;
}
.open-profile .desc .icons a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	margin-right:25px;
}
.open-profile .desc .icons img{
	max-width:18px;
}
.open-profile .col-r{
	display:inline-block;
	width:305px;
	padding-bottom:52px;
}
.open-profile .col-r ul{
	margin: 40px 0 0;
	padding:0;
	list-style-type:none;
	border-left:1px solid #fff;
	padding:0 0 0 60px;
}
.open-profile .col-r ul li{
	margin:0 0 25px;
	font-size:17px;
	font-weight:200;
	line-height:20px;
	color:#fff;
	position:relative;
	padding:0 0 0 45px;
	word-wrap:break-word;
}
.open-profile .col-r ul li i{
	position:absolute;
	left:0;
	font-size:17px;
	top:3px;
}
.open-profile .col-r ul li  .icon-call{
	top:0px;
}
.open-profile .col-r ul li  .icon-city{
	top:1px;
}
.open-profile .col-r ul li:last-child{
	margin:0;
}
.open-profile .col-r ul li a{
	color:#fff;
}
.stories-wrap{
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	background-color:#222222;
	font-weight:200;
}
.stories-wrap .red{
	font-weight:600;
	color:#fff;
}
.stories-wrap .icon{
	display:inline-block;
	margin:0 20px 0 0;
}
.stories-wrap .icon i{
	color:#fff;
	font-size:21px;
	position: relative;
	top: 2px;
}
.list-post-wrap .item-post{
	padding:85px 40px;
	border-bottom:1px solid #CCCCCC;
	display:flex;
}
.list-post-wrap .item-post .col-l{
	flex:1;
	padding-right:50px;
}
.list-post-wrap .item-post .date{
	font-size:15px;
	color:#ACACAC;
	margin:0 0 10px;
}
.list-post-wrap .item-post .date .icon{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	text-align:center;
	margin-right:14px;
	font-size:15px;
	line-height: 17px;
}
.list-post-wrap .item-post .category{
	font-size:15px;
	color:#ACACAC;
	margin:0 0 10px;
}
.list-post-wrap .item-post .category a{
	color:#ACACAC;
}
.list-post-wrap .item-post .category a:hover{
	transition: 0.3s;
}
.list-post-wrap .item-post .category .red{
	display:inline-block;
	margin-right:15px;
	font-weight:500;
}
.list-post-wrap .item-post .category .icon{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	text-align:center;
	margin-right:14px;
	line-height: 17px;
	font-size:18px;
}
.list-post-wrap .item-post .title-post .title{
	margin:0 0 10px;
	font-size:30px;
	line-height:40px;
	color:#222222;
}
.list-post-wrap .item-post .title-post .title a{
	color:#222;
	transition: 0.3s;
}
.list-post-wrap .item-post .summary{
	line-height:24px;
	font-weight:300;
}
.list-post-wrap .footer-post{
	margin:60px 0 0;
}
.list-post-wrap .footer-post .social{
	float:left;
}
.social span{
	display:inline-block;
	margin-right:10px;
	border-radius:100%;
	width:38px;
	vertical-align:middle;
	height:38px;
	border:1px solid #C9C9C9;
	text-align:center;
	line-height:41px;
	transition: 0.5s;
	color:#C9C9C9;
	font-size:16px;
	cursor:pointer;
	position:relative;
}
.head-post .col-r .social span,
.footer-post-wrap .col-r span,
.content-post .social span {
	color:#C9C9C9
}
.head-post .col-r .social span:hover,
.footer-post-wrap .col-r span:hover{
	color:#fff
}
.social span:after{
	display: inline-block;
	font-family: 'Glyphter';
	line-height: 1;
}
.st_pinterest_large:after{
	content: '\004c';
}
.st_twitter_large:after{
	content: '\0047';
}
.st_linkedin_large:after{
	content: '\004b';
}
.st_googleplus_large:after{
	content: '\0046';
}
.st_facebook_large:after{
	content: '\0045';
}
.st_email_large:after{
	content:'\004d';
}
.st_print_large:after{
	content:'\004e';
}
.social span:hover{
	border:1px solid ;
	color:#fff;
}
.list-post-wrap .readmore{
	float:right;
	padding:10px 0 0;
}
.list-post-wrap .readmore a{
	display:block;
	position:relative;
	font-size:15px;
	text-transform:uppercase;
	color:#C9C9C9;
}
.list-post-wrap .readmore a:after{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	content:'\0056';
	position:relative;
	top:-2px;
	font-family: 'Glyphter';
	color:#C9C9C9;
	font-size:33px;
	line-height: 18px;
}
.list-post-wrap .image-post{
	display:inline-block;
	text-align:center;
	width:536px;
}
.list-post-wrap .image-post > a{
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 365px;
}
.pager-wrap{
	padding:50px 45px;
	border-bottom: 1px solid #CCCCCC;
}
.pagination{
	display:flex;
}
.pager-wrap .page{
	font-size:20px;
	margin-right:20px;
	line-height:50px;
}
.pager-wrap .page.more{
	letter-spacing: 2px;
	color:#C0C0C0;
}
.pager-wrap .page.more a{
	color:#C0C0C0;
	transition: 0.3s;
}
.pager-wrap .page.more a:hover{
	color:#222;
}
.pager-wrap .page a{
	color:#777777;
	transition: 0.3s;
}
.pager-wrap .right-pager{
	margin-left:auto;
}
.pager-wrap .prev{
	margin-left:auto;
	padding-right:22px;
}
.pager-wrap .next{
	margin-left:auto;
}
.pager-wrap .prev a,
.pager-wrap .next a{
	border-radius:100%;
	width:39px;
	height:39px;
	border:2px solid #C0C0C0;
	position:relative;
	transition: 0.3s;
	display:inline-block;
}
.pager-wrap .prev a:after{
	content:'';
	position:absolute;
	top:7px;
	left:11px;
	background:url(../images/left.svg) no-repeat 0 0 / 100%;
	width:13px;
	height:24px;
}
.pager-wrap .next a:after{
	content:'';
	position:absolute;
	top: 8px;
	left: 14px;
	background:url(../images/left.svg) no-repeat 0 0 / 100%;
	width:13px;
	height:24px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pager-wrap .prev a:hover:after{
	background:url(../images/left-hover.svg) no-repeat 0 0 / 100%;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pager-wrap .next a:hover::after{
	background:url(../images/left-hover.svg) no-repeat 0 0 / 100%;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
footer{
	padding:10px 0;
	margin:100px 0 0;
	flex: 0 0 auto;
	position:relative;
	z-index:2;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.logo-wrap{
	float:left;
}
.logo-wrap .logo{
	max-width:173px;
	margin:0 0 10px;
}
.logo-wrap .logo-text{
	color:#fff;
}
#back-to-top {
	position: fixed;
	bottom: 23px;
	right: 40px;
	z-index: 9999;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 100%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
	transition: 0.6s;
}
#back-to-top.show {
	opacity: 1;
}
#back-to-top:after{
	content: '\0055';
	position: absolute;
	top: 13px;
	left: 12px;
	font-size: 30px;
	font-family: 'Glyphter';
}
.list-post-wrap .image-post .footer-post{
	display:none;
}
.head-post{
	padding:45px 0;
}
.head-post .col-l{
	float:left;
	padding: 8px 0 0;
}
.head-post .col-r{
	float:right;
}
.head-post .col-l .date {
	font-size: 15px;
	color: #ACACAC;
	display:inline-block;
	vertical-align:middle;
	margin: 0 55px 10px 0;
}
.head-post .col-l .category {
	font-size: 15px;
	color: #ACACAC;
	margin: 0 0 10px;
	display:inline-block;
	vertical-align:middle;
}
.head-post .col-l .category .red {
	display: inline-block;
	margin-right: 15px;
	font-weight:500;
}
.head-post .col-l .category a {
	color: #ACACAC;
}
.head-post .col-l .category .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
	margin-right: 14px;
	line-height: 17px;
	font-size: 18px;
	color: #222;
}
.head-post .col-l .date .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
	margin-right: 14px;
	font-size: 15px;
	color: #222;
	line-height: 17px;
}
.back-link{
	display:inline-block;
	margin-right:40px;
	padding:5px 0 0;
}
.back-link a {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight:500;
}
.back-link a::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-family: 'Glyphter';
	content:'\0056';
	font-size:32px;
	position: relative;
	top: -1px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.head-post .social{
	display: inline-block;
	vertical-align: middle;
}
.post-page-wrap .image-post{
	margin:0 0 50px;
}
.post-page-wrap .image-post img{
	width:100%;
}
.content-post .title-post{
	margin:0 0 20px;
	font-size:40px;
	line-height:40px;
}
.content-post h2,
.content-post h3{
	margin:0 0 25px;
	font-size:30px;
	line-height:40px;
	font-weight:600!important
}
.content-post p{
	margin:0 0 25px;
}
.content-post ul{
	margin:0 0 20px 30px;
	padding:0;
	list-style-type:none;
}
.content-post ul li{
	padding:0 75px 15px 25px;
	position:relative;
}
.content-post ul li:after{
	content:'';
	position:absolute;
	left:0;
	top:7px;
	width:8px;
	height:8px;
}
.footer-post-wrap{
	padding:40px 45px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:120px 0 0;
}
.footer-post-wrap .col-l{
	float:left;
}
.footer-post-wrap .col-l .item{
	margin:0 0 15px;
	font-weight:400;
}
.footer-post-wrap .col-l .item:last-child{
	margin:0;
}
.footer-post-wrap .col-r{
	float:right;
	padding: 10px 0 0;
}
.content-post .social{
	display:none;
}
.see-profile .logo{
	position:relative;
}
input{
	outline: inherit
}
.open-profile .desc .icons .col{
	position:relative;
	padding-right: 5px;
	padding-left: 5px;
}
.open-profile .desc .icons .col i{
	position:absolute;
	top: 8px;
	left: 6px;
}
.open-profile .desc .icons .row {
	margin-right: -5px;
	margin-left: -5px;
}
.control-box {
	background-color: #000;
	padding: 10px;
}
footer .links{
	float:right;
	padding: 30px 0 0;
}
footer .links ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
footer .links ul li{
	display:inline-block;
	margin-left:30px;
	vertical-align:middle;
}
footer .links ul li a:hover{
	text-decoration:underline;
}
.result-search{
	padding:0 40px 15px;
	border-bottom:1px solid #CCCCCC;
	margin:50px 0 0;
}
.result-search h3{
	margin:0;
}
.category-name{
	padding:0 40px 15px;
	border-bottom:1px solid #CCCCCC;
	margin:50px 0 0;
}
.category-name .icon-category {
	text-align: center;
	line-height: 17px;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.category-name .title{
	display: inline-block;
	margin-left: 15px;
	vertical-align:middle;
	font-weight: 500;
}
.category-name .icon-title-wrap{
	float:left;
}
.category-name .name{
	margin: 0 0 0 130px;
	position: relative;
	top: 1px;
}
.breadcrumb{
	padding:40px 40px 0;
}
.post-page-wrap.page{
	padding:40px 0 0;
}
.full-width-page{
	padding: 40px 0 0;
	position: relative;
	overflow: auto;
	height: 100%;
}
.full-width-page .wrap{
	max-width:none;
	padding:0;
}
.open-profile .no-ava .desc{
	margin-left:0;
}
.content-post .video{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	margin:20px 0 0;
}
.content-post .video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.text-profile-color,
.open-profile .form-control,
.open-profile .desc .icons .col i,
.open-profile .color-theme .dropdown .btn i,
.open-profile .color-theme .dropdown .btn,
.open-profile .desc .icons .col input,
.open-profile .col-r.edit ul li i{
	color:#fff;
}
.open-profile .desc .icons .col input::-webkit-input-placeholder {
	color: #fff;
}
.open-profile .desc .icons .col input::-moz-placeholder {
	color: #fff;
}
.open-profile .col-r.edit ul .form-control::-webkit-input-placeholder {
	color: #fff;
}
.open-profile .col-r.edit ul .form-control::-moz-placeholder {
	color: #fff;
}
.open-profile .info-text a{
	color:#fff;
	text-decoration:underline;
}
.open-profile .info-text a:hover{
	text-decoration:none;
}
footer .links ul li a{
	color:#fff;
}
div.social span:hover{
	color:#fff;
}
.full-content footer {
	margin: 0;
}
.full-content .full-width-page{
	position: relative;
	height: 80vmin;
}
.gmap-wrap{
	position: relative;
	padding-bottom: 16.25%;
	height: 0;
	overflow: hidden;
}
.gmap-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.iframe-footer{
	margin-bottom:-100px;
	margin-top:30px;
	text-align:center;
}
.iframe-footer iframe{
	vertical-align:top;
}
.iframe-footer .see-more{
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
	padding:30px 0;
	font-size: 25px;
	font-weight: 500;
	text-align:right;
	position:relative;
	z-index:2;
}
.iframe-footer .iframe-wrap{
	display:none;
}
.iframe-footer .see-more.open + .iframe-wrap{
	display:block;
}
.iframe-footer .see-more a:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 40px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid ;
	border-bottom: 10px solid transparent;
	position:relative;
	top:-2px;
}
.iframe-footer .see-more.open a:after{
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.remote-image img{
    max-height: 330px;
}
.noimg > a{
    min-height: 365px;
}
.noimg img{
    filter: grayscale(100%);
    opacity: .5;
    max-width: 50%;
    position: relative;
    top: -10px;
}
@media all and (max-width: 1200px) {
	.header .logo img {
		max-height: 37px;
	}
	.search .control {
		height: 27px;
		width: 29px;
	}
	.search .control::after {
		width: 27px;
		height: 29px;
	}
	.see-profile .logo img {
		max-height: 60px;
	}
	.see-profile {
		padding: 20px 0 15px;
	}
	.iframe-footer .see-more{
		padding:20px 0;
	}
	.see-profile .link,
	.iframe-footer .see-more {
		font-size: 20px;
	}
	.see-profile .link a::after,
	.iframe-footer .see-more a:after {
		border-top: 8px solid transparent;
		border-left: 8px solid;
		border-bottom: 8px solid transparent;
		margin: 0 0 0 30px;
	}
	.open-profile .desc {
		margin: 0 0 0 190px;
	}
	.open-profile .info-text {
		font-size: 13px;
		line-height: 21px;
	}
	.open-profile .col-r {
		width: 255px;
	}
	.open-profile .col-r ul li {
		margin: 0 0 19px;
		font-size: 14px;
		padding: 0 0 0 35px;
	}
	.open-profile {
		padding: 22px 0 0;
	}
	.open-profile .col-l {
		padding: 0 40px 42px 0;
	}
	.open-profile .col-r ul {
		padding: 0 0 0 50px;
	}
	.title-site .title {
		font-size: 30px;
		padding: 0;
		line-height: 36px;
	}
	.title-site {
		padding: 27px 0;
	}
	.list-post-wrap .item-post {
		padding: 50px 80px;
		margin: 0 -80px;
	}
	.list-post-wrap .image-post {
		width: 296px;
	}
	.list-post-wrap .item-post .title-post .title {
		font-size: 20px;
		line-height: 30px;
	}
	.list-post-wrap .footer-post {
		margin: 20px 0 0;
	}
	.list-post-wrap .footer-post .social {
		float: none;
	}
	.list-post-wrap .readmore {
		float: none;
		padding: 0;
	}
	.list-post-wrap .image-post .footer-post,
	.list-post-wrap .image-post .footer-post .social{
		display:block;
	}
	.list-post-wrap .footer-post .social{
		display:none;
	}
	.list-post-wrap .footer-post .social span {
		margin-right: 28px;
		width: 33px;
		height: 33px;
		line-height: 35px;
		font-size: 12px;
	}
	.list-post-wrap .footer-post .social span:last-child{
		margin-right:0;
	}
	.pager-wrap {
		padding: 30px 80px;
		margin: 0 -80px;
	}
	#back-to-top.show{
		display:none;
	}
	.logo-wrap .logo {
		max-width: 135px;
		margin: 0 0 5px;
	}
	.icon-close {
		top: 27px;
		right: 30px;
		font-size: 24px;
	}
	.form-search {
		padding: 0 30px;
		height: 50px;
		width: 100%;
		margin-top: -25px;
	}
	.form-search input {
		font-size: 30px;
		padding: 5px 0;
	}
	.list-post-wrap .image-post .footer-post .readmore{
		display:none;
	}
	footer {
		margin: 70px 0 0;
	}
	.full-content footer {
		margin: 0;
	}
	.head-post .col-l .date {
		display: block;
		margin: 0 0 10px 0;
	}
	.head-post .social span{
		width: 33px;
		height: 33px;
		line-height: 35px;
		font-size: 12px;
	}
	.back-link {
		margin-right: 25px;
	}
	.head-post {
		padding: 25px 0;
	}
	.head-post .col-r {
		padding: 33px 0 0;
	}
	.post-page-wrap .image-post {
		margin: 0 0 35px;
	}
	.content-post .title-post {
		margin: 0 0 35px;
		font-size: 25px;
		line-height: 30px;
	}
	.content-post h2, .content-post h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.footer-post-wrap {
		padding: 35px 80px;
		margin: 120px -80px 0;
	}
	.footer-post-wrap .col-l .item {
		font-size: 20px;
		line-height: 20px;
	}
	.footer-post-wrap .social span{
		width:33px;
		height:33px;
		line-height:33px;
		font-size:12px;
	}
	.hidden-tablet{
		display:none!important;
	}
	.content-post ul li {
		padding: 0 0 15px 25px;
	}
	.content-post ul {
		margin: 0 0 20px 0px;
	}
	.open-profile .desc .icons .row {
		display: block;
	}
	.title-site .title2 .form-control{
		font-size:25px;
	}
	.title-site .title2{
		font-size:25px;
	}
	.head-post .st_print_large,
	.head-post .st_email_large{
		display:none!important;
	}
	.result-search {
		padding: 0 80px 15px;
		margin: 50px -80px 0;
	}
	.category-name {
		padding: 0 80px 15px;
		margin: 50px -80px 0;
	}
	.breadcrumb{
		padding:40px 0 0;
	}
}
@media all and (max-width: 800px) {
	.open-profile .col-r {
		width: auto;
		display: block;
	}
	.open-profile .col-l {
		padding: 0;
	}
	.open-profile .wrap {
		display: block;
	}
	.open-profile .col-r ul {
		padding: 0;
		border: 0;
		margin: 30px 0 0;
	}
}
@media all and (max-width: 700px) {
	.wrap {
		padding: 0 15px;
	}
	.header {
		padding: 5px 0;
	}
	.icon-close {
		top: 11px;
		right: 17px;
	}
	.see-profile .logo img {
		max-height: 60px;
	}
	.see-profile .link,
	.iframe-footer .see-more {
		font-size: 15px;
	}
	.see-profile .link a::after,
	.iframe-footer .see-more a:after {
		border-top: 6px solid transparent;
		border-left: 6px solid ;
		border-bottom: 6px solid transparent;
		margin: 0 0 0 18px;
	}
	.iframe-footer .see-more{
		padding:15px 0;
	}
	.see-profile {
		padding: 15px 0 10px;
	}
	.open-profile .wrap {
		display: block;
	}
	.open-profile .col-l {
		padding: 0;
	}
	.open-profile .col-r ul {
		padding: 0;
		border: 0;
		margin: 30px 0 0;
	}
	.stories-wrap {
		font-size: 15px;
	}
	.list-post-wrap .item-post {
		display: block;
		padding: 35px 15px;
		margin: 0 -15px;
	}
	.list-post-wrap .item-post .col-l {
		padding-right: 0;
	}
	.list-post-wrap .image-post {
		width: auto;
		display: block;
		padding: 15px 0 0;
	}
	.list-post-wrap .readmore{
		display:none;
	}
	.list-post-wrap .image-post .footer-post .readmore{
		display:block;
		float:right;
		padding: 5px 0 0;
	}
	.list-post-wrap .image-post .footer-post .social {
		display: block;
		float:left;
	}
	.list-post-wrap .footer-post .social span {
		margin-right: 5px;
	}
	.list-post-wrap .readmore a {
		font-size: 14px;
	}
	.list-post-wrap .readmore a::after {
		margin-left: 10px;
	}
	.pager-wrap {
		padding: 20px 15px;
		margin: 0 -15px;
	}
	footer {
		margin: 50px 0 0;
	}
	.logo-wrap .logo {
		float: left;
	}
	.logo-wrap {
		float: none;
	}
	.logo-wrap .logo-text {
		float: right;
		padding: 18px 0 0;
		font-size: 14px;
	}
	.head-post .social{
		display:none;
	}
	.head-post .col-l .date {
		font-size: 14px;
	}
	.head-post .col-l .category {
		font-size: 14px;
	}
	.back-link {
		margin-right: 0;
	}
	.head-post {
		padding: 20px 0 10px;
	}
	.content-post .social{
		display:block;
		margin:0 0 25px;
	}
	.content-post .social span{
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
	}
	.post-page-wrap .image-post {
		margin: 0 0 25px;
	}
	.content-post .title-post {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 25px;
	}
	.content-post h2, .content-post h3 {
		font-size: 16px;
		line-height: 25px;
		margin: 0 0 15px;
	}
	.content-post p{
		margin:0 0 15px;
	}
	.content-post{
		font-size:14px;
	}
	.content-post ul li {
		padding: 0 0px 15px 25px;
	}
	.content-post ul {
		margin: 30px 0 20px 0;
	}
	.footer-post-wrap {
		padding: 20px 15px;
		margin:70px -15px 60px;
		position:relative;
	}
	.footer-post-wrap .col-r{
		float:none;
		position:absolute;
		bottom:-50px;
		left:15px;
	}
	.footer-post-wrap .col-l .item {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.open-profile .col-r ul li i {
		font-size: 14px;
	}
	.stories-wrap .icon i {
		top: 4px;
	}
	.title-site .title2 .form-control{
		font-size:20px;
	}
	.title-site .title2{
		font-size:20px;
	}
	.see-profile .logo .btn{
		padding:1px 5px;
	}
	.open-profile .col-r {
		width: auto;
		display: block;
	}
	footer .links {
		padding: 30px 0 0;
		width: 100%;
		text-align: center;
	}
	footer .links ul li {
		margin: 0 20px;
	}
	.result-search {
		padding: 0 15px 15px;
		margin: 50px -15px 0;
	}
	.category-name{
		padding: 0 15px 15px;
		margin: 50px -15px 0;
	}
	.gmap-wrap {
		padding-bottom: 46.25%;
	}
	.open-profile .col-r{
		padding-bottom:30px;
	}
	.list-post-wrap .image-post > a{
		min-height: inherit;
		padding: 30px 0;
	}
    .noimg > a{
        min-height: inherit;
        padding: 30px 0;
    }
}
@media all and (max-width: 500px) {
	.open-profile .desc {
		margin: 0;
	}
	.open-profile .ava {
		float: none;
		margin: 0 0 20px;
		margin: auto;
	}
}
@media all and (max-width: 365px) {
	.list-post-wrap .readmore a::after {
		font-size: 22px;
	}
	.list-post-wrap .readmore a {
		font-size: 12px;
	}
	.list-post-wrap .image-post .footer-post .readmore {
		padding: 8px 0 0;
	}
	.list-post-wrap .footer-post .social span {
		margin-right: 1px;
	}
	.logo-wrap .logo {
		max-width: 95px;
	}
	.logo-wrap .logo-text {
		padding: 12px 0 0;
		font-size: 12px;
	}
	.back-link a::before {
		margin-right: 5px;
		width: 20px;
		top: -2px;
	}
	.footer-post-wrap .social span,
	.content-post .social span  {
		margin-right:5px;
	}
	.open-profile .desc .icons a {
		margin-right: 19px;
	}
	footer .links ul li {
		margin: 0 5px;
	}
}



.related-post-wrap.list-post-wrap{
	padding-top:80px;
}
.related-post-wrap.list-post-wrap .item-post{
	padding: 15px 40px;
	border-bottom: 1px solid #F7F7F7;
}
.related-post-wrap.list-post-wrap .item-post:last-child{
	border:0;
	padding-bottom:0;
}
.related-post-wrap.list-post-wrap .stories-wrap{
	font-size: 36px;
	background: none;
	color: #000;
	font-weight: 500;
	border-bottom: 2px solid #F7F7F7;
	text-transform:uppercase;
}
.related-post-wrap.list-post-wrap .item-post .title-post .title{
	font-size:20px;
}