@import url('../Fonts/SanFrancisco/font.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	outline: 0 none;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a{
	text-decoration:none;
	cursor: pointer;
}
a:hover{
	text-decoration:none;
}

body {
	margin:0px auto;
	font: 14px/18px "san_francisco_display_regulRg",'Arial';
	/*background:#132F46;*/
	color:#222;
	-webkit-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-weight: 400;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.info_bg {
	position:relative;
	width:100%;
	max-width:700px;
	height:460px;
	overflow:hidden;
	margin:0px auto;
	background:rgba(255,255,255,0.9);
	border-bottom:3px solid rgb(0 23 184);
}
.info_header {
	float:left;
	width:100%;
	height:78px;
	background: #0050a0;
    border-bottom: 4px solid #25a1ff;
}
.info_logo {
	float:left;
	width:56px;
	height:56px;
	margin:9px 0 0 15px;
	overflow:hidden;	
}
.info_logo img {
	width:100%;
	height:auto;
}
.info_title {
	float:left;
	text-transform:uppercase;
	color:#fff;
	margin:25px 0 0 10px;
	width:600px;
}
.sub_title {
	float:left;
	width:100%;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 25px;
}
.main_title {
	float:left;
	width:100%;
	font-size:16px;	
	margin-top:4px;
}
.info_content_bg {
	float:left;
	/*width:675px;
	height:342px;
	margin:15px 0 0 25px;*/
	width: 100%;
    height: 100%;
    /*padding: 10px;*/
}
.info_content_title{
	float:left;
	width:100%;
	color:rgba(184,0,0,1);
	/*text-shadow: 0 0 1px rgba(184,0,0,0.3);*/
	font-size:15px;	
	/*text-transform:uppercase;*/
	margin:2px 0 0 0;
	/*font-family: 'san_francisco_displaybold';*/
}
.info_content_item{
	float:left;
	width:100%;	
	/*margin:8px 0 8px 0;*/
	line-height:22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.info_content_item strong{
	/*color:#1E2960;*/
	color:rgba(184,0,0,1);

}
.info_content_item.final{
	margin-top:10px;
	font-style:italic;	
	color: gba(184,0,0,1);
}
.info_content_item ul{
	margin-left:26px;
	list-style:circle;
}
.info_image_bg{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:center;	
}
.info_image_item{
	float:left;
	width:310px;
	margin-top:18px;	
}
.info_image_item.full{
	width:655px;
}
.info_image_item.two{
	margin-left:20px;
}
.info_image_item img{
	width:100%;
	height:auto;
}
.image_title{
	position:relative;
	text-align:center;	
	font-style:italic;
	font-size:13px;
	margin-top:3px;
	margin-bottom:16px;
}

.chia-50 {
	flex: 0 0 auto;
	width: 49%;
}
.cover-form {
	display: flex;
	width: 100%;
	position: relative;
}
.form-control {
	border: none !important;
	border-bottom: 1px solid !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.image-banner {
	max-width: 100%;
    width: 100%;
    height: 40vh;
}
#test-form {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px; 
}
.btn-apply {
	color: #fff;
    background-color: #0050a0;
    border-color: #0050a0;
}
@media only screen and (min-width : 460px) and (max-width : 600px)	{
	.info_header{
		height:56px;
		background:#ed1c24;
		border-bottom:3px solid #086ab5;
	}
	.info_logo{
		width:36px;
		height:36px;
		margin:10px 0 0 8px;	
	}
	.info_title{
		margin:13px 0 0 6px;
		width:356px;
	}
	.sub_title{
		font-size:14px;
		line-height:16px;	
	}
	.main_title{
		font-size:10px;	
		margin-top:1px;
	}
	.info_content_bg{
		width:95%;
		height:364px;
	}
}
@media only screen and (max-width : 460px)	{
	.info_header{
		height:56px;
		background:#ed1c24;
		border-bottom:3px solid #086ab5;
	}
	.info_logo{
		width:36px;
		height:36px;
		margin:10px 0 0 8px;	
	}
	.info_title{
		margin:13px 0 0 6px;
		width:166px;
	}
	.sub_title{
		font-size:13px;
		line-height:16px;	
	}
	.main_title{
		display:none;
	}
	/*.info_content_bg{
		width:92%;
		height:364px;
	}*/

	.image-banner {
		height: 30vh;
	}
}



@media (min-width: 768px) {
	.chia-50 {
		flex: 0 0 auto;
		width: 50%;
	}
}
