/*
Stylesheet
=========================== */
@import url("animate.css");
@import url("owl.carousel.css");
/*
Font
=========================== */
/*
Color
=========================== */
/*
Typography
=========================== */
html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  -webkit-transition: all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }

body.off {
  padding-top: 0 !important; }

body.on {
  margin-left: -520px; }

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  letter-spacing: 0.5px; }

a {
  outline: 0 !important;
  -webkit-transition: all, 0.3s, ease-in-out;
  -khtml-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  font-weight: 700; }

h1 {
  font-size: 48px;
  line-height: 52px; }

h2 {
  font-size: 36px;
  line-height: 48px; }

h3 {
  font-size: 30px;
  line-height: 36px; }

h4 {
  font-size: 24px;
  line-height: 30px; }

h5 {
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 18px; }

.font-24px {
  font-size: 24px;
  line-height: 30px; }

.font-20px {
  font-size: 20px;
  line-height: 28px; }

.font-18px {
  font-size: 18px; }

.font-16px {
  font-size: 16px; }

p {
  margin-bottom: 20px; }

label {
  font-size: 18px;
  font-weight: normal; }

.img-center {
  display: block;
  margin: auto; }

/*
Button
=========================== */
.btn {
  padding: 10px 20px;
  color: #666;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .btn.btn-lg {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 25px; }
    .btn.btn-lg .fa {
      margin-right: 8px; }
  .btn.btn-default {
    background: #333;
    color: #fff;
    border: solid 1px #333; }
    .btn.btn-default:focus, .btn.btn-default:hover {
      background: #fff;
      border: solid 1px #333;
      color: #333; }
  .btn.btn-primary {
    background: #04749c;
    color: #fff;
    border: solid 1px #04749c; }
    .btn.btn-primary:focus, .btn.btn-primary:hover {
      background: #036385;
      border: solid 1px #036385;
      color: #fff; }
  .btn .fa {
    margin-right: 5px; }

.btn-img-icon {
  background: #333;
  color: #fff;
  border: solid 1px #333;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block; }
  .btn-img-icon .fa {
    margin-right: 8px; }

.btn-img {
  width: 130px;
  display: inline-block;
  margin-right: 10px; }
  .btn-img img {
    width: 100%; }

/*
Form
=========================== */
.form-control {
  height: 45px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  border: solid 1px #dfdfdf; }
  .form-control::-webkit-input-placeholder {
    color: #bbb; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb; }
  .form-control:-ms-input-placeholder {
    color: #bbb; }
  .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4); }

/*
Blockquote
=========================== */
blockquote {
  font-size: 24px;
  line-height: 30px;
  border: 0;
  font-family: Georgia;
  font-weight: normal; }
  blockquote.text-word {
    padding: 0 40px;
    position: relative; }
    blockquote.text-word .fa-quote-left {
      font-size: 24px;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffb900; }
    blockquote.text-word .fa-quote-right {
      font-size: 24px;
      position: absolute;
      left: 100%;
      bottom: 0;
      color: #ffb900;
      margin-left: -30px; }

/*
General
=========================== */
.section {
  padding: 100px 0;
  position: relative;
  background: #fff;
  z-index: 3; }

.title-stay {
  display: block;
  position: relative;
  margin-bottom: 60px;
  border-bottom: solid 5px #efefef;
  padding-bottom: 10px;
  font-weight: 300; }

.heading-section {
  display: table;
  margin: 0 auto 50px;
  position: relative;
  text-align: center; }
  .heading-section .title {
    font-weight: 300;
    position: relative; }
    .heading-section .title:before {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background: #333;
      bottom: -20px;
      left: 50%;
      margin-left: -20px; }

.parallax {
  padding: 100px 0;
  position: relative;
  background-position: top center;
  background-attachment: fixed;
  z-index: 3;
  color: #fff; }
  .parallax .content-parallax {
    position: relative;
    z-index: 1; }
    .parallax .content-parallax h1,
    .parallax .content-parallax h2,
    .parallax .content-parallax h3,
    .parallax .content-parallax h4,
    .parallax .content-parallax h5,
    .parallax .content-parallax h6 {
      color: #fff; }
    .parallax .content-parallax .heading-section .title:before {
      background: #fff; }

.overlay {
  background: #000;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

/*
Ul Style
=========================== */
ul.list-line {
  padding: 0;
  margin: 0 -10px -7px -10px;
  list-style: none;
  display: inline-block; }
  ul.list-line li {
    float: left;
    display: block;
    padding: 0 10px; }

ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.list-icon li {
    position: relative;
    display: block;
    margin-bottom: 25px; }
    ul.list-icon li span {
      display: block;
      margin-bottom: 5px; }
    ul.list-icon li .fa {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      width: 50px;
      height: 50px;
      color: #fff;
      border: solid 1px #04749c;
      color: #04749c;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 18px; }

ul.social {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block; }
  ul.social li {
    margin: 0 3px;
    float: left;
    display: block; }
    ul.social li a {
      padding: 0;
      display: table-cell;
      width: 30px;
      height: 30px;
      color: #fff;
      background-color: #ffb900;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle; }

/*
Navigation
=========================== */
.navigation {
  display: block; }
  .navigation .attr-nav {
    display: block;
    position: relative;
    outline: none !important;
    z-index: 9999; }
    .navigation .attr-nav a {
      position: fixed;
      display: inline-block;
      z-index: 999;
      color: #fff; }
      .navigation .attr-nav a.top-left {
        top: 30px;
        left: 30px;
        width: 50px;
        display: none; }
        .navigation .attr-nav a.top-left img {
          width: 100%; }
        .navigation .attr-nav a.top-left.show {
          display: block !important; }
      .navigation .attr-nav a.top-right {
        top: 40px;
        right: 40px;
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
        .navigation .attr-nav a.top-right:before {
          content: "";
          display: block;
          width: 70px;
          height: 70px;
          left: -18px;
          top: -24px;
          position: relative;
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          -webkit-opacity: 0.5;
          -khtml-opacity: 0.5;
          -moz-opacity: 0.5;
          -ms-opacity: 0.5;
          -o-opacity: 0.5;
          opacity: 0.5;
          background-color: #000; }
        .navigation .attr-nav a.top-right:hover:before {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          background-color: #04749c; }
      .navigation .attr-nav a.bottom-left {
        bottom: 30px;
        left: 30px; }
      .navigation .attr-nav a.bottom-right {
        bottom: 20px;
        right: 20px;
        display: block;
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 19px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        background: rgba(0, 0, 0, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
        .navigation .attr-nav a.bottom-right:hover {
          background-color: #04749c; }

body.on .bottom-right {
  display: none !important; }

.top-right {
  width: 35px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.top-right span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.top-right span:nth-child(even) {
  left: 50%; }

.top-right span:nth-child(odd) {
  left: 0px; }

.top-right span:nth-child(1), .top-right span:nth-child(2) {
  top: 0px; }

.top-right span:nth-child(3), .top-right span:nth-child(4) {
  top: 10px; }

.top-right span:nth-child(5), .top-right span:nth-child(6) {
  top: 20px; }

.top-right.open span:nth-child(1), .top-right.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.top-right.open span:nth-child(2), .top-right.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.top-right.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

.top-right.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

.top-right.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.top-right.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.top-right.open span:nth-child(5) {
  left: 5px;
  top: 15px; }

.top-right.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 15px; }

.bottom-right {
  font-size: 30px; }

/*
Wrap Menu
=========================== */
.wrap-menu {
  width: 520px;
  position: fixed;
  right: -520px;
  top: 0;
  height: 100%;
  background: #ffb900;
  -webkit-transition: all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  z-index: 999; }
  .wrap-menu .content-menu {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 45px;
    width: 520px; }
    .wrap-menu .content-menu ul.menu {
      padding: 0;
      position: relative;
      margin: 0;
      top: -30px;
      list-style: none; }
      .wrap-menu .content-menu ul.menu li {
        margin: 30px 0; }
        .wrap-menu .content-menu ul.menu li a {
          text-decoration: none !important;
          font-size: 30px;
          color: #333;
          display: table;
          position: relative; }
          .wrap-menu .content-menu ul.menu li a:before {
            content: "";
            position: absolute;
            display: block;
            height: 3px;
            width: 0;
            bottom: -10px;
            left: 0;
            background: #333; }
          .wrap-menu .content-menu ul.menu li a:hover:before {
            width: 100%;
            -webkit-transition: all, 1s, ease-in-out;
            -khtml-transition: all, 1s, ease-in-out;
            -moz-transition: all, 1s, ease-in-out;
            -ms-transition: all, 1s, ease-in-out;
            -o-transition: all, 1s, ease-in-out;
            transition: all, 1s, ease-in-out; }
        .wrap-menu .content-menu ul.menu li.active a:before {
          -webkit-transition: all, 1s, ease-in-out;
          -khtml-transition: all, 1s, ease-in-out;
          -moz-transition: all, 1s, ease-in-out;
          -ms-transition: all, 1s, ease-in-out;
          -o-transition: all, 1s, ease-in-out;
          transition: all, 1s, ease-in-out;
          width: 100%; }
    .wrap-menu .content-menu .footer-menu {
      display: block;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 0 45px 45px 45px;
      background: #ffb900;
      color: #333; }
      .wrap-menu .content-menu .footer-menu .content-footer {
        border-top: solid 1px #333;
        padding-top: 30px; }
        .wrap-menu .content-menu .footer-menu .content-footer ul.list-line li a {
          font-size: 18px;
          color: #333; }

body.on .wrap-menu {
  right: 0px; }

/*
Home
=========================== */
.wrap-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }

body.on .wrap-home {
  left: -520px; }

.home {
  -webkit-transition: all, 0.1s, eass-in-out;
  -khtml-transition: all, 0.1s, eass-in-out;
  -moz-transition: all, 0.1s, eass-in-out;
  -ms-transition: all, 0.1s, eass-in-out;
  -o-transition: all, 0.1s, eass-in-out;
  transition: all, 0.1s, eass-in-out;
  background-color: #04749c;
  background-image: url("../images/bg/bg0.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0; }
  .home #vandal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .home .content {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -145px;
    height: 190px !important;
    width: 100%;
    z-index: 2; }
    .home .content img {
      width: 300px; }

/*
Owl Product
=========================== */
.wrap-slide-product {
  position: relative;
  display: block;
  padding: 0 75px;
  margin-top: 60px; }
  .wrap-slide-product .nav-work {
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 35px;
    margin-top: -30px;
    left: 0;
    color: #666;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 12px;
    color: #fff;
    z-index: 99; }
    .wrap-slide-product .nav-work.next {
      left: 100%;
      margin-left: -60px; }
    .wrap-slide-product .nav-work:hover {
      background-color: #04749c;
      background-color: rgba(4, 116, 156, 0.5); }

.slide-product .item {
  background: #fff;
  position: relative;
  z-index: 2; }
  .slide-product .item [class*='col-'] {
    padding: 0 30px; }
  .slide-product .item img.img-detail {
    display: block;
    width: 100%;
    border: solid 1px #fff; }
  .slide-product .item img.img-logo {
    width: 70px; }
    .slide-product .item img.img-logo.big {
      width: 150px; }
  .slide-product .item ul.list-icon li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px; }
  .slide-product .item ul.list-icon .fa {
    width: 30px;
    height: 30px;
    margin-bottom: -30px;
    left: -45px;
    top: -2px;
    font-size: 14px;
    position: relative;
    background: #ffb900;
    border: solid 1px #ffb900;
    color: #fff; }
  .slide-product .item ul.list-icon .title {
    text-transform: none;
    margin-bottom: 0;
    margin-top: -30px; }
  .slide-product .item ul.list-icon p {
    margin-bottom: 0; }

/*
Masonry
=========================== */
.masonry {
  margin-bottom: -1px;
  position: relative;
  z-index: 3;
  background: #fff; }

.grid-item {
  position: relative;
  display: block;
  padding: 0;
  margin: 0; }

.item-work {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .item-work .overlay {
    opacity: 0.7 !important;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .item-work:hover .overlay {
    opacity: 0 !important; }
  .item-work img {
    width: 100%; }
  .item-work .option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all, 1.5s, ease-in-out;
    -khtml-transition: all, 1.5s, ease-in-out;
    -moz-transition: all, 1.5s, ease-in-out;
    -ms-transition: all, 1.5s, ease-in-out;
    -o-transition: all, 1.5s, ease-in-out;
    transition: all, 1.5s, ease-in-out; }
    .item-work .option .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 30px; }
    .item-work .option .title {
      color: #fff;
      font-weight: 400;
      text-transform: none;
      font-size: 20px; }
  .item-work:hover .option {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }

.grid-item.active .item-work {
  cursor: default; }
  .grid-item.active .item-work .overlay {
    opacity: 0.9 !important;
    background: #ffb900; }
  .grid-item.active .item-work .option {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    .grid-item.active .item-work .option .title {
      color: #333; }
  .grid-item.active .item-work:hover .option {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }

/*
Client
=========================== */
.link-client {
  display: block;
  position: relative;
  border: solid 1px #efefef;
  margin-bottom: 30px;
  padding: 15px; }
  .link-client:hover {
    border: solid 1px #04749c; }
  .link-client img {
    width: 100%; }

.item-client {
  display: block;
  position: relative;
  border: solid 1px #efefef;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff; }
  .item-client img {
    width: 100%; }

/*
Testimonial
=========================== */
.wrap-testimonial {
  display: block;
  position: relative;
  padding: 0 90px; }
  .wrap-testimonial .nav-testimonial {
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 35px;
    margin-top: -30px;
    left: 0;
    color: #666;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 12px;
    color: #fff;
    z-index: 99; }
    .wrap-testimonial .nav-testimonial.next {
      left: 100%;
      margin-left: -60px; }
    .wrap-testimonial .nav-testimonial:hover {
      background-color: #04749c;
      background-color: rgba(4, 116, 156, 0.5); }
  .wrap-testimonial .fa-quote-left {
    font-size: 45px;
    display: block;
    margin-bottom: 30px;
    color: #efefef;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }
  .wrap-testimonial blockquote {
    padding: 0;
    border: 0;
    font-size: 24px;
    line-height: 30px;
    font-style: italic; }
    .wrap-testimonial blockquote footer {
      color: #f5f5f5;
      font-style: normal;
      text-transform: uppercase; }

/*
Contact Us
=========================== */
.row-contact {
  margin: 0 -30px; }
  .row-contact > [class*='col-'] {
    padding: 0 30px; }

.wrap-form .status-progress {
  display: inline-block;
  position: relative;
  font-size: 30px;
  margin-left: 15px;
  top: 7px; }

.error {
  color: red; }

/*
Page Heading
=========================== */
.page-heading {
  text-align: center !important; }
  .page-heading .heading-section {
    margin-bottom: 20px; }
  .page-heading .breadcrumb {
    background: transparent;
    margin-bottom: 0; }
    .page-heading .breadcrumb li.active,
    .page-heading .breadcrumb a {
      color: #fff; }

/*
Team
=========================== */
.item-team {
  display: block;
  position: relative;
  min-height: 170px;
  padding-left: 200px;
  margin-bottom: 35px; }
  .item-team .title {
    display: block;
    padding-top: 30px; }
    .item-team .title small {
      display: block;
      margin-top: 25px;
      margin-bottom: 5px;
      text-transform: none;
      font-size: 24px;
      position: relative; }
      .item-team .title small:before {
        position: absolute;
        top: -13px;
        left: 0;
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #ffb900; }
  .item-team img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    border: solid 1px #dfdfdf; }
  .item-team:before {
    content: "";
    display: block;
    width: 170px;
    height: 170px;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    border: solid 1px #dfdfdf; }
  .item-team .badge {
    background: #ffb900; }
  .item-team.line {
    padding-left: 0;
    text-align: center; }
    .item-team.line .title {
      margin-top: 30px;
      margin-bottom: 15px;
      padding-top: 0; }
      .item-team.line .title small {
        font-size: 18px; }
        .item-team.line .title small:before {
          left: 50%;
          margin-left: -25px; }
    .item-team.line img {
      position: relative;
      top: 10px;
      left: 0;
      width: 150px;
      height: 150px;
      display: block;
      margin: 0 auto 15px auto; }
    .item-team.line:before {
      left: 50%;
      margin-left: -85px; }

/*
Clear spacer
=========================== */
.margin-clear {
  margin: 0 !important; }

.padding-clear {
  padding: 0 !important; }

.margintop-clear {
  margin-top: 0 !important; }

.paddingtop-clear {
  padding-top: 0 !important; }

.marginbot-clear {
  margin-bottom: 0 !important; }

.paddingbot-clear {
  padding-bottom: 0 !important; }

.marginleft-clear {
  margin-left: 0 !important; }

.paddingleft-clear {
  padding-left: 0 !important; }

.marginright-clear {
  margin-right: 0 !important; }

.paddingright-clear {
  padding-right: 0 !important; }

.padding-top40 {
  padding-top: 40px !important; }

.padding-topt60 {
  padding-top: 60px !important; }

.padding-bot30 {
  padding-bottom: 30px !important; }

.padding-bot40 {
  padding-bottom: 40px !important; }

.padding-bot50 {
  padding-bottom: 50px !important; }

.padding-bot60 {
  padding-bottom: 60px !important; }

.padding-bot70 {
  padding-bottom: 70px !important; }

.padding-bot80 {
  padding-bottom: 80px !important; }

.margin-mintop10 {
  margin-top: -10px !important; }

.margin-mintop20 {
  margin-top: -20px !important; }

.margin-mintop30 {
  margin-top: -30px !important; }

.margin-mintop60 {
  margin-top: -60px !important; }

.margin-mintop110 {
  margin-top: -110px !important; }

.margin-minbot10 {
  margin-bottom: -10px !important; }

.margin-minbot20 {
  margin-bottom: -20px !important; }

.margin-minbot30 {
  margin-bottom: -30px !important; }

.margin-minbot60 {
  margin-bottom: -60px !important; }

/*
Custom left right spacer
=========================== */
.margin-left10 {
  margin-left: 10px !important; }

.margin-right10 {
  margin-right: 10px !important; }

.margin-left20 {
  margin-left: 20px !important; }

.margin-right20 {
  margin-right: 20px !important; }

/*
Custom top spacer
=========================== */
.margintop5 {
  margin-top: 5px !important; }

.margintop10 {
  margin-top: 10px !important; }

.margintop15 {
  margin-top: 15px !important; }

.margintop20 {
  margin-top: 20px !important; }

.margintop25 {
  margin-top: 25px !important; }

.margintop30 {
  margin-top: 30px !important; }

.margintop35 {
  margin-top: 35px !important; }

.margintop40 {
  margin-top: 40px !important; }

.margintop45 {
  margin-top: 45px !important; }

.margintop50 {
  margin-top: 50px !important; }

.margintop55 {
  margin-top: 55px !important; }

.margintop60 {
  margin-top: 60px !important; }

.margintop70 {
  margin-top: 70px !important; }

.margintop80 {
  margin-top: 80px !important; }

/*
Custom bottom spacer
=========================== */
.marginbot5 {
  margin-bottom: 5px !important; }

.marginbot10 {
  margin-bottom: 10px !important; }

.marginbot15 {
  margin-bottom: 15px !important; }

.marginbot20 {
  margin-bottom: 20px !important; }

.marginbot25 {
  margin-bottom: 25px !important; }

.marginbot30 {
  margin-bottom: 30px !important; }

.marginbot35 {
  margin-bottom: 35px !important; }

.marginbot40 {
  margin-bottom: 40px !important; }

.marginbot45 {
  margin-bottom: 45px !important; }

.marginbot50 {
  margin-bottom: 50px !important; }

.marginbot55 {
  margin-bottom: 55px !important; }

.marginbot60 {
  margin-bottom: 60px !important; }

.marginbot80 {
  margin-bottom: 80px !important; }

/*
Loading Style
=========================== */
.loaders {
  background-color: #04749c;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999999;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 24px; }
  .loaders .content {
    position: absolute;
    display: block;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 50px;
    top: 50%;
    margin-top: -25px; }
    .loaders .content .loader {
      display: inline-block;
      position: relative;
      width: 50px;
      height: 50px;
      vertical-align: middle; }

.loader-quart {
  border-radius: 50px;
  border: 6px solid rgba(255, 255, 255, 0.4); }

.loader-quart:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50px;
  border: 6px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

/*	Animation */
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: grow 1.5s linear infinite;
  animation: grow 1.5s linear infinite; }

.loader-bars:after {
  left: 15px;
  -webkit-animation: grow 1.5s linear -0.5s infinite;
  animation: grow 1.5s linear -0.5s infinite; }

.loader-bars span {
  left: 30px;
  -webkit-animation: grow 1.5s linear -1s infinite;
  animation: grow 1.5s linear -1s infinite; }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }
@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }
@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg); } }
@keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg); } }
/*
Responsive
=========================== */
@media (max-width: 991px) {
  .slide-product .item [class*='col-'] {
    padding: 0 15px; }
  .slide-product .item img.img-detail {
    display: block;
    margin: 0 auto 30px; }

  .item-team {
    padding-left: 0;
    text-align: center; }
    .item-team .title {
      padding-top: 0;
      margin-top: 30px;
      margin-bottom: 15px; }
      .item-team .title small {
        font-size: 18px; }
        .item-team .title small:before {
          left: 50%;
          margin-left: -25px; }
    .item-team img {
      position: relative;
      display: block;
      left: 0;
      margin: 0 auto 15px; }
    .item-team:before {
      left: 50%;
      margin-left: -85px; } }
@media (max-width: 676px) {
  body.on {
    margin-left: 0px; }
    body.on .wrap-home {
      left: 0px; }

  a.top-right {
    top: 15px !important;
    right: 10px !important;
    -ms-transform: scale(0.6, 0.6) !important;
    -webkit-transform: scale(0.6, 0.6) !important;
    transform: scale(0.6, 0.6) !important; }

  a.bottom-right {
    bottom: -5px !important;
    right: -5px !important;
    -ms-transform: scale(0.6, 0.6) !important;
    -webkit-transform: scale(0.6, 0.6) !important;
    transform: scale(0.6, 0.6) !important; }

  a.top-left {
    width: 30px !important;
    top: 15px !important;
    left: 15px !important; }

  .home .content {
    margin-top: -45px;
    height: 96px !important; }
    .home .content img {
      width: 150px; }

  .wrap-menu {
    width: 100%;
    right: -100%;
    padding-top: 50px; }
    .wrap-menu .content-menu {
      display: block;
      vertical-align: top;
      padding: 50px 30px 70px 30px;
      width: 100%;
      overflow: scroll; }
      .wrap-menu .content-menu ul.menu li {
        margin: 10px 0; }
        .wrap-menu .content-menu ul.menu li a {
          font-size: 18px; }
          .wrap-menu .content-menu ul.menu li a:before {
            bottom: -3px; }
      .wrap-menu .content-menu .footer-menu {
        position: relative;
        padding-left: 0;
        padding-right: 0; }
        .wrap-menu .content-menu .footer-menu:after {
          content: "";
          display: block;
          height: 150px; }

  .font-20px,
  .font-24px {
    font-size: 16px !important;
    line-height: 24px !important; }

  .wrap-slide-product {
    padding: 0; }
    .wrap-slide-product .nav-work {
      margin-top: -15px;
      width: 30px;
      height: 30px;
      font-size: 24px;
      padding-top: 2px;
      margin-left: -5px; }
      .wrap-slide-product .nav-work.next {
        margin-left: -25px; }

  .slide-product .item [class*='col-'] {
    padding: 0 15px; }

  .wrap-testimonial {
    padding: 0; }
    .wrap-testimonial .nav-testimonial {
      margin-top: -15px;
      width: 30px;
      height: 30px;
      font-size: 24px;
      padding-top: 2px;
      margin-left: -5px; }
      .wrap-testimonial .nav-testimonial.next {
        margin-left: -25px; } }

/*# sourceMappingURL=style.css.map */
