/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 60px;
  color: #5a5a5a;
}
mark {
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background: #417ee1;
  margin: 0 4px;
}

.job-table {
  margin-bottom: 20px;
}

.job-table td {
  border: 1px solid black !important;
}

.job-table p {
  color: #333 !important;
  /* text-indent: 20px; */
  margin: 0;
  padding: 10px;
}

.job-img {
  display: block;
  width: 100%;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
.navbar-collapse > .navbar-nav > li > a {
  padding: 25px 15px;
}
.navbar-brand {
  width: 380px;
  height: 70px;
  background-image: url('/img/logo_348x40.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar-brand img {
  display: inline-block;
}
.navbar-brand span {
  color: #144a9d;
  line-height: 70px;
  font-weight: bold;
}
.navbar-toggle {
  margin-top: 24px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #0046a6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #417ee1;
}
/* .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  
} */
.navbar-default {
  border-radius: 0;
  border-color: transparent;
  border-bottom: 0;
  box-shadow: 0 2px 2px rgba(140, 152, 164, 0.125);
  /* border-bottom:4px solid #0b459b; */
}
.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  font-size: 15px;
  color: #363636;
}
.dropdown-menu {
  transition: all 0.1s ease-in-out;
}
.dropdown-menu > li > a {
  padding: 8px 20px;
}
.open > .dropdown-menu {
  animation: 0.1s linear fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .contact-bg {
  background-image:url('../img/contact-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
} */
.headImg {
  width: 100%;
  height: 340px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.headImg img {
  margin: 0 auto;
}
.prodImg {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodImg img {
  display: block;
}
.contactImg {
  background-image: url('../img/contact-bg.jpg');
}
.AboutImg {
  background-image: url('../img/about-bg.jpg');
}
.NewsImg {
  background-image: url('../img/news-bg.jpg');
}
.ServiceImg {
  background-image: url('../img/service-bg.jpg');
}
footer {
  background: #142742;
}
.footer {
  padding-bottom: 40px;
}
.footer strong {
  color: #5d87bf;
}
.logo_footer {
  width: 100%;
  max-width: 200px;
}
.u-space-2 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.featurette-divider {
  border: none;
  margin: 0 0 80px; /* Space out the Bootstrap <hr> more */
}
.contactList {
  padding-left: 0;
}
.contactList li {
  list-style: none;
}
.prodDetail {
  margin-top: 20px;
}
.prodDetail img {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.prodDetail h3,
.prodDetail h4,
.prodDetail h5 {
  color: #377dff;
}
.prodDetail h3 .fa {
  margin-right: 8px;
}
.prodDetail h2 > small {
  color: #81adff;
}
.prodDetail li {
  list-style: none;
}
.prodDetail .glyphicon {
  margin-right: 4px;
}
.prodDetail p {
  color: #424242;
  font-size: 14px;
  line-height: 2.2;
}
.prodDetail h4 {
  margin-top: 16px;
}
.serDetail img {
  margin-top: 0;
}
.serDetail h4 {
  text-align: center;
  color: #fff;
}
.serDetail .serviceBox {
  background-color: #417ee1;
  border: 1px solid #d0e2ff;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.jumbotron {
  background-color: #ebf2ff;
  color: #377dff;
}
.bg-softblue {
  background-color: #f8fafd;
}

.prodDetail blockquote {
  border-color: #417ee1;
}
.addresstitle {
  margin: 28px 0;
}
.prodImg img {
  margin: 0 auto;
}
.newsDetail p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #000;
}
.newsDetail img {
  display: block;
  width: 100%;
  margin: 48px auto;
}
.newsDetail blockquote {
  margin: 32px auto;
  border-color: #417ee1;
}
.news .mb-9 {
  margin-bottom: 48px;
}
.news img {
  display: block;
  width: 100%;
}
.newsDetail h3 {
  color: #417ee1;
}
.newsDetail h4 {
  color: #417ee1;
}
.news .h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.news .mb-7 {
  margin-bottom: 36px;
}
.news .mb-3 {
  margin-bottom: 1rem;
}
.jobsDetail {
  margin: 0 auto;
  margin-top: 20px;
}
.jobsDetail h3,
.jobsDetail h4 {
  color: #377dff;
}
.jobsDetail ul li {
  list-style: none;
}
.jobsDetail ul {
  padding-left: 0;
}
.jobsBox {
  margin-bottom: 40px;
  color: #333;
}
.jobsBox h3 {
  margin: 1em auto 0.5em;
}
.jobsBox h5 {
  line-height: 1.5;
}
.jobsBox .company p {
  line-height: 24px;
  color: #333;
}
.jobImg {
  background-image: url('../img/jobs-bg.jpg');
}
.job {
  border: 1px solid #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 20px #ebf3ff;
  transition: all ease-in-out 0.2s;
}
.job:hover {
  box-shadow: 0 4px 20px #d5e6ff;
}
.functional h3,
.functional .job h4 {
  color: #c30d23;
}
.development h3,
.development .job h4 {
  color: #377dff;
}
.market h3,
.market .job h4 {
  color: #0f4c81;
}
.maintain h3,
.maintain .job h4 {
  color: #80b317;
}
.employee {
  font-weight: bold;
  font-size: 16px;
  color: #377dff;
}

.link-box p {
  text-align: center;
}
.newsItem {
  display: block;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 20px #ebf3ff;
  transition: all ease-in-out 0.2s;
}
.newsItemImg {
  max-height: 250px;
  overflow: hidden;
}
.newsItem:hover {
  box-shadow: 0 4px 20px #d5e6ff;
}
.newsItem h2 {
  color: #417ee1;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1600px) {
  .banWrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -800px;
  }
}

@media (max-width: 1280px) {
  .navbar-brand {
    background-image: url('/img/logo.png');
    width: 200px;
    overflow: hidden;
  }
  .navbar-brand span {
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .navbar-brand {
    background-image: url('/img/logo_100x40.png');
    width: 115px;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  .navbar > .container .navbar-brand {
    margin-left: 15px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    background-image: url('/img/logo_348x40.png');
    width: 380px;
  }
  .navbar-collapse > .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headImg {
    height: 200px;
    background-size: auto 100%;
  }
  .banWrap img {
    margin-left: -600px;
  }
  .prodImg {
    height: 200px;
  }
  .prodImg img {
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
  }
  .link-box {
    background-color: #fff;
    margin: 10%;
    border: 1px solid #eee;
  }
  .prodDetail p {
    line-height: 1.7;
  }
}

@media (max-width: 482px) {
  .navbar-brand {
    background-image: url('/img/logo.png');
    width: 210px;
  }
  .characterBox {
    padding: 4% 6%;
    margin: 0 8% 4% 8%;
    border: 1px solid #eaf2ff;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(195, 215, 236, 0.125);
  }
  .big-icon {
    display: none;
  }
}
