body {
	margin:0;
	font-family: 'Muli';
	font-size:16px;
	color:#272727;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Muli';
	font-size:1.625em;
}
#header {
	padding: 20px 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(113,75,66,.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(113,75,66,.3);
    box-shadow: 0px 1px 7px 0px rgba(113,75,66,.3);
}
.inner-header {
	background: rgba(113,75,66,0.8) !important;
}
.is-sticky > .inner-header {
	background: rgba(113,75,66,1) !important;
}
.overlay-eimsvietnam {
	background: rgba(113,75,66,0.4) !important;
}

.form-control-feedback {
	line-height:48px;
	width:48px;
	height:48px;
}
.logo-holder {
	width:35%;
}
.logo-holder h1 {
	margin:0;
}
.logo-holder img {
	float:left;
	width:144px;
}
.logo-holder span{
	float:left;
	color:#3CA1DE;
	font-weight:bold;
	width:144px;
	font-size:43px;
	margin-left:10px;
	padding-top:7px;
	color:#9d090c;
}
p {
	font-size:18px;
	line-height:1.6215em;
	margin-bottom:20px;
}
ul.service {
	color:#666;
	margin-bottom:20px;
	margin-left:40px;
}
ul.service li {
	margin-top:10px;
}
ul.service li:first-child {
	margin-top:0;
	display:block;
}
ul.service li:before {
	content:'+';
	margin-right:10px;
	position:relative;
}
main a,
main p a {
	display:inline;
	color:#3ca1de;
}
.mg-20 {
	margin-bottom:20px;
}
.banner-text {
	/*background:rgba(235, 14, 116, 0.6);
	background:rgba(0, 0, 0, 0.6);*/
	border-radius:20px;
	padding:30px;
}
.banner-text h1 {
	text-shadow:2px 2px 2px #000;
	color:#f45661;
	text-transform:uppercase;
}
.banner-text h1 span {
	margin:20px 0 10px;
	font-size:48px;
	color:#fff;
}
.banner-text p {
	font-size:30px;
	text-shadow:2px 2px 2px #000;
}
input[type=checkbox],
input[type=radio] {
	opacity:0;
}
.checkbox label, .radio label  {
	padding-left:0;
}
.noMgBottom {
	margin-bottom:0 !important;
}
.text-white {
	color:#ffffff;
}
.text-green {
	color:#3ca1de;
}
.text-red {
	color:#a94442;
}
.text-bold {
	font-weight:bold;
}
.form-control-static {
	padding-top:5px;
}
.padding {
	padding:15px;
}
select.select2 {
	opacity:0;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height:49px;
	line-height:49px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:10px;
}
.select2-container--default .select2-selection--single {
	border:1px solid #d9e2e4;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
}
.va-middle {
	vertical-align:middle !important;
}
tr p {
	margin-bottom:0px;
}
div.summary p {
	font-size:85%;
}
@media (max-width: 767px) {
	.logo-holder span {
		font-size:14px;
		margin-left:20px;
		width:auto;
	}
	ul.service {
		margin-left:0px;
	}
}
@media (max-width: 480px) {
	.banner-text h1{ font-size: 35px;}
	.banner-text h1 span{ font-size:28px;}
	.banner-text p{ font-size: 20px;}
}
ul.tagit.ui-widget {
	min-height: 49px;
}
ul.tagit input[type="text"] {
	line-height: 30px;
	height: 30px !important;
	font-size: 14px;
}
ul.tagit li.tagit-choice {
	line-height: 40px !important;
	height: 40px !important;
	padding: 0 20px 0 10px !important;
	font-size: 14px;
}
textarea.form-control {
	min-height: 100px;
}
.d-none {
	display: none !important;
}
body.loading {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%,-50%);
	background-color: #000000;
	z-index: 9968;
}
.progress{
	position: relative;
	height: 10px;
	width: 1110%;
	border: 10px solid #f4a261;
	border-radius: 15px;
}
.progress .color{
	position: absolute;
	background-color: #ffffff;
	width: 0px;
	height: 10px;
	border-radius: 15px;
	animation: progres 4s infinite linear;
}
@keyframes progres{
	0%{
	  width: 0%;
	}
	25%{
		width: 50%;
	}
	50%{
		width: 75%;
	}
	75%{
		width: 85%;
	}
	100%{
		width: 100%;
	}
};