﻿@charset "UTF-8";
/* **************************************
 * Name     : Sang Nguyễn               *
 * Email    : sangnht3005@gmail.com     *
 * Phone    : 0936 508 591              *
 * **************************************/
/*----- import file css -----*/
/*---------------font size--------------*/
/*---------------border radius--------------*/
/*---------------padding/margin--------------*/
p {margin:10px 0;}
.slideshow .banner .content, footer nav .facebook > a, footer nav .twitter > a, footer nav .google-plus > a, footer nav .linkedin > a, footer nav .youtube > a, .loading, .hotline {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.btn.bg-yellow, .btn.bg-yellow:hover, .btn.bg-blue, .btn.bg-blue:hover, .breadcrumb a, .breadcrumb a:hover, .pagination a, .pagination a:hover, .pagination .active a, .pagination .active a:hover, header a, header a:hover, nav.main-menu .nav.navbar-nav .dropdown-menu a, nav.main-menu .nav.navbar-nav .dropdown-menu a:hover, nav.main-menu .nav.navbar-nav a, nav.main-menu .nav.navbar-nav a:hover, .project a, .project a:hover, .project.bg-orange a, .project.bg-orange a:hover, .post-list .bg-grey a, .post-list .bg-grey a:hover, .post-list .media .heading a, .post-list .media .heading a:hover, .post .content a, .post .content a:hover, .post .related-post a, .post .related-post a:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.services h4, .customers .panel h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  color:#8c0047;
}

.btn.bg-yellow {
  padding: 10px 20px;
  background: #8c0047;
  border-radius: 0; 
}
  .btn.bg-yellow:hover {
    background: transparent;
    border: 1px solid #8c0047; }

.btn.bg-blue {
  padding: 10px 20px;
  background: #8c0047;
  border-radius: 0; }
  .btn.bg-blue:hover {
    background: #252536; }

/*----- style css -----*/
@font-face {
  font-family: 'opensan';
  src: url("../fonts/opensans-regular-webfont.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "opensan";
  font-size: 13px;
  line-height: 25px; }

/*p, ul {
  margin: 0; }*/

a {
  text-decoration: none !important;
  outline: none; }

img {
  max-width: 100% !important;
  height: auto; }

.panel {
  border: 0;
  box-shadow: 0 0 0; }

.desc {
  margin: 15px 0;
  letter-spacing: 8px;
  opacity: 0.8;
  font-size: 16px; }

.heading-underline {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  color:#8c0047;
}
  .heading-underline:after {
    content: "";
    border-bottom: 2px solid #8c0047;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px; }

#idsearch {max-width:400px;}
#idsearch div {padding:0 !important;}
#idsearch select {background:#3d3d49;color:white;border:0;border-radius:0; height:26px;padding:0 5px;font-size:14px;opacity:0.8;}
    #idsearch button {height:26px; background:#3d3d49; border:0;width:40px;}


.breadcrumb {
  background: transparent;
  border: 0; }
  .breadcrumb a {
    color: #fff !important;
    opacity: 1;
    text-decoration: underline !important; }
    .breadcrumb a:hover {
      color: #252536 !important;
      opacity: 1; }
  .breadcrumb .breadcrumb-item:before {
    color: #fff; }

.pagination a {
  padding: 7px 15px !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0 7px;
  background: #eee !important;
  color: #333 !important;
  opacity: 1; }
  .pagination a:hover {
    background: #333 !important; }
  .pagination a:hover {
    color: #fff !important;
    opacity: 1; }
.pagination .active a {
  background: #333 !important;
  color: #fff !important;
  opacity: 1; }
  .pagination .active a:hover {
    color: #fff !important;
    opacity: 1; }

header {
  padding: 15px 0;
  background: #1c1c29;
  color: #fff;
  text-opacity: 0.8; }
  header a {
    color: white !important;
    opacity: 0.8; }
    header a:hover {
      color: #8b0046 !important;
      opacity: 1; }
    header .list-inline > li {
        color:white !important;
    }
  header input.form-control, header input.form-control:focus {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 4px 0 0 4px;
    padding: 3px 6px;
    height: initial;
    background: #3d3d49;
    color: #fff; }
  header input.form-control:placeholder {
    color: #fff;
    opacity: 0.8; }
  header span.input-group-addon {
    background: #3d3d49;
    padding: 3px 6px;
    border: 0;
    color: #fff; }

nav.main-menu {
  background: #d1d2d4; }
  nav.main-menu .nav.navbar-nav {
    display: table;
    margin: 0 auto;
    float: initial; }
    nav.main-menu .nav.navbar-nav li {
      /*min-width: 120px;*/
      padding:0 20px;
      text-align: center; }
        nav.main-menu .nav.navbar-nav li a {
            color:#414042 !important;
        }
      nav.main-menu .nav.navbar-nav li.active a {
        padding: 30px 0px 5px 0px;
        border-bottom: 2px solid #8c0047; }
    nav.main-menu .nav.navbar-nav .navbar-brand {
      position: relative;
      top: -30px;
      width: 180px;
      z-index: 1;
      opacity: 1;
      border: 0 !important; }
    nav.main-menu .nav.navbar-nav .dropdown, nav.main-menu .nav.navbar-nav a:hover, nav.main-menu .nav.navbar-nav a:focus, nav.main-menu .nav.navbar-nav a:visited {
      background: transparent !important; }
    nav.main-menu .nav.navbar-nav .dropdown-menu li {
      text-align: left; }
    nav.main-menu .nav.navbar-nav .dropdown-menu a {
      color: #414042 !important;
      opacity: 0.8;
      padding: 10px 0px; }
      nav.main-menu .nav.navbar-nav .dropdown-menu a:hover {
        color: #414042 !important;
        opacity: 1; }
      nav.main-menu .nav.navbar-nav .dropdown-menu a:hover {
        padding: 10px 0px; }
    nav.main-menu .nav.navbar-nav a {
      padding: 30px 0px;
      text-transform: uppercase;
      color:white !important;
      opacity: 0.8; }
      nav.main-menu .nav.navbar-nav a:hover {
        color: #414042 !important;
        opacity: 1; }
      nav.main-menu .nav.navbar-nav a:hover, nav.main-menu .nav.navbar-nav a:focus, nav.main-menu .nav.navbar-nav a:visited {
        padding: 30px 0px 5px 0px;
        border-bottom: 2px solid #8c0047;
      
      }


.slideshow .sp-black {
  background: rgba(0, 0, 0, 0.5); }
.slideshow h2, .slideshow p {
  margin: 0;
  padding: 15px; }
.slideshow img {
  width: 100% !important; }
.slideshow .banner {
  position: relative; }
  .slideshow .banner .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }

.services {
  margin: 30px 0;
  padding: 30px 0;
  border: 1px solid #eee; }
    .services h2 {
        color:#8c0047;
    }

  .services h4 {
    margin: 15px 0;
    color:#8c0047;
  }
  .services .panel-heading {
    width: 160px;
    height: 160px;
    margin: 0 auto; }

.project {
  padding: 30px 0;
  background: #bcbdc0;
  color: #fff; }

  .project a {
    color: #fff !important;
    opacity: 1;
    margin: 0 auto;
    display: table;
    font-size: 16px; }
    .project a:hover {
      color: #8c0047 !important;
      opacity: 1; }
  .project.bg-orange {
    background: #58585a; }
    .project.bg-orange a {
      color: white !important;
      opacity: 1;
      margin: 0 auto;
      display: table;
      font-size: 16px; }
      .project.bg-orange a:hover {
        color:#8c0047 !important;
        opacity: 1; 
        border-color: #8c0047; }

.customers {
  padding: 30px 0;
  background: #f6f6f8; }
    .customers h2 {
        color:#8c0047; 
    }
.customerssub {
    background:#58585a !important;
}
  .customers .panel {
    position: relative;
    padding: 60px;
    margin: 60px 30px 0 30px;
    max-width: 80%; }
    .customers .panel .img {
      position: absolute;
      width: 120px;
      height: 120px;
      top: -60px;
      left: calc(50% - 60px); }
  .customers .slick-dots {
    position: initial;
    background: none;
    margin: 15px 0; }
    .customers .slick-dots button:before {
      color: #252536;
      font-size: 24px; }
    .customers .slick-dots .slick-active button:before {
      color: #f6c606; }

footer nav {
  padding: 30px 0; }
  footer nav p, footer nav ul {
    margin: 0;
    padding: 15px 0; }
  footer nav p {
    min-height: 80px; }
  footer nav li {
    padding: 0 !important; }
  footer nav .facebook > a, footer nav .twitter > a, footer nav .google-plus > a, footer nav .linkedin > a, footer nav .youtube > a {
    width: 35px;
    height: 35px;
    color: #fff; }
  footer nav .facebook {
    background: black;
    border-radius: 4px; }
  footer nav .facebook:hover {
    background: #4161a2;
    border-radius: 4px; }

  footer nav .google-plus {
    background:black;
    border-radius: 4px; }

  footer nav .google-plus:hover {
    background: #d1432f;
    border-radius: 4px; }

  footer nav .twitter {
    background: black;
    border-radius: 4px; }

  footer nav .twitter:hover {
    background: #00aced;
    border-radius: 4px; }

  footer nav .linkedin {
    background: black;
    border-radius: 4px; }

  footer nav .linkedin:hover {
    background: #0279b3;
    border-radius: 4px; }

  footer nav .youtube {
    background: black;
    border-radius: 4px; }

  footer nav .youtube:hover {
    background: #d1432f;
    border-radius: 4px; }

footer footer {
  background: #333;
  padding: 15px 0;
  color: #fff; }
  footer footer .left {
    text-align: left; }
  footer footer .right {
    text-align: right; }
  footer footer span.hight-light {
    text-transform: uppercase;
    color: red;
    font-weight: bold; }

.contact {
  padding: 30px 0; }
  .contact .heading-underline {
    position: relative;
    border-bottom: 0;
    margin: 15px 0;
    padding: 15px 0;
    text-transform: uppercase; 
    color:#8c0047;
  }
    .contact .heading-underline:after {
      content: "";
      border-bottom: 2px solid #8c0047;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px; }
  .contact li {
    padding-top: 15px; }
  .contact .fa {
    color: #f6c606;
    width: 30px;
    text-align: center; }
  .contact form {
    margin: 15px 0; }
    .contact form .form-control {
      border-radius: 0; }
    .contact form textarea {
      resize: none;
      height: 120px !important; }
    .contact form .btn {
      color: #fff; }

.post-list {
  padding: 30px 0; }
  .post-list .bg-grey {
    background: #f1f1f1;
    padding: 15px;
    margin: 15px 0; }
    .post-list .bg-grey .list-group-item {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #ddd; }
      .post-list .bg-grey .list-group-item:last-child {
        border: 0; }
    .post-list .bg-grey .list-group {
      margin: 0; }
    .post-list .bg-grey a {
      color: #252536 !important;
      opacity: 1; }
      .post-list .bg-grey a:hover {
        color: #f6c606 !important;
        opacity: 1; }
  .post-list .media {
    margin: 15px 0; }
    .post-list .media img {
      width: 180px;
      max-width: initial !important; }
    .post-list .media .heading {
      font-weight: bold; }
      .post-list .media .heading a {
        color: #3d3d49 !important;
        opacity: 1; }
        .post-list .media .heading a:hover {
          color: #333 !important;
          opacity: 1; }
    .post-list .media .desc {
      letter-spacing: initial; }

.post .content ul, .post .content img {
  margin: 15px 0; }
.post .content a {
  color: #333 !important;
  opacity: 1; }
  .post .content a:hover {
    color: #f6c606 !important;
    opacity: 1; }
.post .related-post li {
  margin-top: 15px; }
.post .related-post a {
  color: #333 !important;
  opacity: 1; }
  .post .related-post a:hover {
    color: #f6c606 !important;
    opacity: 1; }

.loading {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }
  .loading .spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto; }
  .loading .double-bounce1, .loading .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f6c606;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .loading .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color: #fff; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.hotline {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0; }
  .hotline a {
    display: table;
    z-index: 2; }
  .hotline .spinner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }



/*# sourceMappingURL=style.css.map */

h1.title {font-size:15px; margin-top:-10px;}

.slick-prev, .slick-next {width:50px;height:50px;margin-right:-12px; margin-left:-30px;}
 .slick-dots {display:none !important;}