*{
    margin: 0;
    padding: 0;
    color: #1F2251;
    box-sizing: border-box;
}
html, body{
    font-family: "SVN-Gotham-Book", sans-serif;
    font-size: 16px;
    background-color: #f4f1f1;
}
p{
    margin-bottom: 0px;
}
a{
    color: #1F2251;
}
h1,h2,h3,h4, h5, h6{
    font-family: "SVN-Gotham-Bold", sans-serif;
}
h2{
    font-size: 3rem;
}
h4{
    font-size: 1.25rem;
    margin-bottom: 0;
}
header .element{
    font-family: "SVN-Gotham-Book", sans-serif;
    font-size: 0.8125rem;
    color: #1F2251;
}
p.sologan{
    font-family: "SVN-Gotham-Regular";
    color: #1F2251;
    font-size: .95rem;
}
/* #navbar */
#navBar{
    position: relative;
    max-height: 650px;
    min-height: 650px;
    background-color: #ccc;
    z-index: 1;
}
#navBar .navbar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.bg-light{
    /* background-color: #1F2251 !important; */
    background-color: rgba(31, 34, 81, 0.7) !important;
}
#navbarNav a{
    font-size: 1rem !important;
    color: #fff;
}
#navbarNav a:hover {
    color:yellow;
}
#navbarNav > ul > li:first-child a{
    padding-left: 0;
}
#slideBar{
    height: 750px;
}
.item-slide-bar{
    width: 100%;
    height: 100%;
    /* background-image: url('../images/Silder-banner1.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}




/* tin tức */
.item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.item:hover{
    cursor: pointer;
}

#news{
    position: relative;
}
p.head-title{
    font-size: 1.25rem;
    font-family: "SVN-Gotham-Regular";
}
#news h2, #event h2, #dao-tao h2{
    color: #FF2626;
}
.item-head {
    padding: .5rem;
}
.item-head:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.box-shadow-none{
    padding: .5rem 2rem;
    box-shadow: none;
}
.box-shadow-none:hover{
    padding: .5rem 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.item-first{
    position: relative;
}
.item-first .title {
   background-color: rgba(217, 217, 217, 0.7);
}
.item-content a{
    display: block;
}
.item-content p{
    font-size: 1rem;
}
#news .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

a.button{
    background-color: #1F2251;
    color: #fff;
}
a.button:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color:yellow;
}

#khcn .item-content, #dao-tao .item-content{
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dao-tao h3{
    font-family: "SVN-Gotham-Bold";
    font-size: 2.2rem;
    color: #FF2626;
}
#dao-tao h5{
    color: #FF2626;
}