/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20
*/
.css-black .post-title.is-large {
  
    color: black;
    text-shadow: none;
}
/* home page */
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a {
	color: black !important;

}
.entry-header .is-divider {
	display:none;
}
.entry-header-text {
	margin: 0;
	padding: 0;
}
.blog-wrapper.blog-single{
	background: #2e95de5c;
}
.wpcf7 form .form-group {
	margin-bottom: 5px;
}

.wpcf7 form input,
.wpcf7 form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 15px;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
	border-color: #08acf2;
	outline: none;
}

.wpcf7 form input[type="submit"] {
	background: #08acf2;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 14px 20px;
	font-weight: bold;
	border-radius: 6px;
	transition: 0.3s;
}

.wpcf7 form input[type="submit"]:hover {
	background: #0695c8;
}

.sec-linhvuc{
	background: linear-gradient(to right, #98D3FF, #00A9CE, #005585);

}

a.button.primary.btn-more {
	display: inline-block;
	background-color: #005585;
	color: #fff;
	font-weight: 600;
	padding: 4px 24px;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 85, 133, 0.25);
}

a.button.primary.btn-more:hover {
	background-color: #0073aa; /* sáng hơn 1 chút khi hover */
	box-shadow: 0 6px 18px rgba(0, 85, 133, 0.35);
	transform: translateY(-2px);
	color: #fff;
}

a.button.primary.btn-more:active {
	transform: translateY(0);
	box-shadow: 0 3px 10px rgba(0, 85, 133, 0.25);
}
.item-list .text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.4s ease;
	max-height: 7.2em;
}

.item-list.expanded .text {
	-webkit-line-clamp: unset;
	max-height: none;
	overflow: visible;
}
.post-title.is-large {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.4em;
	height: 2.8em; 
}
span.post_comments.op-7.block.is-xsmall {
	display: none;
}
span.widget-title {
	font-size: 1.2em;
	font-weight: bold;
}
