header .navbar{
    min-height: 80px;
   background: #fff;
}
header {
    min-height: 80px;


}
 
.lang a:hover, .lang a:focus{
    text-decoration: none;
}
.lang {
    display: inline-block;
    padding-left: 20px;
    position: relative;
        padding: 24px 0;

}
.lang ul{
   list-style-type: none;
       margin: 0;

}

header a.logo img{
    width: 100%;
    margin-top: 5px;
}

.navbar-nav>li>a {
   color: #424242;
}

#slider {
    padding: 100px 0;
	position: relative;	
	overflow: hidden;
	background: #000;
	overflow: hidden;
} 

.slider-bg{
	width: 100%;
    height: 100%;
    background: url(/img/home_slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    -webkit-animation: customZoom 11s linear alternate;
    -moz-animation: customZoom 11s linear alternate;
    -ms-animation: customZoom 11s linear alternate;
    -o-animation: customZoom 11s linear alternate;
    animation: customZoom 11s linear alternate;
    position: absolute;
    left: 0;
    top: 0;
	animation-fill-mode: forwards!important;
}

@-webkit-keyframes customZoom {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-moz-keyframes customZoom {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-o-keyframes customZoom {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes customZoom {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}











#slider .naval_text {
    background: url(/img/naval_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 378px;
    color: #fff;
    float: right;
        position: relative;

}
#slider .naval  {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
}

#slider .naval_text h2{
        position: absolute;
    top: 84px;
    font-size: 50px;
    left: -135px;
    font-weight: 700; 
}
#slider .naval_text a{
    color: #fde428;
    bottom: 78px;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    left: -52px;   
}

.logo {
        display: block;
    padding: 7px;
}

.navbar-nav>li>a {
 
    line-height: 49px;
}


#about {
    
}
#about .text{
    padding: 50px 25px;
}
#about .text h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #002e5b; 
}

#about .text ul{
    margin: 35px 0;
    padding-left: 17px;
}
#about .text ul li{
    
}
#about .img{
  background: url(/img/about_line.png);
    background-size: contain;
    background-repeat: repeat-y;   
        background-position: center;

}
#about .img img{
    padding: 60px;
    width: 100%;
}

#about .text a {
   text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;  
    /*text-decoration: underline;*/
}

#imap  {
    background: url(/img/imap.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    background-position: center;

}


#imap  .point{
    background: url(/img/point.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 30px;
    position: absolute;
    cursor: pointer;
}
#imap #one.point {
    left: 960px;
    top: 30px;

}
#imap #two.point {
    left: 889px;
    top: 137px;
}
#imap #three.point {
     left: 630px;
    top: 214px;

}
#imap #four.point {
    left: 329px;
    top: 162px;
}
#imap #five.point {
    left: 249px;
    top: 306px;

}
 #imap .point_div {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 22px 18px;
    display: none;
    position: absolute;

}
 #imap .point_div::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background: url(/img/point_div.png);
    position: absolute;
    top: -15px;
    right: 3px;
}
 #imap .point_div span{
    color: #002e5b;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;

}





#imap  .container{
 
    position: relative;
    
}

.selected{
    background: none;
}









#imap_control  {
    border-top: 1px solid #ddd;
    height: 46px;
    background: #394ea1;
}

#imap_control .text span {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}
#imap_control .img img{
    width: 26px;
    margin: 0 5px;

}
#imap_control .img>ul{
     
            display: inline-block;
    padding-right: 20px;

}
#imap_control .dropdown-menu{
     
    margin-left: 55px;


}





#imap_control .img ul li{
        list-style-type: none;

}
#imap_control .img ul li a.dropdown-toggle{
    background: #fff;
    color: #394ea1;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    width: 200px;
    border-radius: 25px;
    font-weight: 700;
    margin-top: 9px;
}

 

#video .text{
    padding: 50px 25px;
}
#video .text h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #002e5b; 
}

#video .text ul{
    margin: 35px 0;
    padding-left: 17px;
}
#video .text ul li{
    
}
#video .img{
  background: url(/img/video_line.png);
    background-size: contain;
    background-repeat: repeat-y;   
        background-position: center;

}
#video .img iframe{
    padding: 60px;
    width: 100%;
}

#video .text a {
   text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;  
    text-decoration: underline;
}



#services {
    padding: 35px 0;
 
}

#services h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #002e5b;
    text-align: center;
}
#services .text_h{
    max-width: 290px;
    text-align: center;
    color: #666666;
    margin: 0 auto; 
}


#services .text_c{
    margin-top: 25px;

}
#services .text_c img{
    width: 100%;	
}


#services .text_c img{
    width: 100%;	
	background: #000;
	opacity: 1;
	transition: all 2s linear;
	-webkit-transition: all 2s linear;
}
#services .text_c .col-md-2.col-sm-6:hover img{
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	opacity: 0.5;
	/*
	-webkit-animation:  imgleft-sidebar-title 2s ease-in-out;
    -moz-animation: left-sidebar-title 2s ease-in-out;
    -ms-animation: left-sidebar-title 2s ease-in-out;
    -o-animation: left-sidebar-title 2s ease-in-out;
    animation: left-sidebar-title 2s ease-in-out;*/
}
.img-cont{
	background: #000; 
	display: block;
}  

/*
@-webkit-keyframes dark-img {
    0% {
        width: 0;
    }
    100% {
        width: 500px;
    }
}

@-moz-keyframes dark-img {
    0% {
        width: 0;
    }
    100% {
        width: 500px;
    }
}

@-o-keyframes dark-img {
    0% {
        width: 0;
    }
    100% {
        width: 500px;
    }
}

@keyframes dark-img {
    0% {
        width: 0;
    }
    100% {
        width: 500px;
    }
}*/




#services .text_c h5{
    color: #002e5b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
}
#services .text_c p{
    color: #333333;
    font-size: 13px;  
}
#services .text_c>div{
    padding: 0 5px;
}

@media (min-width: 992px) {
#services .text_c>div.col-md-2 {
    width: 20%;
}
}
#static {
    background: #394ea1;
    padding: 55px 0;  
}
#static .text_c{
    
}
#static .text_c>div{
    text-align: center;

}

#static .text_c img{
    height: 72px;

}
#static .text_c h5{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin: 35px 0 15px;
}
#static .text_c p{
    color: #fff;
    text-transform: uppercase; 
}

.accordion-container{
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto;
 }

.accordion-container .set{
position: relative;
width: 100%;
height: auto;
    margin: 15px 0;

    background-color: #ffffff;
}
.accordion-container .set > a{
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    color: #868686;
    cursor: pointer;
}
.accordion-container .set > a:hover{
    text-decoration: none;
}
.accordion-container .set > a i{
    position:relative;
    float: right;
   color: #666;
}

.accordion-container .set > a i.fa-sort-down{
       margin-top: 6px;


}
.accordion-container .set > a i.fa-sort-up{
    margin-top: 6px;

}
.accordion-container .set > a.active{
background-color:#394ea1;
color: #fff;
}
.accordion-container .set > a.active i{
color: #fff;
}
.accordion-container .contents{
position:relative;
width: 100%;
height: auto;
background-color: #fff;
    padding: 30px 25px;


 display:none;
}
.accordion-container .contents p{
padding: 10px 15px;
margin: 0;
color: #333;
}

.accordion-container .contents a{
    display: block;
    color: #939598;
    padding: 2px 0;
    font-size: 16px;
}
.accordion-container .contents a:hover{
     color: #00534c;

}

.va-sort-down {
    background: url(/img/va-sort-down.png);
    width: 15px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;

}

#vacancy {
    background: #f4f4f4;
    padding: 25px 0;

}

#vacancy h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #002e5b; 
    text-align: center;
}

#vacancy .bottom_link{
     font-size: 16px;
    font-weight: 700;
    color: #002e5b; 
    text-align: right;
    display: block;
    text-decoration: underline;
    margin-top: 25px;
}



#vacancy_b  {
    border-top: 1px solid #ddd;
    height: 46px;
    background: #394ea1;
}

#vacancy_b .text span {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

#vacancy_b .resum_link {
    float: right;
    color: #394ea1;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    padding: 6px 14px;
    margin-top: 5px;
}

#vacancy_b .resum_link:hover {
     color: #e7e7e7;
 
}

.map {
	width: 100%;
	height: 500px;
}

#footer {
    background: #002e5b;
    padding: 40px 0;
 
    
}
#footer .logo{
    margin-bottom: 20px;

}

#footer .logo img{
    width: 100%;

}

#footer .social{
    margin-left: 10px;
 
}
#footer h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
} 
#footer ul{
    list-style-type: none;
    padding: 0; 
}
#footer ul li{
        color: #fff;
 
}
#footer ul li a{
    color: #fff;
    line-height: 35px; 
}

#copyright {
    background: #00274d;
}
#copyright p{
    color: #fff;
    margin: 0;
    line-height: 60px;
    font-size: 14px;
}
 
.navbar-toggle .icon-bar {
 
    background: #000;
}
.navbar-toggle {
        margin-top: 23px;

}
@media screen and (max-width: 992px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative;
    }
     #imap_control {
        display: none;
    }
    #imap .container {
    
    display: none;
}
#imap {
    background-size: cover;

}
}

@media screen and (max-width: 490px) {

 header .navbar {
 
    margin: 0;
}
header a.logo img {
    width: auto;
    margin-top: 0px;  
}  

.lang ul {
   
    padding-left: 13px;
}

#slider .naval_text {
    background: none;
   
    width: 100%;
    height: 100%;
    color: #fff;
    float: none;;
    position: relative;
}
#slider .naval_text h2 {
    position: relative;
    top: 0;
    font-size: 50px;
    left: 15px;
    font-weight: 700;
    display: block;
}
 
#slider .naval_text a {
color: #fde428;
    bottom: 0;
    position: relative;
    left: 17px;
    display: block;
}
#slider .naval {
    overflow: visible;
}

#video .img iframe {
    padding: 20px 0;
    width: 100%;
}

#about .img img {
    padding: 20px 0;
    width: 100%;
}

#vacancy_b .resum_link {
    float: none;
 margin-bottom: 10px;
    display: block;
    text-align: center;
}

#footer .logo img {
    width: auto;
}

 

}


#header_title {
    background: url(/img/header_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
}

#header_title h1{
    text-transform: uppercase;
    font-weight: 700;
    color: #ededed;
    text-align: center;
}

 
#content {
    /*padding: 35px 0;*/
} 
 
#content p{
     margin: 0 0 12px;

}
#content p img{
    width: 100%;
}
#content h5{
    font-size: 26px;
    color: #394ea1;
    font-weight: 700;
    max-width: 1000px;
    margin: 25px 0;
}
.input {
    width: 220px;
    border: 1px solid #cdcdcd;
    border-radius: 13px;
    color: #9b9b9b;
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 18px;
    height: 28px;
}