body {
    color: #a39797;
    font-size: 14px;
}

a {
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

#header .line {
    border-bottom: 1px solid #a39797;
    /*padding-top: 40px;*/
}

#header .navbar-brand img {
    width: 265px;
}

#header .navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar .nav-link {
    text-transform: uppercase;
    color: #a39797;
    font-size: 14px;
}

#header .navbar .dropdown-item:focus,
#header .navbar .dropdown-item:hover {
    background: transparent;
    color: #a39797 !important;
}

#header .navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
}

.dropdown,
.dropup {
    position: static;
}

#navbarNavDropdown {
    justify-content: space-between;
    position: relative;
}

.name-cat h1,
.name-cat h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-post {
    text-align: justify;
}

.content-post img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}

.content-post h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.otherpost h3 {
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 14px;
}

.otherpost ul {
    padding-left: 15px;
}

.otherpost ul li a {
    color: #a39797;
}

.otherpost ul li a:hover {
    color: #c6c5c5;
}

h1.name-news {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.footer .list_social {
    text-align: center;
}

.footer .list_social ul {
    padding: 0;
    margin: 30px 0;
    display: inline-block;
}

.footer .list_social ul li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .list_social ul li a i {
    font-size: 20px;
    color: #c6c5c5;
    transition: all 0.5s;
}

.footer .list_social ul li a:hover i {
    transform: scale(1.3);
}

.list_tacpham .item {
    margin-bottom: 50px;
}

.list_tacpham .item a {
    width: 100%;
}

.list_tacpham .item img {
    width: 100%;
    border: 1px solid #746465;
    padding: 4px;
}

.list_tacpham .item .name_tacpham {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.list_tacpham .item .name_tacpham a {
    font-size: 14px;
    color: #a39797;
    font-weight: normal;
}

.content_intro {
    overflow-y: scroll;
    height: 600px;
}

.pagination a.page-link {
    background: transparent;
}

.pagination .pagination .page-item:first-child .page-link {
    border-radius: 0;
    background-color: transparent;
}

.pagination .page-item.active .page-link {
    background: #c6c5c5;
    border-color: #c6c5c5;
    color: #2a2829;
    box-sizing: border-box;
}

.pagination .page-item.disabled .page-link {
    background: none;
}

.pagination .page-link:hover {
    color: #c6c5c5;
}

.pagination .active {
    border: none;
}

.form-control {
    background: #a39797;
}

.social_icons ul {
    padding: 0;
    margin: 0;
}

.social_icons ul li {
    display: inline-block;
    list-style: none;
    font-family: Times New Roman;

}

.social_icons ul li a {
    color: #a39797;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
}

.tabinfo ul li {
    margin-bottom: 10px;
}

.tabinfo ul li a {
    display: inline-block;
    font-size: 14px;
    color: #a39797;
    font-weight: bold;
    background: #5e4c4a;
    padding: 6px 20px 5px;
    margin-right: 5px;
    border-radius: 3px 3px 0 0;
}

.tabinfo ul li a:hover {
    color: #c6c5c5;
    text-decoration: none;
}

.tabinfo ul li a.active {
    background: #5e4c4a;
    color: #e2725b;
}

.theme-default.controlnav-thumbs .nivo-controlNav {
    max-width: 800px;
}
li.nav-item.dropdown.active>a {
    color: #fff !important;
}
li.nav-item.dropdown.active .dropdown-menu {
    display: none;
    
}
.dropdown-item.active, .dropdown-item:active {
    background: transparent;
    color: #e8a394 !important;
}
li.nav-item.active > a {
    color: #fff !important;
}

li.nav-item {
    margin-left: 20px;
    font-family: Times New Roman;
}