.top-header {
padding-top: 8px;
    padding-bottom: 8px;
}
.header-logo__img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 100px;
}
th{
    background-color:rgb(8, 67, 134); 
    color: white;
}
tr:nth-child(even){
    background-color:#f1f1f1;
}
p{
    font-size:15px;
    font-weight: 600;
}
.dropdown-menu > li > a{
    font-size:12px;
    font-weight: 600;
    color: #e84c3d;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1f1f1f;
}
.header-inner{
    padding-top: 22px;
}
.top-header{
    background: rgba(8, 67, 134);        /*#2d3e50*/
}
.bottom-header{
    /*                padding: 5px;
                    background: #084386;*/
    color:#fff;
}
.bottom-header-title{
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing:3px;
    margin-top: 30px;
}
.sub-heading{
    font-size: 15px;
    letter-spacing:4px;
    text-align: center;
}
.main-header{
    background-color: rgba(8, 67, 134);
}
.footer{
    background: rgba(8, 67, 134);
    color: #fff;
    font-size: 110%;
    font-weight: 600;
}
.footer-contacts__inner{
    color: #fff;
}
.footer-list__link{
    color: #fff;
}
.header.sticky{
    background-color: rgba(8, 67, 134, 0.5);
    border: #fff 1px solid;
}
.yamm .nav > li > a{
    color: #fff;
    font-size: 130%;
}
.wrap-title-page:after{
    background: none;
}
.wrap-title-page{
    padding: 25px;
}
.main-content{
    padding: 25px;
}
.copyright{
    display: inline;
}
.list-social{
    display: inline;
}
.company-link{
    text-decoration: underline;
    color:#e84c3d !important;
    text-transform: uppercase;
}
.newsul
{
    margin: 0px !important;
    padding: 0px !important;
    text-align: initial;
    overflow: auto;
    list-style: disc;

}

.newsul li
{
    padding-top: 0px;
    border-bottom: #ccc solid 1px;
    padding: 12px 15px;

}

.newsul a
{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none !important;
    outline: none;
}

.about img{border-radius: unset;}
.yamm .dropdown-menu .dropdown-sub-menu{left: 97%;top: 70%;opacity: 0;visibility: hidden;}
/*staff*/
.staff-detail {border: #39689e solid 1px;padding: 15px 25px;margin-bottom: 15px;background: #fff;}
.staff-detail h2 {font-size: 20px !important;margin: 0 0 21px;border-bottom: #39689e solid 1px;padding: 0 0 12px;}
.staff-detail .col-lg-6 {margin-bottom: 10px;}
.staff-detail span.first-dv {float: left;background: #39689e;color: #fff;padding: 8px 12PX;max-width: 173px;width: 100%;font-size: 14px;margin-right: 15px;}
.staff-detail span.last-dv {overflow: hidden;font-size: 14px !important;float: left;width: calc(100% - 210px);}
.staff-detail .panel-default .panel-title, .staff-detail a {color: #39689e;}
.staff-detail .panel-default .panel-body p {word-break: break-all;}
/*staff*/
/**Responsive**/
@media (max-width: 767px){
    .bottom-header-title{
        font-size: 150%;
        margin-top: 10px;
    }
}


/*.feedback .f1
{
    background-color: orange;
    padding:30px;
    border: 5px solid white;
    border-radius: 10px;
}
.feedback p
{
    font-size: 20px;
    color: #2d3e50;
    font-weight: 700;
    text-decoration: underline;
}

.feedback a
{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}*/

.visionmission
{
    background-image:linear-gradient(to right,#abb2b9,#5dade2);
    background-size:cover;
    padding-top:20px;
    box-shadow: 5px 5px 9px  grey;
    border-radius:20px;
    padding-bottom:20px;
}

.con_link
{
    margin-top:20px;
    background-color:orange;
    padding:6px;    
    box-shadow:3px 3px 2px grey;
    
}

.cont_mail
{
    animation:myobj 3s linear infinite;
}

@keyframes myobj
{
    50%
    {
        transform:rotateY(180deg);   
    }
   
}

