.main-content{
	padding: 0;
}
section.land-sale{
	position: relative;
	padding: 0;
	min-height: 325px;
	background-image: url('../../layout/images/land-sale-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	section.land-sale .btn-back{
		position: absolute;
		top:  50px;
		left: 50px;
		padding: .375rem 20px;
		background-color: #0d1930bf;
		border-color: #0d1930bf;
		color: #fff;
	}
		section.land-sale .btn-dark i{
			margin-right: 10px;
		}
	section.land-sale .wrapper{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
		height: 330px;
		text-align: center;
		color: #fff;
	}
		section.land-sale .wrapper h2{
			padding-top: 20px;
			/*font-weight: 400;*/
			font-size: 2.2rem;
		}
		section.land-sale .wrapper h3{
			/*font-weight: 300;*/
		}
		section.land-sale .wrapper .btn{
			margin-bottom: 40px;
		}
		section.land-sale .wrapper .btn.btn-form{
			padding: .375rem 30px;
			border-radius: 0;
			font-size: 1.8rem;
			/*font-weight: 300;*/
		}
		section.land-sale .wrapper .btn.btn-document{
			padding: .375rem 15px;
			border-radius: 0;
		}
.modal .modal-header{
	height: 210px;
	/*background-image: url('../../layout/images/banner-land-sale.png');*/
	background-image: url('../../layout/images/land-sale-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
}
	.modal .modal-header .close{
		padding: 0 1rem;
		margin: -2rem -1rem -1rem auto;
		font-size: 4rem;
		font-weight: 100;
		color: #fff;
		opacity: 0.6;
	}
	.modal .modal-header .close:focus{
		outline: none;
	}
	.modal .modal-body{
		/*font-size: 0.9rem;*/
	}
		.modal .modal-body h3{
			padding-top: 15px;
			font-size: 1.8rem;
			/*font-weight: 300;*/
			text-align: center;
			color: #d05316;
		}
		.modal .modal-body h5 {
			padding-top: 20px;
			font-size: 1.4rem;
			text-decoration: underline;
			color: #d05316;
		}
		.modal .modal-body .description{
			max-width: 680px;
			margin: 0 auto;
			padding-top: 15px;
		}
		.modal .modal-body .inform{
			padding: 30px 60px;
		}
			.modal .modal-body .inform label{
				/*padding: .375rem 0;*/
				padding: 0;
				margin-bottom: 0;
				color: #e05714;
			}
			.modal .modal-body .inform .form-control{
				/*padding: .375rem .375rem .75rem 0;*/
				padding: 0;
				height: 32px;
				background-color: transparent;
				border-radius: 0;
				border-color: transparent;
				border-bottom: 1px solid #777;
				font-size: 1.4rem;
			}
			.modal .modal-body .inform textarea.form-control{
				height: auto;
				min-height: 50px;
			}
			.modal .modal-body .inform .form-control:focus{
				box-shadow: none;
				border-bottom: 1px solid #e05714;
			}
			.modal .modal-body .inform .fileupload-browse{
				width: 48px;
				/*line-height: 24px;*/
			}
				.modal .modal-body .inform .fileupload-browse .btn-browse{
					padding: 5px 15px;
					height: 42px;
					background-color: transparent;
					border: 1px solid #212529;
					line-height: 16px;
					font-size: 14px;
					color: #e05714;
				}
			.modal .modal-body .inform .fileupload-list{
				padding-top: 15px;
			}
				.modal .modal-body .inform .fileupload-list .fileupload-item{
					display: inline-block;
					padding-right: 10px;
				}
					.modal .modal-body .inform .fileupload-list .fileupload-item{
						display: inline-block;
						position: relative;
						margin-right: 10px;
						padding: 5px;
						min-width: 100px;
						height: 30px;
						line-height: 22px;
						vertical-align: top;
					}
					.modal .modal-body .inform .fileupload-list .fileupload-item.is-uploading{
						background-color: #eee;
					}
					.modal .modal-body .inform .fileupload-list .fileupload-item .loading-wrapper{
						position: absolute;
						top: 50%;
						left: 50%;
						width: 20px;
						height: 20px;
						opacity: 0.5;
					}
						.modal .modal-body .inform .fileupload-list .fileupload-item .loading-wrapper .loading-dual-ring:after{
							border: 2px solid #e05714;
							border-color: #e05714 transparent #e05714 transparent;
						}
			.modal .modal-body .inform .btn-wrapper{
				padding-top: 30px;
			}