@media (min-width: 992px) {
    .navbar-brand {
        padding: 30px 15px;
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .navbar-nav>li {
        margin: 0px;
        line-height: 89px;
    }

    .navbar-nav>li>a {
        overflow: hidden;
        padding: 38px 25px 17px;
        color: #fffefe;
        font-size: 14px;
        display: block;
    }
    .language{
        line-height: 75px !important;
    }
 .language a{
    padding: 30px 5px !important;
 }
    .navbar-nav>li.active>a{
        font-weight: bold;
    }
	
    .nav>li>a:focus,
    .nav>li>a:hover {
        background: 0 0;
        color: #fff;

    }
    .dropdown-menu>li>a {
        padding: 12px 20px;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #c09358;
        color: #fff;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border: none;
        background: 0 0;
    }

    .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }

    .navbar-nav>li>a span {
        display: block;
        position: relative;
        transition: all ease-in-out 0.3s;
    }

    .navbar-nav>li>a:hover span {
        transform: translateY(-50px);
        color: #c22a1f;
    }

    .navbar-nav>li>a span:after {
        position: absolute;
        content: attr(data-title);
        top: 50px;
        left: 0;
    }
    
    .navbar-nav>li>a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        left: 0;
        bottom: 0;
        /*background: #ffcc00;*/
        transition: all ease-in-out .3s;
    }

    .language img{
        margin-right: 6px;
    }

    .navbar-nav>li>a:hover:after {
        width: 100%;
    }

  
    .nav>li:hover .dropdown-menu {
        display: block;
    }
 
}

@media (max-width:767px) {
	
    .navbar{background-color: #158f96;}
    .navbar-brand{height: 60px;
    padding:20px 0px 0 10px;}

    .navbar-brand img{width:100%;}
    .icon-bar {
        background: #fff;
    }
    .plogo{
        margin:0 auto;
        line-height: 48px;
    }
    .plogo h3{
        font-size: 22px;
        color: #11a690
        font-weight: bold;
        line-height: 48px;
    }
    .plogo img{ display: none; }
    .navbar-toggle {
        border-color: #fff;
        margin-top: 13px;
    margin-right: 8px;
    }
    .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
    position:static;}
    .nav>li>a {
    padding: 8px 15px;
    color: #fff;}
    .tit {
    margin-bottom: 6%;
}
.sy-about {
    padding-top: 23px;
    background-size: cover;
}
.sainfo {
    padding-bottom: 5%;
}
 .sy-pbg {
    margin-top: 28px;
    margin-bottom: 34px;
} 
.pseries a{
    width: 100%;
    margin-bottom: 10px;
}  
.ab-list .nav-tabs > li {
    width: 50%;
}
.ab-list .nav-tabs>li>a{
    color: #555;
}  
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    
    color: #fff;
}
.media-news h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
}