﻿
/* CSS Document */

body {
    /*color: #3D5270;*/
	color: #0e2046;
    position:relative;
	/* background:#E6E4E4; */
}
p, .list-job, #job-detail {
    font-size: 1.1rem;
    font-weight: 300;
	line-height:1.6;
}
a:focus,
a:hover {
    outline: none;
}

.list-job a:visited {
	color: #014c8c;
}

.navbar-nav .nav-link.nav-logo {
	width: 50px;
	display: none;
	margin-right:2em;
}
/* .navbar-fixed-top */
.navbar-fixed-top .navbar-nav .nav-link.nav-logo {
	display: inline-block;
}
@media (max-width: 67.9em) {
	.navbar-fixed-top .navbar-brand-logo,
	.navbar-brand-logo {
		display: none
	}
}

/* Sections
========================================================================== */
.panel-enllax {
    position:relative;
	min-height: 20em;
	overflow: hidden;
    box-sizing: border-box;
	width: 100%;
	background: #0C1115;
	-webkit-transition: font-size .3s linear; /* Safari */
    transition: font-size .3s linear;
}

.enllax-text {
	padding-top:10em;
	padding-bottom:10em;
	width: 100%;
}
	@media (min-width: 1200px) {
		.enllax-text {
			padding-top:12em;
			padding-bottom:12em;
		}
	}
    @media (max-width: 575.98px) { 
		.enllax-text {
			padding-top:8em;
			padding-bottom:8em;
		}
	}
.enllax-text.p-sm {
	padding-top:8em;
	padding-bottom:8em;
}

.enllax-headline,
.enllax-subline {
	text-align:center;
	color:#ffffff;
	font-weight: 300;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.enllax-headline {
	font-size: 4.5em;
	margin-bottom:0.75em;
}
.enllax-subline {
	font-size: 1.8em;
}
.enllax-subline.enllax-subline-search {
	font-size: 2.5em;
}


@media (max-width:74.9em) {
	.panel-enllax {	font-size: 0.9rem; }
	.enllax-text .ui.three.cards { margin:0 0.5em; }
}
@media (max-width:61.9em) {
	.panel-enllax {	font-size: 0.7rem; }
	.enllax-subline { font-size: 1.1rem; }
}
@media (max-width:47.9em) {
	.panel-enllax {	font-size: 0.5rem; }
	.enllax-has-search .enllax-text {
		padding-top:4em;
		padding-bottom:4em;
	}
	.enllax-text .ui.three.cards > .card {	width: 100%; }
	.enllax-text .ui.cards > .card > .content, .ui.card > .content { padding: 2em;}
}


/* Panel
========================================================================== */
.panel {
    position: relative;
    display:block;
    overflow: hidden;
    width: 100%;
	padding: 7em 0;
}
.panel:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.panel,
.panel-dim {
	background: url(../png/list-panel86cn.png) top center no-repeat;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.panel { background-color: #FFF; }
.panel-dim { background-color:#f2f3f5; }
.panel-dark {
	background-color:rgba(0,0,0,.8) ;
	color:#ccc;
}

.section-title {
    font-weight: 300;
}
.section-title.section-title-center {
    text-align: center;
}
h1.section-title {
    font-size: 2.5em;
}
@media (max-width: 47.9em) {
	.panel { 
        font-size: 0.7rem;
        padding: 4em 0;
    }
	.section-title {
		font-size: 2.5em;
		text-align: center;
	}
}

/*	Engineer Software
================================================================ */
.flexible-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
}

.flexible-grid > * {
	max-width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	  -ms-flex-direction: column;
		  flex-direction: column;
	margin-bottom: 2em;
	overflow:hidden;
}
.flexible-grid > .five-grid {
	margin-right: .5em;
	width: calc(20% - .5em);
}
.flexible-grid > .six-grid {
	margin-right: .5em;
	width: calc(16.6666% - .5em);
}

.flexible-grid:after,
.flexible-grid > .five-grid:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.item-progress {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 70px;
	text-align: center;
}

.title-progress {
	display: table-cell;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1;
}

.graph-0 .title-progress, .graph-0 .icon-control_timeline i:before { color:#84c8f4; }
.graph-1 .title-progress, .graph-1 .icon-control_timeline i:before { color:#4e5368; }
.graph-2 .title-progress, .graph-2 .icon-control_timeline i:before { color:#CF4858; }
.graph-3 .title-progress, .graph-3 .icon-control_timeline i:before { color:#16A79D; }
.graph-4 .title-progress, .graph-4 .icon-control_timeline i:before { color:#80628B; }
.graph-5 .title-progress, .graph-5 .icon-control_timeline i:before { color:#F4AC42; }

.bar.horizontal {
	position:relative;
	height: .4em;
	margin: .75em;
	margin-left: 0;
}
.graph-0 .bar.horizontal { background-color: #84c8f4; }
.graph-1 .bar.horizontal { background-color: #4e5368; }
.graph-2 .bar.horizontal { background-color: #CF4858; }
.graph-3 .bar.horizontal { background-color: #16A79D; }
.graph-4 .bar.horizontal { background-color: #80628B; }
.graph-5 .bar.horizontal { background-color: #F4AC42; }


.bar.horizontal .icon-control_timeline {
    position: absolute;
    right: -0.35em;
    top: -130%;
}
.icon-control_timeline .fa {
	font-size: 1.5em;
}
.bar.vertical {
	display: none;
}
.engineer-software {
	margin-top:1em;
	text-align: center;
}
.engineer-software img {
	display: inline-block;
	width: 48%;
	height: auto;
	margin-bottom: 1em;
}

@media (max-width: 61.9em) {	
	.flexible-grid > .six-grid {
		width: calc(33.3333% - .5em);
	}
}
@media (max-width: 47.9em) {
	.flexible-grid > .five-grid {
		width: calc(33.3333% - .5em);
	}
}
@media (max-width: 33.9em) {
	.flexible-grid > .five-grid,
	.flexible-grid > .six-grid {
		display:table;
		table-layout:fixed;
		width: 100%;
		overflow: visible;
		padding: 1.5em;
		margin: 0;
		border-bottom: 1px dotted #ccc;
	}
	.bar.horizontal {
		display: none;
	}
	.bar.vertical {
		position:relative;
		display: table-cell;
		width: 20px;
		border-left:5px solid;
	}
	.graph-0 .bar.vertical { border-left-color: #84c8f4; }
	.graph-1 .bar.vertical { border-left-color: #4e5368; }
	.graph-2 .bar.vertical { border-left-color: #CF4858; }
	.graph-3 .bar.vertical { border-left-color: #16A79D; }
	.graph-4 .bar.vertical { border-left-color: #80628B; }
	.graph-5 .bar.vertical { border-left-color: #F4AC42; }

	.bar.vertical .icon-control_timeline {
		position:absolute;
		left: -11px;
		bottom: -10px;
	}
	.engineer-software,
	.item-progress {
		text-align:left;
		height: inherit;
	}
	.title-progress {
		display: inherit;
		vertical-align:top;
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.engineer-software img {
		width: 32%;
	}
}


/* Slick Slider
================================================================ */
.job-slider {
	margin-left: -1.1rem;
	margin-right:-1.1rem;
}
.job-slider .slick-slide > .item-top {
	min-height: 300px;
	overflow: hidden
}

.job-slider .slick-slide  {
	max-height: 500px	
}
.job-slider a:hover .btn-primary-outline {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}



/* Card-location */
.ui.cards.card-location > .card{
	box-shadow: none;
	border: 1px solid #D4D4D5;
}
.ui.cards.card-location > .card:hover{
	box-shadow: 0px 0px 0px 1px #D4D4D5;
}
.ui.cards.card-location {
	padding:0;
	margin: 0;
}
.ui.cards.card-location .card + .card {
  margin-left: 0;
  border-left: 0;
}
.ui.cards.card-location .card {
  border-radius: 0;
} 

.ui.cards.card-location > .card {
  width: 33.333%;
  margin:0;
}
/*.card-location .card-text::before {
    content:"...";
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.card-location .card-text::after {
    background: white none repeat scroll 0 0;
    content: "";
    height: 1em;
    margin-top: 0.2em;
    position: absolute;
    right: 0;
    width: 1em;
}
.card-location .card-text {
    margin-right: -.5em;
    max-height: 11.6em;
    overflow: hidden;
    padding-right: .5em;
    position: relative;
}
.card-location .card-title {
	font-weight:600;
	font-size: 1.1em;
	color:black;
	display:block;
	margin-bottom:0;
}
.card-location .card-block {
	padding-bottom:1.75rem;
}
@media (min-width: 75em) {
	.ui.cards.card-location > .card {
	  width:25%;
	}
	/* .ui.cards.card-location > .card:first-child {
		border-top-left-radius: .3em;
		border-bottom-left-radius: .3em;
	}
	.ui.cards.card-location > .card:last-child {
		border-top-right-radius: .3em;
		border-bottom-right-radius: .3em;
	} */
	.card-location .card-text {
		max-height: 11.9em;
	}
}

@media (max-width: 47.9em) {

	.ui.cards.card-location > .card {
	  width: 50% ;
	  box-shadow: none;
   	  border:1px solid #D4D4D5;
	}
	.ui.cards.card-location .card + .card {
	  border-left:1px solid #D4D4D5;
	}
	.card-location .card-text::before {
    	content:"";
	}
	.ui.cards.card-location,
	.ui.cards.card-location .map-marker {
	  text-align: center;
	  margin: 0 auto;
	}
	.card-location .card-title {
		font-size: 1em;
	}
}


.card-location > .card:hover {
  cursor: pointer;
  z-index: 5;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
  /*-webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);*/
}


ul.thewall-content li {
	display:none;
}

.location-title {
    font-weight: 200;
    font-size: 3rem;
    margin-bottom: .5em;
}
.location-title:before {
    font-family:'FontAwesome';
	font-size:2em;
	vertical-align:middle;
	content:"\f041";
	padding-right: 1rem;
	color:rgba(246,188,8,1.00);
}

/* Prev/Next button */
.btnNext,
.btnPrev {
    position: absolute;
    top: 50%;
	    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    width: 40px;
    height: 83px;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    vertical-align: middle;
    border-radius: 4px;
    background: rgba(68, 91, 124, 0.3);
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-family:'FontAwesome';
	font-style:normal;
    z-index:1;
    }
.btnNext:hover,
.btnPrev:hover {
    background: #2185d0;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    outline: 0;
    }

.btnPrev {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    left: 0;
}
.btnPrev:before {
    content:"\f053";
    }

.btnNext {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    right: 0;
}
.btnNext:before {
    content:"\f054";
    }

/* Close button */
.btnClose {
    position: absolute;
    width:40px;
    height:40px;
    top: 20px;
    right: 20px;
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.btnClose::before {
    content: url(../gif/btn-close12rd.gif);
}

.btnClose:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
}

/* Light Theme */
.btnClose.light::before,
.btnClose.light::after {
    background: rgba(255,255,255,0.5);
}
.btnClose.light:hover::before,
.btnClose.light:hover::after {
	background: rgba(255,255,255,0.8);
}



/* Map Marker
========================================================================== */

.map-marker {
	display:table;
	margin-bottom:1rem;
}
.map-marker > * {
	vertical-align:middle;
}

.map-marker > .fa {
	color:rgba(246,188,8,1.00);
	font-size: 2.5em;
	margin-right:.5rem;
}


/* Button & Links
========================================================================== */

[class^="link-"],
[class*=" link-"] {
    cursor: pointer;
}
[class^="link-"]:hover,
[class*=" link-"]:hover {
     text-decoration:none;
     border-bottom: 1px dotted;
}
[class^="link-"]:focus,
[class*=" link-"]:focus {
    outline: none;
}

[class^="link-"]:before,
[class*=" link-"]:before,
[class^="link-"]:after,
[class*=" link-"]:after {
	display: inline;
	width: auto;
	height: auto;
	margin-top: 0;
    font-family:'FontAwesome';
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	speak: none;
    font-size: 90%;

}

[class^="link-"]:after,
[class*=" link-"]:after { padding-left:6px; }

[class^="link-"]:before,
[class*=" link-"]:before { padding-right:6px; }

.link-more,
.link-collapse-more,
.link-collapse-less {
    white-space:nowrap;
}


.link-more:after {
    content:"\f054"
}
.link-collapse-more:after {
    content:"\f078"
}
.link-collapse-less:after {
    content:"\f077"
}

.btn-dim {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-dim:focus,
.btn-dim.focus,
.btn-dim:active,
.btn-dim.active,
.open > .btn-dim.dropdown-toggle {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-dim:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

@media (max-width: 33.9em) {
.btn-block-xs {
  display: block;
  width: 100%;
  white-space:normal;
    }
}


/***********************************
	   Flexbox Row
/***********************************/
@media (min-width: 48em) {
.row-flex,
.row-flex > * {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-flex > *,
.row-flex > [class^='col-xs-'],
.row-flex > [class^='col-sm-'],
.row-flex > [class^='col-md-'],
.row-flex > [class^='col-lg-'] {
	max-width: 100%;
	position: relative;
	float: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}
.row-flex .item-top {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.row-flex .item-top:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.row-flex .item-bottom {
	  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.row-flex .image {
	position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
}

/*----------------------------
    No-flexbox fallback
 -----------------------------*/
.no-flexbox .row-flex {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.no-flexbox .row-flex > *,
.no-flexbox .row-flex > [class^='col-xs-'],
.no-flexbox .row-flex > [class^='col-sm-'],
.no-flexbox .row-flex > [class^='col-md-'],
.no-flexbox .row-flex > [class^='col-lg-']{
	display: table-cell;
	vertical-align: top;
}


/*----------------------------
    Jumbotron Card
 -----------------------------*/

.card.card-jumbotron {
  background-color: #eceeef;
  box-shadow: none;
  padding-top: 1.5em;
  margin-top: 5em;
}
.card.card-jumbotron > .card-block {
	padding: 4rem 2rem;
}
.card.card-jumbotron .label {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -80px;
	text-align: center;
	z-index: 1;
	background-color: transparent;
	width: 160px;
	height:auto;
}
@media (max-width: 575.98px) { 
    .card.card-jumbotron {
        margin-top: 7em;
    }
    .card.card-jumbotron > .card-block {
        padding: 1rem;
    }
    .card.card-jumbotron .label {
        top: -100px;
    }
}


/***********************************
	        Helper Classes
/***********************************/

@media (max-width: 47.9em) {
	img.img-svg.img-sm-small {
		max-width: 80%;
	}
}


/* $Divider
========================================================================== */




/*=====================================
			Typography
======================================*/

/* Size */
.text-xs { font-size: .71rem!important; }
.text-sm { font-size: .85rem!important; }
.text-lg { font-size: 1.125rem!important; }
.text-xl { font-size: 1.3rem!important; }

/* color */
.text-light { color:#8a9299; }


/* weight */
.text-normal { font-weight: normal !important; }
p,
.text-thin {
    font-weight: 300;
}
.text-medium {
    font-weight: 400;
}
.text-semibold {
    font-weight: 500;
}
.text-bold {
    font-weight: 600;
}

/* Disable viewport animation for tablets
========================================================================== */
@media (max-width:47.9em) {
	.invisible {
		visibility: visible;
	}
	.fadeInDown,
	.fadeInLeft {
		-webkit-animation-name: none !important;
		animation-name: none !important;
	}
}
