@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese");

/*start reset*/
reset*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Roboto, Arial;
}
ul, li, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
/*end reset*/

/*========================================================*/

/*start general*/
h2.title{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 60px 0 30px 0;
}
button:hover{
	background-color: #5a8f00;
	box-shadow: 0 3px #477100;
}
::selection {
	background:#aaa;
	color:#fff;
}
::-moz-selection {
	background:#aaa;
	color:#fff;
}
::-webkit-selection {
	background:#aaa;
	color:#fff;
}
::-ms-selection {
	background:#aaa;
	color:#fff;
}
/*end general*/

/*========================================================*/

/*header*/
#header{
	background: url('../images/bg-top-menu.jpg') repeat-x;
	width: 100%;
	/*height: 60px;*/
	position: fixed;
	z-index: 100;
}
#logo{
	float: left;
	line-height: 60px;
}
/*menu*/

#menu nav{
	float: right;
}

nav li{
	list-style: none;
	/*float: right;*/
	/*margin-right: 62px;*/
}
#menu .menu-item{
	float: left;
	padding: 0 30px;
	border-left: 1px solid #555;
	line-height: 60px;
}
#menu .menu-item:last-child{
	border-right: 1px solid #555;
}
#menu .menu-item a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#menu-top .menu-item a:hover, #menu .current a{
	color: #80ae32;
}

/*end menu*/

/*hotline*/
#hotline{
	float: right;
	margin-left: 10px;
}
#hotline .bg-icon-mobile{
	background: #5a8f00;
	width: 35px;
	height: 35px;
	border-radius: 5px 0 0 5px;
	margin: 13px 0;
	text-align: center;
	float: left;
}
#hotline .icon-mobile{
	font-size: 25px;
	color: #fff;
	line-height: 35px;
}
#hotline .bg-hotline{
	background: #80ae32;
	width: 170px;
	height: 35px;
	border-radius: 0 5px 5px 0;
	margin: 13px 0;
	text-align: center;
	float: left;
}
#hotline .bg-hotline span{
	color: #fff;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
/*end hotline*/
/*end header

/*========================================================*/

/*slide*/
#slide{
	background: url('../images/bg-slide.jpg') top center no-repeat;
	height: 687px;
	background-size: cover;
}
#slide .pic-slide{
	padding-top: 320px;
}
#slide .pic-slide img{
	width: 100%;
	transition: all .2s ease 0s;
		-webkit-transition: all .2s ease 0s;
		-moz-transition: all .2s ease 0s;
		-ms-transform: all .2s ease 0s;
		-o-transition: all .2s ease 0s;
}
#slide .pic-slide img:hover{
	transform: translate(10px,0); 
		-webkit-transform: translate(10px,0);
		-moz-transform: translate(10px,0);
		-ms-transform: translate(10px,0);
		-o-transform: translate(10px,0);
}


.bg-search{
	height: 522px;
	background: #000;
	opacity: 0.2;
	position: relative;
	z-index: 2;
	border-radius: 0 0 20px 20px;
}
.clear-padding{
	padding: 0;
}
.space-l{
	padding: 0 0 0 65px;
}
.space-r{
	padding: 0 65px 0 1px;
}
.tab-1{
	background: #d5d5d5;
	width: 100%;
	height: 40px;
	border-radius: 5px 5px 0 0;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border:none;
	position: relative;
	z-index: 4;
	margin: -440px 0 0 0;
	float: right;
}
.tab-2{
	background: #d5d5d5;
	width: 100%;
	height: 40px;
	border-radius: 5px 5px 0 0;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border:none;
	position: relative;
	z-index: 4;
	margin: -440px 0 0 0;
	float: left;
}
button.tab-1:hover, button.tab-2:hover, button.active{
	background: #fff;
	box-shadow: none;
	color: #80ae32;
}
.bg-form{
	margin: -401px 20px 20px 20px;
	background: #fff;
	padding: 30px 30px 0 30px;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	float: right;
}
select{
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
}
/*Ẩn mũi tên trên IE*/
select::-ms-expand {
    display: none;
}
select:focus{
	outline: none;
}
.icon-arrow{
	font-size: 10px;
	margin: -36px 10px 0 0;
	float: right;
	position: relative;
	z-index: 6;
	color: #999;
}
.price-l{
	padding-right: 5px;
}
.price-r{
	padding-left: 5px;
}
.button-search{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	height: 40px;
    background-color: #80ae32;
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    box-shadow: 0 3px #5a8f00;
    -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

/*end slide*/

/*========================================================*/

/*featured products*/

.eff-product{
	overflow: hidden;
	text-align: center;
}
.eff-product img{
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transform: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%;
}
.eff-product:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);	
}
.title-product{
	text-align: center;
	margin: 20px 0 60px 0;
}
.name-product{
	font-size: 14px;
}
.name-product a{
	text-decoration: none;
	color: #333;
}
.name-product a:hover{
	color: #80ae32;
}
span.price{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #f7941d;
	display: block;
}
span.make{
	font-size: 14px;
	color: #999;
	text-transform: capitalize;
}
.line{
	width: 100;
	border-bottom: 1px dotted #ccc;
}
/*featured products*/

/*========================================================*/

/*set calender*/
#set-calender{
	background: url('../images/set-calendar-bg.jpg') top center no-repeat;
	height: auto;
	background-size: cover;
}
#set-calender .pic-calender{
	padding-top: 190px;
}
#set-calender .pic-calender img{
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transform: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
#set-calender .pic-calender img:hover{
	-webkit-transform: translate(20px,0);
	-moz-transform: translate(20px,0);
	-ms-transform: translate(20px,0);
	-o-transform: translate(20px,0);
	transform: translate(20px,0); /* Standard syntax */
}
.information-form-l{
	padding-right: 5px;
}
.information-form-r{
	padding-left: 5px;
}
input{
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    outline: none;
}
#subject{
	width: 100%;
	height: 170px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*::placeholder{
	color: #999;
}
textarea{
	outline: none;
}
#subject::-webkit-resizer{
	background-color: #80ae32;
}
#subject::-moz-resizer{
	background-color: #80ae32;
}
#subject::-ms-resizer{
	background-color: #80ae32;
}
.button-set{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 100px;
	height: 40px;
    background-color: #80ae32;
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    box-shadow: 0 3px #5a8f00;
}








/*end set calender*/

/*car review*/
#car-review .image-review{
	width: 100%;
}
#car-review h5{
	margin-top: 30px;
	font-size: 18px;
}
#car-review a{
	text-decoration: none;
	color: #333;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#car-review a:hover{
	color: #80ae32;
}
#car-review p.description-car-review{
	margin: 10px 0 20px 0;
	text-align: justify;
}
#car-review ul{
	margin: 20px 0 40px 0;
	list-style: none;
}
#car-review .list-images-review{
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #eee;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#car-review .list-images-review:hover{
	border: 1px solid #80ae32
}
#car-review p.list-title-review{
	text-align: justify;
	line-height: 18px;
}
#car-review .list-title-review a{
	text-decoration: none;
	color: #333;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#car-review .list-title-review a:hover{
	color: #80ae32;
}
#car-review ul li span{
	color: #999;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
}
.clear{
	clear: both;
}
/*end car review*/

/*========================================================*/

/*customer-review*/
h2.title-center{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
p.title-note{
	font-size: 16px;
	color: #999;
	text-align: center;
	margin: 10px 0 60px 0;
}
#customer-review{
	height: auto;
	background: #f6f6f6;
}
#customer-review .bg-customer{
	height: auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 80px 50px 60px 50px;
	margin-bottom: 80px;
}
#customer-review .top-customer{
	height: 170px;
	background: linear-gradient(#aaa, #ccc);
	padding-top: 50px;
	text-align: center;
}
#customer-review .top-customer .avatar-customer{
	border: 10px solid #fff;
	width: 170px;
	height: 170px;
	box-shadow: 0 0 10px #aaa;
}
#customer-review .bg-customer .information{
	text-align: center;
}
#customer-review .bg-customer .information p.name-customer{
	text-transform: uppercase;
	color: #80ae32;
	font-size:18px;
	font-weight: 550;
}
#customer-review .bg-customer .information span{
	color: #999
}
#customer-review .bg-customer p.text-review{
	text-align: justify;
	margin-top: 10px;
}
/*end customer-review*/

/*========================================================*/

/*footer*/
#footer{
	width: 100%;
	height: 55px;
	background: #555;
	border-bottom: 5px solid #80ae32;
	color: #aaa;
	font-size: 12px;
	line-height: 50px;
}
#footer .footer-left{
	float: left;
}
#footer .footer-left span{
	margin-right: 30px;
}
#footer .footer-left .icon-fontawesome{
	color: #80ae32;
	padding-right: 5px;
}
#footer .footer-left strong{
	color: #ddd;
	font-weight: 450;
}
#footer .footer-right{
	float: right;
}
#footer .footer-right span a{
	color: #80ae32;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#footer .footer-right span a:hover{
	text-decoration: none;
	color:#5a8f00;
}

/*back to top*/
.back-to-top{
	width: 35px;
	height: 35px;
	background: #80ae32;
	position: fixed;
	bottom: 13px;
	right: 30px;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	z-index: 500;
}
a.back-to-top:hover{
	background: #5a8f00;
}
.icon-up{
	color: #fff;
	font-size: 20px;
}
/*end back to top*/
/*end footer

/*menu responsive*/
#header .bg-button{
	background: #80ae32;
	line-height: 60px;
	padding: 9px;
	margin: 13px 0 0 60px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#header .bg-button:hover{
	background: #5a8f00;
	box-shadow: none;
}
#header span.icon-menu{
	background: #fff;
}


/*RESPONSIVE*/
@media screen and (min-width:1367px) and (max-width:1920px) {
    .container {
        width: 1200px;
    }
    #slide .pic-slide img{
		width: 719px;
	}
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    /*.container {
        width: 100%;
    }*/
    #slide{
		height: 830px;
	}
	#slide .pic-slide img{
		width: 719px;
		margin-left: 50px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.container {
        width: 100%;
    }
    #slide{
		height: auto;
	}
	#slide .pic-slide img{
		padding-bottom: 60px;
	}
    #menu .menu-item{
		padding: 0 20px;
	}
}

@media screen and (max-width:992px) {
	#slide .pic-slide img{
		width: 350px;
	}
	#hotline{
		float: left;
		margin: 0;
		position: fixed;
		bottom: 0px;
		left: 30px;
	}
	#menu .menu-item{
		padding: 0 20px;
	}
	#menu-top{
		padding-right: 0;
	}
	#car-review .list-images-review{
		display: none;
	}
	#car-review .list-title-review{
		font-weight: bold;
	}
	#car-review span.date{
		margin-bottom: 10px;
	}
	#footer .footer-left{
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	
}

@media screen and (max-width:767px) {
	#hotline{
		float: right;
		position: relative;
		top: -60px;
		left: -60px;
	}
	#slide .pic-slide{
		display: none;
	}
	.bg-search{
		/*height: 532px;*/
	}
	.tab1, .tab2{
		/*margin: -440px 0 0 0;*/
	}
	/*.bg-form{
		width: 94%;
	}*/
	.price-l{
		padding-right: 15px;
	}
	.price-r{
		padding-left: 15px;
	}
	#menu-top{
		background: #fff;
		padding: 15px;
		margin-top: -60px;
		width: 100%;
	}
	#menu-top .menu-item{
		float: none;
		background: #999;
		border-left: none;
		text-align: center;
		border-bottom: 1px solid #fff;
		margin:0;
		line-height: 40px;
	}
	#menu .menu-item:last-child{
		border: none;
	}
	#menu-top .menu-item:hover{
		background: #888;
		color: #fff;
	}
	#menu-top .current a{
		color: #fff;
	}
	#menu-top .menu-item a:hover{
		color: #fff;
	}
	#header .bg-button{
		margin: -46px 0 0 0;
	}
	h2.title {
   	 text-align: center;
	}
	#set-calender .pic-calender{
		padding-top: 100px;
	}
	.information-form-l{
		padding: 0 15px;
	}
	.information-form-r{
		padding: 0 15px;
	}
	.textarea{
		padding: 0 15px;
	}
	.back-to-top{
		right: 15px;
	}
	#footer .footer-right{
		float: left;
	}
}

@media screen and (min-width:481px) and (max-width:667px) {
	#menu-top{
		background: #fff;
		padding: 15px;
		width: 100%;
	}
	#menu-top .menu-item{
		float: none;
		background: #999;
		border-left: none;
		text-align: center;
		border-bottom: 1px solid #fff;
		margin:0;
		line-height: 40px;
	}
	#menu .menu-item:last-child{
		border: none;
	}
	#menu-top .menu-item:hover{
		background: #888;
		color: #fff;
	}
	#menu-top .current a{
		color: #fff;
	}
	#menu-top .menu-item a:hover{
		color: #fff;
	}
	.title-product{
		margin-bottom: 40px;
	}
	#set-calender .pic-calender{
		padding-top: 60px;
	}
	#footer .footer-right{
		float: left;
	}
}

@media screen and (max-width:480px) {

	#hotline .bg-icon-mobile{
		display: none;
	}
	#hotline .bg-hotline{
		border-radius: 5px;
	}
	#menu-top{
		background: #fff;
		padding: 15px;
		width: 100%;
	}
	#menu-top .menu-item{
		float: none;
		background: #999;
		border-left: none;
		text-align: center;
		border-bottom: 1px solid #fff;
		margin:0;
		line-height: 40px;
	}
	#menu .menu-item:last-child{
		border: none;
	}
	#menu-top .menu-item:hover{
		background: #888;
		color: #fff;
	}
	#menu-top .current a{
		color: #fff;
	}
	#menu-top .menu-item a:hover{
		color: #fff;
	}
	#slide{
		height: 630px;
	}
	h2.title, h2.title-center {
   	 margin-top: 40px;
	}
	.title-product{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	p.title-note{
		margin-bottom: 30px;
		font-size: 14px;
	}
	.name-product{
		font-size: 14px;
	}
	span.price{
		font-size: 16px;
	}
	#car-review ul{
		margin-bottom: 10px;
	}
	
	#set-calender .pic-calender{
		display: none;
	}
	.button-set{
		margin-bottom: 50px;
	}
	#customer-review .bg-customer{
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width:320px) and (max-width:399px) {
	#logo img{
		width: 85px;
	}
	#hotline .icon-mobile{
		display: none;
	}
	#hotline .bg-hotline{
		border-radius: 5px;
		width: auto;
	}
	#hotline .bg-hotline span{
		font-size: 12px;
		padding: 0 5px;
	}
	#menu-top{
		background: #fff;
		padding: 15px;
		width: 100%;
	}
	#menu-top .menu-item{
		float: none;
		background: #999;
		border-left: none;
		text-align: center;
		border-bottom: 1px solid #fff;
		margin:0;
		line-height: 40px;
	}
	#menu .menu-item:last-child{
		border: none;
	}
	#menu-top .menu-item:hover{
		background: #888;
		color: #fff;
	}
	#menu-top .current a{
		color: #fff;
	}
	#menu-top .menu-item a:hover{
		color: #fff;
	}
	h2.title, h2.title-center{
		font-size: 24px;
	}
	#footer .footer-right, #footer .footer-right span a{
		font-size: 11px;
	}
}

@media screen and (min-width:0px) and (max-width:319px) {

	.space-l{
		padding: 0 0 0 40px;
	}
	.space-r{
		padding: 0 40px 0 1px;
	}
	#footer .footer-right{
		display: none;
	}
}
