/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #333 ;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #06c;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding:0;
}

h1 {
	font-size: 48px;
}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.gif") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #00B3FD;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #00B3FD;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #50d8af;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #00B3FD;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo span{
  font-size: 20px; 
  padding: 0; 
  font-family: "Arial", sans-serif;
  color:#fff;
  font-weight:600;
}

#header #logo img {
  padding: 0;  
  margin-left: -20px !important;
}

#header #smartlogo 
{
  display:none;
}
    
@media (max-width: 768px) { 
  #header {
    padding:  5px 0;
    height: 80px;
  }

 #header #smartlogo 
{
  display:block;
  text-align:center;
  margin-left:-10px;
  
}

#header #smartlogo span{
  font-size: 16px; 
  padding: 0; 
  font-family: "Arial", sans-serif;
  color:#fff; 
  line-height: 0.3;
     
}

 #header #logo 
{
  display:none;
}

  #header #logo img {
    max-height: 40px;   
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  background: #000;
  position: relative;
}
  
#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;  
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
  padding-left: 150px;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight:normal;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #4843D2;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #4843D2;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; 
  margin-top: 40px; 
}


#mobile-nav-toggle i {
  color: #fff;  
}


@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;      
  }  
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;       
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -310px;
  width: 310px;
  overflow-y: auto;
  transition: 0.4s;
}

@media (max-width: 991px) {
  #mobile-nav  {
    left: -90%;
    width : 90%;   
  }
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
 
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #50d8af;
}

#mobile-nav ul li li {
  border-top : 0.5px solid #474747 ;
}

#mobile-nav ul li li:last-child {
  border-bottom : 0.5px solid #474747 ;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-children i {
  position: relative;
  left: 0; 
  color: #fff;
  font-size:11px;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}


#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 24px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}


.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 0;
}


/* solieu Section
--------------------------------*/
#thongbaoH { padding-top:10px;}

#solieu {
  padding: 30px 0 0 0;  
  width: 100%; 
}

#solieu .content {
 padding-bottom: 30px;
}

#solieu .content h2 
{
  font-size: 24px; 
  text-transform: uppercase;
  color: #0c2e8a;
  font-weight: 700;
  font-size: 24px;  
}

#solieu .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#solieu .content p {
  line-height: 26px; 
}

#solieu .content p:last-child {
  margin-bottom: 0;
}

#solieu .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #4843D2; 
}

#solieu .content ul {
  list-style: none;
  padding: 0;
}

#solieu .content ul li {
  padding-bottom: 15px;  
}

@media (max-width: 768px) {
  #solieu .products-list .product-info { 
    font-size:18px;    
  }
} 
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
  width: 90px;
  height:35px;  
}
 
    
.text-button  
{
   font-size:16px;
   margin-top: -20px !important; 
}

.radiusclose {
  height: 28px;
  width: 28px;
  display: block; 
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background:transparent;  
  border: 2px solid #fff;
  cursor:pointer;
}

.radiusclose .fa { padding-top:3px !important;}


input[type="checkbox"] {
  display:none;
}
input[type='checkbox'] + label:before
{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 8px; 
  width: 33px;
  cursor:pointer;
 
}

input[type="checkbox"] + label:before 
{
  content: ""; 
  content: "\f096"; /* Checkbox Unchecked */
  color:Red;
  font-size:24px;
  padding-left:10px; 
   
}
input[type="checkbox"]:checked + label:before {
  content: "\f046"; /* Checkbox Checked */
  color:Red;
}

/*--------------------------------------------------------------
# tabs
--------------------------------------------------------------*/

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}


.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
  
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;  
}

.tab-panel {
  padding: 30px 0; 
  border-top: 1px solid #ccc; 
}

#BieudoDM button[type="button"] {
  background: #00a8ff;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#BieudoDM button[type="button"]:hover {
  background: #50d8af;
}

 #bieudoDM {
      max-width: 65em;
      margin-top:30px;
 }
 
#BieudoDM .tab-panel { text-align:center; }
#BieudoDM .tab-panel > h4  {
    text-transform:uppercase;
    color:#111;
    font-weight:600;
}

#BieudoDM .tab-panel > h5  {  
    color:blue;
    font-weight:600;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
  max-width: 165em; 
}


/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;	
	max-width: 700px;
	margin: 0 auto;
}

.modal-dialog_aspx {
	width: 100%;		
	margin: 0 auto;	
}

.modal-popup {
	position: relative;
	padding: 20px 30px;
	text-align: left;
	background-color: #0091ea;
	box-shadow: none;
	border-radius: 2px;
    opacity: 0.80;	
}

.modal-popup_aspx {
	position: relative;
	padding:  20px 0;
	text-align: left;
	background-color: #fff;
	box-shadow: none;
	border-radius: 2px;   
}

.modal-popup button { background:transparent}

.modal-popup_aspx button { background: #00B3FD; }
.modal-popup_aspx span { margin-right: 20px; }

.popup-form {
	width: 95%;	
	min-height:-webkit-fill-available;	
	margin: 60px auto;
    line-height : 30px;   
}

.modal .products-list > .item {
    background:transparent !important;
    color: #fff;  
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.modal .products-list > .item {
    background:transparent !important;
    color: #fff;  
}

.modal .products-list > .item .product-info > a {
   color: #fff;
   font-size:16px;
 } 
 .modal .products-list > .item .product-info > a:hover{
    color: Yellow;
 }
 
 .modal .products-list .last {
   padding-bottom: 30px;
 } 
 
 .blue-color {
	color: #444;	
	background: transparent;	 
    font-weight:500px;
    display:none;
    padding-left: 10px;  
}
   
 .active { font-weight:bold;}
  
 .hinh_excel 
{
    background-image:url(../img/Excel.png);    
    width:48px;
    height:48px; 
    cursor:pointer;    
 }

/* Nha ve sinh Section
--------------------------------*/
#nvs {
  padding: 30px 0 0 0;  
}

#nvs .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  cursor:pointer;
}

#nvs .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#nvs .box .icon {
  float: left;
}

#nvs .box h4 {
  margin-left: 100px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

#nvs .box h4 {
  color: #444;
}

#nvs .box p {
  font-size: 16px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 1.6; 
}


#nvs .section-header p {
    margin-left: 0;
    text-align:justify;  
    font-size:16px;
    font-family:Arial;  
    color:#777; 
    line-height:1.6;   
  }
 
 
 .listNVS
{
   padding-top: 50px;
 }

.listNVS li
{
   padding-top: 10px;
 }
  
@media (max-width: 767px) 
{
   
  #nvs .box .box {
    margin-bottom: 20px;
  }
  #nvs .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #nvs .box p {
    margin-left: 0;
    text-align:justify;  
    font-size:20px;
    font-family: "Open Sans", sans-serif; 
    color:#777;
    line-height:1.6;  
  }
  #nvs .box h4 {
    margin-left: 0;
    text-align:left;   
  }
  
  #nvs .section-header p {
    margin-left: 0;
    text-align:justify;  
    font-size:20px;
    font-family: "Open Sans", sans-serif;
    color:#777;
    line-height:1.6;     
  }
  #nvs .section-header h2 {   
    text-align:center;        
  }
  
  .listNVS li
{
   font-size:18px;
   left:0;
 }
}

/* Chay chu moi truong
--------------------------------*/

 .table {
	display: table;
    width : 95%;
	height: 100%;
	top: -10px	;
	position:absolute;
	z-index:9;
}

.table .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.table .white {
	color:white;
}

.table .light {
	font-weight: 300;
}


@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	
	.products-list .product-info {
     margin-left: 35px;
     font-size:16px;
     color:#333; 
     font-weight:500;
   }        
        
	.modal {
		padding: 10px 10px !important;
	}
      
    .modal-popup {	
	    padding : 10px 10px;	
    }  
    
    .popup-form {
		width: 100%;
		margin: 60px auto;			
	}
	
	.modal .products-list > .item .product-info > a {
       font-size: 18px;
     } 
     
     .blue-color {
       font-size:20px;
       font-weight:600;
     }
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;  
}

.products-list > .item { 
  background: #fff; 
  cursor:pointer;
}

.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list > .item .product-info > span:hover{
   color: #4285F4;
 } 

.products-list .product-img {
  float: left;
}
.products-list .product-img img 
{
  padding-left:3px;
  width: 24px;
  height: 24px;
}

.products-list .product-info {
 margin-left: 35px;
 color:#333; 
 font-weight:500;
 padding-right:5px;

}


 /*--------------------*/
/* Y nghia */
/*--------------------*/

#Ynghia{
	background-image: url("../img/waternatural.jpg");
    margin : 50px 0 50px 0;
}


.mu-testimonials-area {
	display: inline;
	float: left;
	padding: 50px 0 0 0;
	width: 100%;
	position: relative;
	z-index: 20;
}

.mu-testimonials-area h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.mu-testimonials-block {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;	
}

.mu-testimonial-slide { margin-left:-30px;}

.mu-testimonial-slide li{
	list-style: none;
	text-align: left;      
}
    
.mu-client-quote {
	font-size: 35px;
	opacity: 0.7;
	margin-bottom: 25px;
}

.mu-testimonial-slide li p {
	color: #fff;
	font-size:16px;
	padding: 0 10%;
	line-height: 1.6;
}

@media (max-width: 768px) {
  .mu-testimonial-slide li p {
    font-size:20px;    
  }
} 

.mu-testimonial-slide li p i{
	color: #fff;
	font-size:12px;
	padding-right: 10px;
}

.mu-testimonial-slide li h5 {
	text-align: center; 
}
.mu-rt-name {
	margin-bottom: 25px;
	color:Yellow;
	line-height: 1;	
	letter-spacing: 1px;
	font-weight:600
}

.mu-testimonial-slide .slick-dots {
    bottom: -50px;
}

.mu-testimonial-slide .slick-dots li {
	background-color: #f8f8f8;
	height: 4px;	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-testimonial-slide .slick-dots li button {
	display: none;
}

.mu-testimonial-slide .slick-next {
	right: 0px;
}

.mu-testimonial-slide .slick-prev {
	left: 0px;
}

.mu-testimonial-slide .slick-prev:hover,
.mu-testimonial-slide .slick-prev:focus,
.mu-testimonial-slide .slick-next:hover,
.mu-testimonial-slide .slick-next:focus {
    color: #0091ea;
}

.mu-testimonial-slide .slick-prev:hover:before,
.mu-testimonial-slide .slick-prev:focus:before,
.mu-testimonial-slide .slick-next:hover:before,
.mu-testimonial-slide.slick-next:focus:before {
    color: #0091ea;
}
/*--------------------*/
/* Nuoc HVS */
/*--------------------*/

#nuocHVS 	
{    
  padding : 50px 0 50px 0 ;
}

.mu-service-area {
	display: inline;
	float: left;
	width: 100%;
}
.mu-service-area p
{
   text-align:justify;
}

.mu-service-content {
	display: inline;
	font-size:16px;
	float: left;
	width: 100%;
}

.mu-single-service {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor:pointer;
}

.mu-single-service-icon {
	background-color: #0091ea;
	border-radius: 50%;
	color: #fff;
	display: inline;
	font-size: 18px;
	float: left;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	margin-right: 20px;
	margin-top: -10px;
}

.mu-single-service-icon .fa 
{
    padding-top: 15px;
}

.mu-single-service-content {
	display: inline;
	float: left;
	width: 80%;
}

.mu-single-service-content h3 {
	color: #323232;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	cursor:pointer;		
}
  
.mu-title-contain p {
  font-weight:600;
  text-align:justify;  
}

 .mu-title-contain p i {
  font-size: 18px; 
  padding-right:10px;
  color: #50d8af;
}

.mu-title
  {
   padding: 0 0 50px 100px;  
   font-size: 16px;   
  }

.mu-title h4
  {
   font-weight:600;
   color:#777; 
  }  

  @media (max-width: 767px) {
	
	#mu-service {
		padding: 60px 0 50px;
	}
	
	.mu-single-service-content 
	{	  
		margin-left: 20px;
		font-size:16px;
	}	
	.mu-service-content p {
	  font-size: 18px;
	}
	.mu-title
    {     
       padding: 0;  
       font-size: 18px;   
    }
  							
}
@media (max-width: 1199px)  
{
    .mu-single-service-icon {
		margin-right: 0;
	}

	.mu-single-service-content {
		width: 100%;
		margin-left: 15px;
	}
 }
 
 @media (max-width: 991px) 	
 {
   	.mu-single-service-content {
		width: 78%;	
	} 		   
  }


/* Nuoc sach
--------------------------------*/
#nuocsach {
  padding: 50px 0 50px 0 ;
}

#nuocsach .contact-info {
  margin-bottom: 20px; 
  display: inline;
}

#nuocsach .contact-info p 
{
  text-align:justify;  
  line-height:1.6;
}

#nuocsach .contact-info p i {
  font-size: 18px;
  padding-right:10px;
  color: #50d8af;
}


#nuocsach .contact-info p a {
  color: blue;
  font-size:18px;
  cursor:pointer;
}

 @media (max-width: 768px)  
 {
    #nuocsach .contact-info p i {
     font-size: 20px; 
   }

    #nuocsach .contact-info p { 
    font-size  :20px;
 
 }
 }

/* Download File
--------------------------------*/
#Downfile {
  padding: 50px 0 50px 0 ;
}

.titlecountfile { color: Red;}

.mu-sidebar-widget ul,
.mu-sidebar-widget ul>ul {
	padding-left: 25px;
}

.mu-sidebar-widget ul li {
	list-style: none;
	font-size: 16px;
}

.mu-sidebar-widget ul li a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-sidebar-widget-nav {
	margin-top: 20px;
}

.mu-sidebar-widget-nav li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
	cursor:pointer;
}

.mu-sidebar-widget-nav li i {
	margin-right: 10px;	
}

.mu-sidebar-widget-nav li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mu-sidebar-widget-nav ul li:first-child {
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding-top: 5px;
}


.mu-sidebar-widget-title {
	background-color: #f6f6f6;
	border-top: 2px solid #0091ea;
	color: #323232;
	font-size: 18px;
	padding: 16px 20px;
	text-transform: uppercase;
}

.mu-sidebar-widget-nav ul
{
    display:none;
}

.mu-sidebar-widget-nav .mu-cap2
{
    display:none;
}

.mu-sidebar-widget-nav .mu-cap2 li 
{
    padding-left: 25px;
    cursor:pointer;
}

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align:center;  
}
.file-manager h6.tag-title {
  margin-top: 20px;
  text-transform: uppercase;
}
.file-manager h5 {
 color :#0277bd;
}
 
.tag-list li  {
  font-size: 14px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
  float: left;
  list-style: none;
  cursor:pointer;
}

.folder-list li {
  list-style: none;
  padding: 10px;
  font-size:16px;
  line-height:1;
}

.tag-list .active { color:red}

.folder-list .item i
{
    padding: 10px;
    font-size:10px;
}

.alert-warning
{
 background-color: #f39c12 !important; 
 color : #FFF;
 font-size:24px;
}  

 @media (max-width: 767px) 
 {
      #Downfile  
      {
          display:none;
      }
      
      #mobile-nav li.menu-has-children:nth-child(3) {display:none;}
 }
 @media (max-width: 991px) 
 {
      #Downfile { display:none;}
      #mobile-nav li.menu-has-children:nth-child(3) {display:none;}
      
 }


#modal_upload a.CssDelete {
    font-weight:bold; 
    float:right; 
    text-decoration:none; 
    color:red; 
    width:1%;                      
 }
        
/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-top {
	background-color: #0277bd;
	display: inline;
	float: left;
	padding: 55px 0;
	width: 100%;
}

.mu-single-footer {
	display: inline;
	float: left;
	color: #fff;
	font-size: 14px;
	width: 100%;
}

.mu-footer-logo {
	margin-bottom: 10px;
}

.mu-single-footer h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.mu-single-footer ul li {
	border-bottom: 1px solid #1c85c4;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 14px;
}


.mu-single-footer .list-unstyled li {
	margin-bottom: 20px;
	padding-bottom: 10px;
}


.mu-single-footer .list-unstyled li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mu-single-footer .list-unstyled li.media span {
	margin-right: 10px;
}

.mu-single-footer .list-unstyled li.media p {
	line-height: 1.5;
	margin-top: -5px;
	margin-bottom: 4px;
	font-size: 14px;
}

.mu-single-footer .list-unstyled li.media img {	
	margin-top: 5px;	
}

.mu-footer-bottom {
	background-color: #004f7f;
	display: inline;
	padding: 20px 0;
	float: left;
	width: 100%;
}

.mu-footer-bottom-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-social-media {
	display: inline;
	width: 100%;	
	padding-top: 12px;
}

.mu-copy-right {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}

.mu-copy-right a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 991px)  
{
    .mu-footer-top {
		padding: 30px 0 10px;
	}

	.mu-single-footer {
		margin: 50px 0 0 100px;
	}
			
	#signalUp {display:none;}  
}

@media (max-width: 768px)  
{   
	.mu-single-footer {
		margin: 50px 0 0 10px;
	} 
	
		
	#signalUp{display:none;}
}

#uploadcontrol {display:none;}
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;  
  width:70%;   
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

#google-map {
  height: 290px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
   #google-map {
    margin-top: 20px;
  }
}

/*--------------------*/
/* Dukien */
/*--------------------*/

#Dukien{
    background: #efefef;  
    padding-bottom: 50px;
    
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 0 ;
}

.ibox .ibox-title h4 {
  padding-top: 15px;
}

.ibox .ibox-title h5 {
  line-height:1.6;
  font-weight:600;
}

.ibox .ibox-title {  
  background-color: #efefef;
  color: inherit;
  margin-bottom: 0;
  padding:  0 15px 7px; 
  text-align:center;
}
.ibox .ibox-content {
  background-color: #fff;
  color: inherit;
  padding: 15px 20px;
  border : 1px solid #e5e5e5;
}


/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-size:16px;
  width:70%;  
}

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #00B3FD !important;
}

#chartjs-legend {
  position:absolute;
  width:100%;
  bottom:10%;
}
#chartjs-legend li {
  cursor:pointer;
  margin: 10px 4px;
}
#chartjs-legend li span {
  position:relative;
  padding: 6px 20px;
  border-radius:13px;
  color:white;
  z-index:2;
}