/**
 * 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{
  display: none;
}
.section-header-bar {
	background-image: url(../images/abstraction.jpg);
	background-position: 50% 85%;
	background-size: cover;
	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: #fff;
	border-radius: 5px;
}
.header-nav, .header-nav-inner {
	color: #fff;
}
.header-nav, .header-nav-inner em{
	color: #fff;
}
.header-nav a {
	color: #fff;
}
.header-nav a.button {
	background: none;
	color: #db915e;
}
.socialList li a {
	background: none;
	color: #fff;
}
#tip .socialList a{
	background-color: #fff;
	color: #db915e;
}
#header .logo h2, #header .logo .site_description {
	display: none;
}
.headerSearch .btn-info {
	background-color: #e44a7a;
	border-color: #e44a7a;
}
.third-nav .bg {
	background-color: #f7f3f0;
}
#menusite .navbar-default {
	background:none;
	border: none;
}
#menusite .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #363636;
}
#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: #e44a7a !important;
	color: #fff;
}
#menusite .navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
#menusite .dropdown-menu{
	background: #fff !important;
	border: none !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
#menusite .dropdown-menu > li > a{
	color: #363636;
}
#menusite .dropdown-menu > li > a:hover{
	color: #e44a7a !important;
}
#footer {
	background: none;
}
#footer h3 {
	color:#363636;
	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: #666;
}
.footerNav2 {
	background-image: url(../images/abstraction.jpg);
	background-position: 50% 85%;
	background-size: cover;
	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: none;
		border: none;
	}
	#menusite .navbar-toggle:hover,
  #menusite .navbar-toggle:focus {
  	background-color: #e44a7a;
  }
}