﻿.zalo-chat-widget {
	bottom: 90px !important;
	right: 26px !important;
}  

label.required:after, strong.required:after {
	content: ' *';
	color: red;
}

.item-article .img-fluid {
	max-width: 100% !important;
	height: 250px !important;
	object-fit: cover !important;
	width: 100%
}

.item-idol .rounded-circle {
	object-fit: cover
}

.center-justified {
	text-align: justify;
	text-align-last: center;
}

.preline {
	white-space: pre-line;
}

.content-article ol,
.content-article ul{
	text-align: justify;
}

.content-article p {
	margin-bottom: 1rem !important;
}

/*========================================== SECTION SERVICE ==========================================*/
#section-Service .service-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	margin: auto auto 1rem;
}

	#section-Service .service-item .img-fluid {
		max-width: 100% !important;
		height: 100% !important;
		max-height: 312px;
		object-fit: cover !important;
		width: 100%
	}

	#section-Service .service-item .caption {
		display: flex;
		height: 100%;
		width: 100%;
		background-color: rgba(33, 37, 41, 0.2);
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
	}

		#section-Service .service-item .caption .caption-content {
			color: #fff;
			margin: auto 2rem 2rem;
		}

			#section-Service .service-item .caption .caption-content h2 {
				font-size: 0.8rem;
				text-transform: uppercase;
			}

			#section-Service .service-item .caption .caption-content p {
				font-weight: 300;
				font-size: 1.2rem;
			}

@media (min-width: 992px) {
	#section-Service .service-item {
		max-width: none;
		margin: 0;
	}

		#section-Service .service-item .caption {
			transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
			transition: clip-path 0.25s ease-out, background-color 0.7s;
			transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
			-webkit-clip-path: inset(0px);
			clip-path: inset(0px);
		}

			#section-Service .service-item .caption .caption-content {
				transition: opacity 0.25s;
				margin-left: 5rem;
				margin-right: 5rem;
				margin-bottom: 5rem;
			}

		#section-Service .service-item img {
			transition: -webkit-clip-path 0.25s ease-out;
			transition: clip-path 0.25s ease-out;
			transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
			-webkit-clip-path: inset(-1px);
			clip-path: inset(-1px);
		}

		#section-Service .service-item:hover img {
			-webkit-clip-path: inset(2rem);
			clip-path: inset(2rem);
			height:
		}

		#section-Service .service-item:hover .caption {
			background-color: rgba(26, 188, 156, 0.9);
			-webkit-clip-path: inset(2rem);
			clip-path: inset(2rem);
		}
}

/*========================================== SECTION INTRODUCE ==========================================*/
#section-Article .no-gutters > .col, #section-Article .no-gutters > [class*=col-] {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

#section-Article .portfolio-item {
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
}

	#section-Article .portfolio-item .portfolio-link {
		position: relative;
		display: block;
		margin: 0 auto;
	}

		#section-Article .portfolio-item .portfolio-link .portfolio-hover {
			display: flex;
			position: absolute;
			width: 100%;
			height: 100%;
			background: rgba(26, 188, 156, 0.9);
			align-items: center;
			justify-content: center;
			opacity: 0;
			transition: opacity ease-in-out 0.25s;
		}

			#section-Article .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
				font-size: 1.25rem;
				color: white;
			}

		#section-Article .portfolio-item .portfolio-link:hover .portfolio-hover {
			opacity: 1;
		}

	#section-Article .portfolio-item .portfolio-caption {
		padding: 1.5rem;
		text-align: center;
		background-color: #fff;
	}

		#section-Article .portfolio-item .portfolio-caption .portfolio-caption-heading {
			font-size: 1.5rem;
			font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			font-weight: 700;
			margin-bottom: 0;
		}

		#section-Article .portfolio-item .portfolio-caption .portfolio-caption-subheading {
			font-style: italic;
			font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		}


#section-Article .image-nhiemvu {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}
/*========================================== SECTION INTRODUCE ==========================================*/
#section-Introduce .container-image {
	position: relative;
	width: 100%;
}

	#section-Introduce .container-image:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

	#section-Introduce .container-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 50%;
	}

#section-Introduce .subheading{
	font-size: 1.1rem;
	font-weight: normal;
	font-style: italic
}

#section-Introduce .image-live {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}

/*========================================== SECTION NEWSPAPER ==========================================*/
#section-Newspaper .no-gutters > .col, #section-Newspaper .no-gutters > [class*=col-] {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

#section-Newspaper .newspaper-item {
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
}


	#section-Newspaper .newspaper-item .img-fluid {
		object-fit: cover;
		width: 100%;
		height: 200px;
		flex-shrink: 0;
	}

	#section-Newspaper .newspaper-item .newspaper-link {
		position: relative;
		display: block;
		margin: 0 auto;
	}

		#section-Newspaper .newspaper-item .newspaper-link .newspaper-hover {
			display: flex;
			position: absolute;
			width: 100%;
			height: 100%;
			background: rgba(26, 188, 156, 0.9);
			align-items: center;
			justify-content: center;
			opacity: 0;
			transition: opacity ease-in-out 0.25s;
		}

			#section-Newspaper .newspaper-item .newspaper-link .newspaper-hover .newspaper-hover-content {
				font-size: 1.25rem;
				color: white;
			}

		#section-Newspaper .newspaper-item .newspaper-link:hover .newspaper-hover {
			opacity: 1;
		}

	#section-Newspaper .newspaper-item .newspaper-caption {
		padding: 1.5rem;
		text-align: left;
		background-color: #fff;
	}


		#section-Newspaper .newspaper-item .newspaper-caption .title-newspaper {
			height: 3em;
			line-height: 1.5em;
			overflow: hidden;
			font-size: 1.1rem;
			font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			font-weight: 700;
			margin-bottom: .75rem;
		}

		#section-Newspaper .newspaper-item .newspaper-caption .sub-title-newspaper {
			height: 4.5em;
			line-height: 1.5em;
			overflow: hidden;
			margin-bottom: .75rem;
			text-align: justify
		}

		#section-Newspaper .newspaper-item .newspaper-caption .source-newspaper {
			padding: .5em 1em;
			border-radius: 10rem;
			color: #fff;
			background: rgba(26, 188, 156, 0.9) !important;
			margin-bottom: .4em;
			font-size: .7rem;
			font-weight: 400;
			font-style: italic;
			font-family: "Droid Serif";
			position: absolute;
			top: 200px;
			left: 1.25rem;
			transform: translate(0%, -50%);
		}

/*========================================== SECTION IDOL ==========================================*/

#section-Idol .team-member {
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
}


	#section-Idol .team-member .img-fluid {
		object-fit: cover;
		width: 100%;
		height: 200px;
		flex-shrink: 0;
	}

	#section-Idol .team-member .team-member-link {
		position: relative;
		display: block;
		margin: 0 auto;
	}

		#section-Idol .team-member .team-member-link .team-member-hover {
			display: flex;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			/*width: 100%;
		height: 100%;*/
			/*background: rgba(26, 188, 156, 0.9);*/
			align-items: center;
			justify-content: center;
			opacity: 0;
			transition: opacity ease-in-out 0.25s;
			width: 13rem;
			height: 13rem;
			border-radius: 50% !important;
		}

			#section-Idol .team-member .team-member-link .team-member-hover .team-member-hover-content {
				font-size: 1.25rem;
				color: white;
			}

		#section-Idol .team-member .team-member-link:hover .team-member-hover {
			opacity: 1;
		}

#section-Idol .share {
	width: 13rem;
	height: 13rem;
	margin: 5em auto;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

	#section-Idol .share a {
		display: inline-block;
		width: 6.5rem;
		height: 13rem;
		float: left;
		position: relative;
		text-indent: -9999px;
		z-index: 9999;
		background: rgba(26, 188, 156, 0.9);
		color: #fff;
		opacity: 0.8
	}

	#section-Idol .share:after {
		position: absolute;
		left: 0;
		right: 0;
		top: 40%;
		font-size: 25px;
		font-weight: normal;
		font-style: italic;
		text-transform: uppercase;
		color: #333;
	}

	#section-Idol .share a.facebook {
		top: -13rem;
		background: #3c5b9b url(../img/social/facebook.png) no-repeat center;
		transition: all 0.3s ease-in-out;
	}

	#section-Idol .share a.twitter {
		bottom: -13rem;
		background: #28abe1 url(../img/social/twitter.png) no-repeat center;
		transition: all 0.3s ease-in-out;
	}

	#section-Idol .share a.youtube {
		bottom: -13rem;
		background: #ff0000 url(../img/social/youtube.png) no-repeat center;
		transition: all 0.3s ease-in-out;
	}

	#section-Idol .share a.instagram {
		bottom: -13rem;
		background: #2a5b83 url(../img/social/instagram.png) no-repeat center;
		transition: all 0.3s ease-in-out;
	}

	#section-Idol .share:hover a.left {
		top: 0;
	}

	#section-Idol .share:hover a.right {
		bottom: 0;
	}

#section-Idol .image-team {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}

#section-Contact {
	background-color: #2c3e50;
	background-image: url("../img/map-image.png") !important;
	background-repeat: no-repeat;
	background-position: center;
}

	#section-Contact .section-heading {
		color: #fff;
	}

	#section-Contact form#contactForm .form-group {
		margin-bottom: 1.5rem;
	}

		#section-Contact form#contactForm .form-group input,
		#section-Contact form#contactForm .form-group textarea {
			padding: 1.25rem;
		}

			#section-Contact form#contactForm .form-group input.form-control {
				height: auto;
			}

	#section-Contact form#contactForm .form-group-textarea {
		height: 100%;
	}

		#section-Contact form#contactForm .form-group-textarea textarea {
			height: 100%;
			min-height: 10rem;
		}

	#section-Contact form#contactForm p.help-block {
		margin: 0;
	}

	#section-Contact form#contactForm .form-control:focus {
		border-color: #1abc9c;
		box-shadow: none;
	}

	#section-Contact form#contactForm ::-webkit-input-placeholder {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		color: #ced4da;
	}

	#section-Contact form#contactForm :-moz-placeholder {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		color: #ced4da;
	}

	#section-Contact form#contactForm ::-moz-placeholder {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		color: #ced4da;
	}

	#section-Contact form#contactForm :-ms-input-placeholder {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		color: #ced4da;
	}

#renderImage {
	position: absolute;
	top: 0;
	left: -470px;
	height: 100vh;
	width: 470px;
	background: #fff;
	z-index: -1;
	display: flex;
	flex-direction: column;
}

#content-capture {
	width: 470px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

	#renderImage .list-group-item, #content-capture .list-group-item {
		padding: 0.2rem 1.25rem;
		border: 0
	}

	#renderImage #contentImage, #content-capture #contentImage {
		flex: 1;
	}

		#renderImage #contentImage img, #content-capture #contentImage img {
			width: 100%;
			/*max-height: 100%;
			height: 230px;
			object-fit: cover;
			object-position: center;*/
		}

#renderImage #listDangKyLan2 i {
	color: #1abc9c !important;
	font-size: 18px;
	padding-right: 5px;
}

#renderImage #listDangKyLan2 b {
	padding-right: 5px;
}

body.modal-open {
	overflow: hidden;
}

/*Loader*/

.circle-loader {
	margin-bottom: 60px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-left-color: #5cb85c;
	animation: loader-spin 1.2s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.load-success {
	-webkit-animation: none;
	animation: none;
	border-color: #5cb85c;
	transition: border 500ms ease-out;
}

.load-error {
	-webkit-animation: none;
	animation: none;
	border-color: #dc3545;
	transition: border 500ms ease-out;
}

.checkmark {
	display: none;
}

.load-success .checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}

.load-success .checkmark:after {
	opacity: 1;
	height: 60px;
	width: 30px;
	transform-origin: left top;
	border-right: 3px solid #5cb85c;
	border-top: 3px solid #5cb85c;
	content: '';
	left: 30px;
	top: 60px;
	position: absolute;
}

.load-error .checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
}

.load-error .checkmark:after {
	opacity: 1;
	height: 60px;
	width: 30px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: '\f00d';
	font-size: 80px;
	left: 30px;
	top: 0px;
	position: absolute;
	color: #dc3545;
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}

	20% {
		height: 0;
		width: 30px;
		opacity: 1;
	}

	40% {
		height: 60px;
		width: 30px;
		opacity: 1;
	}

	100% {
		height: 60px;
		width: 30px;
		opacity: 1;
	}
}
