*{
  box-sizing: border-box;
}
body {
  background: #474d33 ;
  color: #222;
  line-height: normal;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	overflow-x:hidden;
	overflow: auto;
	overflow: initial;
}

a {
  color: #6D7E12;
  text-decoration: none!important;
  font-weight: 600;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
a.page-link,
a.btn-link
{
	color: #6D7E12;
}
a.page-link,
a.btn-link,
a:hover{
	color:#058a0c;
}
nav a{
	color: #ffffff;
}
.bodyContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e8da;
  color: #262626;
  overflow: auto;
  overflow: initial;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  overflow-x:hidden;

}
.bodyContainer > p {
  padding-bottom: 1em;
}
.bodyContainer > h4 {
  margin: 1em 0;
}

@media only screen and (max-width: 767px) {
  nav {
    position: fixed;
    width: 65%;
    left: 30%;
    top: 80px;
    font-size: 15px;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:87vh;
  }
  nav::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  nav > ul {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 15px;
  }
  nav > ul > li {
    display: block;
	width:100%;
    text-transform: uppercase;
    line-height: 2;
    font-size: .8rem;
    padding-left: 20%;
    color: #ffffff;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  }
  nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	display:block;
	width:100%;
  }
  nav > ul > li > ul {
    list-style: none;
    margin-left: 10px;
	padding:0;
	width: 90%;
	display:block;
	text-transform:capitalize;
  }
  
  nav > ul > li > ul > li {
    line-height: 1.8;
	margin-left: 0;
	text-transform:capitalize;
	display:block;
	width:100%;
  }
  nav > ul > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 90%;
	text-transform:capitalize;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
  }
 
  nav > ul > li.logo {
    position: fixed;
    top: 10px;
    width: 300px;
    right: 10px;
	display:none;
  }
  nav > ul > li.logo > a {
    width: 300px;
    position: absolute;
    right: 20px;
  }
  nav > ul > li.logo > a > img {
    width: 160px;
	right:40px;
	top:0;
    position: absolute;
  }
	nav > ul > li > ul > li > ul {
    list-style: none;
    margin-left: 10px;
	padding:0;
	padding-left:5px;
	width: 100%;
	text-transform:capitalize;
	border-left:2px solid rgba(200,200,200,0.2);
  }
  nav > ul > li > ul > li > ul > li {
    line-height: 1.6;
	margin-left: 0;
	text-transform:capitalize;
  }
  nav > ul > li > ul > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 95%;
	text-transform:capitalize;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
  }
	nav a:hover{
		text-decoration:underline!important;
		color:rgba(255,255,255,.8);
	}
  .hamburger {
    right: 10px;
    top: 1rem;
	width: 40px;
	height: 27px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
  }
  .hamburger > div{
	  height:40px;
	  top:0;
	  left:0;
	  right:0;
	  position:fixed;
	  z-index:-1;
	  background-color:#474d33;
	 
  }
  .hamburger div .logo{
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	height:85px;
	width:80px;
	z-index:999;
	position:absolute;
	left: 42%;
  }
  .hamburger div .logo img{
	padding:5px;
	margin-left:-9px;
  }
  .hamburger > span:first-child{
	margin-top:12px;
  }
  .hamburger > div:before{
	content:'';
	position:absolute;
	z-index:-1;
	height:80px;
	width:100%;
	top:0;
	right:0;
	left:0;
	background-image: url('../img/daison-menu-logo.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size: auto 70px;
  }
  .hamburger div a.email{
	color:#fff;
	font-size:12px;
	padding:5px;
	z-index:1;
	position:absolute;
	top:25px;
	padding-left:10px
  }
  .hamburger div a.dienthoai{
	color:#fff;
	font-size:10px;
	padding:5px;
	position:absolute;
	left:5px;
	z-index:1;
	max-width:150px;
	overflow:hidden;
  }
  .hamburger div a.dienthoai img{
	width:6px !important;margin-top:-1px;
  }
  .hamburger div a.dienthoai1{
	  margin-left:70px;
  }
  .hamburger > span {
	width:30px;
    display: block;
    background-color: #ffffff;
	z-index:999;
    height: 4px;
	margin-bottom: 5px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	box-shadow: 1px 0 3px 1px rgba(200, 200, 200, 0.5);
  }

  nav.active + .bodyContainer,
  nav#navigation:active + .bodyContainer{
    transform: translateX(-45%) scale(0.8);
    box-shadow: 0 0 30px 5px rgba(38, 38, 38, 0.3);
	height:105vh;
	border:3px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }

  .hamburger.active > span:first-child {
    background-color: #fff;
  }
  .hamburger.active > span:nth-child(2) {
    background-color: #fff;
    margin-left: 5px;
  }
  .hamburger.active > span:nth-child(3) {
    background-color: #fff;
    margin-left: 10px;
  }
  
}
@media only screen and (min-width: 768px) {
  .bodyContainer {
	margin-top:75px;
  }
	
  nav#navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 92px;
   
    z-index: 1000;
    min-width: 580px;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  nav .links {
	background-color: #6d7e12;
	height:50px;
    position: relative;
    padding:0;
    margin: 30px 0 0 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
	border-top: 2px solid #444929;
	border-bottom: 2px solid #444929;
  }
  nav .links:before{
	display:block;
	content:'';
	height:100px;
	width:100%;
	position:absolute;
	top:-26px;
	right:0;
	left:0;
	background-image: url('../img/daison-menu-logo.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size: auto 100px;
  }
  nav .links > li {
    list-style: none;
    position: relative;
    margin: 10px;
    display: inline-block;
  }
  nav .links > li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
  }
  nav .links > li > a:hover {
    color: #fff;
    background: rgba(222, 222, 222,0.3);
    border-radius: 2px;
  }
  nav .links > li > a[class^="trigger-"] {
    padding-right: 40px;
  }
  nav .links > li > a .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 35%;
    text-align: center;
    right: 10px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3) transparent;
  }
  nav .links > li > a .arrow:after {
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    top: -10px;
    left: -15px;
    position: absolute;
    height: 15px;
  }
  nav .links > li ul {
    position: absolute;
    left: -10px;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
    text-align: left;
    padding: 10px;
    width: 250px;
  }
	nav .links > li ul.drop:after, nav .links > li ul.drop:before{
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	nav .links > li ul.drop:after{
		border-color: solid rgba(194, 225, 245, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}
	nav .links > li ul.drop:before {
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: rgba(194, 225, 245, 0);
		border-width: 16px;
		margin-left: -16px;
	}
  
  nav .links > li ul > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  }
  nav .links > li ul > li:hover {
    background: rgba(71,85,0,0.8);
  }
  nav .links > li ul > li > a{
	display: block;
	width: 100%;
	padding: 3px auto;
	text-transform:uppercase;
	color:  rgba(71,85,0,0.8);
  }
  nav .links > li ul > li:hover > a {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }
  nav .links > li:hover > .drop {
    display: block;
    animation: fadeInRight .3s ease;
    -webkit-animation: fadeInRight .3s ease;
  }
  nav .links > .logo {
    width: 195px;
    line-height: 60px;
    font-size: 0;
    font-weight: 0;
    margin: 0;
    padding: 2px 0;
    text-transform: uppercase;
    background: none !important;
    text-align: left;
  }
  nav .links > .logo > a {
    color: #fff !important;
    width: auto;
    position: absolute;
    text-align: left;
    margin: 0;
    margin-top: -28px;
    padding: 0 20px 0 60px;
	left:60px;
	height:100px;
	
  }
  nav .links > .logo > a img{
	height:100px;
  }
  nav .links > .logo > a:hover {
    background: none !important;
    color: #fff !important;
  }
  nav .links > li ul ul{
	display:block;
	width:100%;
	margin-left:10px;
	list-style:none;
	border:0;
	border-left:2px solid rgba(200,200,200,0.5);
	padding-left:10px;
	position:static;
	left:0;
	background:transparent;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  }
  nav .links > li ul ul li{
	padding:0;
	margin:0;
	font-size:15px;
	display: block;
	width:100%;
  }
  nav .links > li ul ul li a{
	padding:3px;
	margin:0;
	font-size:15px;
	font-weight:normal;
	color:#000;
	display: block;
	width:100%;
	text-transform:capitalize;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  }
  nav .links > li ul li:hover ul li a
  {
	color:#fff;
  }
  nav .links > li ul ul li a:hover{
	
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(10%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
	.hamburger .bglogo{
		text-align:center;
	}
	.hamburger .bglogo a{
		color:#fff;
		padding:8px 10px;
		display:inline-block;
		position:relative;
		z-index:999999;
	}
	
	.hamburger .bglogo .logo{
		width:100px;
	}
	.hamburger .bglogo a.email{
		padding-left:50px;
		
	}
	.hamburger .bglogo a.dienthoai1{
		padding-left:110px;
		
	}
	.hamburger .bglogo .logo img{
		display:none;
	}
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #474d33  !important;
	padding-bottom:0;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
	
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
section.bg2 {
    background-color: #fff;
}
.classy .bx-wrapper{
		margin-bottom:0;
	}
	.classy .bxslider li{
		height: 60vh;
		min-height: 400px;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.classy .bx-wrapper .bx-viewport {
	  left: 0;
	  border: none;
	  box-shadow: none;
	}
.wrap {
    display: block;
    background: white;
    border-radius: 0;
    box-shadow: 7px 7px 30px -5px rgba(255,255,255,0.5);
    margin-bottom: 2rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.wrap.wraphover{
	background: rgba(5,138,12,0.5);
}
.wrap.wraphover:hover {
    background: rgba(71,85,0,0.8);
    
}
.wrap.wraphover:hover h2{
	color: white;
}
.wrap img{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ico-wrap {
    margin: auto;
	width:100%;
	display:block;
	height:200px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.card-image{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.productslist .bx-wrapper{
						border:0;
						box-shadow:none;
						-moz-box-shadow:none;
						background:transparent;
					}
					.productslist .card{
						border:0;
						-moz-background-size: cover;
						-o-background-size: cover;
						-webkit-background-size: cover;
						background-size:auto 90%;
						background-repeat: no-repeat;
						background-position: top center;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;						
					}
					.productslist .card-block{
						margin-top:200px;
						padding-top:10px;
						background:#fff;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
					}
					.productslist .card-title{
						font-size: 16px;
						text-transform: uppercase;
					}
					.productslist .card-footer{
						background:#fff;
					}
.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 3px;
    padding-bottom: 3px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
	
h3.h3{text-align:center;margin:1em;text-transform:capitalize;font-size:1.7em;}
.noidungbaiviet img{
	max-width: 100%;
}
.ngonngu{
	position:absolute;
	text-align:right;
	width:100%;
}