* {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #323232;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #323232;
}
p {
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 14px;
	line-height: 22px;
	color: #323232;
	text-align:justify;
}
a {
	transition: 300ms ease all;
}
a:focus, a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
section {
	background: #f6f6f6;
	padding: 50px 0px 50px;
}
.fixed {
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background:rgba(255,174,0,1);
    padding-top: 15px;
    padding-bottom: 5px;
}
.bg-img {
	min-height: 250px;
}
.taive {
	padding: 0px;
}
.taive .bg-img {
	min-height: 160px;
}
.thucte .bg-img {
	background: url(../images/thucte.jpg) no-repeat center;
	background-size: cover;
	min-height: 280px;
}
/* header */
#header {
	height: 605px;
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	padding: 170px 0 0;
	margin-top: 60px;
}
	/*header nav*/
	#header nav ul li a {
		font-size: 20px;
		color:white;
		font-family: 'Source Sans Pro', sans-serif;
		text-transform:uppercase;
		transition: all 300ms ease;
		font-weight: bold;
	}
	#header nav ul li a:hover, #header nav button a:hover {
		color: #f26522;
		transition: all 300ms ease;
	}
	#header .navbar-header a h1 {
		margin:5px;
		color: white;
	}
	#header nav .navbar-header a {
		color: white;
		font-size: 30px;
		line-height: 30px;
		padding: 0px;
	}
	#header .navbar button .icon-bar {
		background: white;
	}
	#header .myNav {
		background: #ffae00;
		border: none;
		padding: 5px 0;
	}
	#header .myNav ul li a {
		color: white;
	}
	#header nav ul li.active a{
		background: none;
		color: #f26522;
	}
	/* /header nav*/
	#header .header_content p {
		font-size: 16px;
		line-height: 25px;
		color: #fdc4ab;
		padding: 20px 30px 50px 30px;
		text-align: center;
		border:1px solid #b9b6b3;
		position: relative;
	}
	a.btn-download {
		
		text-transform: uppercase;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		background: #f26522;
		padding:10px 20px;
		border:2px solid #fff;
		border-radius: 5px;
	}
	a.btn-download:hover {
		background: #C1490F;
		transition: 300ms ease all;
	}
	#header .header_content p a.btn-download {
		display: block;
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-left:-80px;
	}
/* content */
#content {
	box-sizing: border-box;
	overflow: hidden;
}
.box-gioithieu {
	border:1px solid #000;
	padding:50px 10px 10px;
	position: relative;
	min-height: 230px;
}
.box-gioithieu div span {
	font-size: 18px;
	font-weight: bold;
}
.box-gioithieu .number {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	left: 50%;
	top:0px;
	margin-top: -25px;
	margin-left:-25px;
	background: #f26522;
	color: #fff;
	font-size: 30px;
	border:1px solid #000;
	border-radius: 25px;
	line-height: 50px;
}
.thucte a.btn-download {
	font-size: 25px;
	padding: 5px 30px;
}
/* end content */

/*footer */
#footer {
	padding: 30px 0px 10px;
	background: #212121;
	color: #fff;
}
#footer h2 {
	color: #fff;
}
#footer a {
	color:#ffae00;
}
#footer a:hover {
	color: #f26522;
	transition: 300ms ease all;
}
/*
     FILE ARCHIVED ON 03:10:20 Nov 07, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:40:21 Jan 11, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/