/*********************************************************** SMALL SCREEN */
	#contact-banner-container {
		height: calc(100vh / 3);
	}
	
	#contact-banner-title-container {
		top: 30px;
		left: 30px;
	}
	
	.contact-banner-title {
		font-size: 56px;
		line-height: 64px;
		color: white;
	}
	
	.contact-banner-title-bg {
		top: -25px;
		left: -30px;
		width: calc(150px * (660 / 300));
		height: 150px;
	}
	
	.contact-text-size {
		font-size: 5px;
		line-height: 8px;
	}
	
	#contact-banner-container-i {
		display: none;
	}
	#contact-banner-container-i-m {
		display: block;
	}
	
	.contact-box-title {
		font-size: 24px;
		line-height: 36px;
	}
	
	.contact-box-inner {
		width: calc(100% - 40px);
	}
	
	.contact-country-title {
		font-size: 18px;
		line-height: 22px;
	}
	
	.contact-country-info-title {
		font-size: 15px;
	}
	
	.contact-country-info-text {
		font-size: 14px;
		line-height: 18px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#contact-banner-container {
		height: 500px;
	}
	
	#contact-banner-title-container {
		top: 60px;
		left: 100px;
	}
	
	.contact-banner-title {
		font-size: 66px;
		line-height: 72px;
		color: #5C88DA;
	}
	
	.contact-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.contact-text-size {
		font-size: 9px;
		line-height: 13px;
	}
	
	#contact-banner-container-i {
		display: block;
	}
	#contact-banner-container-i-m {
		display: none;
	}

	.contact-box-title {
		font-size: 38px;
		line-height: 56px;
	}
	
	.contact-box-inner {
		font-size: 38px;
		line-height: 56px;
	}
	
	.contact-country-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.contact-country-info-title {
		font-size: 17px;
	}
	
	.contact-country-info-text {
		font-size: 16px;
		line-height: 20px;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#contact-banner-container {
		height: 500px;
	}
	
	#contact-banner-title-container {
		top: 60px;
		left: calc((100vw - 1300px + 150px + 140px) / 2);
	}
	
	.contact-banner-title {
		font-size: 72px;
		line-height: 86px;
		color: #5C88DA;
	}
	
	.contact-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.contact-text-size {
		font-size: 12px;
		line-height: 18px;
	}
	
	#contact-banner-container-i {
		display: block;
	}
	#contact-banner-container-i-m {
		display: none;
	}
	
	.contact-box-title {
		font-size: 44px;
		line-height: 64px;
	}
	
	.contact-box-inner {
		width: calc(100% - 140px);
	}
	
	.contact-country-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.contact-country-info-title {
		font-size: 18px;
	}
	
	.contact-country-info-text {
		font-size: 18px;
		line-height: 22px;
	}
}


/*********************************************************** BANNER */
#contact-banner-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background: rgb(0,111, 138);
}

#contact-banner-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 2000px;
	
	margin: 0px auto;
	
	background: transparent;
	/*background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/contact/contact-banner.jpg");*/
	
	overflow: hidden;
}

#contact-banner-title-container {
	position: relative;
	/*left: 0px;
	width: calc((324px + 2px) * 3);*/
	margin: 0px;
	background: transparent;
}

.contact-banner-title-bg {
	position: absolute;
	/*top: -45px;
	left: -60px;
	width: calc(240px * (660 / 300));
	height: 240px;*/
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/index/index-banner-title-bg.png");
	
	opacity: 0.8;
}

.contact-banner-title {
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}


/*********************************************************** CONTENT */
#contact-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/contact/content-bg.jpg");
}

#contact-content-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	background: white;
}

/*********************************************************** CONTENT FORM */
.contact-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-row {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}

.contact-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: white;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 12px 0px;
	
	background: #171C8F;
}

.contact-text-1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgb(100, 100, 100);
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 10px 0px;
	
	background: rgb(239, 239, 239);
}

.contact-text-2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgb(100, 100, 100);
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 10px 0px;
	
	background: rgb(222, 222, 222);
}

.contact-text-size {
	/*font-size: 12px;
	line-height: 18px;*/
}


/*********************************************************** CONTENT */
.contact-box-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}

.contact-box-inner {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
}

.contact-country-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	cursor: pointer;
}

.contact-country-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}

.contact-country-title-line {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(235, 235, 235);
}

.contact-country-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	display: none;
}

.contact-country-info-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.contact-country-info-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	
	line-height: 24px;
}

.contact-country-info {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	padding: 4px 0px;
	
	display: flex;
	flex-wrap: wrap;
}

.contact-country-info-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	
	display: inline-block;
}
.contact-country-info-right {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 1px - 160px);
	
	display: inline-block;
}

.contact-country-info-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}
.contact-country-info-text a {
	color: #171C8F;
	text-decoration: none;
}
.contact-country-info-text a:hover {
	color: #171C8F;
	text-decoration: underline;
}

.contact-country-arrow-box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 24px;
	
	background: #171C8F;
}

.contact-country-arrow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}












