/* banner */
.section-banner {
	background-image: url(../assets/images/bg-banner3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	background-position: center;
	color: white;
}
.section-banner a {
	color: white;
	text-decoration: none;
}

.section-banner h3 {
	color: var(--color-main);
	font-weight: bold;
	text-transform: uppercase;
}

/* service */
.content-service h4 {
	text-transform: uppercase;
	color: var(--color-main);
	font-weight: 600;
}
.content-service p {
	margin-bottom: 10px;
}
.content-service p:last-of-type {
	margin-bottom: 18px;
}

.content-service a {
	text-decoration: none;
	color: white;
	background-color: var(--color-main);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.title {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--color-main);
}
.tl-1,
.title-line .tl-3 {
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #d9d9d9;
}

.title-line .tl-2 {
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 5px;
	width: 12px;
	border: 1px solid var(--color-main);
	border-radius: 50px;
}
/* responsive */
@media screen and (min-width: 344px) {
	.navbar-nav,
	.button-hotline {
		display: none;
	}
	.toggle_menu {
		display: block !important;
	}
	.images-service {
		width: 100%;
		margin: 15px 0;
	}
}
@media screen and (min-width: 768px) {
	.navbar-nav {
		display: block;
	}
	.toggle_menu {
		display: none !important;
	}
	.navbar-nav {
		display: flex;
		flex-direction: row;
	}
	.menu a {
		padding: 8px 16px !important;
	}
}
@media screen and (min-width: 1024px) {
	.button-hotline {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	.menu a {
		padding: 8px 40px !important;
	}
}
