#divInfo, .divInfo {
	padding: 20px !important;
	background-color:#0066ff !important;
	color: #ffffff;
}
#divInfo .err, .divInfo .err {
	background: url('../images/alert.png') left no-repeat;
	padding: 3px 3px 3px 32px !important;
}
#divInfo .success {
	/* */
}
#pageintro .logo {
	height: 48px;
	line-height: 48px;
	margin: 0 10px 0 10px;
}
#pageintro .info {
	border: 1px solid #fff;
	border-left: 4px solid #EE9A00;
	border-radius: 5px;
	box-shadow: 2px 2px #FCD9C4;
	padding: 15px !important;
	display: table !important;
	font-size: 1.3rem;
	background-color: #0066ff;
	color: #fff;
}
#pageintro .info div, #pageintro .info a {
	color: #fff;
	margin: 10px 0 10px 0;;
}
#pageintro .info a:hover {
	color: #D92727;
}

table.mytable td {
	background-color: #143980 !important; /*#fff;*/
	border: 0px none !important;
	padding: 5px !important;
}

.block_taitro a {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	margin: 0 10px 0 10px;
}

.divCounter {
	/*padding: 10px;*/
	color: #000;
	display: inline-block;
}
.divCounter .counter_bounder {
	padding: 3px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block !important;
}
.divCounter .counter {
	border: 1px solid #143980;
	border-radius: 50%;
	background-color: #fff;
	padding-top: 10px !important;
	text-align: center;
	min-width: 60px;
	min-height: 60px;
}
.counter_days, .counter_hours, .counter_minutes, .counter_seconds {
	font-size: 18pt;
	font-weight: bold;
	color: #D92727;
	display: block;
}

.hueict, .challenge {
	font-size:4rem; font-weight:700;
	margin: 10px 0 10px 0 !important;
}

.table {
	display: table !important;
}
.th {
	font-weight: 700;
}
.row {
	display: table-row !important;
}
.hover:hover {
	background-color: #CCFFFF;
}
.deleted {
	background-color: #BBBBBB;
	text-decoration: line-through;
}
.cell {
	display: table-cell !important;
	vertical-align: top !important;
	padding: 3px;
}
.cell_mobile {
	display: block !important;
	vertical-align: top !important;
	padding: 3px;
}
.table.bordered {
	border-collapse: collapse !important;
}
.table.noborder {
	border-collapse:separate !important;
	border-spacing: 5px;
}
.noborder .cell {
	/*border-right: 10px solid transparent !important;*/
}
.bordered .cell {
	border: 1px solid;
}
.nowrap {
	white-space: nowrap;
}

table.noborder, table.noborder td {
	border: 0px none !important;
}

.autofit {
	display: table !important;
	width: 1%;
}
.autofit * {
	white-space:nowrap; width:1%;
}
.fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}
.smallfont {
	font-size: 12px !important;
}
.smallfont td {
	padding: 1px !important;
}
.font-x125 {
	font-size: 1.25rem;
}
.tabheader {
	width: 100%;
	border: 1px solid;
	padding: 5px !important;
	text-align: center;
}

/*chú ý nếu dùng flex cho td thì sẽ lỗi width và height*/
.top {
	vertical-align: top !important;
}
div.center {
	/*display: flex;*/
	justify-content: center;
	align-items: center !important;
	text-align: center !important;
}
td.center, th.center {
	text-align: center !important;
}
.floatcenter {
	display: table; margin: auto;
}
.floatright {
	/*float: right;*/
	display: flex;
	justify-content: flex-end; /* Đẩy toàn bộ con sang phải */
}
.right {
	text-align: right;
}
.clear {
	clear: all;
}

.button_small {
	/*
	border:1px solid;
	border-left: 5px solid #143980 !important;
	*/
	display:inline-block;
	padding: 5px 10px !important;
	/*border-radius: 15px; */
	box-shadow: 1px 1px #FCD9C4;
}
a.button_small:hover, button.button_small:hover {
	background: #D92727;
	color: white;
}
.button_large {
	padding: 20px !important;
	/*border-radius: 30px;*/
	/*border-left: 5px solid #143980 !important;*/
	box-shadow: 2px 2px #FCD9C4;
	margin-bottom: 5px;
}
.fb_button_large {
	/*padding: 15px !important;*/
	line-height: 62px;
	border: 1px solid #D92727;
	border-left: 5px solid #D92727 !important;
	/*border-radius: 30px;*/
	/*border:1px solid #D92727 !important;*/
	box-shadow: 2px 2px #FCD9C4;
}
.fb_button_large:hover {
	border: 1px solid #666666;
	border-left: 5px solid #666666 !important;
}

.rounded {
	/*border-radius: 5px;*/
}
.rounded_number {
	width: 24px; height: 24px; line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
}
.rounded_number_blue {
	width: 24px; height: 24px; line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #143980;
	font-weight: bold;
}
.myred, .red {
	color: #D92727;
}
.myblue, .blue {
	color: #143980;
}
.myocean, .ocean {
	color: #0066ff;
}
.myorange, .orange {
	color: #EE9A00;
}
.mywhite {
	color: #fff;
}
.myblue_bg {
	background-color: #143980;
	color: #FFFFFF;
}
.myblue2_bg {
	background-color: #004db2;
	color: #FFFFFF;
}
.myocean_bg {
	background-color: #0066ff;
	color: #ffffff;
}
.mywhite_bg * {
	background-color: #fff !important;
}

.margin_10 {
	margin: 10px 10px 10px 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}

.div_switch_on, .div_switch_off {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #ffffff;
	margin: 5px 0 5px 0;
}
.div_switch_on {
	background-color: #ffffff;
	color: #000000;
	font-weight: bolder;
}
.div_switch_on:hover {
	/*background-color: #fff;
	color: #000000;*/
}
.div_switch_off {
	/*background-color: #fff;
	color: #000000;*/
}
.div_switch_off:hover {
	background-color: #ffffff;
	color: #000000;
}
.link {
	cursor: pointer;
}
.numeral {
	font-family: numeral;
	font-size: 20pt;
}
.div_video {
	background-image: url('../images/480x300_yt.png?v=2');
	background-repeat:no-repeat;
	background-position:center;
	min-height: 400px;
	text-align: center;
	line-height: 350px;
}
.div_video .youtube {
	border-radius: 10px;
}
.div_video .youtube:hover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
	box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
}

.blocktintuc_left {
	position: relative;
}
.blocktintuc_left img {
	
}
.blocktintuc_left .tintuc_info {
	position: absolute; bottom: 0;
	padding: 10px;
	background-color: rgba(20, 57, 128, 0.5);
	color: #fff;
}
.blocktintuc_left .tintuc_info a {
	color: #fff;
}
.blocktintuc_left .tieude_chung, .blocktintuc_right .tieude_chung {
	display: table;
	padding: 5px 10px;
	margin-bottom: 10px;
	/*border-radius: 15px;*/
	background-color: #143980; color: #fff;
}
.blocktintuc_right .tintuc_item {
	
}

span.info, div.info {
	background-color:#EE9A00 !important;
	padding: 3px;
}
span.infoblue, div.infoblue {
	background-color:#004db2 !important;
	color: #fff;
	padding: 3px;
}
span.alert, div.alert {
	background-color:#D92727 !important;
	color: #fff;
	padding: 3px;
}

div.textbox {
	padding:10px;
	border: 1px solid #A7A7A7; border-left: 3px solid #A7A7A7;
}

.title {
	font-size: 1.5rem;
}

.anh3x4 {
	max-width: 3cm !important;
	border: 1px solid #111111 !important;
	padding: 0px !important;
}
.anh3x4 img {
	max-width: 3cm !important;
}

.huongdan {
	text-align: center;
}
.huongdan img {
	max-width: 80% !important;
}

/*dành cho JQuery form, không hiển thị nút close*/
.no-close .ui-dialog-titlebar-close {display: none }

/*hiển thị progress % khi xử lý*/
#div_progress { border: 1px solid #ccc; width: 100%; position: relative; padding: 0px;}
#div_bar { background: #F39A3A; height: 30px; width: 0px; margin: 0px;}
#div_percent { position: absolute; width: 100%; left: 0px; top: 0px; line-height: 30px; text-align: center; }
/*
OLD
#div_progress { border: 1px solid #ccc; width: 100%; margin-top: 10px; text-align: center; position: relative;}
#div_bar { background: #F39A3A; height: 20px; width: 0px;}
#div_percent { position: absolute; width: 100%; left: 0px; top: 0px; text-align: center; }
*/