﻿/* biznetic | IT Solutions & Technology HTML Template  */

@media only screen and (max-width: 1700px) {

}


@media only screen and (max-width: 1439px) {
	
}

@media only screen and (max-width: 1300px) {
	

}



@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {

	
}

@media only screen and (max-width: 992px) {
	.services-area .project-section {
		padding: 16px 0;
		background: #fcf8f4;
	}
	.services-area .project-thumb {
		border-radius: 16px; /* Trên mobile có thể bỏ hoặc giữ bo góc nhẹ */
		background: #fff;
	}

	.services-area .project-bg-thumb {
		height: 250px !important; /* Tự động thu nhỏ chiều cao ảnh trên mobile mà không lo mất góc */
	}

	/* Biến khối chữ từ đè lên ảnh thành đẩy xuống dưới nền trắng */
	.services-area .project-box.two {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%; /* Tràn hết chiều ngang màn hình */
		background: #fff; /* Trả về nền trắng tinh */
		backdrop-filter: none;
		padding: 30px 15px 10px 15px; /* Giảm padding lề */
		box-shadow: none;
	}

	/* Căn giữa toàn bộ chữ và nút trên thiết bị di động */
	.services-area .project-content {
		text-align: center;
	}

	.services-area .title-services-area {
		font-size: 28px; /* Giảm size chữ tiêu đề cho vừa màn hình phone */
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.services-area .project-content p.over-4row {
		font-size: 14px;
		margin-bottom: 25px;
	}


}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 599px) {
	
}

@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 424px) {
	
}

@media only screen and (max-width: 320px) {

}



@media only screen and (min-width: 768px) {


}