/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
    color: #4b4870;
}
#masthead .header-social-icons .social-icons .facebook {
	color: #175beb;
}
#masthead .header-social-icons .social-icons .instagram {
	color: #ef00a2;
}
#masthead .header-social-icons .social-icons .tiktok {
	color: #000;
}
#masthead .header-social-icons .social-icons .twitter {
	color: #1da1f2;
}
#masthead .header-social-icons .social-icons a {
	font-size: 24px;
	margin-right: 15px;
}
#masthead li.header-search a {
	font-size: 15px;
	letter-spacing: .5px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	background-color: #ff4c60;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	justify-content: center;
}
.mfp-content form.searchform input {
	border-radius: 0;
}
#wide-nav .flex-center > ul.header-nav {
	padding: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.07);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.07);
}
#wide-nav .flex-center > ul.header-nav > li {
	padding: 15px 13px;
	position: relative;
	margin: 0;
	line-height: 1;
}
#wide-nav .flex-center > ul.header-nav > li > a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.25;
	z-index: 1;
	color: #4b4870;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: inherit;
	padding: 0;
	position: relative;
}
#wide-nav .flex-center > ul.header-nav > li > a:hover{
	color: #ff4c60;
}
#wide-nav .flex-center > ul.header-nav > li.active > a:after, #wide-nav .flex-center > ul.header-nav > li.active > a:after {
	display: block;
	content: '';
	position: absolute;
	left: -7px;
	top: -5px;
	width: 5px;
	height: 5px;
	background: #65ebe7;
	border-radius: 5px;
	-webkit-animation: fadeInMenu .5s ease .6s forwards;
	animation: fadeInMenu .5s ease .6s forwards;
}
#wide-nav .flex-center > ul.header-nav > li.active > a{
	position: relative;
}
#masthead #logo a:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
#masthead #logo a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.box-Danhmuc {
	background: #fff;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.box-Danhmuc:hover{
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.info h4 {
	font-size: 30px;
	line-height: 1.45;
	position: relative;
}
.info h4:before {
	content: '#';
	color: #ff4c60;
	font-size: 135%;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-weight: 400;
}
.box-Danhmuc .box-text {
	text-shadow: none !important;
	padding: 0;
}
.box-Danhmuc .box-image:before {
	content: '';
	border: 2px solid #fff;
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	z-index: 2;
}
.box-Danhmu2 .info h4:before {
	color: #49dfd4;
}
.box-Danhmuc3 .info h4:before {
	color: #e62ba9;
}
.box-Danhmu4 .info h4:before {
	color: #3563c2;
}
.section-1 {
	padding-bottom: 0 !important;
}
.widget-title {
	letter-spacing: .25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 700;
}
.title-w {
	max-width: 90%;
}
.border {
	height: 2px;
	background: #ff4c60;
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 15px;
	min-width: 30px;
}
.item-post-2 .post-item {
	padding-bottom: 15px;
}
.post-item .is-divider {
	display: none;
}
.item-post-2 .post-item .box-text.text-left {
	padding: 0 10px;
	vertical-align: top;
}
.item-post-2 .post-item .box-text.text-lef h5 {
	font-size: 16px;
}
.item-post-2 .post-item .box-text.text-left h5 {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: .25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.post-item .box-text h5 span {
	padding-bottom: 5px;
	background-image: -webkit-gradient(linear,left top,right top,from(var(--epcl-secondary-color)),to(var(--epcl-secondary-color)));
	background-image: -o-linear-gradient(left,var(--epcl-secondary-color) 0%,var(--epcl-secondary-color) 100%);
	background-image: linear-gradient(to right,#65ebe7 0%,#65ebe7 100%);
	background-size: 100% 0%;
	background-repeat: no-repeat;
	background-position: left 70%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.post-item .box-text h5:hover span {
	color: #454360;
	background-size: 100% 13%;
	background-position: left 80%;
}
.item-post-2 .box-image .image-cover {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	right: auto!important;
	bottom: auto!important;
	z-index: 4!important;
	box-shadow: 0 3px 5px -2px rgba(7,10,25,.2);
}
.item-post-2 .box-image .image-cover:before {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.item-post-2 .box-image .image-cover:before {
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.blog1 .post-item .col-inner, .blog2 .post-item .col-inner {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
}
.blog1 .post-item {
	padding-bottom: 15px;
}
.blog1 .post-item .mate-post {
	display: block !important;
}
.blog1 .post-item .box-text {
	padding: 0 15px;
	vertical-align: top;
}
.blog1 .post-item .from_the_blog_excerpt {
	margin: 8px 0;
}
.tagcloud a {
	color: #4b4870;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 6px rgba(7,10,25,.1);
	box-shadow: 0px 2px 6px rgba(7,10,25,.1);
	padding: 6px 8px 4px;
	line-height: 1.2;
	background: #fff;
	font-size: 14px !important;
	margin-bottom: 12px;
	margin-right: 10px;
	text-transform: capitalize;
}
.tagcloud a:before {
	content: '#';
	color: #ff0081;
	margin-right: 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tagcloud a:hover {
	color: #ff4c60;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	background: transparent !important;
}
.tagcloud a.tag-link-5:hover, .tagcloud a.tag-link-5:hover {
	color: #f9b439;
}
.tagcloud a.tag-link-3:hover, .tagcloud a.tag-link-3:hover {
	color: #49dfd4;
}
.tagcloud a.tag-link-6:hover, .tagcloud a.tag-link-6:hover {
	color: #7171e2;
}
a.tag-link-5:before {
	color: #f9b439;
}
a.tag-link-3:before {
	color: #49dfd4;
}
a.tag-link-6:before {
	color: #7171e2;
}
@keyframes fadeInMenu {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.icons {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.icons a {
	display: inline-block;
	width: 22%;
	height: 72px;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	background: #fff!important;
	color: #fff!important;
	margin: 0;
	position: relative;
	margin-bottom: 3%;
	margin-left: 3%;
	vertical-align: top;
}
.icons a i {
	font-size: 25px;
	line-height: 72px;
	width: 100%;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: #4b4870;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.icons a.twitter i {
	background: #63cdf1;
}
.icons a.facebook i {
	background: #3563c2;
}
.icons a.instagram i {
	background: #e62ba9;
}
.icons a i:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}
.icons a:hover i{
	-webkit-transform: translate(-5px,-5px);
	-ms-transform: translate(-5px,-5px);
	transform: translate(-5px,-5px);
}
.icons a:hover i:after{
	opacity: 0;
}
.icons a:after {
	content: '';
	border: 3px solid#4b4870;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.icons .twitter:after {
	border-color: #63cdf1;
}
.icons  .facebook:after {
	border-color: #3563c2;
}
.icons .instagram:after {
	border-color: #e62ba9;
}
.flickity-button {
	opacity: 1;
	transform: unset !important;
	width: 40px;
	transition: none;
}
.flickity-button svg {
	background: #ff4c60;
	border-radius: 999px;
	color: #fff;
	width: 30px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
	opacity: 1;
}
.list-blog-1 .cat-label span {
	padding: 6px 8px 4px;
	line-height: 1.2;
	margin-right: 10px;
}
.list-blog-1 .cat-label {
	opacity: 1;
	text-shadow: none;
	color: #fff;
	padding: 6px 8px 4px;
	line-height: 1.2;
	margin-right: 10px;
	font-size: 16px;
	text-transform: unset;
}
.list-blog-1 .cat-label span:before {
	content: '#';
	color: #ff4c60;
	margin-right: 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.list-blog-1 h5.post-title {
	font-size: 35px;
	width: 70%;
	margin: 30px auto 20px;
}
.list-blog-1 .box-text.text-center {
	text-shadow: none;
	padding: 0;
}
.list-blog-1 .mate-post {
	display: block !important;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
	fill: #fff !important;
}
.list-blog-1 .post-item .box-text h5:hover span {
	color: #fff;
}
.tac-gia {
	display: inline-block;
	cursor: default;
	position: relative;
	font-size: 15px;
	text-transform: unset;
}
.meta-info {
	margin-right: 12px;
	white-space: nowrap;
	font-size: 15px;
	display: inline-block;
}
.tac-gia:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #ff4c60;
	vertical-align: middle;
	margin-right: 15px;
}
.list-blog-1 .image-cover:before {
	content: '';
	border: 2px solid #fff;
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	z-index: 2;
}
.btn {
	left: 50%;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.btn {
	color: #fff;
	font-size: 15px;
	padding: 8px 25px;
	letter-spacing: .5px;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 0;
	margin-right: 0;
	min-height: auto;
	line-height: normal;
}
.btn:before {
	content: '';
	border: 3px solid #4b4870;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}
.btn:after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px 25px;
	z-index: 3;
	background: #4b4870;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
}
.btn:hover:after {
	-webkit-transform: translate(-5px,-5px);
	-ms-transform: translate(-5px,-5px);
	transform: translate(-5px,-5px);
}
.btn span {
	position: relative;
	z-index: 9;
}
.blog2 .post-item .col-inner .box-text {padding: 10px 0 0;}
.blog2 .post-item .col-inner .box-text p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0;
}
.blog2 .post-item .col-inner .box-text .mate-post {
	display: block !important;
}
.blog2 .post-item .col-inner .box-text .mate-post .meta-info, .blog2 .post-item .col-inner .box-text .mate-post .tac-gia {
	font-size: 12px;
}
.section-2 .large-8 .post-item .image-cover:before, .blog-archive .post-item .box .image-cover:before {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.absolute-footer {
	display: none;
}
.section-footer-2 {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.07);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,.07);
	padding: 50px 0 40px;
	margin-bottom: 20px;
}
.formdk h3 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1;
	text-align: center;
}
.formdk p {
	text-align: center;
}
.formdk input.wpcf7-text {
	display: block;
	background: #f9f9fe;
	border: 1px solid #f0f0fd;
	color: #596172;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .25px;
	padding: 15px 25px;
	height: 45px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: none;
}
.section-footer-2 .large-4 {
	padding-bottom: 0;
}
span.wpcf7-spinner {
	display: none;
}
.btn-cf7 {
	display: flex;
}
.btn-cf7 input {
	margin: 30px 0 !important;
}
.btn-cf7 input[type='submit'] {
	text-transform: none;
	background: #4b4870;
}
form.wpcf7-form {
	margin-bottom: 0;
}
.qodef--on {
	width: 140px;
	right: -40px;
	bottom: 130px;
	margin: 0;
	z-index: 500;
	-webkit-transform-origin: 50% 49%;
	-ms-transform-origin: 50% 49%;
	transform-origin: 50% 49%;
	-webkit-transform: translate3d(0,0,0) rotate(90deg);
	transform: translate3d(0,0,0) rotate(90deg) !important;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s !important;
	border: 0 !important;
}
.qodef--on .qodef-back-to-top-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-style: italic;
	color: #ff4c60;
	font-size: 13px;
	text-transform: initial;
}
.qodef--on .qodef-back-to-top-text:before {
	content: '';
	width: 64px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 13px;
	left: -110%;
}
.qodef--on:hover {
	background: transparent !important;
}
.qodef--on:hover .qodef-back-to-top-text:before {
	-webkit-animation: qodef-animate-btt 1s forwards;
	animation: qodef-animate-btt 1s forwards;
}
.infoFooter h4 {
	font-size: 16px;
	margin-bottom: 0;
}
.founder {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.iconfooter  .social-icons a {
	font-size: 14px;
}
.iconfooter .social-icons {
	margin-top: 5px;
}
.iconfooter .social-icons .facebook {
	color: #175beb;
}
.iconfooter .social-icons .instagram {
	color: #fb0699;
}
.iconfooter .social-icons .twitter {
	color: #1da1f2;
}
.iconfooter .icon {
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.iconfooter .icon:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.blog-archive header.archive-page-header .col {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	text-align: center;
	min-height: 150px;
	margin: 20px auto 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	position: relative;
}
.blog-archive header.archive-page-header .col h1 {
	margin-bottom: 0;
	color: #ff4c60;
	font-size: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-archive header.archive-page-header .col h1 span {
	text-transform: none;
	color: #4b4870;
}
.taxonomy-description p {
	margin-bottom: 0;
}
.blog-archive .post-item .col-inner {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
}
.blog-archive .post-item .box {
	display: flex;
	align-items: center;
}
.blog-archive .post-item .box .box-image {
	overflow: auto;
	height: 100%;
	width: 30%;
	margin-right: 15px;
}
.blog-archive .post-item .box .box-image .image-cover {
	padding-top: 100% !important;
}
.blog-archive .post-item .box .box-text {
	padding: 0;
}
.blog-archive .post-item .box .box-text h5 {
	font-size: 22px;
}
.not-edit-post {
	text-align: center;
}
.not-edit-post .mate-post {
	margin-top: 25px;
}
.post-excerpt {
	margin: 25px 0 30px;
}
.blog-archive .meta-info, .blog-archive .tac-gia, .blog-archive .post-excerpt {
	color: #596172;
	font-weight: 100;
	font-family: "Source Serif Pro", sans-serif;
}
.post-excerpt {
	font-weight: unset;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.metatags {
	text-align: left;
}
.metatags .tags span, .tag-post-after span {
	color: #4b4870;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 6px rgba(7,10,25,.1);
	box-shadow: 0px 2px 6px rgba(7,10,25,.1);
	padding: 6px 8px 4px;
	line-height: 1.2;
	margin-right: 10px;
	background: #fff;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.metatags .tags span:before, .tag-post-after span:before {
	content: '#';
	color: #ff4c60;
	margin-right: 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.metatags .tags {
	float: left;
	display: block;
}
.author-meta-info {
	float: right;
}
.author-meta-info span {
	color: #596172;
}
.author-meta-info .author-image {
	width: 35px;
	height: 35px;
	position: relative;
	left: auto;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	box-shadow: 0px 3px 5px -1px rgba(7,10,25,.2);
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.author-meta-info:hover span {
	color: #ff4c60;
}
.post-format-image img {
	width: 100%;
}
.post-format-image {
	position: relative;
}
.post-format-image:before {
	content: '';
	border: 2px solid #fff;
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	z-index: 2;
}
.post-format-image img {
	position: relative;
}
.blog-single {
	padding-top: 60px;
}
.blog-single article  {
	position: relative;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
}
.blog-single article .article-inner {
	padding: 50px 60px;
}
h1.entry-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.45;
	letter-spacing: 0px;
	color: #454360;
	text-align: center;
}
header.entry-header .mate-post {
	display: block !important;
	text-align: center;
}
.tag-post-after {
	text-align: center;
}
.tag-post-after p {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: .25px;
	font-weight: bold;
	line-height: 1.45;
}
.share-buttons {
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.share-buttons p {
	display: inline-block;
	margin-right: 15px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.45;
	letter-spacing: 0px;
	color: #454360;
	text-transform: capitalize;
}
.share-buttons .social-icons a {
	margin-bottom: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.share-buttons .social-icons a:hover{
	color: #fff;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: none;
	box-shadow: none;
}
#author {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #fff;
	margin: 50px auto;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px rgba(7,10,25,.1);
	display: block;
}
.authorPost {
	background: 0 0;
}
.author-image {
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
}
.authorPost:before {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50%;
	width: auto;
	height: auto;
	background: 0 0;
}
.authorPost {
	background: 0 0;
	margin-left: auto;
	margin-right: 20px ;
	width: 80px ;
	height: 80px;
	border-radius: 50%;
}
.authorPost {
	display: block;
	font-size: 50px;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	float: left;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-shadow: 0 3px 5px -2px rgba(7,10,25,.2);
	box-shadow: 0 3px 5px -2px rgba(7,10,25,.2);
	text-transform: uppercase;
}
#author .flex .right {
	margin-right: auto;
}
#author .flex .right h4 {
	margin: 20px 0 3px;
	line-height: 1;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0px;
}
#author .flex .right p {
	font-size: 14px;
	font-family: "Source Serif Pro", sans-serif;
}
.entry-content.single-page {
	font-family: "Source Serif Pro", sans-serif;
}
#author div.info {
	color: #596172;
	max-width: 550px;
	margin: 0 auto;
}
#author div.info p {
	margin-top: 25px;
	font-size: 16px;
	font-family: "Source Serif Pro", sans-serif;
}
#author div.social a {
	display: inline-block;
	margin: 0 10px;
	font-size: 22px;
	color: #ff4c60;
	vertical-align: middle;
}
#author div.social a.twitter {
	color: #1da1f2;
}
#author div.social a.facebook {
	color: #175beb;
}
.home .blog-archive .post-item .box .box-text h5 {
    font-size: 18px;
}
.home .blog-archive .meta-info, .home .blog-archive .tac-gia {
    font-size: 13px;
}
@keyframes qodef-animate-btt {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	30% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	35% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}
@media (min-width: 992px){
	#masthead .header-inner {
		padding: 50px 0 0;
	}
	.list-blog-1 .col {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-archive .align-center, .blog-archive .align-center .row {
		max-width: 1400px;
	}
	.blog-single .post-sidebar {
		padding-left: 0;
	}
}
@media (max-width: 849px){
	#masthead .flex-left ul.mobile-nav li a {
		color: #4b4870;
		font-size: 17px;
	}
	.mfp-content {
		background: #fff !important;
		width: 300px !important;
		transition: transform .5s,opacity .3s,-webkit-transform .5s !important;
	}
	.off-canvas .nav-vertical>li>a {
		font-size: 16px;
		line-height: 1.25;
		position: relative;
		z-index: 1;
		color: #4b4870;
		font-weight: 600;
		letter-spacing: .3px;
		text-transform: capitalize;
		padding: 20px;
	}
	.section-1 {
		padding-top: 10px !important;
	}
	.list-blog-1 h5.post-title {
		margin: 15px auto 30px;
		font-size: 18px;
	}
	.meta-info, .tac-gia {
		font-size: 12px;
	}
	.info h4 {
		font-size: 14px;
	}
}