


.navbar{
    margin-bottom:0;
    border: none;
     border-radius: 0;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    
}
 
.navbar-default {
    background-color: #143d8aeb;
}

.navbar-toggle{
    position: relative;
    color: #fff;
    float: right;
    padding: 9px 10px;
    margin-right: 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
 
}
 .navbar-default .navbar-toggle:hover {
    background-color:transparent;
    color: #fff;
}






.dropdown-menu{
    background-color:#143D8A;
    border-top: 1px solid #143D8A;
}
.nav{
    float: none;
    margin: 0 auto;
    display: table;
    padding-right: 0;
}
.nav > li{
    padding-left:15px;
}

 
 
/***start dropdown***/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    background-color:#fff;
    color:#143D8A;
 }
li.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav >li >a {
    color: #FFFFFF ;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus,
 .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: transparent;
    border-bottom: 2px solid #fff;
 }
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover{
     color: #fff;
 }


.navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color: transparent !important;
    border-bottom: 2px solid #fff;

}
.dropdown-menu >li>a{
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
    color:  #FFFFFF;
    font-size:18px;
}
.dropdown-menu{
    min-width: 305px;
    left: -100px;
}


.lan{
    position: absolute;
    z-index: 1000;
    right: 11px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    padding: 3px;
}
.lan .btn{
    padding: 0px;
    color: #143D8A;
}
.lan a{
    color: #143D8A;
    text-decoration: none;
}

.tp-bullets.hidebullets{
    opacity: 1 !important;
}
.tp-bullets.simplebullets.round .bullet{
    cursor: pointer;
    position: relative;
    background:#FFFFFF !important;
    width: 16px !important;
    height: 16px !important;
    float: left;
    margin-top: 0;
    margin-left: 6px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
}
 .tp-bullets.simplebullets.round .bullet:hover {

    background-color: transparent !important;
}
.tp-leftarrow.default{
    background: transparent !important;
}
.tp-rightarrow.default{
    background: transparent !important;
}
/*.header .overlay{
    position: absolute;
    background-color: #000000a1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111
}*/

.header .overlay img{
    position: absolute;
    top: 20%;
    left: calc(50% - 125px);
    width: 250px;
}
/*.header .overlay>div{
    max-width: 50%;
    width: 50%;
    top: 50%;
    position: absolute;
    left: 25%;
    max-height: 30%;
    height: 30%;
}*/
/*.header .overlay .desc{
    max-height: 75%;
    height: 75%;
    overflow: hidden;
}*/
.header .overlay .desc {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
    line-height: 35px;
}
.header .overlay p{
    color: #ececec;
    /*margin-bottom: 15%;*/

}
.header .overlay .read-more a {
    text-decoration: none;
    /*font-size: 15px;*/
    color: #FFFFFF;
    border: 1px solid #ececec;
    padding: 8px 45px
}
.header .overlay .read-more a:hover{
    color: #143D8A;
    transition: .5s all ease-in-out;
    border:1px solid #143D8A;
}


.header .image .overlay-det .logo-det  {
    position: absolute;
    top: 40%;
    left: 38%;
}
.header .image .overlay-det{
    position: absolute;
    background-color: #000000a1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height:89%;
    z-index: 112;
}
@media (min-width: 360px) and (max-width: 767px)
{
    .lan {
        position: relative;
    }
    .navbar{
        position: relative;
        margin-top: 0;
    }
    .header .overlay img {
        top: 10px;
    }
    .nav{margin: 0}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{color: #fff !important;}
    .dropdown-menu >li>a{
        text-align: right;
        white-space: normal;
    }
}


@media (min-width: 360px) and (max-width: 479px)
{
.tp-bullets.simplebullets.round .bullet{
    width: 8px !important;
    height: 8px !important;
    bottom: -13px !important;
    margin-left: 2px !important;
}
}

@media (min-width: 480px) and (max-width: 767px)
{
    .tp-bullets.simplebullets.round .bullet{
        width: 8px !important;
        height: 8px !important;
        bottom: -13px !important;
        margin-left: 2px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .tp-bullets.simplebullets.round .bullet{
        width: 8px !important;
        height: 8px !important;
        bottom: -13px !important;
        margin-left: 2px !important;
    }
}