/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
.panel {

        margin-bottom: 18px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: 0 1px 1px rgba(0,0,0,0.05);

}

.panel-default {
    border-width: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

}
div.news_column .panel-heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    border-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
}


.bg-content {
    background: url(../images/news/bg-content-light-brown.png) repeat-x;
}

.bg-content div ul {
    background: url(../images/news/bg-content-right-light-brown.png) no-repeat 100%;
    padding-left: 10px;
}

.bg-content div {
    background: url(../images/news/bg-content-left-light-brown.png) no-repeat;
}

.sub-list-icon > li:first-child {
    padding: 8px 0px 7px;
}

.sub-list-icon > li:first-child > h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.sub-list-icon > li:first-child > h4 a {
    color: #ffffff;
}

div.news_column .panel-body {
    border: 1px solid #CCCCCC;
}


.news_column .panel-body a {
    color: #ee234a;
}


.panel-primary>.panel-heading {
    background: url(../images/news/icon-block-bot-light-brown.png) no-repeat 3px 0px, -webkit-linear-gradient(#FFFFFF, #EEEEEE);
    background: url(../images/news/icon-block-bot-light-brown.png) no-repeat 3px 0px, -o-linear-gradient(#FFFFFF, #EEEEEE);
    background: url(../images/news/icon-block-bot-light-brown.png) no-repeat 3px 0px, -moz-linear-gradient(#FFFFFF, #EEEEEE);
    background: url(../images/news/icon-block-bot-light-brown.png) no-repeat 3px 0px, linear-gradient(#FFFFFF, #EEEEEE);
    border-radius: 0px;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    color: #1230c6;
    text-transform: uppercase;
    text-align: center;
}


.panel-body {

    border: 1px solid #cccccc;
    border-top: 0px;
    padding: 10px;
}

/* footer */

#footer {
    background: url(../images/news/footer-light-brown.png) repeat;
    position: relative;
    width: 100%;
 
    border-bottom: 1px solid #c4f6fd
    padding: 20px 0;
    font-size: 17px;
}

#footer, #footer a {
    color: #ffdada;
}

.wraper {
    width: 100%;
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}


/* header */

#header {
    position: relative;



}

.row {
    margin-left: -5px;
    margin-right: -5px;
}


#header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 14px 15px;
}


.title_banner {
    position: unset;
}
.title_banner {
    padding: 38px 0px;
}

.room {
    margin-bottom: 5px;
}

.room a {
    font-size: 24px;
    color: #ffffff;
}


.school {
    font-weight: bold;
    margin: 0px;
    font-size: 24px;
}

.school a[data-text] {
    position: relative;
    color: #fff472;
}

.school a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}


.banner {
    width: 100%;
    text-align: center;   /* Căn giữa ảnh */
    padding: 0;
}
.banner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}




img {
    vertical-align: middle;
}
img {
    border: 0;
}


/* Menu */

#menusite .navbar-default .navbar-nav > li > a:hover, #menusite .navbar-default .navbar-nav > li > a:focus, #menusite .navbar-default .navbar-nav > .active > a, #menusite .navbar-default .navbar-nav > .active > a:hover, #menusite .navbar-default .navbar-nav > .active > a:focus, #menusite .navbar-default .navbar-nav > .open > a, #menusite .navbar-default .navbar-nav > .open > a:hover, #menusite .navbar-default .navbar-nav > .open > a:focus {
    background: linear-gradient(to bottom, #e9aab59c 0%, #eb8899 100%) !important

}


/*  Dưới menu bảng tin trượt trượt  */


.news-carousel-slider #left .title {
    position: absolute;
    top: 0;
    left: 0;
    background: #bb1134;
    z-index: 10;
    padding: 0 10px;
    height: 40px;
}


