﻿.has-error.form-control {
	border-bottom: 1px solid #a94442 !important;
}

input.has-error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #e2185c !important;
	opacity: 1; /* Firefox */
}

input.has-error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #e2185c !important;
}

input.has-error::-moz-placeholder { /* Firefox 19+ */
	color: #e2185c !important;
}

input.has-error:-ms-input-placeholder { /* IE 10+ */
	color: #e2185c !important;
}

input.has-error:-moz-placeholder { /* Firefox 18- */
	color: #e2185c !important;
}

.swal2-popup .swal2-title {
	font-size: 16px;
}

.hide {
	display: none;
}

.lg-toolbar {
	height: 100% !important;
	z-index: 99 !important;
}

.f-right {
	float: right;
}


.newsList li:first-child .itemNews .copy {
	opacity: 0.8;
}

.title-center h1 {
	font-size: 31px;
	text-align: center;
	color: #d58a4a;
	text-transform: uppercase;
	margin: 20px 0;
}

.lst-video .wrapper {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	margin: 0 -15px;
}

.lst-video .item {
	border: 1px solid #dadada;
	margin: 15px;
}

	.lst-video .item .img {
		height: 180px;
		overflow: hidden;
		position: relative;
	}

.lst-album .img:before {
	content: '';
	background: #143e65e3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transition: all .3s linear;
}

.lst-album .img .play {
	transform: translate(0%,0%);
	transition: all .3s linear;
	opacity: 0;
}

.video .play {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: 99;
	background: #00000042;
	cursor: pointer;
}

.lst-video.lst-album .item .img .play img {
	margin: initial;
}

.lst-video .video .item .play img, .video-hot .item .play img {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(135deg);
	min-height: initial;
	transition: all 0.3s linear;
}

.lst-album .img:hover .play {
	transform: translate(0%,0%) rotate(0);
	opacity: 1;
}

	.lst-album .img:hover .play img {
		transform: translate(-50%,-50%) rotate(0deg);
	}

.lst-video h3 {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
}

	.lst-video h3 a {
		color: #000;
		font-size: 14px;
	}

.lst-video .item .img img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: all .5s linear;
}
.fb-share-button{
line-height: 7px;
}
@media (max-width: 992px) {
	.lst-video .wrapper {
		grid-template-columns: 50% 50%;
	}
}
@media (max-width: 767px) {
	.lst-video .wrapper {
		overflow: hidden;
		margin: -7px;
	}
		.lst-video .wrapper .item {
			margin: 7px;
		}
			.lst-video .wrapper .item .img {
				height: initial;
			}
	.title-center h1{
		font-size:25px;
	}
}
