﻿/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body
	{
		background: #ffffff;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		position: relative;
	}
	
.Cart_Content {
    /* background-image: url(Images/Site/quickCart_bg.png); */
    float: right;
    margin-right: 5px;
    font-size: 18px;
    width: 150px;
    color: White;
    padding: 4px 5px 0px 5px;
    background-color: #a9a9a9;
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.Cart_Content a
{
    color:White;
    font-weight:bold;    
}
.Cart_Content a:hover
{    
    color:White;
    font-weight:bold; 
    text-decoration:none;
}

.Cart_Content ul
{		
}
.Cart_Content li
{    
	list-style:none;
	float:right;			
}
.CartValue
{     
    color:Yellow;
    font-weight:bold;
}
/*Kết thúc card*/

.heading {
  font-size: 22px;
  font-weight: 600;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 2px solid #828282;
	width: 120px;
	margin-top: 0px;
}

#menu, #gallery, #team {
	padding-top: 20px;
	padding-bottom: 20px;
}
#healthy
{
    padding-top: 50px;
	padding-bottom: 50px;
}
#menu, #contact {
  background: #f0f0f0;
}

.parallax-section {
  background-attachment: fixed !important;
  /*background-size: cover !important; */
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/* top bar -- chỗ search trên cùng trang chủ --*/
.top-bar {
  padding: 10px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #F5F5F5;
  line-height: 28px;
}
.top-number{
  
/* width: 100px; */
  
float: left;
  
padding-right:20px;
  
margin: 5px 0 0;
}

.top-number p{
  margin: 0;
  color: #EA0B0D!important ;
}

.social{
  text-align: right;
  float: right;
  padding-right: 20px;
  /* width: 400px; */
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #868585;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #AD090B;
  color: #fff;
}

.search i {
  color: #222;
}

input.search-form{
  background: transparent;
  border: 1px solid #dddddd;
  width: 80%;
  height:30px;
  padding: 0 10px;
  color: gray;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #ccc;
}

input.search-form:hover {
  width: 90%;
  color:gray;
}



/* start navigation */
.navbar-default {
  background: #00a859;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li >a {
  color: #fff !important;
  line-height: 28px;
}
.navbar-default .navbar-brand  {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover
{
  color:yellow !important;
}
.navbar-brand-parent
{
  width:100px;
}
.navbar-brand img
{
  /* width: 16%; */
  height: 65px;
  margin-top: -20px;
  margin-left: 20px;
}
/* home section */

#home {
  /*background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100vh; */
  text-align: center;
}
.home-top
{
    width:100%;
        
}
#home h1 {
  /*font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
  color: #777;*/
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #ffffff;
  color: #202020;
}

/* team section */
#team {
  text-align: center;
  background: #f0f0f0;
}
#team h3 {
  font-size: 18px;
  line-height: 4px;
}
#team h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#team .col-md-4 {
 padding-top: 42px;
}
.team-img
{
    overflow:hidden;
    max-height: 332px;
}
.team-img img
{
    
    width: 92%;
    
}
/* menu section */
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8 {
  padding-bottom: 42px;
}
#menu .col-md-6 {
  padding-bottom: 18px;
}
#menu span {
  color: #5C5C5C;
}

/* gallery section */
.items
{
  text-align:center;
}
#gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}
#gallery .col-md-4 {
  padding-top: 52px;
}
#gallery img {
  width: 100%;
  /* height: 236px; */
  padding-bottom: 18px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}

/* contact section */
#contact {
  padding-top: 20px;
  padding-bottom: 50px;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border-color: #f9f9f9;
}
#contact input {
  height: 48px;
}
#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
}
#contact input[type="submit"]:hover {
  background: #999;
  color: #ffffff;
}

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') repeat-y fixed;
  background-position: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer p {
  color: #ffffff;
}
footer span {
  font-weight: bold;
  padding-left: 24px;
}
footer .ph, footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}
footer a
{
  color:#06bf68;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover {
  background: #F6D76B;
  top: 5px;
}

/* copyright section */
#copyright {
  background: #343434;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #FF0;
}
/*Tab*/
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #AD090B;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #AD090B;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.title-tabs
{
    display:block;
    overflow:hidden;
    height:25px;
    max-width:262px;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #048a4b;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #048a4b;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #048a4b;
  border-width: 25px 22px;
  right: -44.5px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}
.media-body a
{
  text-decoration:none;
}
.readmore
{
  background-color:#048a4b;
  border-color:#036d3b;
}
.readmore:hover
{
  background-color: #036d3b;
  border-color: #036d3b;
}
.tab-content h2{
  margin-top: 0;
  color: #333;
}

.tab-content img{
  border-radius: 4px;
 max-width:150px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size:13px;
}

.testimonial-inner h2
{
    font-size:14px;
    font-weight:normal;
}

.testimonial-inner a
{
    font-style:italic;
    color:#222;
}
.testimonial-inner a:hover
{
    color:#AD090B;
}
.testimonial-inner img
{
  max-width:66px;
  max-height:66px;
}


.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}
/*End Tab*/
/*Menu C2*/
.menu-zise .navbar-nav>li>ul>li>a
{
    background-color:#E5E5E5;
    color:#F14F7A;
    }
.dropdown-menu > li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        font-weight: 400;
        line-height: 22px;
        color: #000000 !important;
        white-space: nowrap;
        font-size: 13px;
    }

    .dropdown-menu li {
       /*border: 1px solid #eee;*/
       border-top: none;
       -webkit-transition: height .25s ease .1s;
       -moz-transition: height .25s ease .1s;
       -o-transition: height .25s ease .1s;
       -ms-transition: height .25s ease .1s;
       transition: height .25s ease .1s;
       background-color: #fff;
    }
    
    .dropdown:hover > a
    {
        color:#fff !important;
    }
    .dropdown:hover > ul
    {
        color:#fff !important;
    }
    .dropdown:hover .dropdown-menu 
    {
        opacity: 1;
        display:block;
        position:absolute;
    }
/*
    li.active a
    {
        background: none !important;
        color:#E80707 !important;
    }
*/
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #005DA2;
    }