/*************||=============== General ===============||*************/

body {
	font-family: "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	line-height: 22px;
	color: rgba(0,0,0,0.85);
	background: url(/images/layout/background4-vietnam-wall.jpg) center top no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

header {
	width: 1050px;
	height: 62px;
	position: relative;
	margin: 20px auto 0;
	background: url(/images/layout/paper-top.png) no-repeat center center;
	z-index: 10;
}

#container {
	width: 1050px;
	position: relative;
	margin: 0 auto;
	background: url(/images/layout/paper-middle.png) repeat-y center top;
	padding: 120px 70px 0;
	z-index: 1;
}

footer {
	width: 1050px;
	height: 194px;
	position: relative;
	padding: 30px 70px 0;
	margin: -1px auto 20px;
	background: url(/images/layout/paper-bottom.png) no-repeat center center;
}

.modal {
	z-index: 9999;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img.left {
	margin: 10px 25px 25px 6px;
}

img.right {
	margin: 10px 6px 25px 25px;
}

.border {
	border: 6px solid transparent;
	box-shadow: 0 1px 7px rgba(115,107,73,0.5);
}

.thumbs {
	width: 100%;
	height: 130px;
	overflow: hidden;
	margin: 15px 0;
}

hr {
	border: 1px dotted rgba(0,0,0,0.4);
	border-top: none;
	width: 100%;
	margin: 20px 0;
}

sup {
	top: -3px;
}

.loop .row:last-child {
	display: none;
}





/*************||=============== Text ===============||*************/

a {
	color: #87141E;
}

a:hover {
	color: #87141E;
	text-decoration: underline;
}

p {
	text-align: left;
	color: rgba(0,0,0,0.85);
	margin-bottom: 15px;
}

h1 {
	font-family: "kingthings", sans-serif;
	font-size: 36px;
	color: #0B3F53;
	margin: 0 0 10px;
	font-weight: normal;
}

h1.with-hr {
	max-width: 430px;
	margin-bottom: -5px
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,0.8);
	margin: 0 0 15px;
	font-weight: bold;
}

h2 a {
	color: rgba(0,0,0,0.8);
}

h2 a:hover {
	color: #375f6f;
	text-decoration: underline;
}

h3 {
	font-size: 22px;
	margin: 0 0 15px 0;
}

#logo {
	width: 450px;
	position: absolute;
	top: 40px;
	left: 300px;
}

header #email {
	position: absolute;
	top: 40px;
	left: 70px;
}

header #email span {
	font-size: 15px;
	font-weight: bold;
}

header hr {
	width: 225px;
	height: 1px;
	border: none;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 116px;
}

footer hr {
	height: 1px;
	border: none;
	background: rgba(0,0,0,0.5);
}

footer p {
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}

.faq i {
	font-size: 35px;
	color: #87141E;
	float: left;
	margin-right: 10px;
}

h2.faq i {
	margin: -3px 10px 10px 0;
}

h3.test {
	margin-bottom: 15px;
}

h3.test i {
	font-size: 40px;
	color: #00A9D7;
	float: left;
	margin: -6px 10px 0 0;
}

ul.list {
	display: block;
	padding-left: 30px;
}

ul.list li {
	margin-bottom: 12px;
	line-height: 22px;
}





/*************||=============== Navgation ===============||*************/

#nav-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.77);
	border-bottom: 1px solid #484848;
	height: 40px;
	z-index: 7777;
}

#nav {
	width: 1050px;
	margin: 0 auto;
}

#nav-wrapper-sticky-wrapper.is-sticky #nav-wrapper {
	z-index: 8888;
}

#nav ul {
	list-style-type: none;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	position: relative;
	margin-left: -3px;
	padding: 0 5px;
	border-right: 1px solid rgba(255,255,255,0.5);
}

#nav ul li:last-child {
	border-right: none;
}

#nav ul li a {
	display: inline-block;
	line-height: 40px;
	padding: 0 8px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover {
background: rgba(54,54,54,0.72);
background: -moz-linear-gradient(top, rgba(54,54,54,0.72) 0%, rgba(73,73,73,0.86) 23%, rgba(92,92,92,0.86) 47%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,54,54,0.72)), color-stop(23%, rgba(73,73,73,0.86)), color-stop(47%, rgba(92,92,92,0.86)));
background: -webkit-linear-gradient(top, rgba(54,54,54,0.72) 0%, rgba(73,73,73,0.86) 23%, rgba(92,92,92,0.86) 47%);
background: -o-linear-gradient(top, rgba(54,54,54,0.72) 0%, rgba(73,73,73,0.86) 23%, rgba(92,92,92,0.86) 47%);
background: -ms-linear-gradient(top, rgba(54,54,54,0.72) 0%, rgba(73,73,73,0.86) 23%, rgba(92,92,92,0.86) 47%);
background: linear-gradient(to bottom, rgba(54,54,54,0.72) 0%, rgba(73,73,73,0.86) 23%, rgba(92,92,92,0.86) 47%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#5c5c5c', GradientType=0 );
}

#nav ul li ul {
	background: rgba(79,79,79,0.95);
	border: 1px solid rgba(17,17,17,0.91);
	border-top: none;
	width: 230px;
	padding: 10px;
	position: absolute;
	left: 4px;
	top: 27px;
	z-index: 99999;
	text-align: left;
	font-size: 13px;
	border-radius: 0 0 6px 6px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(.7);
	-moz-transform: scaleY(.7);
	transform: scaleY(.7);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	transform-origin: top;
	-ms-transform-origin: top; /* IE 9 */
	-webkit-transform-origin: top; /* Chrome, Safari, Opera */
}

#nav ul li:hover > ul, #nav ul li a:hover + ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

#nav ul li ul li {
	display: block;
	width: 100%;
	float: left;
	line-height: 18px;
	padding: 3px 0;
	border-radius: 3px;
	border-right: none;
	margin-left: 0;
}

#nav ul li ul li:hover {
	background: rgba(36,36,36,0.6);
	cursor: pointer;
}

#nav ul li ul li a:hover {
	background: none;
	box-shadow: 0 0 0 0;
}

#nav ul li ul li a {
	color: #fff;
	display: block;
	line-height: 18px;
}







/*************||=============== Layout ===============||*************/

.side-icons {
	margin: 0 0 25px;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .17s;
	-moz-transition: all .17s;
	-ms-transition: all .17s;
	-o-transition: all .17s;
	transition: all .17s;
}

.side-icons:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
}

.side-icons span {
	position: absolute;
	top: 103px;
	left: 0;
	color: #d6c6a6;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 6px #000;
	display: block;
	width: 220px;
}

.side-icons i {
	position: absolute;
	top: 70px;
	left: 0;
	color: #d6c6a6;
	font-size: 30px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 6px #000;
	display: block;
	width: 220px;
}

.title-bar {
	background: #87141E;
	border-left: 1px solid #170002;
	border-right: 1px solid #170002;
	width: 675px;
	padding: 0 10px;
	margin: 25px 0 0 0;
	position: relative;
	box-shadow: 0 4px 6px -1px rgba(115,107,73,0.7);
}

.title-bar:before {
	position: absolute;
	left: -16px;
	top: 6px;
	border-top: 16px solid #5c0008;
	border-left: 16px solid transparent;
	border-bottom: 16px solid #5c0008;
	width: 0;
	height: 0;
	content: "";
	z-index: 20;
}

.title-bar:after {
	position: absolute;
	right: -16px;
	top: 6px;
	border-top: 16px solid #5c0008;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #5c0008;
	width: 0;
	height: 0;
	content: "";
	z-index: 20;
}

.title-bar h2 {
	color: #F3F2EA;
	font-family: "kingthings", sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	margin: 0;
}

.content-box {
	width: 673px;
	border: 1px solid rgba(0,0,0,0.5);
	border-top: none;
	padding: 20px 20px 5px 20px;
	margin: 0 0 10px 1px;
	box-shadow:
		0 4px 6px -1px rgba(115,107,73,0.4),
		inset 0 0 0 2px #F1F1E6,
		inset 0 0 80px rgba(214,200,178,0.7);
}

#upcoming {
	padding: 25px 20px 0;
}

#upcoming h2, #upcoming h2 a {
	margin-bottom: 10px;
	color: rgba(0,0,0,0.8);
	font-size: 18px;
}

#upcoming p {
	line-height: 28px;
}

#upcoming hr {
	margin: 16px 0 20px;
}

#upcoming hr:last-child {
	border: none;
	height: 0;
}

#upcoming .btn-small {
	margin-top: -3px;
}

.flexslider {
	width: 675px;
	height: 307px;
	margin-bottom: 25px;
	background: transparent;
	border: 6px solid transparent;
	box-shadow: 0 1px 7px rgba(115,107,73,0.5);
}

.flex-prev, .flex-next {
	line-height: 40px;
}

.flex-prev:hover, .flex-next:hover {
	color: #fff;
}

.menu-drop {
	display: none;
}

.blog-content img {
	margin: 5px 25px 25px 0;
}

.blog-content p img {
	max-width: 100%;
	border: 6px solid transparent;
	box-shadow: 0 1px 7px rgba(115,107,73,0.5);
}

.break br {
	line-height: 40px;
}

#social {
	position: absolute;
	top: 40px;
	right: 70px;
	text-align: center;
}

#social a {
	text-decoration: none;
	position: relative;
}

#social i {
	color: #87141E;
	font-size: 30px;
	vertical-align: middle;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#social i:hover {
	color: #0B3F53;
}

#social span {
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,0,0,0.85);
}

.btn-small {
	background: #375f6f;
	padding: 5px 12px 4px;
	border-radius: 10px;
	color: #EDEEE3;
	font-size: 12px;
	font-weight: bold;
	line-height: 0;
	text-transform: uppercase;
	opacity: .8;
}

.btn-small:hover {
	color: #EDEEE3;
	opacity: 1;
	text-decoration: none;
}

.btn-warning {
	color: rgba(0,0,0,0.85);
	background: transparent;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 2px #F1F1E6, inset 0 0 25px rgba(214,200,178,0.8);
	font-weight: bold;
	margin-top: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-warning:active {
	color: rgba(0,0,0,0.85);
	background: transparent;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 2px #F1F1E6, inset 0 0 25px rgba(214,200,178,0.8);
	font-weight: bold;
	margin-top: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-warning:focus {
	color: rgba(0,0,0,0.85);
	background: transparent;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 2px #F1F1E6, inset 0 0 25px rgba(214,200,178,0.8);
	font-weight: bold;
	margin-top: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-warning:hover {
	color: rgba(0,0,0,0.85);
	background: rgba(214,200,178,0.5);
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 2px #F1F1E6, inset 0 0 25px rgba(214,200,178,0.8);
}

.btn-warning.next {
	padding: 5px 20px;
}

.btn-warning.next i {
	opacity: 0;
	color: #87141E;
	font-size: 15px;
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-warning.next:hover i {
	opacity: 1;
	font-size: 15px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}

.btn-warning.next span {
	transform: translateX(8px);
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	-ms-transform: translateX(8px);
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-warning.next:hover span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}

.fancybox-margin {
	height: 100%;
}

form p {
	font-size: 16px;
}

.control-label {
	color: rgba(0,0,0,0.85);
	font-size: 16px;
}

.form-control {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 6px rgba(214,200,178,0.7), inset 0 0 40px 2px rgba(214,200,178,0.6);
}

.form-control:focus {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0 0 6px rgba(214,200,178,0.7), inset 0 0 40px 2px rgba(214,200,178,0.6);
}

select.form-control {
	background: #375f6f;
	border: 1px solid #00202d;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 0;
	-webkit-font-smoothing: antialiased;
}

select.form-control:focus {
	background: #375f6f;
	border: 1px solid #00202d;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 0;
	-webkit-font-smoothing: antialiased;
}

input.btn {
	-webkit-font-smoothing: antialiased;
}

legend {
	font-size: 16px;
	color: #87141E;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	margin: 10px 0;
}

.errors {
	margin-bottom: 25px;
}

.you-tube {
	width: 715px;
	border: 1px solid #89b4ce;
	box-shadow: 0 0 0 5px #D7E8F0, 0 0 0 6px #89b4ce;
	padding: 2px;
	margin: 25px 0 0 6px;
	line-height: 9px;
}

.branch {
	width: 120px;
	padding: 6px;
	box-sizing: content-box;
	background: rgba(214,200,178,0.2);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 3px;
	margin: 0 0 20px 20px;
	float: right;
	text-align: center;
}

.branch img {
	max-width:120px;
	max-height: 100px;
	margin: 0;
}

.branch p {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	line-height: 16px;
	margin: 10px 0 3px;
}

.branch.large {
	width: 280px;
	float: left;
	margin: 5px 20px 20px 0;
}

.branch.large img {
	max-width: 280px;
	max-height: 220px;
}

img.cont-logo {
	width: 200px;
	margin-top: 15px;
}


















