@import url('./font.css');
.navbar-nav {
	margin-right: 0px !important;
}

.nav-link {
	padding: 0 1rem !important;
}

.nav-title {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #333;
	padding: 0 10px;
	line-height: 1.8;
}

.sub-title {
	font-size: 14px;
	text-transform: uppercase;
}

.logo-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 5px;
}

.navbar-brand {
	display: flex;
}

.navbar-brand h1,
.navbar-brand h4 {
	margin: 0;
	padding: 0;
}

.logo-text h1 {
	font-size: 26px;
	color: #0074c5;
	font-weight: normal;
	font-family: 'NotoSansSC';
}

.logo-text h4 {
	font-size: 14px;
	font-family: 'NotoSansLight';
	color: #666;
	font-weight: normal;
}

.logo-sm-height {
	height: 86px;
}

.navbar-light .navbar-brand {
	margin: 0 !important;
}

.header-right {
	display: flex;
	height: 44px;
	align-items: center;
}

.header-right .tel {
	height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #999;
	font-size: 14px;
	letter-spacing: 1em;
}

.header-right .tel a {
	color: #333;
	font-size: 18px;
	letter-spacing: 2px;
}

.bi-telephone-fill {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 35px;
	border-radius: 50%;
	background: #7AC0A3;
	color: #fff;
	font-size: 15px;
	margin-right: 10px;
}

.footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	color: #fff !important;
	font-size: 14px !important;
}

.footer .small {
	font-size: 14px;
	margin-top: 10px;
}

.footer dt {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding-bottom: 16px;
	font-weight: normal;
	margin-bottom: 13px;
}

.footer dd a {
	font-size: 14px;
	line-height: 2;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.footer dt::after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #4B7AB7;
	width: 107px;
	left: 0;
	bottom: 0px;
}

.footer h5 {
	border-bottom: 1px solid #4B7AB7;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	padding-left: 0;
	margin-bottom: 15px;
}

.copyright .container-fluid {
	display: flex;
	justify-content: space-between;
}

.copyright-row {
	width: 100%;
}

.copyright .right {
	text-align: right;
}

.btn-info {
	background: #2E74BF;
	border-color: #2E74BF;
}

.btn {
	padding: 10px 24px;
}

.btn-info:hover {
	background-color: #2E74BF;
	border-color: #2E74BF;
}

@media only screen and (max-width: 1200px) {
	.logo-sm-height {
		height: 70px;
	}

	.navbar-nav .nav-link {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.logo-sm-height {
		height: 60px;
	}

	.navbar-nav {
		height: 100vh;
	}

	.nav-item {
		margin: 10px 0;
		border-bottom: 1px dashed #cfcfcf;
		padding-bottom: 10px;
	}
}

@media (max-width: 576px) {

	.copyright .right,
	.copyright {
		text-align: center;
		line-height: 1.8;
	}

	.copyright {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 468px) {
	.logo-sm-height {
		height: 45px;
	}
}