.gioithieu_title .col{
	padding-bottom:0px;
}

.gioithieu-img {
	padding: 0;
	min-height: 600px !important;
	margin-bottom:20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gioithieu-img > .section-bg img {
	height: 100%;
	object-fit: cover;
}

.gioithieu-img .banner {
	top: 76px;
	background-color: transparent;
	height: 280px;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.gioithieu-img .section-content{
	top: 90px;
}

.gioithieu-img .banner-bg img {
	height: 100%;
	width: 100%;
	object-fit: fill;
	object-position: bottom;
}

.gioithieu-img .text-box {
	width: 80%;
	top: 65%;
}

.gioithieu-img h2.reset {
	font-size: 38px;
	font-weight: 800;
	color: var(--color-black);
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gioithieu-img .text-inner p {
	font-size: 18px;
	line-height: 1.5;
	color: #222;
	font-weight: 500;
	max-width: 850px;
	margin: 0 auto;
}

.gioithieu-gtcl{
	margin-top:50px;
}

.gioithieu-gtcl .banner-inner h3{
	font-size:25px;
	margin-top: 55px;
	padding-top: 35px;
	line-height: 1.2;
}

.gioithieu-gtcl .banner-inner p{
	font-size:14px;
	margin-top:10px;
}

@media (max-width: 549px) {
	.section.gioithieu-img {
		min-height: 450px;
	}
	.gioithieu-img .banner-bg img{
		object-fit: cover;
	}
	.gioithieu-img > .section-bg img{
		height: 70%;
	}
	.gioithieu-img .banner {
		height: 220px;
	}

	.gioithieu-img h2.reset {
		font-size: 24px;
	}

	.gioithieu-img .text-inner p {
		font-size: 14px;
	}

	.gioithieu-img .text-box {
		top: 60%;
		width: 90%;
	}
}