header{
    background-color: #f5f5f5;
    height: 100px;
}
footer{
    padding-top: 10px;
    background-color: #01376c;
	color:white;
}
*{
	text-decoration:none
}

 .list-news .content-block .item {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.list-news .content-block .item  a{
   font-size:16px;
   text-decoration:none;
}
.list-news .content-block .item  span{
   display:inherit;
   color: gray;
   font-size:13px;
}
.published{
    font-size: 11px;
    font-weight: bold;
}
.moduletablemenu h3, .moduletable_verticlemenu h3{
    color: #01406A;
    padding: 8px;
    font-size: 18px;
    border-bottom: 5px solid #01406A;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}
.lnk{
    height:180px;
    overflow: hidden;
    padding:10px;
}
.lnk_title{
    position: absolute;
    bottom: 0;
    height:40px;
    background: #fff url("http://daihoclongan.edu.vn/templates/dlav2/images/icon_education.png") no-repeat scroll 5px center;
    width:100%;
    padding: 10px 10px 10px 30px;
    z-index: 1;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.lnk_content{
    position: absolute;
    bottom:0;
    height:0px;
    padding: 10px;
    margin-right: 10px;
    transition: all 0.7s ease;
}
.lnk:hover .lnk_content{    
    background-color: #000;
    color: #fff;
    transition: all 0.8s ease;
    height:110px;
    opacity: 0.8;
}
.lnk:hover .lnk_title{
    background-position-x: 15px;
}
.hinh_intro{
    width: 150px;
    height: 110px;
    border: 1px solid #d5d5d5;
    padding: 3px;
    float: left;
    margin-right: 10px;
}
.items-row .item {
    border-bottom: 1px dotted #dfdfdf;
}
.banner{
    padding: 10px;
    background-color: #166492;
    margin-bottom: 5px;
}
.banner .glyphicon{
    font-size: 2em;
    color:#fff;
}
.banner .glyphicon a{
    font-size: 15px;
    vertical-align: middle;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    padding-left: 5px;
}
p{
    text-align: justify;
}
#googleMap{
    height: 350px;
    margin-bottom: 20px;
}
.verticlemenu{
    border-bottom: 1px solid #dfdfdf;
}
.img-responsive{
    margin: auto;
}
.figure{
    text-align: center;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 50px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
#searchForm{
    display: none;
}
.search-results{
    margin-top: 15px;
}
.moduletablemenu .timkiem{
    display: none;
}
.traloi{
    display:none;
    padding-left: 30px;
}
.topmenu{
    text-align:right;
    padding: 10px;
    font-weight:bold;
}
.navbar-nav li:first-child img{
    width:20px;
}
@media(max-width:768px){
    .logo{
        width:95%;
        max-width: 425px;
    }
    header{
        height: auto;
    }
}