body, html {
	font-family: "Avenir Regular", sans-serif;
}

.separator {
	width: 95%;
	height: 3px;
	margin: 43px auto 54px auto;
	background-color: #ebebeb;
}

.nav-tabs {
	border-bottom: none;
	display: flex;
	margin-top: 40px;
}

.nav-tabs>li {
	float: none;
	width: 25%;
	text-align: center;
	margin: 0;
}

.nav-tabs>li>a {
	font-size: 18px;
	line-height: 23.01px;
	color: #1e285c;
	border: none !important;
	cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	font-family: "Avenir Demi", sans-serif;
	color: #1e285c;
	border-bottom: 3px solid #1e285c !important;
}

.content-wrapper {
	padding: 60px 90px 40px 90px;
	min-height: calc(100vh - 342px);
}

h2 {
	font-family: "Avenir Bold", sans-serif;
	font-size: 48px;
	color: #1e285c;
	margin-bottom: 40px;
}

.section-title {
	font-size: 24px;
	color: #1e285c;
	margin-bottom: 20px;
}

label {
	font-size: 14px;
	font-weight: normal;
	color: #1e285c;
	display: block;
}

.form-control {
	font-family: "Avenir Bold", sans-serif;
	font-size: 14px;
	color: #1e285c;
	height: 30px;
	border-radius: 0;
	border: 1px solid #1e285c;
	background-color: #ebebeb;
}

.form-control:focus {
	background-color: transparent;
}

.form-control.big {
	height: 44px;
}

.form-group p i {
	font-size: 14px;
	color: #484848;
	display: block;
	max-width: 70%;
	margin-top: 3px;
}

.select-wrapper {
	border: 1px solid #1e285c;
	padding: 20px 15px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.select-wrapper.selected {
	cursor: default;
}

.select-wrapper .backdrop {
	width: 100%;
	height: 100%;
	background-color: #ebebeb99;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.select-wrapper.selected .backdrop {
	display: none;
}

.select-title {
	margin-bottom: 20px;
}

.select-title::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #1e285c;
	border-radius: 50%;
	display: inline-block;
}

.select-wrapper.selected .select-title::before {
	background-color: #1e285c;
}

.select-title p {
	display: inline-block;
	font-size: 14px;
	color: #1e285c;
}

.logo-list {
	display: flex;
	align-items: top;
}

.logo-list .item {
	margin-right: 3rem;
	cursor: pointer;
}

.logo-list .item img {
	border-bottom: 3px solid transparent;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.logo-list .item.selected img {
	border-color: #1e285c;
}

.logo-list .item p {
	font-size: 12px;
	line-height: 14px;
	color: #1e285c;
	display: none;
}

.logo-list .item.selected p {
	display: block;
}

.lb-pd label {
	padding-left: 15px;
}

.form-control.inline-block {
	display: inline-block;
	width: unset;
}

.btn {
	height: 50px;
	font-family: "Avenir Bold", sans-serif;
	font-size: 18px;
	background-color: #1e285c;
	color: #FFF;
	padding: 0 44px;
}

.btn.thin {
	font-family: "Avenir Regular", sans-serif;
}

.btn:hover, .btn:focus {
	color: #FFF;
}

#data-diri p {
	margin-bottom: 10px;
}

#data-diri p i.blue {
	font-size: 16px;
	color: #1e285c;
	margin-bottom: 10px;
}

.col-amount {
	padding-top: 80px;
}

.col-amount img {
	margin-bottom: 10px;
}

.amount {
	font-family: "Avenir Demi", sans-serif;
	font-size: 26px;
	color: #1e285c;
}

.amount::after {
	content: "";
	display: block;
	width: 128px;
	height: 2px;
	background-color: #b3b3b3;
	margin: 15px 0;
}

#data-diri .btn {
	margin-top: 10px;
}

#summary .section-title::after {
  content: "";
  display: block;
  width: 128px;
  height: 2px;
  background-color: #b3b3b3;
  margin: 0 0 15px 0;
}

#summary .amount::after {
	content: none;
}

#summary .amount {
	font-family: "Avenir Bold", sans-serif;
	margin-bottom: 30px;
	font-size: 30px;
}

#summary .bank-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#summary .bank-detail p {
	font-size: 12px;
	line-height: 14px;
	color: #1e285c;
}

#summary .btn.thin {
	font-size: 12px;
	height: 22px;
	padding: 0 20px;
}

#summary .detail {
	position: relative;
	margin-bottom: 50px;
}

#summary .detail p {
	font-family: "Avenir Demi", sans-serif;
	font-size: 16px;
	margin-bottom: 25px;
	color: #1e285c;
}

#summary .detail .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

#thxu p {
	font-size: 18px;
	line-height: 24px;
	color: #1e285c;
	margin-bottom: 20px;
}

#thxu .btn {
  display: inline-block;
  line-height: 47.5px;
}

@media (max-width: 1024px) {

	.nav-tabs>li>a {
		font-size: 16px;
	}

}

@media (max-width: 991px) {

	body {
		padding-bottom: 50px;
	}

	.content-wrapper {
		padding: 30px 40px 20px 40px;
		min-height: calc(100vh - 380px);
	}

	h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.separator {
		margin: 30px auto 35px auto;
	}

	.col-amount {
		padding-top: 0;
	}

}

@media (max-width: 767px) {

	.menu-wrapper {
		overflow-x: scroll;
	}

	.nav-tabs {
		min-width: 535px;
		margin-top: 20px;
	}

	.nav-tabs>li {
		width: unset;
	}

	.content-wrapper {
		padding: 20px 15px;
	}

	.form-control.inline-block {
		max-width: calc(50% - 4px);
	}

	section .btn {
		width: 100%;
		margin: 0 !important;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.section-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.form-group p i {
		max-width: unset;
	}

	.separator {
		height: 2px;
		margin: 20px auto 25px auto;
	}

	.logo-list .item {
		margin-right: 1.5rem;
	}

	#summary .bank-detail {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: unset;
	}

	#summary .bank-detail .img-wrapper {
		margin: 0 10px 10px 0;
	}

	#summary .detail .btn {
		position: relative;
		bottom: unset;
		right: unset;
	}

	#summary .detail {
		margin-bottom: 20px;
	}

}