/**
 * 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 */
body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #f6f9fa;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #09334b;
    border-color: #051e2c;
    text-transform: uppercase;
}
.panel-primary {
    border-color: #eee;
}

.panel-heading h3 {
	text-align: center;
	font-weight: 500;
}
.panel-heading:before {
    position: absolute;
    content: url(../images/logo1.png);
    margin-top: -5px;
    margin-left: -7px;
}

.list-inline {
	padding-left: 35px;
}

#footer .menu li a:hover {
    border-bottom-color: #fff0;
    color: #fff;
}

#footer .menu li a {
    display: block;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-color: #6aa3d500;
    border-bottom-style: dotted;
    padding: 8px 0;
}
.section-header-bar {
    background-image: linear-gradient(to bottom, #428bca00 0, #24568200 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}