/* about */
.section-why {
	max-width: 1220px;
	margin: 0 auto;
}
.section-about {
	max-width: 1220px;
	margin: 0 auto;
}
.title-about {
	text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--color-main);
	font-weight: bold;
}

.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;
}
.title {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--color-main);
}
/* 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;
}
/* price table */
.section-price-table {
	max-width: 1220px;
	margin: 0 auto;
}
.items-price {
	background-color: white;
	box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.18);
}
.header-items p {
	margin: 0;
}
.body-items {
	line-height: 1;
	padding: 12px 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: var(--color-second);
	font-size: 30px;
}
.body-items span {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.header-items {
	padding: 21px 25px;
}
.pricing-holder {
	padding: 16px 20px 27px;
}
.pricing-feature {
	padding: 0;
}
.pricing-feature li {
	color: #383838;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 15px;
	list-style: none;
}
.pricing-feature i {
	margin-right: 10px;
}
.pricing-button {
	text-align: center;
}
.pricing-button a {
	width: 100%;
	background-color: black;
	color: white;
	padding: 10px 12px;
}
.actives {
	background-color: #efefef;
}
/* why-use */
.section-why-use {
	max-width: 1220px;
	margin: 0 auto;
	text-align: center;
}
.icon i {
	font-size: 50px;
	color: var(--color-main);
	margin-bottom: 25px;
}
.item-inner {
	padding: 55px 40px 48px;
	border: 1px solid #0202021c;
	background-color: #f2f2f2;
}
.content p {
	font-size: 14px;
}
.item-inner:hover {
	background-color: var(--color-main);
	color: white;
	transition: all 0.5s ease-in-out;
}
.item-inner:hover i {
	color: white;
	transition: all 0.5s ease-in-out;
}
/* new */
.item-body {
	box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.18);
	background-color: #fff;
	padding: 22px 25px 39px;
}
.read-more {
	margin: 0;
	color: var(--color-main);
	font-weight: 500;
}
.item-link {
	text-decoration: none;
	color: black;
}
.item-date {
	color: #939393;
}
.line {
	width: 47px;
	height: 3px;
	background-color: var(--color-main);
	margin: 7px 0 10px 0;
}
/* responsive */
@media screen and (min-width: 344px) {
	.toggle_menu {
		display: block !important;
	}
	.navbar-nav,
	.button-hotline {
		display: none;
	}
	.images-service {
		width: 100%;
		padding: 10px 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;
	}
	.logo-about {
		width: 300px;
		height: 180px;
	}
	.header-items p:nth-of-type(1) {
		height: 64px;
	}
	.item-title {
		height: 77px;
	}
}
@media screen and (min-width: 1024px) {
	.button-hotline {
		display: block;
	}
	.logo-about {
		width: auto;
		height: auto;
	}
	.header-items p:nth-of-type(1) {
		height: auto;
	}
	.item-title {
		height: 60px;
	}
}
@media screen and (min-width: 1280px) {
	.item-title {
		height: auto;
	}
	.menu a {
		padding: 8px 40px !important;
	}
}
