.nav-section {
    position: relative;
    top: 0px;
    width: 100%;
    height: 73px;
    background-color: #fff;
    z-index: 5;
}

.nav-section .logo-fill {
    position: absolute;
    /*position: relative;*/
    top: 0;
    left: 0;
    width: 50%;
    background-color: #0f2241;
    height: 100%;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    padding-top: 7px;
}

.navbar-default {
    padding: 10px 0px 10px 0px;
}

.nav-section .containerbpm {
    background: #FFF;
    width: 1150px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.nav-section .logo {
    float: left;
    display: inline-block;
    width: 250px;
    height: 73px;
    background-color: #0f2241;
}

.bgcolor {
    float:left;
    display: inline-block;
    width: 38px;
    height: 73px;
    background:#173464;
}

.pmlogo {
    float:left;
    display: inline-block;
    width: 20%;
    height: 100%;
    text-align: center;
    background: #831b1d;
    /*padding:16.5px 0;*/
}

.pmlogo img {
    margin-top: 18px;
}

.nav-section .links {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: 50%;
}

.nav-section .logo .logo-main {
    margin-top: 25px;
}

.shahrial p {
    color:#fff;
    text-align:right;
    margin-right:25px;
    text-transform:uppercase;
}
.shahril{
    float:left;
    width:25%;
    background:#0f2241;
    /*padding:20px 0px;*/
}



.nav-section .links ul{
    list-style:none;
    padding-left: 0px;
    margin-left: 0px;
}
.nav-section .links ul li{
    display:inline-block;
    /*background:url(../images/nav_03.jpg) no-repeat right;*/
}

.nav-section .links ul li + li:before {
    content: "/";
}

.nav-section .links ul li:nth-child(5){
    content: none;
}

.nav-section .links ul li a {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 15px;
}

.nav-section .links ul li a:hover {
    text-decoration: underline;
}

.social {
    float:right;
    width:86px;
    text-align:left;
}
.social img{
    padding:15px 4px;
}
.rightspace{
    width:10%;
    float:left;
}

/* =====================================================================================
                            Dropdown
=====================================================================================*/
.dropbtn {
    background-color: transparent;
    color: #555;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown button img {
    max-height: 42px;
    width: auto;
    height: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}