@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: iconfont;
	src: url(../fonts/iconfont.woff) format('woff')
}

.iconfont {
	font-family: iconfont !important;
	font-style: normal
}

.icon-calender:before {
	content: "\e600"
}

.icon-linkedin:before {
	content: "\e6ce"
}

.icon-behance:before {
	content: "\e87a"
}

.icon-googleplus:before {
	content: "\e87b"
}

.icon-Youtube:before {
	content: "\e880"
}

.icon-facebook:before {
	content: "\e630"
}

.icon-search:before {
	content: "\e6c8"
}

html {
	line-height: 1.15
}

body {
	margin: 0;
	text-align: left;
	color: #0d0d0d
}

article,
footer,
header,
nav,
section {
	display: block
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

img {
	border-style: none
}

button,
input,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

textarea {
	overflow: auto
}

html {
	box-sizing: border-box
}

*,
::after,
::before {
	box-sizing: inherit
}

body {
	font-family: Lora;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #292b2c;
	background-color: #fff
}

h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #0275d8;
	text-decoration: none
}

a:focus,
a:hover {
	color: #014c8c;
	text-decoration: underline
}

img {
	vertical-align: middle
}

a,
button,
input,
label,
textarea {
	touch-action: manipulation
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted
}

button,
input,
textarea {
	line-height: inherit
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

#site-header-inner {
	padding: 0;
	max-width: 1440px;
}

@media(max-width:992px) {
	#site-header-inner {
		width: 100vw !important;
		padding: 0 20px !important;
	}

	#site-header-wrap {
		height: 48px !important;
		line-height: 48px !important;
		background-color: #FFF;
	}

	a:hover {
		text-decoration: none !important;
	}

	a::before,
	a::after {
		display: none !important;
	}

	.blog-post.post-detail .post-link::after,
	.blog-post.post-detail .post-link:before {
		display: none;
	}

	.sidebar.sidebar-right {
		padding: 15px !important
	}

	#footer {
		padding: 30px 15px !important
	}

	#menu-primary-menu li {
		border-bottom: 1px solid #eee
	}

	.blog-post.post-detail .img-detail {
		flex-direction: column
	}

	.blog-post.post-detail .img-detail img {
		width: 100%
	}

	section.post {
		padding: 10px 15px 0 !important
	}

	#main-nav>ul>li>a {
		height: 40px;
		line-height: 40px !important
	}

	.menu-socical-icon {
		display: none !important
	}

	.mobile-button {
		position: fixed !important;
		top: -10px !important;
		right: 20px !important
	}

	#main-nav {
		position: fixed;
		left: 0;
		top: 48px !important;
		z-index: 999;
		width: 100vw !important;
		background-color: #fff
	}

	#main-nav ul {
		display: flex;
		flex-direction: column
	}

	#main-nav ul li {
		width: 100%;
		text-align: left;
		padding-left: 50px;
	}
}

@media(min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:1200px) {
	#site-header {
		height: 80px !important;
		line-height: 80px !important
	}

	#site-header #main-nav {
		display: flex !important
	}

	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-md-5,
.col-md-7 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:768px) {

	.col-lg-4,
	.col-lg-8,
	.col-md-12,
	.col-md-4,
	.col-md-5,
	.col-md-7 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {

	.col-lg-4,
	.col-lg-8,
	.col-md-12,
	.col-md-4,
	.col-md-5,
	.col-md-7 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {

	.col-lg-4,
	.col-lg-8,
	.col-md-12,
	.col-md-4,
	.col-md-5,
	.col-md-7 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:768px) {
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:992px) {
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

.clearfix::after {
	display: block;
	content: "";
	clear: both
}

.text-center {
	text-align: center !important
}

.button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 33px;
	letter-spacing: 1.4px;
	z-index: 2
}

.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: all .3s ease
}

.button:hover::before {
	width: 100%;
	transition: all .3s ease
}

.button.color-1 {
	background-color: #ee7b7b;
	color: #fff
}

.button.color-1::before {
	background-color: #0d0d0d
}

.button.color-2 {
	background-color: #0d0d0d;
	color: #fff !important
}

.button.color-2::before {
	background-color: #ee7b7b
}

.themesflat-section {
	padding: 80px 0
}

.contact.themesflat-section {
	padding: 120px 0 80px
}

.contact-infor {
	text-align: left
}

.contact-infor img {
	margin-bottom: 46px;
	width: 100%
}

.contact-infor .infor {
	display: flex;
	color: #0d0d0d
}

.color-b7b7b7+div {
	color: #0d0d0d !important
}

.post-link span {
	color: #0d0d0d !important
}

.contact-infor .infor .heading {
	margin-bottom: 8px
}

.contact-infor .infor .address {
	font-weight: 500;
	letter-spacing: -.15px;
	width: 31.5%;
	margin-right: 3.9%;
	padding: 0 6%;
	position: relative
}

.contact-infor .infor .address:first-child {
	padding-left: 0
}

.contact-infor .infor .address:last-child {
	border-right: none;
	margin-right: 0;
	padding: 0 0 0 9.5%
}

.contact-infor .infor .address::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e1e1e1;
	position: absolute;
	top: 0;
	right: -2px
}

.contact-infor .infor .address:nth-child(2)::after {
	right: -11%
}

.contact-infor .infor .address:last-child::after {
	display: none
}

.contact-inner {
	margin: 14.5% -30% 0 16%
}

.contact-inner .heading {
	margin-bottom: 12px
}

.contact-inner .content {
	font-weight: 500;
	padding-right: 24.5%;
	letter-spacing: -.15px;
	margin-bottom: 28px
}

.contact-inner {
	text-align: left
}

.content {
	color: #0d0d0d
}

.contact-inner form input,
.contact-inner form textarea {
	color: #0d0d0d
}

.contact-inner form .email-wrap,
.contact-inner form .name-wrap {
	width: 47.5% !important
}

.cate {
	margin-left: 0 !important;
	text-align: left;
	margin-bottom: 15px !important
}

.contact-inner form .name-wrap {
	margin-right: 4.8% !important
}

.contact-inner form .email-comment,
.contact-inner form .name-comment {
	margin: 9px 0 21px !important
}

.contact-inner form .email-wrap input,
.contact-inner form .name-comment input {
	padding: 7px 10px !important
}

.contact-inner form textarea {
	height: 149px !important
}

#commentform {
	margin-bottom: 50px !important
}

.contact-inner #commentform .message-comment {
	margin: 10px 0 40px
}

.contact-inner form .button.submit {
	padding: 16px 40px;
	letter-spacing: .8px
}

a,
article,
body,
div,
fieldset,
footer,
form,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Lora;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit
}

article,
footer,
header,
nav,
section {
	display: block
}

html {
	font-size: 62.5%;
	overflow-y: scroll
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	background: #fff;
	line-height: 1
}

article,
footer,
header,
nav,
section {
	display: block
}

ul {
	list-style: none
}

a:focus {
	outline: 0
}

a:active,
a:hover {
	outline: 0
}

a img {
	border: 0
}

img {
	max-width: 100%;
	height: auto
}

body,
button,
input,
textarea {
	font-weight: 400;
	color: #0d0d0d;
	font-size: 15px;
	line-height: 25px;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: auto
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

p {
	margin: 0 0 20px
}

i {
	font-style: italic
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

ul {
	padding: 0;
	margin: 0 0 20px 20px
}

ul {
	list-style: disc
}

li {
	list-style: none
}

ul li {
	padding: .1em 0
}

a:hover {
	text-decoration: none
}

button,
input {
	line-height: normal
}

button,
input,
textarea {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
	vertical-align: baseline
}

input,
textarea {
	font-size: 1em;
	max-width: 100%
}

textarea {
	overflow: auto;
	vertical-align: top
}

button {
	line-height: 1;
	cursor: pointer;
	border: 0
}

input[type=search] {
	outline: 0
}

input[type=email],
input[type=search],
input[type=text],
textarea {
	color: #b7b7b7;
	border: 1px solid #e5e5e5;
	padding: 14px 17px;
	letter-spacing: 0;
	background-color: transparent;
	line-height: inherit;
	width: 100%;
	margin-bottom: 30px;
	height: auto;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	transition: border ease .238s
}

input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
	border-color: #ee7b7b;
	outline: 0;
	box-shadow: none
}

button {
	letter-spacing: .5px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ee7b7b;
	color: #fff;
	padding: 16px 30px;
	display: inline-block;
	transition: all ease .3s
}

button:focus,
button:hover {
	outline: 0;
	background-color: #ee7b7b
}

a {
	color: #0d0d0d;
	outline: 0;
	text-decoration: none;
	transition: all .3s ease
}

a:active,
a:focus,
a:hover {
	outline: 0;
	color: #ee7b7b;
	text-decoration: none
}

h3,
h4,
h5,
h6 {
	color: #0d0d0d;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

h3 {
	font-size: 22px;
	line-height: 46px
}

h4 {
	font-size: 20px;
	line-height: 26px
}

h5 {
	font-size: 20px;
	font-weight: 700 !important
}

h6 {
	font-size: 18px;
	line-height: 26px
}

h4 a,
h6 a {
	color: inherit
}

.margin-bottom-42 {
	margin-bottom: 42px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.margin-top-30 {
	margin-top: -30px !important
}

.bottom .themesflat-container {
	border-top: 1px solid #666;
}

.bottom .themesflat-container a{
	color: #ee7b7b;
}

.themesflat-container {
	color: #fff;
	padding: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:768px) {
	.themesflat-container {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {
	.themesflat-container {
		width: 970px;
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {
	.contact-inner {
		width: 85%
	}

	.themesflat-container {
		width: 1200px;
		padding-right: 15px;
		padding-left: 15px
	}
}


.themesflat-container {
	padding: 20px 0;
	text-align: center
}

#site-header-wrap {
	position: fixed;
	background-color: #fff;
	z-index: 99;
	width: 100vw;
	box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	position: relative
}

.site-logo {
	width: 20%
}

#site-header {
	position: fixed;
	background-color: #fff;
	z-index: 99;
	max-width: 1440px;
	margin: 0 auto;
	transition: all .3s ease;
	height: 48px;
	line-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#site-header-inner {
	position: relative;
	line-height: 80px
}

#site-log-inner {
	width: 250px;
	height: 48px;
	position: relative;
	display: flex;
	line-height: 48px
}

section.post {
	padding: 120px 0 0
}

#site-header #main-nav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	display: none
}

#main-nav ul {
	margin: 0
}

#main-nav ul li {
	position: relative;
	list-style: none
}

#main-nav>ul>li {
	float: left;
	padding: 0 20px
}

#main-nav>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #0d0d0d;
	margin-right: 20px;
	position: relative
}

#main-nav>ul>li>a {
	font-weight: 700;
	line-height: 80px
}

#site-header #main-nav>ul>li:hover>a {
	color: #ee7b7b
}

#main-nav>ul>li>a::before {
	content: "";
	position: absolute;
	bottom: 31%;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #ee7b7b;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

#main-nav>ul>li>a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.mobile-button {
	display: none;
	position: absolute;
	width: 26px;
	height: 26px;
	float: right;
	top: 50%;
	right: 15px;
	background-color: transparent;
	cursor: pointer;
	transition: all .3s ease;
	transform: translateY(-50%)
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.mobile-button {
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	transform: translate3d(0, 7px, 0)
}

.menu-socical-icon {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-44%);
	z-index: 999;
	display: flex;
	margin: 0
}

.menu-socical-icon li {
	padding: 0
}

.menu-socical-icon li a i {
	font-size: 25px;
	padding-left: 27px
}

.blog-post {
	position: relative;
	margin-bottom: 46px
}

.post-link,
.post-link .socical-icon,
.post-meta {
	display: flex;
	justify-content: center;
	margin-bottom: 15px
}

.post-meta .author,
.post-meta .category a {
	color: #a4a4a4;
	letter-spacing: .7px
}

.post-meta .category a::before {
	content: '|';
	margin: 0 11px
}

.post-meta .category a:hover {
	color: #ee7b7b
}

.post-title {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 33px
}

.post-img {
	position: relative;
	margin-bottom: 32px
}

.post-day {
	position: absolute;
	left: 0;
	top: 28px;
	padding: 3px 18px;
	letter-spacing: 1.5px;
	font-weight: 500;
	background-color: #fff;
	display: none;
}

form {
	color: #000;
	text-align: left
}

.post-content {
	color: #0d0d0d;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 25px
}

.post-link {
	margin-bottom: 0
}

.button-read-more {
	position: relative;
	font-weight: 500;
	letter-spacing: 3px;
	width: 25.5%
}

.button-read-more::before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ee7b7b;
	position: absolute;
	left: 7%;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease
}

.button-read-more:hover::before {
	background-color: #0d0d0d;
	transition: all .3s ease
}

.post-link .socical-icon {
	position: relative;
	width: 19%;
	margin: 0
}

.post-link .socical-icon::before {
	content: '';
	height: 30px;
	width: 1px;
	background-color: #0d0d0d;
	position: absolute;
	top: -9%;
	left: -14%
}

.post-link .socical-icon li {
	padding: 0 15px
}

.post-link .socical-icon li a i {
	font-size: 15px;
	font-weight: 600
}

.blog-post.style-1 {
	margin-bottom: 50px
}

.blog-post .post-inner-wrap {
	text-align: left;
	width: 51.5%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 39px 45px;
	box-shadow: 0 10px 30px rgb(0 0 0/7%)
}

.style-1 .post-meta {
	justify-content: left;
	margin-bottom: 9px
}

.style-1 .post-title {
	margin-bottom: 17px
}

.style-1 .post-img {
	display: flex;
	margin-bottom: 0;
}

@media (min-width:1024px) {
	.style-1 .post-img {
		width: 605px;
	}
}

.logo-dark {
	margin: 20px
}

.logo-dark a {
	font-weight: 700
}

.style-1 .post-content {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: -.3px
}

.style-1 .button-read-more {
	padding-left: 44px;
	letter-spacing: 2px
}

.style-1 .button-read-more::before {
	width: 30px;
	left: 0
}

.post.themesflat-section {
	padding: 120px 0 80px
}

.blog-post.post-detail {
	margin-bottom: 0
}

.blog-post.post-detail .button.color-1 {
	letter-spacing: .7px;
	padding: 3px 14px 2px;
	margin-bottom: 20px
}

.blog-post.post-detail .post-title {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 26px
}

.blog-post.post-detail .post-day {
	all: unset;
	color: #b7b7b7;
	letter-spacing: 2.2px;
	position: relative
}

.blog-post.post-detail .post-day::after,
.blog-post.post-detail .post-day::before {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #b7b7b7;
	position: absolute;
	top: 56%;
	left: -47%
}

.blog-post.post-detail .post-day::after {
	right: -47%;
	left: auto
}

.blog-post.post-detail .post-img {
	margin: 46px 0 50px
}

.img-detail img {
	width: 45%
}

.blog-post.post-detail .socical-icon {
	width: 100%
}

.blog-post.post-detail .post-author,
.blog-post.post-detail .post-author .infor,
.blog-post.post-detail .socical-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.blog-post.post-detail .post-author {
	margin-bottom: 0;
	padding: 6px 0 10px 5px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.blog-post.post-detail .post-author .post-link {
	margin-left: auto
}

.blog-post.post-detail .post-author .infor img {
	border-radius: 50%;
	margin-right: 11px
}

.blog-post.post-detail .post-author .infor .color-b7b7b7 {
	color: #b7b7b7;
	font-size: 13px;
	text-align: left;
	margin-bottom: -6px
}

.blog-post.post-detail .post-author .post-link {
	align-items: center;
	margin-top: 3px
}

.blog-post.post-detail .post-author .post-link .socical-icon {
	width: auto;
	margin-left: 15px
}

.blog-post.post-detail .post-author .socical-icon li,
.blog-post.post-detail .socical-icon li {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s ease
}

.blog-post.post-detail .post-author .socical-icon li.active,
.blog-post.post-detail .post-author .socical-icon li:hover,
.blog-post.post-detail .socical-icon li.active,
.blog-post.post-detail .socical-icon li:hover {
	transition: all .3s ease;
	background-color: #ee7b7b;
	border: 1px solid #ee7b7b
}

.blog-post.post-detail .post-author .socical-icon li.active a,
.blog-post.post-detail .post-author .socical-icon li:hover a,
.blog-post.post-detail .socical-icon li.active a,
.blog-post.post-detail .socical-icon li:hover a {
	color: #fff
}

.blog-post.post-detail .post-author .socical-icon li a,
.blog-post.post-detail .socical-icon li a {
	color: #b7b7b7;
	padding: 0
}

.blog-post.post-detail .post-author .socical-icon li a i,
.blog-post.post-detail .socical-icon li a i {
	font-size: 15px;
	font-weight: 500
}

.blog-post.post-detail .post-author,
.blog-post.post-detail .post-tag,
.blog-post.post-detail form,
.blog-post.post-detail h4,
.blog-post.post-detail p {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 44px
}

.blog-post.post-detail h4 {
	padding-left: 6px;
	margin-bottom: 20px
}

.blog-post.post-detail p {
	font-size: 18px;
	line-height: 34px;
	padding-left: 6px;
	letter-spacing: -.1px;
	margin-bottom: 33px
}

.blog-post.post-detail p.ls-024 {
	letter-spacing: -.24px
}

.blog-post.post-detail p.ls-005 {
	letter-spacing: -.05px
}

.blog-post.post-detail p.margin-bottom-9 {
	margin-bottom: 9px
}

.blog-post.post-detail h4.ls-05 {
	letter-spacing: -.5px
}

.blog-post.post-detail p.detail {
	font-size: 20px;
	padding-left: 42px;
	letter-spacing: -.2px;
	position: relative;
	margin-bottom: 36px
}

.blog-post.post-detail p.detail::before {
	content: '';
	width: 6px;
	height: 88%;
	background-color: #ee7b7b;
	position: absolute;
	top: 8px;
	left: 5px
}

.blog-post.post-detail p.margin-bottom-40 {
	margin-bottom: 40px
}

.blog-post.post-detail .img-detail {
	margin-bottom: 40px;
	display: flex
}

.blog-post.post-detail p.margin-bottom-42 {
	margin-bottom: 42px
}

.blog-post.post-detail img.margin-right-25 {
	margin-right: 25px
}

.blog-post.post-detail .post-tag {
	display: flex;
	align-items: center;
	margin-bottom: 33px
}

.blog-post.post-detail .post-tag li {
	margin: 0 4px 0 5px
}

.blog-post.post-detail .post-tag li a {
	padding: 8px 11px;
	border: 1px solid #e6e6e6;
	font-size: 13px
}

.blog-post.post-detail .post-tag li a:hover {
	background-color: #ee7b7b;
	color: #fff;
	border: 1px solid #ee7b7b
}

.blog-post.post-detail .socical-icon:before {
	display: none
}

.blog-post.post-detail .post-link.margin-bottom-50 {
	position: relative;
	margin-bottom: 38px
}

.blog-post.post-detail .post-link::after,
.blog-post.post-detail .post-link:before {
	content: '';
	width: 28.5%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 10.5%
}

.blog-post.post-detail .post-link::after {
	right: 9.5%;
	left: auto
}

.blog-post.post-detail #commentform {
	max-width: 750px;
	margin-bottom: 0
}

.blog-post.post-detail #commentform h3.title {
	font-size: 24px;
	margin-top: -2px
}

.blog-post.post-detail #commentform p {
	font-size: 15px;
	letter-spacing: -.15px;
	font-weight: 500;
	padding-left: 0;
	margin-bottom: 13px
}

.blog-post.post-detail #commentform .email-wrap,
.blog-post.post-detail #commentform .name-wrap,
.blog-post.post-detail #commentform .phone-wrap {
	width: 30.7%;
	float: left;
	margin-right: 4%;
	text-align: left
}

.blog-post.post-detail #commentform .email-wrap {
	margin-right: 3.9%
}

.blog-post.post-detail #commentform input {
	padding: 7px 10px;
	color: #0d0d0d
}

.blog-post.post-detail #commentform .phone-wrap {
	margin-right: 0
}

.blog-post.post-detail #commentform .message-wrap {
	width: 100%;
	text-align: left
}

.blog-post.post-detail #commentform .phone-comment {
	margin: 5px 0 22px
}

.blog-post.post-detail #commentform .message-comment {
	margin: 4px 0 36px
}

.blog-post.post-detail #commentform textarea {
	height: 130px;
	color: #0d0d0d
}

.blog-post.post-detail #commentform .button {
	padding: 15px 28px 15px 29px;
	letter-spacing: 2px
}

.themesflat-pagination {
	text-align: center;
	margin-top: 53px;
	margin-bottom: 90px
}

.themesflat-pagination ul {
	margin: 0 0 0 10px;
	position: relative
}

.themesflat-pagination ul li {
	display: inline-block;
	padding: 0;
	margin-right: 5px
}

.themesflat-pagination ul li .page-numbers {
	display: inline-block;
	font-size: 16px;
	color: #b7b7b7;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	background-color: transparent
}

.themesflat-pagination ul li .page-numbers.current,
.themesflat-pagination ul li .page-numbers:hover {
	background-color: #0d0d0d;
	color: #fff;
	border-color: #0d0d0d
}

.themesflat-pagination ul li .page-numbers.prev,
.themesflat-pagination ul li .page-numbers.next {
	width: 100px;
	font-weight: 300;
	letter-spacing: 2px
}

.themesflat-pagination ul li .page-numbers.next::after {
	content: '->';
	font-weight: 300;
	margin-left: 3px
}

.themesflat-pagination ul li .page-numbers.prev::before {
	content: '<-';
	font-weight: 300;
	margin-left: 3px
}

.themesflat-pagination.style-1 {
	text-align: left;
	margin-top: 50px;
	margin-left: -8px
}

.sidebar {
	width: 80%;
	border: 1px solid #e1e1e1;
	padding: 33px 30px 50px
}

.sidebar.sidebar-right {
	text-align: left;
	margin-left: auto;
	margin-top: 8px;
	margin-right: -2px;
	padding-top: 42px
}

.widget {
	position: relative;
	z-index: 1;
	margin-top: 45px
}

.widget:first-child {
	margin: 0
}

.widget .widget-title {
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: -.2px
}

.widget.widget_search .search-form {
	position: relative
}

.widget.widget_search .search-form .search-field {
	padding: 10px 50px 10px 0;
	letter-spacing: .2px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	color: #a4a4a4;
	background-color: #fff
}

.widget.widget_search .search-form .search-submit::after {
	font-family: iconfont;
	content: "\e6c8";
	font-size: 16px;
	color: #a4a4a4;
	position: absolute;
	top: 8px;
	right: 0;
	transform: rotate(90deg);
	transition: all .5s ease
}

.widget.widget_search .search-form .search-submit:hover::after {
	color: #ee7b7b;
	transition: all .5s ease
}

.logo {
	font-size: 20px;
	font-weight: 700;
	/* position: absolute; */
	z-index: 999999999999
}

.list-category,
.widget-post-item {
	margin: 0;
	color: #0d0d0d
}

.widget.widget_category .widget-title {
	margin-bottom: 9px
}

.list-category span {
	float: right;
	margin-top: -4px
}

.list-category li {
	padding-bottom: 8px
}

.list-category li:last-child {
	padding: 0
}

.widget.widget_post {
	margin-top: 40px
}

.widget.widget_post .widget-title {
	margin-bottom: 14px;
	font-weight: 700
}

.widget-post-item {
	margin-left: -2px
}

.widget-post-item .post-title {
	margin: 0 0 5px;
	line-height: 28px;
	font-weight: 500
}

.widget-post-item .post-day {
	color: #a4a4a4;
	font-size: 13px;
	position: relative;
	top: 0;
	margin-left: 20px;
	padding: 0;
	letter-spacing: 1px
}

.widget-post-item .post-day:hover {
	color: #ee7b7b
}

.widget-post-item .post-day::before {
	font-family: iconfont;
	content: '\e600';
	font-weight: 400;
	position: absolute;
	left: -18px;
	font-size: 15px;
	color: #ee7b7b
}

.widget.widget_tag {
	margin-top: 36px
}

.widget.widget_tag .widget-title {
	margin-bottom: 22px
}

.widget.widget_tag .list-tag {
	margin: 0
}

.widget.widget_tag .list-tag li {
	display: inline-block;
	margin: 0 4px 15px 0
}

.widget.widget_tag .list-tag a {
	padding: 8px 9px 9px;
	border: 1px solid rgba(112, 112, 112, .1);
	font-size: 13px;
	font-weight: 500
}

.widget.widget_tag .list-tag li:hover a {
	background-color: #ee7b7b;
	color: #fff
}

.widget.widget_subcribe {
	margin-top: 32px
}

.widget.widget_subcribe .widget-title {
	margin-bottom: 8px
}

.widget.widget_subcribe .widget-content {
	margin-bottom: 8px
}

.widget.widget_subcribe .subcribe-form {
	position: relative
}

.widget.widget_subcribe .subcribe-form .subcribe-field {
	width: 100%;
	padding: 10px 100px 10px 0;
	letter-spacing: .2px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	color: #a4a4a4;
	background-color: #fff
}

.widget.widget_subcribe .subcribe-form .subcribe-field:focus {
	outline-style: none
}

.widget.widget_subcribe .subcribe-submit {
	position: absolute;
	right: -3px;
	top: 12px;
	font-weight: 500;
	letter-spacing: 1.5px;
	background-color: transparent;
	color: #a4a4a4;
	padding: 2px
}

.widget.widget_subcribe .subcribe-submit:hover {
	color: #ee7b7b
}

#commentform .email-wrap,
#commentform .name-wrap {
	width: 48.4%;
	float: left;
	margin-right: 3.2%
}

#commentform .email-wrap {
	margin-right: 0
}

#commentform .name-comment {
	margin: 5px 0 22px
}

#commentform .email-comment {
	margin: 5px 0 22px
}

#commentform .message-comment {
	margin: 10px 0 70px
}

#commentform input[type=email],
#commentform input[type=text],
#commentform textarea {
	margin: 0;
	padding: 3px 10px;
	border: 1px solid rgba(71, 44, 53, .1)
}

#commentform textarea {
	height: 200px
}

#footer {
	background-color: #0d0d0d;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 55px 15px 43px;
	border-bottom: 1px solid #262626
}

#footer .widget,
#footer .widget a,
#footer .widget p {
	color: #fff;
	font-size: 16px
}

#footer .widget a:hover {
	color: #ee7b7b
}

#footer .widget-infor {
	padding-right: 35%;
	text-align: left
}

#footer .widget-infor .address {
	padding-right: 20%
}

#footer .widget-infor .address,
#footer .widget-infor .phone {
	margin-bottom: 12px
}

#footer .widget-infor::after,
#footer .widget-logo::after {
	content: '';
	position: absolute;
	right: 0;
	top: -55px;
	width: 2px;
	height: 300px;
	background-color: #262626
}

#footer .widget-logo {
	text-align: center;
	padding: 13px 0
}

#footer .widget-logo .list-icon-socical {
	display: flex;
	margin: 0;
	justify-content: center;
	text-align: center
}

#footer .widget-logo .list-icon-socical li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #262626;
	margin: 0 6px;
	transition: all .3s ease
}

#footer .widget-logo .list-icon-socical li:hover {
	background-color: #ee7b7b;
	cursor: pointer;
	transition: all .3s ease
}

#footer .widget-logo .list-icon-socical li:hover a {
	color: #0d0d0d
}

#footer .widget-link {
	display: flex;
	justify-content: center;
	padding: 2px 0;
	margin-right: -5px
}

#footer .widget-link .list-link {
	text-align: left;
	width: 50%;
	padding-left: 5px;
	margin: 0
}

#footer .widget-link .list-link:last-child {
	padding-left: 11px
}

#footer .widget-link ul li {
	margin-bottom: 5px
}

.bottom {
	background-color: #0d0d0d
}

@media only screen and (max-width:1400px) {
	#footer .widget-link .list-link {
		width: 35%
	}
}

@media only screen and (max-width:1200px) {
	.mobile-button {
		display: block;
		font-size: 20px;
		color: #000
	}

	.menu-socical-icon {
		right: 75px
	}
}

@media only screen and (max-width:1024px) {
	#footer .widget-link .list-link {
		width: 50%
	}

	.post-link .socical-icon {
		width: 35%
	}

	.blog-post.post-detail .post-link .socical-icon,
	.blog-post.style-1 .post-inner-wrap,
	.sidebar {
		position: relative;
		width: 100%
	}

	.blog-post.post-detail img.margin-right-25,
	.contact-inner {
		margin-left: 0;
		margin-right: 0
	}

	.contact-infor .infor .address {
		width: 100%;
		padding: 0 !important;
		text-align: center
	}

	.contact-infor .infor {
		flex-wrap: wrap
	}

	.contact-infor .infor .address::after {
		width: 100%;
		height: 1px;
		top: 90%;
		left: 0
	}

	.blog-post.post-detail img.margin-right-25 {
		margin-bottom: 50px
	}

	.blog-post.post-detail .post-link::after {
		right: -3.5% !important
	}

	.blog-post.post-detail .post-link:before {
		left: 17.5%
	}
}

@media only screen and (max-width:991px) {
	.post.themesflat-section {
		padding: 10px 0 0 !important
	}

	.themesflat-section {
		padding: 60px 0 !important
	}

	.post-link .socical-icon li {
		padding: 0 8px
	}

	#footer .widget-infor {
		padding: 0
	}

	#footer .widget-infor::after,
	#footer .widget-logo::after {
		top: -44%;
		height: 238%;
		right: -15px
	}

	.blog-post.style-1 img {
		width: 100%
	}

	.sidebar.sidebar-right {
		margin-bottom: 50px !important
	}
}

@media only screen and (max-width:767px) {

	#commentform .email-wrap,
	#commentform .name-wrap {
		width: 45% !important
	}

	#commentform .name-wrap {
		margin-right: 10% !important
	}

	.post.themesflat-section {
		padding: 10px 15px 0 !important
	}

	.themesflat-section {
		padding: 10px 15px 0 !important
	}

	#footer .widget-logo {
		text-align: left;
		padding: 60px 0
	}

	#footer .widget-logo .list-icon-socical {
		justify-content: left
	}

	#footer .widget-logo .list-icon-socical li:first-child {
		margin-left: 0
	}

	#site-header #site-logo {
		text-align: left !important;
		margin-left: 0 !important
	}

	#footer .widget-link .list-link {
		padding: 0
	}

	.sidebar {
		margin-bottom: 60px
	}

	.menu-socical-icon {
		right: 55px
	}

	.menu-socical-icon li a i {
		padding-left: 16px
	}

	.blog-post {
		margin-bottom: 50px !important
	}

	.blog-post.end {
		margin-bottom: 0 !important
	}

	.blog-post.style-1 .post-inner-wrap {
		padding: 15px
	}

	.blog-post.post-detail .post-link::after {
		right: 1.5%
	}

	.blog-post.post-detail .post-link:before {
		left: 1.5%
	}

	.blog-post.post-detail #commentform .email-wrap,
	.blog-post.post-detail #commentform .name-wrap,
	.blog-post.post-detail #commentform .phone-wrap {
		width: 100%;
		margin-right: 0
	}

	.blog-post.post-detail .post-author .infor {
		margin-bottom: 10px
	}

	.blog-post.post-detail .post-author .post-link {
		margin-left: 0
	}
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
	bottom: 0;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0);
	z-index: 999;
	width: 100%;
	background-color: #e4e4e4;
	display: flex;
	justify-content: center
}

.ad-div {
	margin-bottom: 20px;
	width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
	height: .2rem;
	max-width: 100%;
	line-height: .3rem;
	font-size: .6rem;
	padding: .5rem 0 1rem 0;
	box-sizing: border-box;
	color: #707070;
	text-align: center
}

.grecaptcha-badge {
	visibility: hidden
}