/* CSS CF7 */
.wpcf7-not-valid-tip {
    text-align: left;
    margin-left: 6px;
}

/* Loading CF7 */
.alert{
	z-index: 999999999 !important;
}

.wpcf7-response-output{
	display: none !important;
}

.subscribe_popup .modal-body {
	padding: 0;
}

.subscribe_popup .modal-content {
	border: 0;
	border-radius: 0;
}

.popup_content {
	padding: 50px;
	text-align: center;
}

.alert>.close {
	position: absolute;
	right: 0;
	top: 3px !important;
	z-index: 9;
	opacity: 1;
	text-shadow: none;
	width: 40px;
	height: 40px;
    border: none;
    background: none;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
}

.subscribe_popup .close i {
	font-size: 40px;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 16%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url("../images/loading.gif") center center no-repeat;
	text-align: center;
	margin-top: 50%;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
	background-color: #000;
	padding: 25px;
	border-radius: 5px;
}

/* HOME - Latest news */
.utf_post_author a{
    cursor: default;
}

.utf_mega_menu_content_inner .utf_post_thumb {
    height: 164px;
}

/* Giới hạn title 2 dòng */
.utf_post_content .utf_post_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng tối đa hiển thị */
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Giới hạn excerpt 3 dòng */
.utf_post_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* số dòng tối đa hiển thị */
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Category */
.comments-link {
    cursor: default;
}

.pagination .active a {
    cursor: default;
}

/* Comment */
.comments-list .children {
    margin: 0px 0px 0px 70px;
}

.cancel-comment-reply a {
    font-size: 14px;
}

.comments-btn {
    margin-bottom: 20px;
}

#ajax-message {
	width: 33%;
    height: 50px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
    padding: 14px;
	background: #d4edda!important;
	color: #191b1c;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	display: none;
}

/* Login & signup */
.signup-success {
    display: none;
    color: green;
}

/* Single */
.post-navigation a {
    cursor: default;
}