.text-uppercase {
    background-color: #1931b5;
}
.menuType1 .navbar-default .navbar-nav>li>a {
    color: white;
    border-bottom: 2px solid transparent;
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0 7px;
    outline: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 45px;
    width: auto;
}
.menuType1 .navbar-default .navbar-nav>li>a:hover {
    color: white;
    background: #50bbff;
}
.menuType1 .dropdown-menu>li>a {
    padding-bottom: 5px;
    color: #1931b5;
    padding: 9px 10px;
    font-weight: bold;
}
.dropdown-menu .text-uppercase{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: inherit;
    letter-spacing: .03em;
    line-height: 24px;
    height: auto;
    color: #fff;
    display: block;
    padding: 8px 10px 8px 22px;
    position: relative;
    margin: 0 3px;
    transition: all 0.2s ease-out;
    background: #50bbff;
}

.menuType1 .dropdown-menu>li:hover>a, .menuType1 .dropdown-menu>li.active>a, .menuType1 .social-header .dropdown-menu>li.nav-2-item.hasActive>a, .social-header .menuType1 .dropdown-menu>li.nav-2-item.hasActive>a, .menuType1 .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: white;
    background: #50bbff;
}



/* banner   */
.banner {
    width: 1100px;
    display: block;
    
}

/* sectionbox */

.section-box {
    padding: 15px 0;
}
section {
    display: block;
    vertical-align: baseline;
}

.col-md-5 {
        padding-right: 12px;
        padding-left: 12px;
        position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.unstyle-dot li a:hover {
    color: #2a7ff8;
}
.unstyle-dot li a {
    transition: all ease 0.3s;
}
.box-news .unstyle-dot li:first-child {
    margin-top: 0;
}
.box-news .unstyle-dot li {
    border-bottom-style: solid;
    margin: 3px 0;
}
.unstyle-dot li {
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #ccc;
    text-align: justify;
    position: relative;
    padding-left: 18px;
}
li {
    font: inherit;
    vertical-align: baseline;
}

/* thong bao */
.col-lg-9 {
    padding-right: 12px;
    padding-left: 12px;
    
}
.card-info-title {
    margin: 0.8em 0 .5em 0;
    color: #020202;
    font-weight: normal;
    font-size: 15px;
}
.card-info-title a {
    color: inherit;
}


/*  tb2 */
.bg-light2 {
    background-color: #efefef;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}
* {
    box-sizing: border-box;
}
footer{
    padding: 20px;
    background-color: blue;
    margin-top: 10px;
    display: flex;
}

footer.img{
    width: 250px;
   
}
footer p{
    color: white;
}

