/*-------menu--------*/
.logo-image {
    overflow: visible;
}
.logo-image a {
    height: 100px;
    width: 150px;
}
.head-search {
    float: none;
    margin-top: 0;
}
.head-search p {
	color: #fff;
    text-align: center;
}.head-search  .text-bn1 {
	font-size: 20px;
    font-weight: bold;
}
.t3-mainnav {
	background: #0361D4 none repeat scroll 0 0;
	border: none;
}
.t3-mainnav .navbar-inner {
	border-style: none;
}
.navbar-inner {
	float: right;
}
.t3-mainnav .navbar .nav > li > a {
	 color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
	border-right: none;
	 padding: 10px 6px;
}
.dropdown-menu li > a{
	color: #33365c;
	font-size: 14px;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.t3-mainnav .navbar .nav > .active > a, .t3-mainnav .navbar .nav > .active > a:hover, .t3-mainnav .navbar .nav > .active > a:focus,
.t3-mainnav .navbar .nav > li > a:focus, .t3-mainnav .navbar .nav > li > a:hover ,
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle, .t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
	background: #4AB510 none repeat scroll 0 0;
	color: #fff;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a,
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background: #4AB510 none repeat scroll 0 0;
	color: #fff;
}
/*------------------------*/
.home article {
	display: none;
}
.t3-mainbody {
    padding-bottom: 20px;
    padding-top: 30px;
}
.t3-sidebar .module-title {
	color: #0361d4;
        font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #0093dd;
}
.module-title {
    font-size: 16px;
    text-transform: uppercase;
}
.t3-module {
	margin-bottom: 20px;
}
.t3-content .module-title  {
	background: #0361d4;
	    color: #fff;
		padding-left: 10px;
}
/*---------------sidebar--------------------*/
.animation-sidebar .module-ct {
	overflow: hidden;
}
ul.latestnews,.link-website ul {
    list-style: none;
    margin: 0;
}
ul.latestnews  li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
ul.latestnews {
    position: relative;
    animation: myAnimation 20s linear infinite;
    -moz-animation: myAnimation 20s linear infinite;
    -webkit-animation: myAnimation 20s linear infinite;
    -o-animation: myAnimation 20s linear infinite;
}
@keyframes myAnimation {
   from {bottom: -200px;}
    to {bottom: 200px;}
}

/* Hien thi cho Firefox */
@-moz-keyframes myAnimation {
   from {bottom: -200px;}
    to {bottom: 200px;}
}

/* Hien thi cho Safari and Chrome */
@-webkit-keyframes myAnimation {
   from {bottom: -200px;}
    to {bottom: 200px;}
}

/* Hien thi cho Opera */
@-o-keyframes myAnimation {
   from {bottom: -200px;}
    to {bottom: 200px;}
}

.link-website .icon-play {
    color: #85C226;
}
.link-website li {
    padding: 5px 0;
}
/*-----------module content-------------*/
.slides_container .bt-row-first {
	
}
.bt-cs .bt-row {
    clear: right;
}
.bt-cs .bt-row img {
	width: 120px !important
}
.bt-cs .bt-row.bt-row-first {
	float: left;
}
.bt-cs .bt-row.bt-row-first .bt-image-link img {
	float: none !important;
	height: 200px;
    margin: 0px 0 10px 0 !important;
    width: 100% !important;
}
.bt-cs .bt-inner .bt-title {
	display: unset !important;
}
.bt-cs .bt-row .bt-introtext, .bt-cs .bt-row .readmore{
	display: none;
}
.bt-cs .bt-row.bt-row-first .bt-introtext,.bt-cs .bt-row.bt-row-first .readmore {
	display: block;
}
/*---------article-----------*/
article .article-intro .item-image {
	width: 25%;
}
.blog article img[align="left"], .img_caption.left, .pull-left.item-image {
  /*margin: 0 5% 0 0;*/
}
.blog article {
  position: relative;
}
.blog article section .readmore {
  position: absolute;
  bottom: 0;
  left: 25%;
}
article h2.article-title {
   font-size: 18px;
}
/*----------footer----------*/
.copyright {
	text-align: center;
}
.t3-footer {
    background: #07448e none repeat scroll 0 0;
    color: #fff;
}
.t3-copyright {
    border-top: medium none;
    font-size: 13px;
    padding: 40px 0 20px;
}
/* Landscape phones and down */
@media (min-width: 767px) {
.t3-header {
	background: #0361D4 none repeat scroll 0 0;
}
}