.slide-show {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.slide {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide img {
	width: 100%;
	flex-shrink: 0;
}
.group-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.next,
.prev {
	font-size: 33px;
	color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.next {
	right: 30px;
}

.prev {
	left: 30px;
}

/* service */
.container-service {
	max-width: var(--width);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.service-item {
	box-shadow: 0px 0px 5px 1px rgba(169.5, 169.5, 169.5, 0.5);
	padding: 10px 10px 20px 10px;
	border: 2px solid white;
	text-align: center;
	flex-direction: column;
}
.service-item h6 {
	color: var(--main-color);
	margin: 10px 0;
	font-weight: bold;
	text-transform: capitalize;
}
.service-item a {
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 12px;
	background-color: var(--main-color);
	border-radius: 5px;
	border: 2px solid var(--main-color);
	color: white;
	text-decoration: none;
	padding: 10px 20px;
	z-index: 1;
	position: relative;
}
.service-item img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}
.box-service {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.service-item p {
	margin-bottom: 30px;
}
.block-service {
	width: calc(33% - 8px);
}

.block-service:hover .service-item {
	border: 2px solid var(--main-color);
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
}
.title-section h3 {
	text-transform: uppercase;
	color: #555555;
	text-align: center;
	margin: 20px 0;
	padding: 0 10px;
}
/* descriptions */
.box-description {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
.container-description {
	max-width: var(--width);
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
.descriptopn-item {
	background-color: #a9ffb52b;
	padding: 20px;
	border-radius: 10px;
	border: 1px dashed var(--main-color);
}
.descriptopn-item img {
	width: 59px;
	height: 59px;
	margin-bottom: 20px;
}
.box-content h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
	color: var(--main-color);
}
.box-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
/* why */
.container-why {
	background-color: #f5f5f5;
}
.section-why {
	max-width: var(--width);
	margin-left: auto;
	margin-right: auto;
	padding: 50px 10px;
}
.block-why {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.box-img-why img {
	width: 570px;
	border-radius: 8px;
}
.box-item {
	display: flex;
	justify-content: space-evenly;
}
.box-content-why h2 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
	color: var(--color-text);
}
.box-content-why > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 30px;
}
.item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px 0px 30px;
	gap: 30px;
}
.icon i {
	color: #ffffff;
	background-color: var(--main-color);
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	box-shadow: 0px 0px 0px 15px
		rgba(47.00000000000002, 210.99999999999994, 54.84347826086958, 0.23);

	border-radius: 50%;
	transform: rotate(0deg);
	width: 100%;
	font-size: 20px;
	text-align: center;
}
.icon {
	width: 50px;
	height: 50px;
}
.content p {
	margin-bottom: 10px;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.box-item {
	margin-top: 40px;
}
/* new */
.section-new {
	max-width: var(--width);
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 10px;
}
.box-new {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.item-new {
	width: calc(24% - 8px);
	margin: 10px 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.82);
}
.item-new a {
	text-decoration: none;
	color: black;
}

.box-img img {
	width: 100%;
	object-fit: cover;
	height: 200px;
}
.content-new {
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.content-new h6 {
	margin-top: 10px;
	color: var(--color-text);
	background-color: #ffffff;
}
.content-new p {
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}
/* resonsive */
@media screen and (min-width: 344px) {
	.menu a {
		display: none;
	}
	.toggle_menu {
		display: block !important;
	}
	.block-service,
	.item-new {
		width: calc(100%);
	}
	.box-description,
	.block-why,
	.box-new,
	.item-why,
	.item {
		flex-wrap: wrap;
	}
	.box-img-why img {
		width: 100%;
	}
	.item {
		padding: 0;
	}
	.prev,
	.next {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) {
	.block-service,
	.item-new {
		width: calc(50% - 8px);
	}
	.descriptopn-item {
		width: calc(48% - 8px);
	}
}
@media screen and (min-width: 820px) {
	.menu a {
		display: block;
		padding: 8px 10px !important;
	}
	.toggle_menu {
		display: none !important;
	}
}
@media screen and (min-width: 1024px) {
	.block-service {
		width: calc(33% - 8px);
	}
	.block-why,
	.box-new,
	.item-why,
	.item {
		flex-wrap: nowrap;
	}
	.box-img-why img {
		width: 450px;
	}
	.item-new {
		width: calc(25% - 8px);
	}
	.descriptopn-item {
		width: calc(24% - 8px);
	}
}
@media screen and (min-width: 1280px) {
	.navbar-nav a {
		padding: 8px 20px !important;
	}
	.prev,
	.next {
		font-size: 30px !important;
	}
	.box-img-why img {
		width: 570px !important;
	}
}
