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

	.title-custom h2::before, .title-custom h2::after {
		display: none;
	}
}

/* .title-custom h2::before {
	content:"";
	width:400px;
	height:2px;
	background-color:yellow;
	position: absolute;
	top:40px;

}
.title-custom h2::after {
	
	font-family: "fl-icons" !important;
	content:"\e005";
	width:40px;
	height:40px;
	color:yellow;
	position: absolute;
	top:25px;
	left:50%;
} */
.lienhe-icon-section {
	position: unset !important;
}
.post-right .box-text .post-title {
	color: #26301a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.col-gioithieu {
	padding: 200px;
}

.post-content {
	padding: 10px;
}

.img-inner img {
	margin-top: -50px;
}

content {
	padding-top: -30;
}

.col-inner .box-vertical .post-title {
	color: #26301a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fonts {
	color: rgb(211, 207, 212);
}

.box-text .box-text-inner h5 {
	/* color:#26301a; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recent-blog-posts-li .recent-blog-posts a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.box-badge .box-text {
	bottom: 0%;
}
/* .banner p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
} */
.text-right>div{
	position: relative;
}
.button.primary.is-outline.is-large {
	position: absolute;
	background-color: #446084;
	color: #fff;
	border: none;
	display: inline-block;
	padding-right: 0;
	width: 135px;
	height: 30px;
	margin: auto;
	bottom: 0;
	right: 0;
	clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: .5s;
}

.box-text-inner.blog-post-inner .button.primary.is-outline.is-large:hover {
	background-color: #fff;
	color: #446084;
}
.text-center{
	position: relative;
}
.text-center .button:last-of-type {
	background-color: #446084;
	color: #fff;
	border: none;
	display: inline-block;
	padding-right: 0;
	padding-top: 2px;
	width: 135px;
	height: 30px;
	margin: auto;
	clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: .5s;
	font-size: 10px;
	border-radius: 0 !important;
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
}
.box-text p {
	font-size: 10px;
	/* margin-bottom: 3.1em !important; */
}
.box-text-inner .blog-post-inner{
	position: relative;
}
.button.primary.is-shade.is-small.mb-0{
	background-color: #446084;
	color: #fff;
	border: none;
	display: inline-block;
	padding-right: 0;
	padding-top: 2px;
	width: 135px;
	height: 30px;
	margin: auto;
	clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: .5s;
	font-size: 10px;
	border-radius: 0 !important;
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;}
.nav-dropdown>li.nav-dropdown-col {
	min-width: 276px!important;
	/* white-space: nowrap;
	overflow: hidden; */
	/* white-space: nowrap!important;    */
	/* overflow: hidden;  
	word-break:normal!important; */

}
.img-inner img {
    margin-top: 0!important;
}


