/*!
 * Sigma IT Solutions Stylesheet
 * Copyright 2014 Sigma IT Solutions.
 */
/* Font */
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-Regular.otf");
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("fonts/SourceSansPro-Bold.otf");
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("fonts/SourceSansPro-Semibold.otf");
}
@font-face {
  font-family: "SourceSansProLight";
  src: url("fonts/SourceSansPro-Light.otf");
}
/* Global */
body {
  background-color: #bdbdbd;
  color: #1f1f20;
  font: 16px/20px "SourceSansPro";
}
body #whitepage {
  background-color: #ffffff;
  margin: 0 auto;
}
/* Header */
header {
  border-bottom: 1px solid #c4c2c7;
}
header #logo {
  padding: 30px 0px;
  display: block;
}
header .nav-main li {
  min-width: 100px;
  width: 100px;
  text-align: right;
}
header .nav-main li.active a,
header .nav-main li.active a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #df566b;
  font-weight: bold;
}
header .nav-main li a {
  color: #1f1f20;
  margin-top: 23px;
  padding: 30px 0px 30px 0px;
  margin-right: 0px;
  margin-left: 0px;
}
header .nav-main li a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #df566b;
  font-weight: bold;
  margin-right: 0px;
  margin-left: 0px;
}
/* Content */
/* Slider */
#sigma-sliders {
  margin-bottom: 36px;
}
#sigma-sliders .sigma-control {
  background-image: url("images/slider_control.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  width: 43px;
  height: 100%;
}
#sigma-sliders .sigma-control.right {
  background-position: -43px 50%;
}
#sigma-sliders .carousel-indicators .active {
  background-color: #df566b;
  border-color: #df566b;
}
#sigma-sliders .carousel-control {
  opacity: 0.0;
}
#sigma-sliders .carousel-control.left,
#sigma-sliders .carousel-control.right {
  background-image: none;
}
#sigma-sliders .carousel-control:hover,
#sigma-sliders .carousel-control:focus {
  opacity: 0.9;
}
#sigma-sliders .carousel-inner > .item > img,
#sigma-sliders .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}
#sigma-sliders .carousel-caption {
  text-align: left;
  top: 100px;
  left: 11%;
}
#sigma-sliders .carousel-caption h3 {
  font-size: 56px;
  line-height: 56px;
  font-family: "SourceSansProSemiBold";
}
#sigma-sliders .carousel-caption p {
  font-family: "SourceSansProLight";
  font-size: 30px;
  line-height: 36px;
}
/* Service */
.service-list {
  margin-bottom: 80px;
}
.service-slogan {
  font-size: 24px;
  line-height: 26px;
  margin: 20px 0 60px 0;
}
.service {
  padding: 20px 0 50px 0;
}
.service.service-border {
  border-right: 1px solid #c4c4c4;
  padding: 0;
  padding-right: 30px;
}
.service.service-border.last {
  border-right: none;
}
.service .icon {
  background-image: url("images/icon_pentagon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #ffffff;
  cursor: default;
  display: inline-block;
  width: 112px;
  height: 108px;
}
.service .icon:hover {
  background-position: -112px 0;
}
.service .icon span {
  background-image: url("images/icon_services.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 61px;
  height: 61px;
  margin-top: 25px;
}
.service .icon span.puzzle {
  background-position: 0 0;
}
.service .icon span.briefcase {
  background-position: -61px 0;
}
.service .icon span.male-user {
  background-position: -122px 0;
}
.service .icon span.tablet {
  background-position: -183px 0;
}
.service .icon span.friends {
  background-position: -244px 0;
}
.service .icon span.bulb {
  background-position: -305px 0;
}
.service .icon span.layers {
  background-position: -366px 0;
}
.service .icon span.badge {
  background-position: -427px 0;
  background-color: transparent;
}
.service h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: "SourceSansProSemiBold";
  margin-top: 10px;
}
.service p {
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansPro";
}
.btn-more {
  background-color: #df566b;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 70px;
}
/* Careers */
.careers table {
  font-size: 20px;
  line-height: 26px;
}
.careers table thead th {
  background-color: #609acd;
  color: #ffffff;
}
.careers table tbody td:first-child a {
  color: #609acd;
  font-family: "SourceSansProSemiBold";
}
/* Contact */
.maps {
  width: 100%;
  min-height: 240px;
  max-width: 535px;
  max-height: 368px;
}
#map_main {
  width: 100%;
  height: 430px;
}
.job {
  margin-bottom: 30px;
}
.job p strong {
  color: rgb(255, 153, 0);
}
.job table td {
  padding: 0px 15px;
  padding-bottom: 15px;
}
.job table td em {
  color: rgb(255, 153, 0);
  font-size: 12px;
}
/* Footer */
footer {
  background-color: #525355;
  padding-top: 30px;
}
footer h4 {
  color: #a8a9ab;
  font-size: 18px;
  line-height: 26px;
  font-family: "SourceSansProSemiBold";
  margin-bottom: 10px;
}
footer .widget-text {
  color: #ffffff;
  padding-right: 50px;
}
footer .widget-text .widget-content {
  font-size: 14px;
  line-height: 20px;
}
footer .widget-contact {
  padding: 0 25px;
}
footer .widget-contact .form-control {
  border-radius: 0;
}
footer .widget-contact textarea {
  resize: none;
}
footer .widget-contact .btn-send {
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 70px;
  font-size: 20px;
}
footer .widget-address {
  padding-left: 50px;
}
footer .widget-address .widget-content {
  color: #ffffff;
}
footer .widget-address .widget-content h4 {
  color: #ffffff;
  font-family: "SourceSansProBold";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: 1px;
}
footer .widget-address .widget-content p {
  font-family: "SourceSansPro";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
}
footer #copyright {
  background-color: #3e4042;
  color: #a8a9ab;
  font-size: 16px;
  line-height: 90px;
  margin-top: 100px;
}
footer #copyright .language .flag {
  background-image: url("images/icon_flags.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 42px;
  width: 42px;
  margin-bottom: -14px;
}
footer #copyright .language .flag.flag_vn {
  background-position: -42px 0;
}
footer #copyright .language .flag.flag_en {
  background-position: 0px 0;
}
footer #copyright .language .flag.flag_pl {
  background-position: -84px 0;
}
/* Respontive Style */
#whitepage {
  /*min-width: 600px;*/
}
.container {
  /*min-width: 600px;*/
}
@media only screen and (min-width: 1300px) {
  #whitepage {
    /*width: 1300px;*/
  }
  .container {
    width: 1130px;
  }
  .col-md-3.col-md-3-2 {
    width: 20%;
  }
}
@media only screen and (min-width: 990px) {
  .col-md-3.col-md-3-2 {
    width: 20%;
  }
}
@media only screen and (max-width: 990px) {
  header .nav-main.nav-vn li {
    width: 60px;
    min-width: 60px;
  }
  header .nav-main.nav-vn li:first-child {
    width: 90px;
    min-width: 90px;
  }
  header .nav-main.nav-vn li:nth-child(4n+4) {
    width: 90px;
    min-width: 90px;
  }
  header .nav-main li {
    width: 70px;
    min-width: 70px;
  }
  #sigma-sliders .carousel-caption {
    text-align: left;
    top: 40px;
    left: 11%;
  }
  #sigma-sliders .carousel-caption h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: "SourceSansProSemiBold";
  }
  #sigma-sliders .carousel-caption p {
    font-family: "SourceSansProLight";
    font-size: 20px;
    line-height: 26px;
  }
  footer .widget-address,
  footer .widget-contact,
  footer .widget-text {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #sigma-sliders .carousel-caption {
    text-align: left;
    top: 20px;
    left: 11%;
  }
  #sigma-sliders .carousel-caption h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: "SourceSansProSemiBold";
  }
  #sigma-sliders .carousel-caption p {
    font-family: "SourceSansProLight";
    font-size: 18px;
    line-height: 20px;
  }
  .service.service-border {
    border-right: none;
    padding: 0;
  }
  footer .widget-address,
  footer .widget-contact,
  footer .widget-text {
    padding: 0;
  }
}
