/*.navbar-inverse {
  background: no-repeat url(../images/banner-bg01.jpg) top center transparent;  
}*/

.navbar-fixed-hide{
  transition: 0.8s;
  background: no-repeat url('') top center transparent;
}

.panel-banner {
  padding: 90px 0 40px;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
  background: #020031;
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#020031),color-stop(100%,#0e81a5));
  background: -webkit-linear-gradient(45deg,#020031 0,#0e81a5 100%);
  background: -o-linear-gradient(45deg,#020031 0,#0e81a5 100%);
  background: linear-gradient(45deg,#020031 0,#0e81a5 100%);
  background: -webkit-linear-gradient(-1deg, #0074ee 1%, #44cfcf 100%);
  background: -ms-linear-gradient(-1deg, #0074ee 1%, #44cfcf 100%);
  background-color: hsl(228, 42%, 33%);
  background-image: url(../images/bg-pattern.png);
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
}
.panel-banner .container {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
}
.panel-banner .input-group input[type="text"] {
  height: 40px;
  font-size: 14px;
}
.panel-banner .input-group-addon {
  padding: 0;
  border: none;
}
.panel-banner .input-group-addon .btn {
  padding: 0;
  height: 40px;
  width: 80px;
  border-radius: 0;
}
.tag-group {
  position: relative;
  margin: 30px 0 0;
  padding: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
}
.tag-group li {
  padding-left: 10px;
  padding-right: 10px;
}
.tag-group li.col-xs-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 92px;
}
.tag-group .btn-default {
  margin: 5px 10px 5px 0;
  color: #fff;
  background-color: transparent;
  border-radius: 3px;
}
.tag-group .btn-default:hover {
  color: #5bc0de;
  border-color: #46b8da;
}
@media screen and (max-width:767px) {
  .tag-group {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .panel-banner {
    padding: 120px 0 70px;
  }
  .panel-banner .container {
    padding: 0 30px;
  }
}
@media screen and (min-width:992px) {
  .panel-banner {
    padding: 150px 0 100px;
  }
}
@media screen and (min-width:1200px) {
  .panel-banner {
    padding: 150px 0 100px;
  }
}

/*.panel-news {
  margin-bottom: 0;
} */
/*.panel-news .panel-heading {
  padding: 15px 0 0;
  font-size: 12px;
}*/
/*.panel-news .panel-heading .container {
  background-color: #fff;
}
.panel-news .panel-body {
  padding: 15px 0 0;
}
.panel-news .panel-body .container {
  background-color: #fff;
}
.panel-news .panel-body .container img {
  display: block;
  width: 100%;
  height: auto;
}
.panel-news .panel-body .container a {
  color: #505050;
}
.panel-news .panel-body .container a:hover {
  color: #31b0d5;
}*/
/*.panel-news .panel-body .container li {
  padding: 10px 15px;
}*/
/*.panel-news .container .floor1 {
  margin: 0;
  height: 60px; 
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-bottom: none;
} 
.panel-news .container .floor2 {
  margin: 0;
  font-size: 12px;
  color: #999;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.panel-news .container a:hover .floor1,
.panel-news .container a:hover .floor2  {
  border-color: #46b8da;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}
.panel-news .container .pagination li {
  padding: 0;
}
.panel-news .container .pagination .form-control {
  padding: 8px 12px 7px;
}*/
@media screen and (max-width:767px) {
}
@media screen and (min-width:768px) {  
  /*.panel-news {
    margin-bottom: 10px;
  } 
  .panel-news .panel-heading {
    padding-top: 30px;
  }*/
  /*.panel-news .panel-body .container li {
    padding: 15px;
  }*/
/*  .panel-news .panel-body .container {
    padding: 15px 30px;
  }*/
}
@media screen and (min-width:992px) {
}
@media screen and (min-width:1200px) {
}

.panel-news {
  padding: 10px 0;
}
.panel-news .panel-body .container a {
  color: #505050;
}
.panel-news .panel-body .container a:hover {
  color: #31b0d5;
}
.nav.nav-tabs.nav-tabs-public {
  padding-left: 0;
}
.panel-news {
  margin-bottom: 0;
  background-color: #f5f5f5;
}
.panel-default .panel-heading {
  background-color: #fff;
}
.panel-default .panel-body .thumbnail {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}

.panel-left .panel-heading {
  padding: 0;
  border-bottom: none;
}
.panel-left .panel-body .row {
  position: relative;
  margin-bottom: 20px;
}
.panel-left .panel-body .row:before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: block;
    height: 1px;
    content: " ";
    background-color: #e6e6e6;
}
.panel-left .panel-body .row h4 {
  /*font-weight: 700;*/
  /*overflow: hidden; */
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;   */
  font-size: 16px;
  font-weight: normal;
}
.panel-left .panel-body .row p {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.panel-left .panel-body .row div.text-right {
  margin-bottom: 20px;
}
.panel-left .panel-body .row div.text-right a {
  padding-left: 5px;
  vertical-align: 1px;
}
.panel-left .pagination {
  margin: 10px 0;
}

.panel-right .panel-heading {
  font-size: 16px;
}
.panel-right .panel-body h4 {
  overflow: hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;   
}
.panel-right .panel-body p {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.panel-right .panel-body li:last-child p {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .panel-news {
    padding: 0;
  }
  .panel-news .panel-body {
    padding: 10px 0;
  }
  .panel-default .panel-body {
    padding: 20px;
  }
}


