@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype'),
         url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
.img-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
#menu-home {
  background-color: #003e79;
  background-color: rgba(0, 62, 121, 0.9);
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  #menu-home nav li {
    display: inline-block;
    width: 13%;
    text-align: center; }
section {
  background-color: white;
  padding: 80px 0; }
section.stage {
    padding: 0;
    height: 720px;
    position: relative;  
    z-index: 1;  
}
section.stage .img-bg {
    height: 100%; }
section.stage h1 {
    font-family: 'Oswald', sans-serif; 
    font-size: 78px;
    color: #ffffff;       
    font-weight: 300;    
    line-height: 1.2; 
    margin-top: 0px;}
section.stage h1 span {
    font-family: 'Oswald', sans-serif; 
    font-size: 78px;
    color: #ffffff;       
    font-weight: 400;    
    line-height: 1.2; }    
section.stage span {
    font-family: 'latoblack';    
    font-size: 24px;
    color: #ffffff;
    line-height: 1; }      
section.stage h2 {
    font-size: 30px;
    font-family: 'Roboto Light', sans-serif;
    margin-bottom: 30px; }
section.stage h1, section.stage h2 {
    color: white; }
section.stage .btn-scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 20;
    margin-left: -55px; }
section.stage-ha {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding: 60px 0;
    min-height: 300px; }
section.stage .txt-big h1 {
    font-size: 42px;
    margin-bottom: 10px; }
section.stage .txt-big h2 {
    font-size: 21px; }

section.stage .bg-cont {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #12406a;
  background-color: rgba(18, 64, 106, 0.9);
  padding: 25px 30px 30px; }

@media (max-width: 640px) {
  section.stage .txt-big h1 {
    font-size: 24px;
    line-height: 28px; }

  section.stage .txt-big h2 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px; }

  section.stage .bg-cont {
    padding: 18px; } }
#home-slider, #home-slider .slide {
  height: 100%; }


.loadmore {
    width: 100%;
    position: absolute;
    bottom: 60px;
    z-index: 20; }
.cdots {
    position: absolute;
    bottom: 230px;
    width: 100%; }
.cdots .slick-dots {
    bottom: 0;
    text-align: center;
    width: inherit; }
.cdots .slick-dots li {
    width: 13px;
    height: 13px; }
.cdots .slick-dots li button {
    background-color: #cbd4d1;
    border: none;  }
.cdots .slick-dots li button:before {
    border: none; }
.cdots .slick-dots li.slick-active button:before {
    background-color: #009fe3; }

@media (max-width: 1280px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu-home .container {
    width: 90%; }
  #menu-home nav li a {
    font-size: 14px; } }
@media (max-width: 1200px) {
    .bx-wrapper .bx-caption {
        padding: 30px !important;
    }
}    
@media (max-width: 1024px) {
  #menu-home nav li a {
    font-size: 15px; }
    .bx-wrapper .bx-caption span {
        font-size: 18px;         
        line-height: 1.3;       
    } 
    .bx-wrapper .bx-caption {
        padding: 20px 30px 20px;
    } 
    .bx-wrapper .bx-caption span em {
        font-size: 17px;
    } 
    .bx-wrapper .bx-caption span p {
        font-size: 16px;
    }     
}
@media (max-width: 992px) {
            
}
@media (max-width: 640px) {
    section.stage {
    height: 500px !important; }
    section.stage #home-slider, section.stage #home-slider .slide {
      height: 500px !important; }
    section.stage h1 {
      font-size: 30px; }
    section.stage h2 {
      font-size: 18px; }
    h2, .h2 {
    font-size: 21px; }
    h3, .h3 {
    font-size: 15px; }
    h2.line {
    text-align: center;
    font-size: 30px; }
}
