.footer {
	float: left;
	width: 100%;
}

.footer .footer-1 {
	background: url(../images/trang-chu/Asset-2-20.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.footer .footer-1 .img-box {
	-webkit-box-shadow: 23px 0 33px #000;
	-moz-box-shadow: 23px 0 33px #000;
	box-shadow: 23px 0 33px #000;
	float: left;
	height: 100%;
	overflow: hidden;
	width: 50%;
}

.footer .footer-1 .img-box img {
	width: 100%;
	object-fit: cover;
}

.footer .footer-1 .form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: right;
	line-height: 1.7;
	padding-left: 70px;
	padding-right: 125px;
	width: 50%;
}

.footer .footer-1 .form .title {
	color: #fff;
	float: left;
	font-family: MontserratSemiBold;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: left;
	width: 100%;
}

.footer .footer-1 .form .title h2 {
	color: #fff;
	font-family: UTMBebas;
	font-size: 40px;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.footer .footer-1 .form .title h3 {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#a77329),
		color-stop(#e6c292),
		color-stop(#b97e36),
		color-stop(#e4b06c),
		color-stop(#d2ae7e),
		color-stop(#d2934a),
		to(#a26f33)
	);
	background: -webkit-linear-gradient(
		left,
		#a77329,
		#e6c292,
		#b97e36,
		#e4b06c,
		#d2ae7e,
		#d2934a,
		#a26f33
	);
	background: -moz-linear-gradient(
		left,
		#a77329,
		#e6c292,
		#b97e36,
		#e4b06c,
		#d2ae7e,
		#d2934a,
		#a26f33
	);
	background: -o-linear-gradient(
		left,
		#a77329,
		#e6c292,
		#b97e36,
		#e4b06c,
		#d2ae7e,
		#d2934a,
		#a26f33
	);
	background: linear-gradient(
		to right,
		#a77329,
		#e6c292,
		#b97e36,
		#e4b06c,
		#d2ae7e,
		#d2934a,
		#a26f33
	);
	color: #fff;
	font-family: UTMBebas;
	font-size: 50px;
	margin: 0;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer .footer-1 .form > p {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.footer .footer-1 .form > form {
	float: left;
	margin-left: -15px;
	margin-right: -15px;
}

.footer .footer-1 .form > form .form-group {
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.footer .footer-1 .form > form .form-group label {
	color: #fff;
	font-family: UTMBebas;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.footer .footer-1 .form > form .form-group input {
	background: none;
	border: none;
	/* override */
	border-bottom: 1px solid #7fb9c8;
	font-size: 15px;
	line-height: 25px;
	outline: 0;
	width: 100%;
}

.footer .footer-1 .form > form .form-group input:focus {
	border-color: #caa34a;
}

.footer .footer-1 .form input.submit {
	background: none;
	border: none;
	border-bottom: 1px solid #7fb9c8;
	color: #fff;
	float: left;
	font-family: UTMBebas;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 25px;
	outline: none;
	padding: 0 0 10px 0;
	text-align: left;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer .footer-1 .form input.submit:hover {
	border-color: #caa34a;
	color: #caa34a;
}

.footer .footer-1 .form .submit-fail {
	display: none;
}

.footer .footer-1 .form .submit-fail .active {
	display: block;
}

.footer .footer-1 .form .submit-success {
	display: none;
}

.footer .footer-1 .form .submit-success .active {
	display: block;
}

.footer .footer-2 {
	background: #01304c;
	border-bottom: 1px solid #214a55;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	font-size: 14px;
	padding: 0 3%;
	width: 100%;
}

.footer .footer-2 .logo {
	/* text-align: center; */
}

.footer .footer-2 .logo img {
	width: 200px;
}

.footer .footer-2 .logo .phone {
	margin-top: 0;
}

.footer .footer-2 .logo .phone h3 {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#be9945),
		color-stop(#e0b936),
		color-stop(#f6ed78),
		color-stop(#be9945),
		color-stop(#f8e473),
		color-stop(#f9e876),
		to(#be9945)
	);
	background: -webkit-linear-gradient(
		left,
		#be9945,
		#e0b936,
		#f6ed78,
		#be9945,
		#f8e473,
		#f9e876,
		#be9945
	);
	background: -moz-linear-gradient(
		left,
		#be9945,
		#e0b936,
		#f6ed78,
		#be9945,
		#f8e473,
		#f9e876,
		#be9945
	);
	background: -o-linear-gradient(
		left,
		#be9945,
		#e0b936,
		#f6ed78,
		#be9945,
		#f8e473,
		#f9e876,
		#be9945
	);
	background: linear-gradient(
		to right,
		#be9945,
		#e0b936,
		#f6ed78,
		#be9945,
		#f8e473,
		#f9e876,
		#be9945
	);
	display: inline-block;
	font-size: 40px;
	margin: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer .footer-2 > div {
	border-right: 1px solid #214a55;
	padding: 35px 50px 20px 50px;
}

.footer .footer-2 > div:last-child {
	border-right: none;
}

.footer .footer-2 .footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}

.footer .footer-2 .thong-tin {
	text-align: left;
	line-height: 1.5;
}

.footer .footer-2 .thong-tin a {
	color: #fff;
}

.footer .footer-2 .thong-tin a:hover {
	color: #cba442;
}

.footer .footer-2 .contact-info {
	color: #779ea8;
	padding: 48px 5% 25px 5%;
	text-align: left;
}

.footer .footer-2 .contact-info:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.footer .footer-2 .contact-info .contact-text {
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.footer .footer-2 .contact-info .text-2 {
	float: left;
	padding-right: 30px;
	width: 50%;
}

.footer .footer-2 .contact-info .first {
	color: #fff;
}

.footer .footer-2 .contact-info a {
	color: #779ea8;
}

.footer .footer-2 .contact-info-2 {
	padding-right: 0;
}

.footer .footer-2 .contact-info-2 a {
	margin-right: 25px;
	padding: 10px;
}

.footer .footer-2 .contact-info-2 a:last-child {
	margin-right: 0;
}

.footer .footer-2 .contact-info-2 .social-icon {
	margin-top: 20px;
}

.footer .footer-3 {
	background: #01304c;
	float: left;
	padding: 10px 8%;
	width: 100%;
	padding-left: calc(3% + 50px);
}

.footer .footer-3 .text-e {
	color: #cba442;
	float: left;
	font-size: 14px;
}

.footer .footer-3 .text-e span {
	color: #779ea8;
}

@media screen and (max-width: 1599px) {
	.footer .footer-2 {
		padding: 0 15px;
	}

	.footer .footer-2 > div {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
	.footer .footer-2 .logo {
		width: 20%;
	}

	.footer .footer-2 .thong-tin {
		width: 29%;
	}

	.footer .footer-2 .contact-info-2 {
		width: 22%;
	}
}

@media screen and (max-width: 1365px) {
	.footer .footer-1 .form .title {
		margin: 20px 0;
	}

	.footer .footer-1 .form .title h2 {
		font-size: 30px;
	}

	.footer .footer-1 .form .title h3 {
		font-size: 40px;
	}

	.footer .footer-2 .thong-tin {
		padding: 40px 35px;
	}
}

@media screen and (max-width: 1199px) {
	.footer .footer-1 .form {
		padding: 0 30px 40px 30px;
	}

	.footer .footer-2 {
		display: block;
		padding: 50px 0 15px 0;
	}

	.footer .footer-2 > div {
		border: none;
		margin: 0 0 35px 0;
		padding: 0 15px;
	}

	.footer .footer-2 .contact-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer .footer-2 .logo {
		display: block;
		text-align: left;
	}

	.footer .footer-2 .contact-info-2 {
		display: block;
		text-align: left;
	}

	.footer .footer-2 .thong-tin {
		padding: 0 15px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 991px) {
	.footer .footer-2 {
		padding: 50px 0;
	}

	.footer .footer-2 > div {
		margin-bottom: 35px;
	}

	.footer .footer-2 > div:last-child {
		margin-bottom: 0;
	}

	.footer .footer-2 .contact-info {
		margin-bottom: 20px;
		padding: 0 30px;
	}

	.footer .footer-2 .contact-info .text-1 {
		text-align: center;
	}

	.footer .footer-3 .text-e {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer-1 .title h2 {
		font-size: 45px;
	}

	.footer .footer-1 .title h3 {
		font-size: 25px;
	}

	.footer .footer-1 .form {
		padding: 15px;
		width: 100%;
	}

	.footer .footer-1 .form > p {
		margin-bottom: 30px;
	}

	.footer .footer-1 .form > form .form-group label {
		font-size: 18px;
	}

	.footer .footer-1 .form input.submit {
		margin-top: 0;
	}

	.footer .footer-1 .img-box {
		width: 100%;
	}

	.footer .footer-2 {
		padding: 30px 0;
	}

	.footer .footer-2 .contact-info {
		padding: 0 15px;
	}

	.footer .footer-2 .logo {
		padding-top: 0;
	}

	.footer .footer-2 .contact-info-2 {
		padding: 0 15px;
	}

	.footer .footer-3 {
		padding: 15px;
	}
}
@media screen and (max-width: 639px) {
	.footer .footer-1 .form > form .form-group {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.footer {
		text-align: left;
	}

	.footer .footer-1 .form .title {
		padding: 0 15px;
		text-align: left;
		text-align: center;
	}

	.footer .footer-1 .form p {
		text-align: justify;
	}

	.footer .footer-2 {
		text-align: left;
	}

	.footer .footer-2 .contact-info .text-1 {
		text-align: left;
	}

	.footer .footer-2 .contact-info .text-2 {
		padding: 0;
		width: 100%;
	}
}

#popup100Modal {
	background-color: rgba(0, 0, 0, 0.6);
}

#popup100Modal .modal-dialog {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	max-width: 63vw;
	margin-top: 85px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	#popup100Modal .modal-dialog {
		max-width: 100vw;
		margin-top: 130px;
	}
}

#popup100Modal .modal-header {
	border: none;
	padding: 5px;
}

#popup100Modal .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
}

#popup100Modal .modal-content .modal-header {
	position: absolute;
	right: 0;
	z-index: 11;
}

#popup100Modal .modal-content .modal-header .close:focus {
	outline: none;
}

#popup100Modal .modal-content .modal-body {
	padding: 0px;
}

#popup100Modal .modal-content .modal-body button {
	padding-top: 40px;
}

#popup100Modal img {
	max-height: 95vh;
	max-width: 100%;
}

#popup100Modal .close {
	opacity: 1;
}

#popup100Modal .close:hover {
	opacity: 0.5;
}
