/* CSS CF7  */
.wpcf7-form-control-wrap {
    margin: 0 0 10px !important;
    position: unset !important;
}

.wpcf7-not-valid-tip {
    text-align: left;
    margin: 2px 0 0 6px !important;
    font-size: 12px !important;
    color: #dc3232 !important;
}

.side-newsletter form input {
    margin: unset !important;
}

.footer-newsletter button {
    padding: 0px 19px !important;
}

.post-subscribe form {
    height: unset !important;
    padding-right: unset !important;
}

.post-subscribe .wpcf7-form-control-wrap {
    margin-right: 82px !important;
}

.footer-social {
    margin-top: 66px;
}

/* 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: 1px;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url("../images/loading.gif") center center no-repeat;
	text-align: center;
	margin-top: 60%;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
	background-color: #000;
	padding: 25px;
	border-radius: 5px;
}

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

/* Giới hạn 2 dòng */
.hide-2-text {
    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 */
.hide-3-text {
    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;
}

/* Lượt views */
.show-views {
	padding-left: 20px;
	background: url(../images/icon/eye2.png) no-repeat center left;
	margin-right: 0px;
	margin-left: 15px;
}

/* Category */
.more-posts .row:last-of-type .layout_3--item {
    border-bottom: unset !important;
    padding-bottom: unset !important;
}

/* Comment */
.comments-list > .comment-content:last-child,
.comments-list > ul.children:last-child > .comment-content:last-child {
  border-bottom: none;
}

.post-comment-form button {
    margin-bottom: 20px;
}

.post-comment-form textarea,
.post-comment-form input
{
    margin-bottom: unset !important;
}

.post-comment-form .error {
    font-size: 13px;
    margin: 0px 0px 0px 4px;
}

#ajax-message {
	width: 33%;
    height: auto;
	position: fixed;
	top: 10px;
	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;
}

/* Search */
.key-search {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

/* Single */
.blog-excerpt img {
    max-width: 100%;
}