﻿
.post .post_meta .post_title {
	display: none;
}
/* THOI KHOA BIEU --- THUC DON */

.thoikhoabieu_truong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

	.thoikhoabieu_truong td {
		border: 1px solid #ddd;
		padding: 26px 12px;
	}

	.thoikhoabieu_truong tr th {
		border: 1px solid #ecb334;
		padding: 12px;
	}

	.thoikhoabieu_truong tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	.thoikhoabieu_truong tr td:hover {
		background-color: #ddd;
	}

	.thoikhoabieu_truong th {
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: 700;
		text-align: center;
		background-color: #e2a62a;
		border-color: white;
		color: white;
	}

.tkb_lop {
	color: #fff;
	background: #2b368c;
	padding: 20px 10px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	display: block;
	width: 100%;
}

.thucdon_day {
	width: 120px;
}

/*NOI QUY HOC SINH*/

.tieude_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

	.tieude_text h4 {
		padding: 10px 0;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		color: #2b368c;
	}

.noidung_noiquy {
	background: #fff;
	padding: 10px;
	margin-top: 30px;
	box-sizing: content-box;
	display: flex;
	box-shadow: 2px 0px 20px rgba(0,0,0,0.15);
}

	.noidung_noiquy:hover {
		box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	}

	.noidung_noiquy .noidung_noiquy_left h5 {
		position: relative;
		z-index: 2;
		left: 0px;
		top: -10px;
		FONT-WEIGHT: 700;
		color: #2b368c;
		background: #ffffff;
		display: inline-block;
		padding: 10px 20px;
		border-radius: 0 0 6px 6px;
	}

	.noidung_noiquy .noidung_noiquy_left {
		width: 100%;
	}

		.noidung_noiquy .noidung_noiquy_left ul {
			padding: 20px;
			list-style: none;
		}

	.noidung_noiquy .noidung_noiquy_right {
		width: 100%;
		height: 200px;
		border-radius: 6px;
		overflow: hidden;
	}

		.noidung_noiquy .noidung_noiquy_right img {
			transition: all ease-in-out 0.5s;
		}

		.noidung_noiquy .noidung_noiquy_right:hover img {
			transform: scale(1.2);
			transition: all ease-in-out 0.5s;
		}

/* BAN GIAM HIEU */
.bgh_anhdaidien {
	border: 10px solid #fff;
	overflow: hidden;
	box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.1);
	text-align: center;
	margin-bottom: 20px;
}

	.bgh_anhdaidien img {
		margin: 0 -100%;
	}

	.bgh_anhdaidien:hover {
		box-shadow: 2px 2px 16px 2px rgba(0,0,0,0.2);
	}

	.bgh_anhdaidien + span {
		line-height: 20px;
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

.thongtin_text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
}

.button_lienket {
	display: inline-block;
	position: relative;
	right: 20px;
	float: right;
	text-align: center;
	font-size: 14px;
	color: #2b368c;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 20px;
	font-weight: 400;
	padding: 4px 20px;
	font-family: 'Montserrat', sans-serif;
}

	.button_lienket:hover {
		text-decoration: none;
		border: white solid 1px;
		color: #fff;
		background: #da9b10;
		transition: all ease 0.5s;
	}
