/*
    DEMO STYLE
*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fafafa;
    font-size: 14px;
    color: #000;
}

p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
}
.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.bglogin {
    background-color: none ;
    background-image: url(./images/bg-login.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#nav_accordion {
    margin-top: 20px;
}

#nav_accordion li {
    /*border-bottom: 1px solid #15247f;*/
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#frmtimkiem .form-control {
    border-color: #fff;
    font-size: 14px;
}

.btn-success {
    color: #fff;
    background-color: #e59a2f!important;
    border-color: #e59a2f!important;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.h1-login{
    font-size: 28px;
    font-weight: bold;
    font-family: Poppins-Bold;
}

.table tr th {
    text-align: center;
}

#sidebar-box{
    background: #7386D5;
    background: url(../images/bg-headertop.jpg) top center no-repeat;
    background-size: cover;
}

.menuscroll {
    height: calc(100vh);
    overflow-y: scroll;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*background: #7386D5;*/
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    border-bottom: 0px solid #6d7fcc;
    margin-bottom: 20px;
}

.sidebar li .submenu {
    padding-right: 0px!important;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px 10px;
    font-size: 15px;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#content nav.navbar {
    background: url(../images/bg-headertop.jpg) top center no-repeat;
    background-size: cover;
}
#content nav.navbar ul.navbar-nav li a.nav-link {
    color: #fff!important;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 1024px) {
    .table-responsive {
        display: revert;
    }
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .h1-login {
        font-size: 20px;
    }
    .login100-form-title {
        font-size: 18px;
    }
}

#content h2, .h2 {
    font-size: 15px;
    color: #030089;
}

#content a {
    color: #856404 !important;
    font-size: 14px;
}
#content a:hover {
    font-style: italic;
}
#content p {
    color: #000!important;
    font-size: 14px;
}

#content ul li{
    line-height: 1.5;
}
.table td, .table th {
    color: #030089;
    border-top: 0px;
    font-size: 14px;
}
.btn_timkiem {
    display: inline-block; 
    border: 1px solid #ccc;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 60px!important;
    padding: 0 10px!important;
}
.btn_timkiem:before{
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.list_baiviet {
    list-style: none;
    line-height: 1.7;
}
.list_baiviet li{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.btn_print{
    background: #dc3545;
    color: #fff;
    border: 0px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.frmtimkiem {
    padding: 0 10px;
}

.input-ttmsearch {
    border-radius: 0px;
}

.btn--ttmsearch
{
    border-radius: 0px;
    color: #fff;
    /* border-color: #fff; */
    border: 0px;
    background: #e59a2f;
}

.btn-headertop {
    margin-left: 10px;
}

.footer {
    position: relative;
    margin-top: 40px;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.ftext {
    
}

.box-monhoc {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.title-monhoc {
    font-size: 16px;
    margin-top: 10px;
    min-height: 40px;
}

.monhoc-nd {
    padding: 10px;
}