/**
 * 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 {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "Quicksand", serif;
    font-size: 15px;
	font-weight: 500;
    line-height: 1.6;
    background-image: url(../images/backgroud.jpg);
    background-size: cover; /* Bao phủ toàn màn hình */
    background-repeat: no-repeat;
    /*  background-position: center center; */
	
}

#body {
    background-color: #ffffff00;
    border-color: #dcdcdc00;
    border-style: solid;
    border-width: 0 0px 0 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0%);
}

body {
    background-color: #f7f0ea;
}

.section-header-bar {
background: rgb(28,164,166);
background: linear-gradient(90deg, rgba(28,164,166,1) 0%, rgba(217,149,31,1) 100%);
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #d4af37;
    color: #dcdcdc;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

#header .logo h2, #header .logo .site_description {
    display: none;
}

#menusite .navbar-default {
    background: linear-gradient(90deg, rgba(28, 164, 166, 1) 0%, rgba(217, 149, 31, 1) 100%);
    background-color: #23a4a1;
    border-bottom-color: #a19946;
    border-bottom-width: 1px;
    /* border-bottom-style: solid; */
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    border-radius: 30px;
    z-index: 1;
}

.second-nav .bg {
    background: #cccccc00;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0%);
}
.third-nav .bg {
    background-color: #eeeeee00;
    padding: 5px 5px 3px;
}

.headerSearch .btn-info {
    background-color: #d4af37;
    border-color: #c39b1a;
    color: #fff;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc00;
}

.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #333333;
    padding: 5px 0;
    color: #dcdcdc;
}

.footerNav2 .bttop a:hover {
    color: #ffffff;
    background-color: #c76464;
}
.footerNav2 .bttop a {
    display: block;
    background-color: #ffe902;
    color: #000;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}

#footer {
    position: relative;
    min-height: 300px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #38a292;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #245682;
    background: rgb(28, 164, 166);
    background: linear-gradient(90deg, rgba(28, 164, 166, 1) 0%, rgba(217, 149, 31, 1) 100%);
    padding: 20px 0;
    font-size: 13px;
}

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

#footer h3 {
    color: #ffe205;
}
.copyright {
    padding-top: 10px;
    color: #dcdcdc;
    font-size: 11px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.panel-primary>.panel-heading {
    color: #fff200;
    background-color: #555;
    border-color: #4fa081;
    text-transform: uppercase;
    font-size: 13px;
}

.panel-heading {
    /* background-image: linear-gradient(90deg, rgba(28, 164, 166, 1) 0%, rgba(217, 149, 31, 1) 100%); */
    /* background: rgb(28, 164, 166); */
        background-image: linear-gradient(90deg, rgb(35 163 160) 0%, rgb(211 149 35) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary {
    border-color: #34a194;
}

#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, #ffa100 0%, #ffa202 100%) !important;
    color: #fff;
    border-radius: 30px;
}

h3, .h3 {
    font-size: 15px;
}

@media (max-width: 767.98px) {
    #menusite .navbar-toggle {
        margin-left: 0;
        margin-right: -55px;
        color: #dcdcdc;
        border-color: #d59521;
        background-color: #d89520;
        position: absolute;
        left: 10px;
    }
}

@media (max-width: 767.98px) {
    #menusite .navbar-nav .dropdown-mobile {
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #2a9091 !important;
    }
}

@media (max-width: 767.98px) {
    #menusite .navbar-default .navbar-nav > li > a {
        background-color: #1ea3a4;
        color: #fff;
        padding-right: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 767.98px) {
    #menusite .navbar-default .navbar-nav > li {
        margin-left: 0;
        background: #1ea3a4;
    }
}
.header-nav a.button {
    display: block;
    position: relative;
    padding: 8px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #9d6a13;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}