﻿
.contact-header {
	text-align: center;
	margin-bottom: 30px;
}

	.contact-header h2 {
		font-weight: 700;
		margin-top: 15px;
	}

.contact-box {
	background: #fff;
	border-radius: 14px;
	padding: 25px;
	box-shadow: 0 4px 15px rgba(0,0,0,.08);
	height: 215px;
}
.map, .lienhe{
	margin-top: 25px;
	height: auto !important;
}
.info-item {
	text-align: center;
	padding: 20px;
}

	.info-item i {
		font-size: 26px;
		color: #1a73e8;
		border: 2px dotted #1a73e8;
		border-radius: 50%;
		padding: 14px;
		margin-bottom: 10px;
	}

	.info-item h5 {
		font-weight: 600;
		margin-top: 10px;
	}

#map {
	height: 320px;
	border-radius: 12px;
	margin-top: 15px;
}

.form-control {
	border-radius: 8px;
	height: 42px;
}

textarea.form-control {
	height: auto;
}

.send-message {
	background: #1a73e8;
	color: #fff;
	border-radius: 8px;
	padding: 10px 28px;
	border: none;
}

	.send-message:hover {
		background: #1259c3;
	}

.btn-reset {
	background: #eee;
	border-radius: 8px;
	padding: 10px 20px;
	border: none;
	margin-right: 10px;
}
@media (max-width: 768px) {

	/* Header */
	.contact-header img {
		height: 55px;
	}

	.contact-header h2 {
		font-size: 20px;
		margin-top: 10px;
		line-height: 1.3;
	}

	/* 3 ô thông tin: xếp dọc */
	.info-item {
		padding: 15px;
	}

		.info-item i {
			font-size: 22px;
			padding: 12px;
		}

		.info-item h5 {
			font-size: 16px;
		}

		.info-item p {
			font-size: 14px;
			margin-bottom: 0;
		}

	/* Card chung */
	.contact-box {
		padding: 18px;
		margin-bottom: 15px;
	}

	/* Map */
	#map {
		height: 250px;
		margin-top: 10px;
	}

	/* Form */
	.form-control {
		font-size: 14px;
		height: 40px;
	}

	textarea.form-control {
		min-height: 120px;
	}

	/* Button */
	.btn-reset,
	.send-message {
		width: 100%;
		margin-bottom: 10px;
		padding: 12px;
		font-size: 15px;
	}

	.btn-reset {
		margin-right: 0;
	}

	/* Căn nút giữa */
	.text-right {
		text-align: center !important;
	}
}

@media (max-width: 480px) {

	.contact-header h2 {
		font-size: 18px;
	}

	.info-item p {
		font-size: 13px;
	}

	#map {
		height: 220px;
	}
}
