
/* SCROLL BAR */

::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
}

::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #f0f0f0;
    border-radius: 2px;
}

/* LOADING */
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: url(../img/loading/loading_v1.gif) center #eee;
    background-size: cover;
    font-size: 15px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    z-index: 9999;
}

/* SCROLLUP */
#scrollup1 {
    width: 60px;
    height: 69px;
    position: fixed;
    bottom: 3%;
    right: 2%;
    display: none;
    text-indent: -9999px;
    background: url('../img/scrollup.png') no-repeat center;
    background-size: cover;
    z-index: 8888;
}

/* COOKIE-NOTICE */
.cookie-notice {
    font-size: 13px;
    line-height: 25px;
    padding: 10px 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
    z-index: 9999;
}
.cookie-notice button {
    display: inline-block;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 15px;
    color: #fff;
    background: #004ecc;
    border-radius: 5px;
    border:none;
}


/* MAIN CSS */

html, body{
    margin: 0;
    padding: 0;
    background:;
    overflow-x: hidden;
    position: relative;
}

#main_all{
    margin: 0;
    padding: 1px;
}

/* !------ dpr-divs ------! */
.dpr-div {
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
  /*
    border-bottom: solid 1px #2d2d2d;
    border-right: solid 1px #2d2d2d; 
  */
}

.dpr-div img {
  width: 100%;
}

.dpr-div .tip-content {
        position:absolute;
        top:0px;
        left: 0px;
        width:100%;
        height: 100%;
        color:#fff;
        background:#222222;
        opacity:0;
        z-index: 14;
}
        
.dpr-div:hover .tip-content {
            z-index: 15;
            opacity: 0.9;
            border: solid black 1px;
}

.dpr-div .tip-content a {
        text-decoration: none;
        font-size: 20px;
        color: #fff; 
}

.dpr-div .tip-content div:first-child{
        padding-top: 150px;
}


.dpr-div .tip-content .glyphicon {
  font-size: 80px;
}

.tip-content h3 {
  color: #faf9ff;
}

/* ------ NAV BAR ------ */

.header-box {
  background-color: none;
  color: #f7f7ff;
  height:73px;
  padding-top: 5px;
  background: url(../img/bg/2HEADER.jpg) bottom no-repeat; 
  background-size: cover;
  overflow: hidden;
}

.header-box .glyphicon{
  color: #f7f7ff;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
      opacity: 0.95;

  }
  .navbar {
      margin-bottom: -52px;
      font-weight:bold;
    
  }

  nav {
    border-radius: 0px !important;
    border-left: 0px !important;
  }

  .affix ~ .container-fluid {
     position: relative;
     padding-top: 50px;
     
  }

  .dropdown-menu img {
    margin: 0 auto;
    padding-top: 3px;
    float: right;
  }

/* ----------!MENU!----------*/
  /* Offers*/
  #section1 {
    padding-top: 50px;
    height: 100%;
    color: #fff;
    background-color: black;
    }

  /* About us*/
    #aboutus {
      padding-top:50px;
      padding-bottom:50px;
      height: 400px;
      color: #011b1d; 
      background-color: #fff; 
      margin-left: -1px !important;
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
              box-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
    }
  /* Advantages*/
    #advantages {
      padding-top:50px;
      padding-bottom:50px;
      height: auto;
      color: #fff; 
      background-color: #673ab7; 
      background: url(../img/bg/7.png); 
      background-size: cover;
      margin-left: -1px;
    }
  /* Partnership */
    #partnership {
      padding-top:50px;
      padding-bottom:50px;
      height: auto;
      color: #011b1d; 
      background-color: #f6f6f6;
      margin-left: -1px; 
    }  
  /* News */
  #news {
    padding-top:50px;
    padding-bottom:50px;
    height:auto;
    color: #fff; 
    background-color: #ff9800;
    background: url(../img/bg/-6.png) no-repeat;
    background-size: cover;
    margin-left: -1px;
  }
  /* Portfolio (Photo/Video) */
    #section41 {
      padding-top:50px;
      height:500px;
      color: #fff;
      background-color: #00bcd4;}
    #section42 {
      padding-top:50px;
      height:500px;
      color: #fff; 
      background-color: #009688;}
  /* Contacts */
  #apps {
    padding-top:50px;
    padding-bottom:50px;
    height:auto;
    color: #011b1d; 
    background-color: #f2fff7;
 }    
  /* Contacts */
  #contacts {
    padding-top:50px;
    height:auto;
    color: #011b1d; 
    background-color: #eee;
  }

/* ----------LOGO----------*/
.navbar-brand img{
   left: 50%;
   position: absolute;
   -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
           transform: translateX(-50%);
   z-index: 500 !important;
   top: 0px
}

/* Names of Menus */
.titles{
  position: absolute; 
  z-index: 1;
  background: #0068a3;
  padding: 10px;
  width: 99.5%;
  text-align: center;
  top: 91.4%;
  color: #fff;
  left: 0.15%;
}

.titles a{
  color: #fff;
  text-decoration: none;
}

/* Sliding effext at scroll */
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) 
and specify the percentage from when to
 slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
                transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.logo {
      color: #0068a3;
      font-size: 180px;
  }

/* Carousel (Partners) &nbsp; */

#myCarousel {
  margin-top: 0px;
}
.carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #0068a3;
      margin-bottom: 60px;
  }
  .carousel-indicators li {
      border-color: #0068a3;
  }
  .carousel-indicators li.active {
      background-color: #0068a3;
  }

.item img {
      margin: 0 auto;
      margin-bottom: 60px;
      padding-left: 0px;
      text-align: center;
}

/* News */

.apps-div .panel-heading {
  margin-bottom:  50px;
  background-color: #1de040 !important;
  color: #011b1d !important;
}

.apps-div .panel {
  border: 1px solid #1de040;
}

.apps-div .panel-footer .btn {
  background: #0068a3;
  color: #fff !important;
}

.apps-div .panel-footer .btn:hover {
  background: #1de040;
  color: #fff !important;
}

table {
  overflow: auto !important;
}

.portframe iframe {
  width: 100%;
  height: 500px;
}

iframe {
  width: 100%;
}

.hrsup {
  border: 0; 
  height: 1px; 
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))); 
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
  width:100%;
}


.panel {
      border: 1px solid #ab952a; 
      border-radius:0 !important;
      -webkit-transition: -webkit-box-shadow 0.5s;
      transition: -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s;
      transition: box-shadow 0.5s;
      transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  }
  .panel:hover {
      -webkit-box-shadow: 5px 0px 40px rgba(0,0,0, .2);
              box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }

.panel-body {
  color: #011b1d;
}
  .panel-footer .btn:hover {
      border: 1px solid #0068a3;
      background-color: #0068a3 !important;
      color: #fff;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #cab13c !important;
      padding: 5px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }

  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #cab13c;
      color: #fff;
      font-size: 14px;
  }

/* Input form textbox */

#comments{
  height: 88px;
}

footer{
  padding-top: 0px;
  padding-bottom: 30px;
  height: auto;
  background: #222222;
  color: #fff;
}


/* ------ div content ------ */

#div-content {
  padding-top: 50px;
    height: auto;
    color: black;
    background: #fff !important;
  padding-bottom:;
}

#div-content img {
  width: 100%;
}

#div-content .panel-heading{
  background: #5678b0 !important;
}

#div-content .panel{
  border: 1px solid #5678b0 !important;
}

/* Video */

.div-video iframe{
  padding: 5px;
}

/* Gallery */
.filter {
  overflow: hidden;
  height: 150px !important;
  
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button
{
    font-size: 14px;
    border: 1px solid #0068a3;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 1%;
    background: #0068a3;
}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #0068a3;
    border-radius: 5px;
    text-align: center;
    color: black;
    background-color: #fff;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{   
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    height: 100%;
}

.gallery_product img {
    max-height: 400px;
    overflow: hidden;
    border-left: inset #eee 1px;
    border-top: inset #eee 1px;
    padding: 5px;
    vertical-align: middle;
    display: inline-block;    
}

.item{
  margin-top: 50%;
  margin-top: 0em;

}





.moreVideos {
  font-size: 20px;
  width: 90%
}












/* Responvive */

  @media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
    display: none;
  }

  #myCarousel{ 
    height:100% !important;
    
     }

    /* Header */
    .header-box img {
      padding: -10px !important;
      margin: -20px;
    }

    .header-box div:first-child {
      display: none;
    }

    .header-box div:last-child {
      display: none;
    }

    /* Menu dpr-div */

    .titles {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis !important;
         text-overflow: ellipsis !important;
      text-align: center;
      font-size: 11px;
      width: 100%;
      border-right: 1px solid black;
      left: 0px;
      position: relative;
    }
  
    .dpr-div .tip-content div:first-child {
      padding-top: 20px;
    }

    .dpr-div .tip-content .glyphicon {
      font-size: 25px !important;
    }

    .dpr-div .tip-content .glyphicon-info-sign {
      font-size: 45px !important;
    }
    .dpr-div {
      left: 5px;
    }

    .dpr-div h3{
       font-size: 15px;
    }
 
    #scrollup1{
      width:35px;
      height:41px;
      bottom: 1.5%;
    }

    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
      #aboutus  {
        height: auto;
      }

      #aboutus .glyphicon  {
        display: none;
        visibility: hidden;
      }

      .glyphicon-briefcase {
          font-size: 75px;
        }
  }

  @media screen and (min-width: 768px) and (max-width: 1366px) {
      ::-webkit-scrollbar {
      display: inherit;
    }
      /* Header */
      .header-box img {
        padding: -10px !important;
        margin: -20px;
      }
  
      .header-box div:first-child {
        margin-top: -1px;
      }
  
      .header-box div:last-child {
        margin-top: -8px;
      }
  
      /* Menu dpr-div */
  
      .titles {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis !important;
           text-overflow: ellipsis !important;
        text-align: center;
        font-size: 14px;
        width: 100%;
        border-right: 1px solid black;
        left: 0px;
        position: relative;
      }
    
      .dpr-div .tip-content div:first-child {
        padding-top: 20px;
      }
  
      .dpr-div .tip-content .glyphicon {
        font-size: 25px !important;
      }
  
      .dpr-div .tip-content .glyphicon-info-sign {
        font-size: 45px !important;
      }
      .dpr-div {
        left: 5px;
      }
  
      .dpr-div h3{
         font-size: 15px;
      }
   
      #scrollup1{
        width:45px;
        height:53px;
        bottom: 1.5%;
      }
  
      .col-sm-4 {
        text-align: center;
        margin: 25px 0;
      }
      .btn-lg {
          width: 100%;
          margin-bottom: 35px;
      }
        #aboutus  {
          height: auto;
        }
  
        #aboutus .glyphicon-globe  {
          font-size: 120px;
        }

        .glyphicon-briefcase {
          font-size: 120px;
        }

    }

  @media screen and (min-width: 768px) and (max-width: 1366px) {
      .res {
      display: none;
    }
    .res1 {
      display: inline-block !important;
    }
  }      


.res1 {
      display: none;
    }

    @media screen and (min-width: 1366px) and (max-width: 1740px) {
      .titled{
        width: 100px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
      }
    } 