
/** ADD YOUR AWESOME CODES HERE **/
.text-center.bottom-line {
    border-bottom: 1px solid #03607B;
}
.title-bs{
	background: url('../images/line.png') bottom center no-repeat;
	padding-bottom: 30px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	background: #f8f9fa;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a{
	display: block;
}
.mota>ul{
	margin-left: 40px;
}
.title-see{ background: #4695C2 }
.title-see>p{
    padding: 5px 0 5px 13px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #4695C2;
    color: white
}
.noidung-tin ul{ margin-left: 20px }
.noidung-tin img{margin-left:25%; padding:5px 0;}\


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.menu-active{
    color:#b0b435 !important;
}

