/**
 * 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{
	background-color: #fff;
}
#body{
	border: none;
	box-shadow: none;
}
.site-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:#222934;
  opacity: .35;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-header-bar {
	background: #FFEBED;
	border-bottom: 1px solid #FFFFFF26;
	letter-spacing: .1em;
}
.section-nav{
	margin-bottom: 20px;
}
.section-nav .second-nav .bg {
	background: none !important;
}
.section-nav .second-nav .box-shadow {
	box-shadow: none !important;
}
.second-nav{
	background: #FE7084;
	border-radius: 5px;
}
.header-nav, .header-nav-inner {
	color: #160E4B;
}
.header-nav, .header-nav-inner em{
	color: #FE7084;
}
.header-nav a {
	color: #160E4B;
}
.header-nav a.button {
	background: none;
	color: #db915e;
}
.socialList li a {
	background: none;
	color: #160E4B;
}
#tip .socialList a{
	background-color: #fff;
	color: #db915e;
}
#header .logo h2, #header .logo .site_description {
	display: none;
}
.headerSearch .btn-info {
	background-color: #DB915E;
	border-color: #DB915E;
}
.third-nav .bg {
	background-color: #f7f3f0;
}
#menusite .navbar-default {
	background:none;
	border: none;
}
#menusite .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
}
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover, 
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover {
	background: #F7F3F0 !important;
	color: #000;
}
#footer {
	border-top-color: rgba(255, 255, 255, 0.12);
	border-bottom-color: rgba(255, 255, 255, 0.12);
	background-color: #222934;
	background-image: none;
}
#footer h3 {
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer h3::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #FE7084;
  border-radius: 50px;
  bottom: 0;
  left: 0;
}

#footer h3::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  bottom: 0;
  left: 14px;
}
#footer, #footer a {
	color: #fff;
}
.footerNav2 {
	background-color: #222934;
	color: #fff;
}
.footerNav2 .bttop a{
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}
.footerNav2 .bttop a:hover{
	background-color: #FE7084;
}
@media (max-width: 767.98px) {
	#menusite .navbar-toggle {
		background: #db915e;
		border: none;
	}
}