
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Content - Main
5.)  Footer
6.)  Subpage
7.)  Project 
8.)  Project overview
9.)  News Archive

===============================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("foundation-4.css") all;
@import url("motion-ui-4.css") all;
@import url("brands.min-18.css") all;
@import url("light.min-18.css") all;
@import url("regular.min-18.css") all;
@import url("solid.min-18.css") all;
@import url("duotone.min-14.css") all;
@import url("fontawesome.min-18.css") all;

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "halcom",sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.75rem;
	background: #012B4D;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.25rem;
	line-height: 2rem;
}
}


/* #Links
================================================== */

a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

a:hover,
a:focus {
	color: #00B3EE;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #000000;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #00B3EE;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #00B3EE;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: inherit;
	font-weight: 300;
	color: inherit;
	padding-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 1.75rem;
	line-height: 2.25rem;
}

h3,
.h3 {
	font-size: 1.375rem;
	line-height: 2rem;
}

h4,
.h4 {	
	font-size: 1.125rem;
	line-height: 1.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #00B3EE;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 25px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

@media print, screen and (min-width: 48rem) {
h1,
.h1,
h2,
.h2 {
	font-size: 2rem;
	line-height: 2.625rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	line-height: 2.125rem;
}

h4,
.h4 {	
	font-size: 1.25rem;
	line-height: 1.875rem;
}

p {
	padding-bottom: 32px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1,
h2,
.h2 {
	font-size: 2.25rem;
	line-height: 2.875rem;
}

h3,
.h3 {
	font-size: 1.625rem;
	line-height: 2.25rem;
}

h4,
.h4 {	
	font-size: 1.375rem;
	line-height: 2rem;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 15px;
}

li:last-child {
	padding-bottom: 25px;
}

ul li ul,
ol li ol {
	padding: 15px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 6px; 
	height: 6px; 
	float: left; 
	background: #000000; 
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li:last-child {
	padding-bottom: 32px;
}

ul li::before {
	top: 13px; 
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 25px;

}

ol > li::before {
	content: counter(item)".";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input
================================================= */

textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input, 
textarea, 
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-family: "halcom", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	padding: 0 0 5px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;
	font-family: "halcom", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #DED0D0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	margin: 0;
}

textarea {
	height: 180px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

select {
	background-image: url(../svg/arrow-down-4.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: top 19px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #000000;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

@media print, screen and (min-width: 48rem) {
label {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 60px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 15px 25px;
}

textarea {
	height: 215px;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-size: 18px auto;
	background-position: top 23px right 25px;
	padding-right: 65px;
}
}


/* #Button
================================================== */

.button {
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 1.875rem;
	text-align: left;
	text-decoration: none;
	background: #E86A27;
	border-radius: 0;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 15px 25px;
	margin: 0;
}

.button:hover,
.button:focus {
	color: #FFFFFF;
	background: #C4551A;
	box-shadow: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48em) {
.button {
	font-size: 2rem;
	line-height: 2.625rem;
	padding: 14px 30px 14px 30px;
}
}

@media print, screen and (min-width: 75em) {
.button {
	font-size: 2.25rem;
	line-height: 2.875rem;
	padding: 18px 35px 18px 35px;
}
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left; 
	background: #ffffff; 
	position: relative;
	overflow: hidden; 
}

.hidden-body { 
	overflow:hidden;
}

.hidden-body .container-main { 
	width: 100%; 
	float: left; 
	position: relative; 
	overflow: hidden;
}

.hidden-body .container-main:before { 
	content: ""; 
	width:100%; 
	height:100%; 
	float:left; 
	background:rgba(0, 0, 0, 0.4); 
	position: fixed; 
	top: 0; 
	left:0; 
	z-index: 5;
}

.grid-container {
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.grid-container.full {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1380px;
	padding-right: 50px;
	padding-left: 50px;	 
}

.grid-container.full {
	max-width: 1380px;
	padding-right: 50px;
	padding-left: 50px;
}
}


/* Swiper */
.swiper {
	width: 100%;
	height: 100%;
	float:none; 
	display: inline-block; 
	vertical-align:top;
}

.swiper-slide {
	float:none; 
	display: inline-block; 
	vertical-align:top;
	/* Center slide text vertically */
}

.swiper-pagination-bullet {
	width: 48px;
	height: 3px; 
	float:none; 
	display: inline-block; 
	vertical-align:top; 
	background: #005EAD; 
	border-radius:360px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: rgba(0, 94, 173, 0.4);
}

.swiper-pagination.block-bg .swiper-pagination-bullet {
	background: #364041; 
}

.swiper-pagination.block-bg .swiper-pagination-bullet-active {
	background: rgba(54, 64, 65, 0.4);
}


/* Read More */
.read-more {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.read-more a {
    float: none;
    display: inline;
    vertical-align: top;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #000000;
    line-height: 1.375rem;
    letter-spacing: 0.34px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-bottom: 1px solid #000000;
    position: relative;
}

.read-more a em {
    float: none;
    display: inline-block; 
	vertical-align: top;
    font-weight: inherit;
    position: relative; 
	top: 2px;
    margin-left: 3px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active {
    color: #00b3ee;
    text-decoration: none;
    border-bottom-color: #00b3ee;
}


/* Sub - Title */
.sub-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

@media print, screen and (min-width: 48rem) {
.sub-title {
	font-size: 1rem;
	line-height: 1.625rem;
	letter-spacing: 0.32px;
}
}


/* News - List */
.news-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.news-list h1,
.news-list .h1,
.news-list h2,
.news-list .h2 {
    padding-bottom: 30px;
}

.news-list .box {
    width: 100%;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.news-list .box .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.news-list .box .figure img {
    width: 100%;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform: translateZ(0);
}

.news-list .box .figure:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: url(../png/news-shadow.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-list .box .figure-caption {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
}

.news-list .box .aside {
    width: 100%;
    padding: 0 15px;
}

.news-list .box .aside h3,
.news-list .box .aside .h3 {
    font-size: 1.375rem;
    color: #000000;
    line-height: 1.875rem;
}

.news-list .box:hover h3,
.news-list .box:hover .h3,
.news-list .box:focus h3,
.news-list .box:focus .h3,
.news-list .box:active h3,
.news-list .box:active .h3 {
    color: #000000;
    text-decoration: underline;
}

.news-list .box:hover .figure img, 
.news-list .box:focus .figure img, 
.news-list .box:active .figure img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}


.news-list .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.news-list .grid-margin-y > .cell {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media print, screen and (min-width: 48rem) {
.news-list h1,
.news-list .h1,
.news-list h2,
.news-list .h2 {
    padding-bottom: 40px;
}

.news-list .box .figure-caption {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 20px 25px;
}

.news-list .box .aside {
    padding: 0;
}

.news-list .grid-margin-y {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
}

.news-list .grid-margin-y > .cell {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
}
}

@media print, screen and (min-width: 75rem) {
.news-list .grid-margin-x {
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
}

.news-list .grid-margin-x > .cell {
    width: calc(33.33% - 2.375rem);
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
}

.news-list .grid-margin-y {
    margin-top: -2.40625rem;
    margin-bottom: -2.40625rem;
}

.news-list .grid-margin-y > .cell {
    margin-top: 2.40625rem;
    margin-bottom: 2.40625rem;
}
}


/* Split - Content */
.split-cont {
    width: 100%;
    overflow: hidden;
}

.split-cont:last-child {
    margin-bottom: 0;
}

.split-cont .box {
    width: 100%;
    float: left;
    background: #f5f3ee;
}

.split-cont .box .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.split-cont .box .figure img {
    width: 100%;	
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform: translateZ(0);
}

.split-cont .box .figure:hover img, 
.split-cont .box .figure:focus img, 
.split-cont .box .figure:active img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}


.split-cont .box .aside {
    width: 100%; 
    padding: 40px 40px;
}

.split-cont .box .aside .read-more {
    margin-top: 25px;	 
}

.split-cont .box .aside ul.arrow-right li {
    padding-left: 20px;
}

.split-cont .box .aside ul.arrow-right li:before {
    content: "\f30b";
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 90%;
    line-height: 1em;
    background: none !important;
    border-radius: 0;
    top: 6px!important;
}

.split-cont.blue-bg .box {
    color: #ffffff;
    background: #02325a;
}

.split-cont.blue-bg .box .aside ul li:before {
    background: #ffffff;
    top: 11px;
}

@media print, screen and (min-width: 48rem) {
.split-cont {
    margin-bottom: 60px;
}

.split-cont .box .figure {
    height: 100%;
}

.split-cont .box .figure img {
    height: 100%;
}

.split-cont .aside {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 50px 30px;
}

.split-cont .aside .txt-max {
    max-width: 520px; 
	height: 100%;  
}

.split-cont .medium-6 {
    position: relative;
}

.split-cont .medium-6:nth-child(odd) {
    left: 50%;
}

.split-cont .medium-6:nth-child(even) {
    right: 50%;
}

.split-cont.left-img .medium-6:nth-child(odd) {
    left: 0;
}

.split-cont.left-img .medium-6:nth-child(even) {
    right: 0;
}

.split-cont.read-more-out .aside { 
	padding-bottom: 150px;
}

.split-cont.read-more-out .read-more { 
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	padding: 50px 30px; 
	margin-top: 0;	 
}

.split-cont.align-items .aside {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont {
    margin-bottom: 70px;
}

.split-cont .aside {
    padding: 60px 50px;
}

.split-cont.read-more-out .read-more { 
	padding: 60px 45px; 
}
}


/* Accordion - List */
.accordion-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.accordion-list h2,
.accordion-list .h2 {
    padding-bottom: 22px;
}

.accordion-list ul {
    padding: 0;
    margin: 0 0 1px 0;
}

.accordion-list ul li {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0 0 -1px 0;
}

.accordion-list ul li:before {
    display: none;
}

.accordion-list .accordion-title {
    width: 100%;
    font-weight: 300;
    font-size: 1.375rem;
    color: #000000;
    line-height: 1.875rem;
    text-decoration: none;
    background: none;
    border: none;
    word-break: break-all;
    padding: 20px 30px 20px 0;
    margin: 0;
}

.accordion-list .accordion-title:before {
    content: "\f309";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 130%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}

.accordion-list .is-active > .accordion-title::before {
    content: "\f30c";
}

.accordion-list .accordion-content {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 0 40px 0;
    margin: 0;
}

@media print, screen and (min-width: 48rem) {
.accordion-list .accordion-title {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 25px 60px 25px 0;
}

.accordion-list .accordion-title:before {
    right: 20px;
}

.accordion-list .accordion-content {
    padding: 10px 60px 40px 0;
    margin: 0;
}
}

@media print, screen and (min-width: 75rem) {
.accordion-list .accordion-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
    padding: 30px 70px 30px 0;
}

.accordion-list .accordion-title:before {
    right: 23px;
}

.accordion-list .accordion-content {
    padding: 10px 70px 40px 0;
    margin: 0;
}
}


/* Project - List */
.project-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.project-list .box {
    width: 100%;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.project-list .box .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.project-list .box .figure img {
    width: 100%;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform: translateZ(0);
}

.project-list .box .aside {
    width: 100%;
    padding: 0 15px;
}

.project-list .box .aside h3,
.project-list .box .aside .h3 {
    color: #000000;
}

.project-list .box .aside .date {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.25rem;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.project-list .box:hover h3,
.project-list .box:hover .h3,
.project-list .box:focus h3,
.project-list .box:focus .h3,
.project-list .box:active h3,
.project-list .box:active .h3 {
    color: #000000;
    text-decoration: underline;
}

.project-list .box:hover .figure img, 
.project-list .box:focus .figure img, 
.project-list .box:active .figure img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.project-list .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.project-list .grid-margin-y > .cell {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media print, screen and (min-width: 48rem) {
.project-list .box .aside {
    padding: 0;
}

.project-list .grid-margin-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.project-list .grid-margin-x > .cell {
    width: calc(50% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.project-list .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
}

.project-list .grid-margin-y > .cell {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.project-list .grid-margin-x {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.project-list .grid-margin-x > .cell {
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.project-list .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
}

.project-list .grid-margin-y > .cell {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
}


/* Contact Box */
.contact-box {
    width: 100%;
    background: #f5f3ee;
    overflow: hidden;
    padding: 40px 30px;
}

.contact-box h3,
.contact-box .h3 {
    word-break: break-all;
    padding-bottom: 10px;
}

.contact-box .sub-title {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.3px;
    padding-bottom: 23px;
}

.contact-box .figure {
    width: 100%;
    max-width: 176px;
    float: left; 
	text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-box .figure img {
    width: 100%;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform: translateZ(0);
}

.contact-box .figure:hover img, 
.contact-box .figure:focus img, 
.contact-box .figure:active img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.contact-box .aside {
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 48rem) {
.contact-box p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.contact-box .sub-title {
	font-size: 1.0625rem;
	line-height: 1.5625rem;
	letter-spacing: 0.34px;
}
}

@media print, screen and (min-width: 75rem) {
.contact-box {
	padding: 40px 47px;
}
}


/* 
 3.) Header
----------------------------------------*/
.header-main {
    width: 100%;
    height: 104px;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.header-main .logo {
    float: left;
    height: 43px;
    line-height: 43px;
    margin-top: 30px;
    margin-left: -17px;
}

.header-main .logo img {
    max-height: 43px;
}

.header-main .nav-bar {
    float: right;
}

.header-main .nav-bar nav {
    float: left;
}

.header-main .nav-bar nav ul {
    float: left;
    padding: 0;
    margin: 0 0 0 -35px;
}

.header-main .nav-bar nav ul li {
    float: left;
    padding: 0;
    margin: 0 0 0 35px;
}

.header-main .nav-bar nav ul li:before {
    display: none;
}

.header-main .nav-bar nav ul li a {
    height: 104px;
    float: left;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #ffffff;
    line-height: 104px;
    letter-spacing: 0.34px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.header-main .nav-bar nav ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    bottom: 38px;
    left: 50%;
}

.header-main .nav-bar nav ul li a:hover:after,
.header-main .nav-bar nav ul li a:focus:after,
.header-main .nav-bar nav ul li.active a:after {
    width: 100%;
    left: 0;
}

.header-main .menu-btn {
    float: left;
    display: none;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #ffffff;
    line-height: 1.375rem;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
    top: 32px;
    right: 50px;
}

.header-main .menu-btn .icon-bar {
    width: 22px;
    height: 14px;
    float: right;
    text-decoration: none;
    position: relative;
    margin-left: 6px;
    margin-top: 2px;
}

.header-main .menu-btn .icon-bar span {
    width: 100%;
    height: 2px;
    float: left;
    background: #ffffff;
    position: relative;
    margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 2px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: -6px;
    left: 0;
}

.header-main .menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 2px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: 6px;
    left: 0;
}

.header-main .menu-btn.active {
    color: #000000;
}

.header-main .menu-btn.active .icon-bar span {
    background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
    height: 2px;
    top: 0;
    background: #000000;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
    height: 2px;
    top: 0;
    background: #000000;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 74.9375rem) {
.header-main .logo {
    margin-left: -37px;
}

.header-main .nav-bar nav ul {
    margin: 0 0 0 -30px;
}

.header-main .nav-bar nav ul li {
    margin: 0 0 0 30px;
}
}

@media only screen and (min-width: 62rem) {
.header-main .nav-bar {
	display: block!important;
}
}

@media only screen and (max-width: 61.9375rem) {
.header-main {
    height: 90px;
}

.header-main .logo {
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    margin-left: -33px;
}

.header-main .logo img {
    max-height: 40px;
}

.header-main .nav-bar {
    width: 300px;
    height: 100%;
    display: none;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    overflow: auto;
    padding: 73px 40px 40px 40px;
}

.header-main .nav-bar nav {
    width: 100%;
}

.header-main .nav-bar nav ul {
    width: 100%;
    margin: 0;
}

.header-main .nav-bar nav ul li {
    width: 100%;
    margin: 0;
}

.header-main .nav-bar nav ul li a {
    width: 100%;
    height: auto;
    color: #000000;
    line-height: 25px;
    padding: 10px 0;
}

.header-main .nav-bar nav ul li a:after {
    display: none;
}

.header-main .nav-bar nav ul li a:hover,
.header-main .nav-bar nav ul li a:focus,
.header-main .nav-bar nav ul li.active a:hover {
    color: #00b3ee;
}

.header-main .menu-btn {
    display: inline-block;
}
}

@media only screen and (max-width: 47.9375rem) {
.header-main {
    height: 75px;
}

.header-main .logo {
    height: 33px;
    line-height: 33px;
    margin-top: 21px;
    margin-left: 0;
}

.header-main .logo img {
    max-height: 33px;
}

.header-main .nav-bar {
    padding: 58px 40px 40px 40px;
}

.header-main .menu-btn {
    top: 25px;
    right: 25px;
}
}


/* 
 4.) Content Main
----------------------------------------*/

.content-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}


/* Banner */
.banner-main {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #02325a url(../png/bg-6.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 75px;
    margin-bottom: 33px;
}

.banner-main .banner-cont {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -33px;
}

.banner-main .banner-cont .figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.banner-main .banner-cont .figure:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: url(../png/hero-shadow.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-main .banner-cont .figure img {
    width: 100%;
    min-width: 890px;
    margin: 0 -445px;
}

.banner-main .banner-cont .read-more {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
}

.banner-main .banner-cont .read-more a em {
	top: 3px;
}

.banner-main .banner-cont .read-more a {
    color: #ffffff;
    letter-spacing: normal;
    text-transform: none;
    border-bottom: none;
}

.banner-main .banner-cont .read-more a:hover,
.banner-main .banner-cont .read-more a:focus,
.banner-main .banner-cont .read-more a:active {
    color: #00b3ee;
}

@media print, screen and (min-width: 48rem) {
.banner-main {
    padding-top: 104px;
    margin: 0 0 60px 0;
}

.banner-main .banner-cont {
    margin-bottom: -60px;
}

.banner-main .banner-cont .read-more {
    padding: 15px 50px;
}
}

@media print, screen and (max-width: 61.9375rem) {
.banner-main {
    padding-top: 90px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.banner-main .grid-container {
    padding-right: 15px;
    padding-left: 15px;
}

.banner-main .grid-container .read-more a {
    font-size: 0.9375rem;
    line-height: 1.5rem;
}
}


/* Top Content */
.top-cont {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 50px 0;
}

.top-cont .aside {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.top-cont .aside h2,
.top-cont .aside.h2 {
    padding-bottom: 28px;
}

@media print, screen and (min-width: 48rem) {
.top-cont {
	padding: 40px 0 60px 0;
}

.top-cont .aside {
	max-width: 800px;
	padding-right: 30px;
	padding-left: 30px;
}
}

@media print, screen and (min-width: 62rem) {
.top-cont {
	padding: 60px 0 70px 0;
}

.top-cont .aside {
	padding-right: 50px;
	padding-left: 50px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.top-cont .aside h2,
.top-cont .aside .h2 {
	font-size: 1.375rem;
	line-height: 1.875rem;
	padding-bottom: 35px;
}

.top-cont .aside .read-more a {
	font-size: 0.9375rem;
	line-height: 1.5rem;
	letter-spacing: 0.3px;
}
}


/* News - List */
.news-list-home {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.news-list-home:last-child {
    margin-bottom: 0;
}

.news-list-home .box-gray {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
}

.news-list-home .news-list {
    margin-top: -40px;
}

.news-list-home .read-more {
    padding-right: 15px;
    padding-left: 15px;
}

@media print, screen and (min-width: 48rem) {
.news-list-home {
	margin-bottom: 60px;
}

.news-list-home .box-gray {
	background: #f5f3ee;
	padding: 0 30px 40px 30px;
	margin-bottom: 30px;
}

.news-list-home .read-more {
	padding-right: 30px;
	padding-left: 30px;
}
}

@media print, screen and (min-width: 75rem) {
.news-list-home {
	margin-bottom: 70px;
}

.news-list-home .box-gray {
	padding: 0 50px 40px 50px;
}

.news-list-home .read-more {
	padding-right: 50px;
	padding-left: 50px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.news-list-home {
	background: #f5f3ee;
	margin-top: 40px;
	padding: 0 0 50px 0;
}

.news-list-home .box-gray {
	margin-top: 0;
}
}


/* Feature - Cont */
.feature-cont {
    width: 100%;
    float: none;
    display: inline-table;
    vertical-align: top;
}

.feature-cont .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    background: #02325a;
    padding: 50px 40px;
}

.feature-cont .box .left-cl {
    width: 100%;
    padding-bottom: 20px;
}

.feature-cont .box .right-cl {
    width: 100%;
}

.feature-cont .box .right-cl p {
    padding-bottom: 16px;
}

.feature-cont .box .right-cl .aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 11px;
    margin-bottom: -5px;
}

.feature-cont .box .right-cl .aside ul {
    width: 100%;
    padding-bottom: 5px;
}

.feature-cont .box .right-cl .aside ul li {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0;
}

.feature-cont .box .right-cl .aside ul li:before {
    background: #ffffff;
    top: 11px;
}

.feature-cont .box .read-more {
    width: 100%;
    margin-top: 50px;
}

.feature-cont .box .read-more a {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.feature-cont .box .read-more a:hover,
.feature-cont .box .read-more a:focus,
.feature-cont .box .read-more a:active {
    color: #00b3ee;
    border-bottom-color: #00b3ee;
}

@media print, screen and (min-width: 48rem) {
.feature-cont {
	margin-bottom: 60px;
}

.feature-cont .box {
	padding: 50px 30px;
}

.feature-cont .box .left-cl {
	width: 50%;
	padding-right: 50px;
	padding-bottom: 50px;
}

.feature-cont .box .left-cl h2,
.feature-cont .box .left-cl .h2 {
	max-width: 400px;
}

.feature-cont .box .right-cl {
	width: 50%;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.feature-cont .box .read-more {
	width: 50%;
	padding-right: 50px;
	margin-top: -30px;
}
}

@media print, screen and (min-width: 75rem) {
.feature-cont {
	margin-bottom: 85px;
}

.feature-cont .box {
	padding: 60px 50px 60px 50px;
}

.feature-cont .box .left-cl {
	width: 55.5%;
}

.feature-cont .box .right-cl {
	width: 44.5%;
}

.feature-cont .box .right-cl .aside {
	padding-top: 0;
	margin: 0 -30px;
}

.feature-cont .box .right-cl .aside ul {
	width: 50%;
	padding: 0 30px;
}

.feature-cont .box .read-more {
	width: 55.5%;
}
}


/* Banner - CTA */
.banner-cta {
    width: 100%;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.banner-cta .slider-cont {
    width: 100%;
    float: left;
    position: relative;
}

.banner-cta .swiper-slide { 
	width: 100%;
	position: relative; 
	margin-bottom: 40px;
}

.banner-cta .swiper-slide .figure {
    width: 100%; 
    text-align: center;
    overflow: hidden;
    position: relative;
}

.banner-cta .swiper-slide .figure:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: url(../png/banner-cta-shadow.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-cta .swiper-slide .figure img {
    width: 100%;
    min-width: 1320px;
    margin: 0 -760px;
}

.banner-cta .swiper-slide .aside .sub-title {
    color: rgba(255, 255, 255, 0.8);
}

.banner-cta .swiper-slide .aside {
	width: 100%;
	float: left;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-cta .swiper-slide .aside .txt-max {
    padding: 20px 40px;
}

.banner-cta .read-more {
    text-align: center;
    padding: 0 40px;
}

.banner-cta .swiper-pagination {
    position: absolute;
    bottom: 0!important;
    right: 0;
}

@media print, screen and (min-width: 48rem) {
.banner-cta {
	padding: 0 0 60px 0;
}

.banner-cta .slider-cont {
    margin-bottom: 25px;
}

.banner-cta .swiper-slide { 
	margin-bottom: 15px;
}

.banner-cta .swiper-slide .aside .txt-max {
	max-width: 620px;
	padding: 40px 30px;
}

.banner-cta .swiper-pagination {
	text-align: right;
	padding: 0 10px;
}

.banner-cta .swiper-pagination-bullet {
	float: right;
}

.banner-cta .read-more {
	text-align: left;
	padding: 0 30px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-cta {
	padding: 0 0 85px 0;
}

.banner-cta .swiper-slide .aside .txt-max {
	padding: 40px 50px;
}

.banner-cta .read-more {
	padding: 0 50px;
}
}


/* 
 5.) Footer
----------------------------------------*/
.footer-main {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}

.footer-main .pre-footer {
    width: 100%;
    float: left;
    background: #02325a;
    padding: 50px 15px;
}

.footer-main .pre-footer .address-block {
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 60px;
}

.footer-main .pre-footer .address-block .footer-logo {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.footer-main .pre-footer .address-block .footer-logo img {
    max-height: 35px;
}

.footer-main .pre-footer .address-block .aside {
    width: 100%;
    float: left;
}

.footer-main .pre-footer .address-block .aside p a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.footer-main .pre-footer .address-block .aside p a em { float: none; display: inline-block; vertical-align: top;
    font-size: 90%;
    position: relative;
    top: 5px;
    margin-left: 3px;
}

.footer-main .pre-footer .address-block .aside p a:hover,
.footer-main .pre-footer .address-block .aside p a:active,
.footer-main .pre-footer .address-block .aside p a:focus {
    color: #ffffff;
    border-bottom: none;
}

.footer-main .pre-footer .footer-links {
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.5rem;
}

.footer-main .pre-footer .footer-links ul {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

.footer-main .pre-footer .footer-links ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

.footer-main .pre-footer .footer-links ul li:before {
    display: none;
}

.footer-main .pre-footer .footer-links ul li a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.footer-main .pre-footer .footer-links ul li a:hover,
.footer-main .pre-footer .footer-links ul li a:active,
.footer-main .pre-footer .footer-links ul li a:focus {
    color: #ffffff;
    border-bottom: none;
}

.footer-main .copyrights {
    width: 100%;
    overflow: hidden;
    background: #012b4d;
    padding: 40px 0;
}

.footer-main .copyrights .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}

.footer-main .copyrights .box .logos-out {
    width: 50%;
}

.footer-main .copyrights .box .logos-out img {
    max-height: 101px;
}

.footer-main .copyrights .box .social-links {
    width: 50%;
    text-align: right;
}

.footer-main .copyrights .box .social-links ul {
    width: 35px;
    float: right;
    padding: 0;
    margin: 0 0 -4px 0;
}

.footer-main .copyrights .box .social-links ul li {
    padding: 0;
    margin: 0 0 4px 0;
}

.footer-main .copyrights .box .social-links ul li:before {
    display: none;
}

.footer-main .copyrights .box .social-links ul li span {
    display: none;
}

.footer-main .copyrights .box .social-links ul li a {
    font-size: 2.375rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1em;
    text-decoration: none;
}

.footer-main .copyrights .box .social-links ul li a:hover,
.footer-main .copyrights .box .social-links ul li a:active,
.footer-main .copyrights .box .social-links ul li a:focus {
    color: #ffffff;
    border-bottom: none;
}

@media print, screen and (min-width: 48rem) {
.footer-main .pre-footer {
	padding: 50px 0;
}

.footer-main .pre-footer .address-block {
	width: 50%;
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing: 0.32px;
	padding-right: 25px;
	padding-bottom: 0;
}

.footer-main .pre-footer .address-block .footer-logo {
	margin-bottom: 10px;
	margin-left: -33px;
}

.footer-main .pre-footer .address-block .footer-logo img {
	max-height: 40px;
}

.footer-main .pre-footer .address-block .aside {
	padding-left: 30px;
}

.footer-main .pre-footer .footer-links {
	width: 50%;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.32px;
	text-align: right;
	padding-left: 25px;
	padding-right: 30px;
}

.footer-main .pre-footer .footer-links ul {
	margin: 0 0 -15px 0;
}

.footer-main .pre-footer .footer-links ul li {
	margin: 0 0 15px 0;
}

.footer-main .copyrights {
	width: 100%;
	overflow: hidden;
	background: #012b4d;
	padding: 40px 0;
}

.footer-main .copyrights .box .logos-out img {
	max-height: 105px;
}

.footer-main .copyrights .box .social-links {
	width: 50%;
	text-align: right;
}

.footer-main .copyrights .box .social-links ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	margin: 0 -5px;
}

.footer-main .copyrights .box .social-links ul li {
	margin: 0 5px;
}
}

@media print, screen and (min-width: 62rem) {
.footer-main .pre-footer .address-block .footer-logo {
	margin-left: -37px;
}

.footer-main .pre-footer .address-block .footer-logo img {
	max-height: 43px;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main .pre-footer .address-block .footer-logo {
	margin-left: -16px;
}

.footer-main .pre-footer .address-block .aside {
	padding-left: 50px;
}

.footer-main .pre-footer .footer-links {
	padding-right: 50px;
}

.footer-main .copyrights .box {
	padding: 0 50px;
}

.footer-main .copyrights .box .logos-out img {
	max-height: 114px;
}
}


/* 
 6.) Subpage
----------------------------------------*/

/* Panner - Inner */
.banner-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 150px 0 50px 0;
}

.banner-inner:before {
    content: "";
    width: 100%;
    height: 650px;
    float: left;
    background: #02325a url(../png/bg-6.png) no-repeat top center;
    background-size: auto 650px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-inner .banner-top-cont {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    padding: 0 15px 60px 15px;
}

.banner-inner .banner-top-cont:last-child {
    padding-bottom: 0;
}

.banner-inner .banner-top-cont h1,
.banner-inner .banner-top-cont .h1 {
    padding-bottom: 18px;
}

.banner-inner .banner-top-cont h1:last-child,
.banner-inner .banner-top-cont .h1:last-child {
    padding-bottom: 0;
}

.banner-inner .banner-top-cont .sub-title {
    padding-bottom: 25px;
}

.banner-inner .banner-top-cont .sub-title:last-child {
    padding-bottom: 0;
}

.banner-inner .banner-top-cont .aside {
    width: 100%;
    float: left;
}

.banner-inner .split-cont .aside ul li {
    margin-bottom: 8px;
}

.banner-inner .split-cont .aside ul li:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.banner-inner {
	padding: 200px 0 60px 0;
}

.banner-inner:before {
	height: 700px;
	background-size: 100% auto;
}

.banner-inner .banner-top-cont {
	padding: 0 30px 80px 30px;
}

.banner-inner .banner-top-cont .aside {
	max-width: 680px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-inner {
	padding: 310px 0 70px 0;
}

.banner-inner:before {
	height: 964px;
	background-size: 100% auto;
}

.banner-inner .banner-top-cont {
	padding: 0 50px 100px 50px;
}
}


/* Split - Content */
.split-cont2 {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

.split-cont2 .box {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.split-cont2 .box .left-cont {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.split-cont2 .box .left-cont .aside {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.split-cont2 .box .left-cont .asdie:last-child {
    margin-bottom: 0;
}

.split-cont2 .box .contact-box {
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 48rem) {
.split-cont2 {
	margin-bottom: 60px;
}

.split-cont2 .box {
	padding: 0 30px;
}

.split-cont2 .box .left-cont {
	margin-bottom: 60px;
}

.split-cont2 .box .left-cont .aside {
	margin-bottom: 50px;
}

.split-cont2 .box .contact-box {
	max-width: 300px;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont2 {
	margin-bottom: 70px;
}

.split-cont2 .box {
	padding: 0 50px;
}

.split-cont2 .box .left-cont {
	width: 71.85%;
	padding-right: 7.5%;
	margin-bottom: 0;
}

.split-cont2 .box .left-cont .aside {
	margin-bottom: 60px;
}

.split-cont2 .box .contact-box {
	width: 28.15%;
	max-width: 100%;
}
}

/* Contact - Form */
.contact-form {
    width: 100%;
    overflow: hidden;
}

.contact-form:last-child {
    margin-bottom: 0;
}

.contact-form .box {
    width: 100%;
    float: left;
    background: #f5f3ee;
}

.contact-form .box .form-field {
    width: 100%;
    float: left;
    padding: 40px 40px;
}

.contact-form .box .form-field h2,
.contact-form .box .form-field .h2 {
    padding-bottom: 20px;
}

.contact-form .box .form-field ul {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
    margin: 0 0 -20px 0;
}

.contact-form .box .form-field ul:last-child {
    padding-bottom: 0;
}

.contact-form .box .form-field ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
}

.contact-form .box .form-field ul li:before {
    display: none;
}

.contact-form .box .form-field .file-select .file-select-name {
    width: 100%;
    height: 45px;
    float: left;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.contact-form .box .form-field .file-select .file-select-name .btxt {
    width: 164px;
    height: 45px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
    line-height: 45px;
    letter-spacing: normal;
    text-transform: none;
    background: #efece6;
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 15px;
}

.contact-form .box .form-field .file-select .file-select-btn {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
}

.contact-form .box .form-field .file-select input[type="file"] {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.contact-form .box .form-field .file-select.file-select-disabled {
    opacity: 0.65;
}

.contact-form .box .form-field .file-select.active .file-select-btn {
    display: none;
}

.contact-form .box .aside {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.625rem;
    background: #efece6;
    padding: 40px 40px;
}

.contact-form .box .aside .txt-max {
    width: 100%;
    float: right;
}

@media print, screen and (min-width: 48rem) {
.contact-form {
	margin-bottom: 60px;
}

.contact-form .box .form-field {
	max-width: 630px;
	padding: 50px 30px;
}

.contact-form .box .form-field h2,
.contact-form .box .form-field .h2 {
	padding-bottom: 27px;
}

.contact-form .box .form-field ul {
	padding: 0 0 54px 0;
	margin: 0 0 -27px 0;
}

.contact-form .box .form-field ul li {
	margin: 0 0 27px 0;
}

.contact-form .box .form-field .file-select .file-select-name .btxt {
	font-size: 18px;
}

.contact-form .box .aside {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 120px 30px 50px 30px;
}

.contact-form .box .aside .txt-max {
	max-width: 520px;
}
}

@media print, screen and (min-width: 75rem) {
.contact-form {
	margin-bottom: 70px;
}

.contact-form .box .form-field {
	padding: 60px 50px;
}

.contact-form .aside {
	padding: 170px 50px 60px 50px;
}
}


/* CTA - Content */
.cta-cont {
    width: 100%;
    overflow: hidden;
}

.cta-cont:last-child {
    margin-bottom: 0;
}

.cta-cont .box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background: #484848;
    padding: 40px 40px;
}

.cta-cont .logo {
    width: 100%;
    margin-bottom: 30px;
}

.cta-cont .logo img {
    max-height: 100px;
}

.cta-cont .aside {
    width: 100%;
}

.cta-cont .aside h2,
.cta-cont .aside .h2 {
    padding-bottom: 12px;
}

.cta-cont .aside h2:last-child,
.cta-cont .aside .h2:last-child {
    padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.cta-cont {
	margin-bottom: 60px;
}

.cta-cont .box {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 45px 30px;
}

.cta-cont .logo {
	width: 50%;
	padding-right: 50px;
	margin-bottom: 0;
}

.cta-cont .logo img {
	max-height: 130px;
}

.cta-cont .aside {
	width: 50%;
}
}

@media print, screen and (min-width: 75rem) {
.cta-cont {
	margin-bottom: 70px;
}

.cta-cont .box {
	padding: 45px 50px;
}

.cta-cont .logo {
	width: 54.25%;
}

.cta-cont .aside {
	width: 45.75%;
}
}


/* CTA - Content */
.cta-cont2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.cta-cont2:last-child {
    margin-bottom: 0;
}

.cta-cont2 .box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background: #484848;
    padding: 40px 40px;
}

.cta-cont2 .logo {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.cta-cont2 .logo img {
    max-height: 100px;
}

.cta-cont2 .aside {
    width: 100%;
}

.cta-cont2 .aside h2,
.cta-cont2 .aside .h2 {
    padding-bottom: 12px;
}

.cta-cont2 .aside h2:last-child,
.cta-cont2 .aside .h2:last-child {
    padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.cta-cont2 {
	margin-bottom: 60px;
}

.cta-cont2 .box {
	padding: 45px 30px;
}

.cta-cont2 .logo {
	width: 23.7%;
	margin-bottom: 0;
}

.cta-cont2 .logo img {
	max-height: 1140px;
}

.cta-cont2 .aside {
	width: 76.3%;
	padding-left: 7.5%;
}
}

@media print, screen and (min-width: 75rem) {
.cta-cont2 {
	margin-bottom: 70px;
}

.cta-cont2 .box {
	padding: 45px 50px;
}

.cta-cont2 .aside {
	padding-right: 7.5%;
}
}

/* Partners - Logo */
.partners-logo {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

.partners-logo:last-child {
    margin-bottom: 0;
}

.partners-logo .box {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.partners-logo h2,
.partners-logo .h2 {
    padding-bottom: 20px;
}

.partners-logo .logo-box {
    width: 100%;
    height: 129px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    background: #f5f3ee;
    padding: 15px 15px;
}

.partners-logo .logo-box img {
    max-height: 91px;
}

.partners-logo .grid-margin-x {
    margin-right: -0.03125rem;
    margin-left: -0.03125rem;
}

.partners-logo .grid-margin-x > .cell {
    width: calc(100% - 0.0625rem);
    margin-left: 0.03125rem;
    margin-right: 0.03125rem;
}

.partners-logo .grid-margin-y {
    margin-top: -0.03125rem;
    margin-bottom: -0.03125rem;
}

.partners-logo .grid-margin-y > .cell {
    margin-top: 0.03125rem;
    margin-bottom: 0.03125rem;
}

@media print, screen and (min-width: 48rem) {
.partners-logo {
	margin-bottom: 60px;
}

.partners-logo .box {
	padding: 0 30px;
}

.partners-logo .grid-margin-x > .cell {
	width: calc(33.33% - 0.0625rem);
	margin-left: 0.03125rem;
	margin-right: 0.03125rem;
}
}

@media print, screen and (min-width: 75rem) {
.partners-logo {
	margin-bottom: 70px;
}

.partners-logo .box {
	padding: 0 50px;
}

.partners-logo .grid-margin-x > .cell {
	width: calc(25% - 0.0625rem);
	margin-left: 0.03125rem;
	margin-right: 0.03125rem;
}
}

/* Team - List */
.team-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

.team-list:last-child {
    margin-bottom: 0;
}

.team-list .box {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.team-list h2,
.team-list .h2 {
    padding-bottom: 20px;
}

.team-list .grid-margin-x {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
}

.team-list .grid-margin-x > .cell {
    width: calc(100% - 0.375rem);
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
}

.team-list .grid-margin-y {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
}

.team-list .grid-margin-y > .cell {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
}

@media print, screen and (min-width: 48rem) {
.team-list {
	margin-bottom: 60px;
}

.team-list .box {
	padding: 0 30px;
}

.team-list .grid-margin-x > .cell {
	width: calc(50% - 0.375rem);
	margin-left: 0.1875rem;
	margin-right: 0.1875rem;
}
}

@media print, screen and (min-width: 75rem) {
.team-list {
	margin-bottom: 70px;
}

.team-list .box {
	padding: 0 50px;
}

.team-list .contact-box .figure {
	width: 176px;
	max-width: 100%;
	position: relative;
	z-index: 1;
	margin-right: -176px;
}

.team-list .contact-box .aside {
	width: 100%;
	padding: 10px 0 0 201px;
}
}

/* Banner - Single */
.banner-single {
    width: 100%;
    overflow: hidden;
}

.banner-single:last-child {
    margin-bottom: 0;
}

.banner-single .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner-single .figure img {
    width: 100%;
    min-width: 890px;
    margin: 0 -445px;
}

@media print, screen and (min-width: 48rem) {
.banner-single {
	margin-bottom: 60px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-single {
	margin-bottom: 70px;
}
}

/* Map */
.map-out {
    width: 100%;
    overflow: hidden;
}

.map-out .map {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.map-out .map img {
    width: 100%;
}

@media print, screen and (min-width: 48rem) {
.map-out {
	margin-bottom: 60px;
}
}

@media print, screen and (min-width: 75rem) {
.map-out {
	margin-bottom: 70px;
}
}

/* 
 7.) Project
----------------------------------------*/

/* Panner - Project */
.banner-project {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 150px 0 50px 0;
}

.banner-project:before {
    content: "";
    width: 100%;
    height: 650px;
    float: left;
    background: #02325a url(../png/bg-6.png) no-repeat top center;
    background-size: auto 650px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-project .top-links {
    width: 100%;
    overflow: hidden;
    padding: 0 15px 30px 15px;
}

.banner-project .top-links h1,
.banner-project .top-links .h1 {
    padding-bottom: 18px;
}

.banner-project .top-links h1:last-child,
.banner-project .top-links .h1:last-child {
    padding-bottom: 0;
}

.banner-project .top-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -18px -10px -18px;
}

.banner-project .top-links ul li {
    padding: 0;
    margin: 0 18px 10px 18px;
}

.banner-project .top-links ul li:before {
    display: none;
}

.banner-project .top-links ul li a {
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.375rem;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
}

.banner-project .top-links ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.banner-project .top-links ul li a:hover,
.banner-project .top-links ul li a:focus,
.banner-project .top-links ul li.active a {
    color: #ffffff;
}

.banner-project .top-links ul li a:hover:after,
.banner-project .top-links ul li a:focus:after,
.banner-project .top-links ul li.active a:after {
    width: 100%;
    left: 0;
}

.banner-project .top-links .txt-max {
    width: 100%;
    float: left;
}

.banner-project .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner-project .figure:last-child {
    margin-bottom: 0;
}

.banner-project .figure img {
    width: 100%;
    min-width: 890px;
    margin: 0 -445px;
}

.banner-project .aside {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.banner-project .aside .date {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.25rem;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.banner-project .bottom-link {
    width: 100%;
    overflow: hidden;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    text-align: right;
    margin: -24px 0 0 0;
}

@media print, screen and (min-width: 48rem) {
.banner-project {
	padding: 200px 0 60px 0;
}

.banner-project:before {
	height: 700px;
	background-size: 100% auto;
}

.banner-project .top-links {
	padding: 0 30px 40px 30px;
}

.banner-project .top-links ul li a {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.34px;
}

.banner-project .top-links .txt-max {
	max-width: 760px;
}

.banner-project .aside {
	max-width: 820px;
	padding: 0 30px;
}

.banner-project .aside .date {
	font-size: 1.0625rem;
	line-height: 1.5625rem;
	letter-spacing: 0.32px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-project {
	padding: 310px 0 70px 0;
}

.banner-project:before {
	height: 964px;
	background-size: 100% auto;
}

.banner-project .top-links {
	padding: 0 50px 40px 50px;
}

.banner-project .aside {
	padding: 0 50px;
}
}


/* Table - Info */
.table-info {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding: 15px 20px;
    margin-top: 5px;
}

.table-info ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.table-info ul li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 0;
    margin: 0;
}

.table-info ul li:last-child {
    border-bottom: none;
}

.table-info ul li:before {
    display: none;
}

.table-info ul li .left-l {
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
}

.table-info ul li .right-r {
    width: 100%;
}

@media print, screen and (min-width: 48rem) {
.table-info {
	padding: 15px 35px;
}

.table-info ul li {
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.32px;
	padding: 17px 0;
	margin: 0;
}

.table-info ul li .left-l {
	width: 50%;
	padding-right: 20px;
}

.table-info ul li .right-r {
	width: 50%;
}
}

@media print, screen and (min-width: 75rem) {
.table-info ul li .left-l {
	width: 34.8%;
}

.table-info ul li .right-r {
	width: 65.2%;
}
}

/* Gallery Images */
.gallery-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-img .col-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-img .col-out .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.gallery-img .col-out .figure:last-child {
    margin-bottom: 0;
}

.gallery-img .col-out .figure img {
    width: 100%;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform: translateZ(0);
}

.gallery-img .col-out .figure:hover img, 
.gallery-img .col-out .figure:focus img, 
.gallery-img .col-out .figure:active img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.gallery-img .left-cl,
.gallery-img .right-cl {
    margin: 0 0 30px 0;
}

.gallery-img .left-cl:last-child,
.gallery-img .right-cl:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.gallery-img {
	margin-bottom: 40px;
}

.gallery-img .col-out {
	margin: 0 -2.265625%;
}

.gallery-img .col-out .figure {
	margin-bottom: 8%;
}

.gallery-img .left-cl {
	width: 49.22%;
	padding: 0 2.265625%;
	margin: 0;
}

.gallery-img .right-cl {
	width: 50.78%;
	padding: 0 2.265625%;
	margin: 0;
}
}


/* Row Content */
.row-cont {
    width: 100%;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.row-cont:last-child {
    padding-bottom: 0;
}

.row-cont h3,
.row-cont .h3 {
    padding-bottom: 0;
}

.row-cont .aside {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.row-cont .aside .txt-max {
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 48rem) {
.row-cont {
	padding: 0 0 60px 0;
}

.row-cont .aside {
	padding: 0 30px;
}

.row-cont .aside .txt-max {
	max-width: 760px;
}
}

@media print, screen and (min-width: 75rem) {
.row-cont {
	padding: 0 0 70px 0;
}

.row-cont .aside {
	padding: 0 50px;
}
}


/* Project List */
.project-list-gray {
    width: 100%;
    background: #f5f3ee;
    overflow: hidden;
    padding: 50px 0;
}

.project-list-gray .project-list h3,
.project-list-gray .project-list .h3 {
    padding-bottom: 25px;
}

.project-list-gray .project-list .box h3,
.project-list-gray .project-list .box .h3 {
    padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.project-list-gray {
	padding: 60px 0;
}

.project-list-gray h3,
.project-list-gray .h3 {
	padding-bottom: 30px;
}

.project-list-gray .project-list {
	padding: 0 30px;
}
}

@media print, screen and (min-width: 75rem) {
.project-list-gray {
	padding: 85px 0;
}

.project-list-gray .project-list {
	padding: 0 50px;
}
}


/* 
 8.) Project overview
----------------------------------------*/

/* Project - List */
.project-list-out {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

@media print, screen and (min-width: 48rem) {
.project-list-out {
	padding-bottom: 60px;
}

.project-list-out .project-list {
	padding: 0 30px;
}
}

@media print, screen and (min-width: 75rem) {
.project-list-out {
	padding-bottom: 70px;
}

.project-list-out .project-list {
	padding: 0 50px;
}
}

/* 
 9.) News Archive
----------------------------------------*/

/* News - Articles */
.news-articles {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 150px 0 50px 0;
}

.news-articles:before {
    content: "";
    width: 100%;
    height: 570px;
    float: left;
    background: #02325a url(../png/bg-6.png) no-repeat top center;
    background-size: auto 570px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media print, screen and (min-width: 48rem) {
.news-articles {
	padding: 200px 0 60px 0;
}

.news-articles:before {
	height: 600px;
	background-size: 100% auto;
}

.news-articles .news-list {
	padding: 0 30px;
}
}

@media print, screen and (min-width: 75rem) {
.news-articles {
	padding: 310px 0 70px 0;
}

.news-articles:before {
	height: 802px;
	background-size: 100% auto;
}

.news-articles .news-list {
	padding: 0 50px;
}
}

/* Colors */
.white {
    color: #ffffff !important;
}

.black {
    color: #e56565 !important;
}

.blue {
    color: #02325a !important;
}

.dark-blue {
    color: #012b4d !important;
}

@media print, screen and (max-width: 47.9375rem) {
.margin-btm {
	margin-bottom: 50px !important;
}
}