
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,700i&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700,700i&amp;subset=vietnamese');
/*************************************************************************************
*
* color: #e8bd20;
* color: #333333;
* rgb: rgba(,.9);
* #1a9dd8
*
*************************************************************************************/
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #525252;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: .2px;
}
a{
  color: #525252;
  cursor: pointer;
}
a:hover,
a:focus{
  color: #1a9dd8;
  text-decoration: none !important;
}
.btn{
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
.form-control{
  border-radius: 0;
}
input[disabled="disabled"],
.form-control:disabled,
.form-control[readonly]{
  background-color: #ccc;
  cursor: no-drop;
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder,
input::placeholder {
  color: #868e96;
  opacity: 1;
}
p{
  margin-bottom: 10px;
}
.hidden{
  display: none !important;
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
}

/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  row-78
**
**  row
**  margin-left: -7px;
**  margin-right: -8px;
**
**  col
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  col
**  padding-left: 0;
**  padding-right: 0;
**
**********************************************************************/
.row-78{
  margin-left: -7px !important;
  margin-right: -8px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-78 > div{
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.row-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-0 > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  col 20%
**
**********************************************************************/
@media screen and (min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
.padding-section {
  padding: 70px 0 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 768px) and (max-width: 991px){
 .padding-section {
    padding: 50px 0 40px;
  } 
}
@media (max-width: 767px){
 .padding-section {
    padding: 40px 0 30px;
  } 
} 
.container-large {
  max-width: 1440px;
}
.mt-15{
  min-height: 1px;
  margin-top: 15px !important;
}
.mt-20{
  min-height: 1px;
  margin-top: 20px !important;
}
.mt-30{
  min-height: 1px;
  margin-top: 30px !important;
}
.mt-40{
  min-height: 1px;
  margin-top: 40px !important;
}
.mb-10{
  min-height: 1px;
  margin-bottom: 10px !important;
}
.mb-15{
  min-height: 1px;
  margin-bottom: 15px !important;
}
.mb-20{
  min-height: 1px;
  margin-bottom: 20px !important;
}
.mb-30{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-40{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-50{
  min-height: 1px;
  margin-bottom: 50px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-25{
  padding-top: 25px !important;
}
.pb-15{
  padding-bottom: 15px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-15{
  padding-right: 15px !important;
}
.mr-10{
  margin-right: 10px;
}
.b-15{
  bottom: 15px;
}
.t-15{
  top: 15px;
}
.r-15{
  right: 15px;
}
.l-15{
  left: 15px;
}
.bg-f7{
  background-color: #f7f7f7;
}
.bg-f1{
  background-color: #f1f1f1;
}
.bg-fa{
  background-color: #fafafa;
}
.bg-fff{
  background-color: #fff !important;
}
.text-white a{
  color: #fff !important;
}
.bg-temp{
  background-position: center;
  background-size: cover,contain;
  background-repeat: no-repeat;
}
.color-theme{
  color: #e8bd20 !important;
}
.color-theme-sub{
  color: #111 !important;
}
.bg-theme{
  background-color: #1a9dd8;
}
.btn-theme{
  background-color: #fff;
  color: #525252;
  border: 1px solid #525252;
  border-radius: 0;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: #323232 !important;
  color: #fff !important;
  border-color: #323232;
}
.btn-theme-xl{
  padding: 15px 40px;
}
.btn-theme-alt{
  background-color: #e8bd20;
  color: #000;
  border: 1px solid #e8bd20;
  border-radius: 0;
}
.btn-theme-alt:hover,
.btn-theme-alt:focus{
  background-color: #fff !important;
  color: #000;
  border-color: #000;
}
.text-middle {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-left {
  -ms-flex-pack: left !important;
  justify-content: left !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-right {
  -ms-flex-pack: right !important;
  justify-content: right !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-bottom-left{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  z-index: 1;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.scale-img{
  position: relative;
  overflow: hidden;
}
.scale-img img{
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
body {
  position: relative;
}
.scrollTop {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;  
}
.scrollTop a {
  text-align: center;
  width: 50px;
  line-height: 44px;
  height: 50px;
  background-color: #fff;
  border-radius: 200px;
  color: #323232;
  border: 1px solid #ced4da;
  font-size: 1.25rem;
  text-decoration: none;
}
.scrollTop a:hover {
  background-color: #e8bd20;
  border-color: #e8bd20;
  color: #fff;
}

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 100px;
  background-color: #808080;
  color: #eee;
  font-size: 13px;
}
.copyright-powered a{
  color: #eee;
}
.copyright{
  
}
.powered-by{
  text-align: right;
}
@media (max-width:991px) {
  .copyright-powered{
    padding-left: 0;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
    font-size: 13px;
  }
  .copyright-powered{
    padding-top: 15px;
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ==========================================================================================
  PORTFOLIO MODAL
========================================================================================== */
.portfolio-modal {
  padding-right: 0 !important;
  padding-left: 100px;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.portfolio-modal.show {
  opacity: 1;
}
.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1052;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
@media screen and (max-width: 991px){
  .portfolio-modal {
    padding-left: 0;
  }
  .portfolio-modal .close-modal{
    top: 100px;
  }
  .portfolio-modal .modal-content h2 {
    padding-right: 75px;
    font-size: 30px;
  }
  .portfolio-modal .modal-content{
    padding-top: 100px;
  }
}
/******************************************************/
.portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}
.portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(26,157,216,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
.portfolio * {
    z-index: 2;
}
@media(min-width:767px) {
    .portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

/* ==========================================================================================
  HEADER
========================================================================================== */
.header-container{
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-container .header-menu{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.logo-brand{
  padding: 25px 10px;
  position: relative;
  z-index: 2;
}
.logo-brand img{
  width: 100%;
}
.toggle-button{
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.toggle-button .bar {
  position: relative;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  background-color: #424d54;
  border-radius: 100px;
}
.toggle-button:hover .bar,
.toggle-button:hover .bar:after,
.toggle-button:hover .bar:before,
.toggle-button:hover .bar.animate:after,
.toggle-button:hover .bar.animate:before {
  background:#1a9dd8
}
.toggle-button .bar,
.toggle-button .bar:after,
.toggle-button .bar:before {
  width:32px;
  height:3px
}
.toggle-button .bar {
  position:relative;
  -webkit-transform:translateY(7px);
  -ms-transform:translateY(7px);
  transform:translateY(7px);
  background:#424d54;
  border-radius:100px
}
.toggle-button .bar.animate {
  background-color:rgba(255,255,255,0)
}
.toggle-button .bar:before {
  content:"";
  position:absolute;
  left:0;
  bottom:10px;
  background:#424d54;
  border-radius:100px;
  -webkit-transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -o-transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}
.toggle-button .bar:after {
  content:"";
  position:absolute;
  left:0;
  top:10px;
  background:#424d54;
  border-radius:100px;
  -webkit-transition:top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -o-transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}
.toggle-button .bar.animate:after {
  top:0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  -webkit-transition:top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
  transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
  -o-transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
  background-color:#424d54
}
.toggle-button .bar.animate:before {
  bottom:0;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -webkit-transition:bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
  transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
  -o-transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
  background-color:#424d54
}

@media(max-width:991px) {
  .header-container{
    width: 100%;
    height: 100px;
  }
  .logo-brand{
    padding: 5px 30px;
  }
  .logo-brand img{
    height: 90px;
    width: auto;
  }
  .toggle-button{
    left: auto;
    right: 15px;
    z-index: 3;
  }
}

/* ==========================================================================================
  HEADER MENU
========================================================================================== */
.container-menu{
  padding-left: 100px;
  position: fixed;
  z-index: 1051;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;  
}
.container-menu.active{
  opacity: 1;
  visibility: visible;
}
.container-menu .wrapper-menu{
  padding-left: 100px;
  height: 100%;
}
.nav-menu{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}
.nav-menu li a{
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 5px 0;
  display: block;
  font-size: 32px;
  color: #a7a7a7;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.nav-menu li a.active{
  color: #1a9dd8;
}
.nav-menu li:hover a{
  padding-left: 15px;
}
@media(max-width:991px) {
  .container-menu{
    padding-left: 0;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    top: 100px;
  }
  .container-menu .wrapper-menu{
    padding-left: 0;
  }
  .nav-menu{
    text-align: center;
    width: 100%;
  }
}

/* ==========================================================================================
  CONTENT PAGE
========================================================================================== */
.content-page{
  padding-left: 100px;
}
.title-page{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 300;
}
.title-page-sub{
  font-size: 18px;
}
@media(max-width:991px) {
  .content-page{
    padding-left: 0;
  }
}
@media(max-width:767px) {
  .title-page{
    font-size: 34px;
    text-align: center;
  }
  .title-page-sub{
    text-align: center;
  }
}
/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
.section-banner {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.slider-wrapper {
  height: 100%;
  width: 100%;
}
.slider-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 100%;
  /*height: -webkit-calc(100vh - 117px);
  height: -moz-calc(100vh - 117px);
  height: calc(100vh - 117px);*/
  min-height: 100vh;
  max-height: 667px;
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  /*background-color: rgba(0,0,0,0.25);*/
}
.slider-wrapper .item .container{
  position: relative;
}
.slider-wrapper .owl-nav {
  position: absolute;
  top: 52vh;
  width: 100%;
  z-index:999;
  color:#fff;
  letter-spacing:3px;
  font-size:8px;
  text-transform:uppercase;
}
.slider-wrapper .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 10px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  padding: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;  
}
.slider-wrapper .owl-theme .owl-nav [class*="owl-"]{
  display: none;
}
.slider-wrapper .owl-prev {
  float: left;
  margin-left:20px !important;
  position: relative;
}
.slider-wrapper .owl-next {
  float: right;
  margin-right:20px !important;
  position: relative;
}
.slider-wrapper .owl-prev:after,
.slider-wrapper .owl-next:after{
  position:absolute;
  content:'';
  width:50%;
  height:1px;
  background-color:#878989;
  bottom:-1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider-wrapper .owl-prev:after {
  right:0px ;
}
.slider-wrapper .owl-next:after {
  left:0px ;
}
.slider-wrapper .owl-prev:hover:after,
.slider-wrapper .owl-next:hover:after{
  width:100%; 
}
.slider-wrapper .owl-dots {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-wrapper .owl-dot {
  display: inline-block;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 5px 7px;
  background: #878989;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}
.slider-wrapper .slider-text .btn{
  min-width: 150px;
  margin: 0 8px;
}

/* ==========================================================================================
  TEXT BANNER
========================================================================================== */
.text-banner{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}
.text-banner h2,
.text-banner h4{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 992px){
  .text-banner h2,
  .text-banner h4{
    font-size: 60px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .text-banner h2,
  .text-banner h4{
    font-size: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .text-banner h2,
  .text-banner h4{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  
}
@media screen and (max-width: 991px){
  
}

/* ==========================================================================================
  ABOUT
========================================================================================== */
.box-pt{
  padding-left: 15px;
  padding-right: 15px;
}
.box-pt figure{
  width: 90px;
  height: 90px;
  padding: 10px;
  border: 1px solid #1a9dd8;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.box-pt figure img{
  max-width: 70px;
  max-height: 70px;
}
.box-pt h3{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px){
  .box-image{
    margin-bottom: 40px;
  }
  .box-pt{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  SERVICES
========================================================================================== */
.box-services{
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding-bottom: 50px;
  position: relative;
}
.box-services a{
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.box-services:hover a{
  color: #1a9dd8;
}
.box-services figure{
  margin-bottom: 20px;
}
.box-services .intro{
  padding-left: 15px;
  padding-right: 15px;
}
.box-services .intro h3{
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.box-services .btn-more{
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
}

@media screen and (min-width: 768px){
  .box-services{
    height: 100%;
  }
  .box-services .intro h3{
    min-height: 57px;
  }
}
@media screen and (max-width: 767px){
  .box-services{
    
  }
}

/* ==========================================================================================
  RECRUITMENT
========================================================================================== */
.box-recruitment{
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding-bottom: 20px;
}
.box-recruitment h3{
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .box-recruitment{
    margin-bottom: 30px;
  }
  .box-recruitment h3{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
footer{
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f7f7f7
}
.box-info-company{
  
}
.box-info-company img{
  height: 100px;
}
ul.footer-social{
  list-style: none;
}
ul.footer-social li{
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
ul.footer-social li a{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 2px solid #525252;
  color: #525252;
}
@media screen and (min-width: 992px){
  footer{
    padding-left: 100px;
  }
}





/*************************************************************************************
*
* color: #e8bd20;
* color: #333333;
* rgb: rgba(,.9);
* #1a9dd8
*
*************************************************************************************/