/*
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  ***************/


}
#theh1 {
    display: none;
}
.post-item a:hover{
	color: #fe4f70;
}
h5.post-title {
	font-size: 15px;
}
.thoigian {
	color: #9faabb;
	font-size: 13px;
	margin-top: 5px;
}
#masthead .flex-left > ul.header-nav > li.active > a {
	color: #fff !important;
	border-radius: 25px;
	background: #fe4f70;
	background: -webkit-linear-gradient(left,#fe4f70 0%,#ffa387 100%);
	background: linear-gradient(to right,#fe4f70 0%,#ffa387 100%);
}
#masthead .flex-left > ul.header-nav > li > a {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 100;
	text-transform: capitalize;
	color: #000;
}
#masthead .flex-left > ul.header-nav > li {
	margin: 0;
}
#masthead .flex-left > ul.header-nav > li > a:hover {
	color: #fe4f70;
}
#masthead .flex-right > ul.header-nav > li.header-social-icons a i {
	color: #000;
}
#masthead .flex-right li.header-search > a {
	color: #fff;
	border-radius: 50%;
	background: #ffa387;
	background: -webkit-linear-gradient(bottom,#ffa387 0%,#fe4f70 51%,#ffa387 100%);
	background: linear-gradient(to top,#ffa387 0%,#fe4f70 51%,#ffa387 100%);
	background-size: auto 200%;
	height: 37px;
	line-height: 39px;
	width: 37px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#masthead .flex-left > ul.header-nav > li.has-dropdown > ul.sub-menu {position: absolute;top: 100%;z-index: 1000;display: none;min-width: 11rem;padding: 0;margin: 0;color: #212529;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 0;border-radius: 0.25rem;-webkit-box-shadow: 0 8px 20px rgba(32,54,86,.2);-moz-box-shadow: 0 8px 20px rgba(32,54,86,.2);box-shadow: 0 8px 20px rgba(32,54,86,.2);}
#masthead .flex-left > ul.header-nav > li.has-dropdown ul.sub-menu {
	display: none;
	animation: growOut .3s ease-in-out forwards;
	transform-origin: top center;
}
#masthead .flex-left > ul.header-nav > li.has-dropdown:hover > ul.sub-menu {
	display: block;
}
.stuck #masthead {
	background: #fff;
}
.mfp-content .searchform-wrapper input {
	border-radius: 0;
}
@keyframes growOut{
	0% {
		transform: scale(0);
	}
	80% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#masthead .flex-left > ul.header-nav > li.has-dropdown ul.sub-menu > li > a {
	font-size: 14px;
	color: #000;
}
#masthead .flex-left > ul.header-nav > li.has-dropdown ul.sub-menu > li > a:hover {
	color: #fe4f70;
	background-color: transparent;
	margin-left: 5px;
	padding: 0.6rem 1.5rem;
}
#masthead .flex-left > ul.header-nav > li.has-dropdown ul.sub-menu > li:before {
	content: "";
	background: #ebebeb;
	background: -webkit-linear-gradient(right,#ebebeb 0%,transparent 100%);
	background: linear-gradient(to right,#ebebeb 0%,transparent 100%);
	bottom: 0;
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}
#masthead .flex-left > ul.header-nav > li.has-dropdown ul.sub-menu > li {
	position: relative;
}
.blog-header-1 .post-item .box-image {
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(32,54,86,.3);
}
.post-item img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.post-item .box:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-header-1 .post-item .image-cover .overlay {
	background: #203656 !important;
	opacity: .6;
}
.is-divider {
	display: none;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
	text-shadow: none;
}
.blog-header-1 .box-text h5 {
	font-size: 32px;
	margin: 20px 0;
}
.blog-header-1 .box-text h5 a {
	color: #fff;
}
.blog-header-1 .box-text {
	padding: 20px 50px 40px;
}
.blog-header-1 .thoigian {
	color: rgba(255,255,255,.6);
	font-size: 14px;
}
.blog-header-1 .label-cate, .blog-8-1 .post-item .label-cate{
	display: unset !important;
}
.label-cate {
	color: #fff;
	font-size: 13px;
	border-radius: 25px;
	display: inline-block;
	padding: 6px 11px;
	line-height: 1;
	left: 20px;
	top: 20px;
	z-index: 1;
	background: #fe4f70;
	background: -webkit-linear-gradient(left,#fe4f70 0%,#ffa387 51%,#fe4f70 100%);
	background: linear-gradient(to right,#fe4f70 0%,#ffa387 51%,#fe4f70 100%);
	background-size: 200% auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.label-cate:hover {
	background-position: right center;
}
.blog-header-1 .post-item {
	padding-bottom: 0;
}
.section-1 .large-4 > .col-inner {
	border: solid 1px #ebebeb;
	border-radius: 10px;
	padding: 30px;
}
.tab-header ul li a {font-size: 14px;font-weight: 100;padding: 0.5rem 1rem;border: solid 1px #ebebeb;border-radius: 30px;transition: unset;}
.tab-header ul li.active a {
	color: #fff !important;
	background: #fe4f70;
	background: -webkit-linear-gradient(left,#fe4f70 0%,#ffa387 51%,#fe4f70 100%);
	background: linear-gradient(to right,#fe4f70 0%,#ffa387 51%,#fe4f70 100%);
	border-color: transparent;
}
.tab-header ul li a span {
	display: block;
}
h5.post-title a {
	color: #203656;
}
.blog-header-1 .box-text h5 a {
	color: #fff;
}
.blog-tab .box-text {
	padding: 0 15px;
}
.blog-tab .image-cover {
	border-radius: 50%;
}
.tab-header .tab-panels {
	padding-top: 25px;
}
.blog-all .post-item:after {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	background: #ebebeb;
	background: -webkit-linear-gradient(right,#ebebeb 0%,transparent 100%);
	background: linear-gradient(to left,#ebebeb 0%,transparent 100%);
}
.blog-all .post-item {
	padding-bottom: 0;
}
.blog-all .post-item:last-child:after {
	background: none;
	margin: 0;
}
.blog-all h5 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lds-dual-ring {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}
.lds-dual-ring.loading {
	visibility: visible;
	opacity: 1;
}
.lds-dual-ring::after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 8px;
	border-radius: 50%;
	border: 3px solid;
	border-color: #FE4F70 transparent #FE4F70 transparent;
	-webkit-animation: lds-dual-ring 1.2s linear infinite;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tab-panels .entry-content {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tab-panels .entry-content.loading {
	opacity: 0.3;
}
.section-header {
	position: relative;
	margin-bottom: 30px;
}
.section-header h2 {
	margin-bottom: 0;
	font-size: 24px;
}
.row-blog {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border: solid 1px #ebebeb;
	border-radius: 10px;
	padding: 30px 15px !important;
}
.post-item .box .box-image {
	border-radius: 10px;
}
.blog-8-1 .post-item .label-cate {
	position: absolute;
	top: -40px;
}
.blog-8-1 .box-text h5 {
	font-size: 20px;
	margin: 5px 0 10px;
}
.blog-8-1 .from_the_blog_excerpt {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #8f9bad;
}
.row-blog .large-6, .row-blog1 .post-item {
	padding-bottom: 0;
}
.blog-8-2 .post-item .box .box-image {
	border-radius: 10px;
}
.blog-8-2 .post-item .box .image-cover{
	border-radius: 0;
}
.blog-8-1 .thoigian {
	margin-top: 10px;
}
.section-header2 {
	margin-top: 15px;
}
.row-blog3 .blog-header-1 .box-text h5 a {
	font-size: 20px;
	margin: 0;
}
.row-blog3 .blog-header-1 .box-text {
	padding: 0 20px 10px;
}
.row-blog3 .blog-header-1 .box-text h5 {
	margin: 18px 0 10px;
}
.blog-8-3 .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #9faabb;
	font-size: 16px;
	margin: 8px 0;
}
.blog-8-3 .box-text {
	padding: 0 20px;
}
.blog-8-3 .box-text h5 a {
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
footer .section-title-normal, footer .section-title-normal span {
	border-bottom: 0;
	margin-bottom: 0;
}
footer .social-icons a {
	display: inline-block;
}
footer .social-icons a i {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.03);
	position: relative;
	text-align: center;
	display: inline-block;
}
footer .social-icons a i:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	opacity: 0.03;
}
.row-footer {
	position: relative;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	padding-top: 50px;
}
.copyright-footer {
	color: #fff;
	font-size: 12px;
}
.absolute-footer {
	padding: 12px;
}
.widget {
	border: solid 1px #ebebeb;
	border-radius: 10px;
	padding: 30px;
}
.widget-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.block_widget .post-item .box:before {
	content: '1';
	color: #fff;
	display: block;
	border: solid 2px #fff;
	border-radius: 50%;
	font-size: 12px;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	height: 24px;
	line-height: 22px;
	left: 0;
	text-align: center;
	top: -10px;
	position: absolute;
	width: 24px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
	background: #fe4f70;
	background: -webkit-linear-gradient(bottom,#fe4f70 0%,#ffa387 100%);
	background: linear-gradient(to top,#fe4f70 0%,#ffa387 100%);
	z-index: 1;
}
.block_widget .post-item:nth-child(2) .box:before {
	content: '2';
}
.block_widget .post-item:nth-child(3) .box:before {
	content: '3';
}
.block_widget .post-item:nth-child(4) .box:before {
	content: '4';
}
.widget_categories li.cat-item:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	background: #ebebeb;
	background: -webkit-linear-gradient(left,#ebebeb 0%,transparent 100%);
	background: linear-gradient(to right,#ebebeb 0%,transparent 100%);
}
.widget_categories li.cat-item a {
	font-weight: 700;
	font-size: 15px;
	color: #203656;
}
.widget_categories li.cat-item a:before {
	content: '\f054';
	font-size: 11px;
	vertical-align: middle;
	margin-right: 25px;
	color: #fe4f70;
	font-family: "Font Awesome 5 Free";
}
.widget_tag_cloud .tagcloud a {
	color: #8f9bad;
	border: solid 1px #ebebeb;
	border-radius: 25px;
	font-size: 13px !important;
	display: inline-block;
	padding: 3px 14px;
	margin: 4px 0;
	transition: all .3s;
}
.widget_tag_cloud .tagcloud a:before {content: '#';}
.widget_tag_cloud .tagcloud a:hover {
	background: transparent;
	color: #fe4f70;
	border: solid 1px #fe4f70;
}
.back-to-top {
	display: inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 4px;
	line-height: 50px;
	background: #fe4f70;
	bottom: 80px;
	border-color: #fff !important;
}
.back-to-top {
	background: #fe4f70;
	background-image: -webkit-linear-gradient(35deg, #fe4f70 0%, #fe4f70 100%)!important;
}
.back-to-top i {
	font-weight: 400;
	color: #ffffff;
	top: 5px;
}
.blog-wrapper {
	padding-top: 0;
}
#crumbs {
	font-size: 14px;
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	color: #8f9bad;
}
#crumbs a {
	color: #8f9bad;
}
h1.entry-title {
	font-size: 36px;
	color: #203656;
}
.entry-header-text {
	padding-bottom: 0;
}
.entry-header-text .meta {
	font-size: 14px;
	color: #8f9bad;
	list-style: none;
}
.entry-header-text .meta li {
	list-style-type: circle;
	display: inline-block;
}
.entry-header-text .meta li:not(:last-child) {
	margin-right: 0.8rem;
}
.entry-header-text .meta li img.avatar {
	margin-right: 12px;
	vertical-align: middle;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
.entry-header-text .meta li a {
	color: #8f9bad;
	font-weight: 400;
}
.entry-header-text .meta li:not(:last-child):after {
	content: "";
	display: inline-block;
	background-color: #fe4f70;
	border-radius: 50%;
	margin-left: 1rem;
	height: 3px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 3px;
}
.item-tag a:not(:first-child) {
	margin: 0 8px;
}
.thumbs-post img {
	border-radius: 10px;
}
.thumbs-post {
	margin-top: 10px;
}
.entry-content.single-page {
	padding-bottom: 0;
}
.post-bottom {
	border-top: solid 1px #ebebeb;
	padding-top: 30px;
	margin-top: 30px;
}
.single-post-share span {
	display: block;
	font-size: 13px;
	color: #8f9bad;
}
.single-post-share .social-icons {
	margin-bottom: 0;
	margin-top: 0.5rem;
}
.single-post-share .social-icons a {
	font-size: 16px;
	color: #203656;
}
.single-post-share .social-icons a:not(:last-child) {
	margin-right: 1rem;
}
.tags a {
	color: #8f9bad;
	border: solid 1px #ebebeb;
	border-radius: 25px;
	font-size: 13px !important;
	display: inline-block;
	padding: 3px 14px;
	margin: 4px 0;
	transition: all .3s;
}
.tags a:not(:first-child) {
	margin-left: .5rem;
}
.tags a:hover {
	background: transparent;
	color: #fe4f70;
	border: solid 1px #fe4f70;
}
.tags a:before {
	content: '#';
}
.post-bottom > .row {
	align-items: center;
}
.relatedcat .blog-8-1 .box-text h5 a {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.relatedcat .blog-8-1 .box-text p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #8f9bad;
}
.blog-archive .post-item .box-text {
	vertical-align: top;
}
.blog-archive .row-large .large-9 > .row {
	border: solid 1px #ebebeb;
	padding: 30px 15px;
	border-radius: 10px;
}
.blog-archive .row-large .large-9 > .row .label-cate {
	display: unset !important;
}
.blog-archive .row-large .large-9 h5.post-title {
	margin: 10px 0;
}
.blog-archive .row-large .large-9 h5.post-title {
	font-size: 20px;
}
.blog-archive .row-large .large-9 .image-cover {
	padding-top: 75% !important;
	border-radius: 10px;
}
.blog-archive .row-large .large-9 .from_the_blog_excerpt {
	color: #9faabb;
	font-size: 16px;
	margin-bottom: 10px;
}
.blog-archive .bg-full {
	text-align: center;
	background: #f1f8ff;
}
.blog-archive header.archive-page-header {
	background: #f1f8ff;
	margin-bottom: 30px;
}
.blog-archive .dd-crumbs #crumbs {
	margin-bottom: 10px;
	padding-top: 30px;
}
.blog-archive .row-large .large-9 > .row .post-item:after {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
	background: #ebebeb;
	background: -webkit-linear-gradient(right,#ebebeb 0%,transparent 100%);
	background: linear-gradient(to left,#ebebeb 0%,transparent 100%);
}
.blog-archive .row-large .large-9 > .row .post-item {
	padding-bottom: 0;
}
@media (min-width: 992px){
	#logo {
		margin-right: 50px;
	}
	#masthead .flex-right > ul.header-nav > li.header-search {
		margin-left: 30px;
	}
	.blog-8-1 .post-item .label-cate {
		position: absolute;
		top: -40px;
	}
	.blog-wrapper .large-3 {
		padding-left: 0;
		max-width: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}
	.blog-wrapper .large-9 {
		max-width: 66.6666666667%;
		flex-basis: 66.6666666667%;
	}
	.dd-crumbs {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 849px){
	#masthead ul.mobile-nav li.nav-icon a{
		color: #fff;
		border-radius: 50%;
		background: #ffa387;
		background: -webkit-linear-gradient(bottom,#ffa387 0%,#fe4f70 51%,#ffa387 100%);
		background: linear-gradient(to top,#ffa387 0%,#fe4f70 51%,#ffa387 100%);
		background-size: auto 200%;
		height: 37px;
		line-height: 39px;
		width: 37px;
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,.15);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	#masthead ul.mobile-nav li.nav-icon a i {
		font-size: medium;
	}
	.off-canvas-right .mfp-content {
		background: #fff !important;
		width: 300px !important;
		transition: transform .5s,opacity .3s !important;
		padding: 40px;
	}
	.logo-mb {
		margin-bottom: 80px;
		margin-top: 50px;
		width: 100%;
	}
	.off-canvas-right .mfp-content li.html {
		padding: 0;
	}
	.off-canvas .nav-vertical>li>a {
		color: #203656;
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		text-transform: inherit;
		padding-left: 0 !important;
	}
	.off-canvas .nav-vertical>li>a:hover{
		color: #fe4f70;
	}
	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
		background-color: transparent;
	}
	.nav-sidebar.nav-vertical>li:last-child {
		border-bottom: 0;
	}
	.off-canvas .nav-vertical>li>button.toggle {
		border: solid 1px #ebebeb;
		border-radius: 5px;
		font-size: 15px;
		display: inline-block;
		padding: 0;
		line-height: 1;
		cursor: pointer;
		color: #fe4f70;
		position: absolute;
		right: 0;
		top: 8px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
	.off-canvas .nav-vertical li li>a {
		padding-right: 20px;
		display: block;
		font-size: 15px;
	}
	.header-main {
		height: 90px !important;
	}
}
@media (max-width: 549px){
	.blog-header-1 .box-text {
		padding: 20px;
	}
	.blog-header-1 .box-text h5 {
		font-size: 20px;
		margin: 10px 0;
	}
	.blog-header-1 .box-text {
		padding: 20px;
	}
	.blog-header-1 .box-text h5 {
		font-size: 20px;
		margin: 10px 0;
	}
	.blog-tab .box-vertical {
		display: table;
	}
	.blog-tab .box-vertical .box-image {
		direction: ltr;
		display: table-cell;
		vertical-align: middle;
		width: 20% !important;
	}
	.blog-8-2 .post-item .box .image-cover {
		border-radius: 10px;
	}
	.blog-all h5 {
		font-size: 13px;
	}
	.row-blog .large-6:first-child .blog-8-2 {
		padding-bottom: 30px;
	}
	.row-blog3 .large-6:first-child .blog-header-1 .post-item {
		padding-bottom: 30px;
	}
	.row-blog4 .blog-8-3 .post-item .box-text {
		padding: 0;
		padding-top: 20px;
	}
	.row-blog4 .large-12 {
		padding-bottom: 0;
	}
}