
body {
	font-family: "Open Sans", Arial, serif;
	line-height: 1.8;
	font-size: 16px;
	background: #f9f7f7;
	font-weight: 300;
}

a {
	color: #000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:focus, a:active {
	outline: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .nav li a:hover{
	background: none;
}

p {
	font-size: 16px;
	color: #727272;
	font-weight: 300;
	font-family: "Open Sans", Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(0, 0, 0, 0.8);
	font-family: "Open Sans", Arial, serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}

::-webkit-selection {
	color: #fcfcfc;
	background: #bdaeca;
}

::-moz-selection {
	color: #fcfcfc;
	background: #bdaeca;
}

::selection {
	color: #fcfcfc;
	background: #bdaeca;
}
.clearfix{
	clear: both;
}
.team-web {
	background: #fff;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.team-web:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	-webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
	box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}
/*menu*/
#menu-header {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#menu-header .heading-top{
	background: #e89f10;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
}
#menu-header .heading-top h1{
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
}
#menu-header .heading-top a{
	color: #000;
}
#menu-header .navbar {
	padding: 0;
	margin: 0;
}
#menu-header .navbar-default {
	border: none;
	background: #000;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
#menu-header .menu-navbar-brand {
	width: 100%;
	margin: 0;
	text-align: left;
}
#menu-header img.img-logo {
	width: 70%;
	display: inline-block;
}
#menu-header .main-nav {
	margin-top: 10px;
}
#menu-header .nav li {
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 60px;
}
#menu-header .nav li a{
	color: #fff;
	padding: 5px 0 3px;
}
#menu-header .nav li.active a{
	color: #e89f10;
}
#menu-header .nav li a:hover{
	color: #e89f10;
}
a.img-navbar-header{
	display: none;
}
/*slide*/
#myCarousel, #GroupSilde{
	margin-top: 105px;
}


/*main*/
/*project-list*/
#project-list{
	padding-top: 70px;
	background: #e8e8e8;
}
#project-list .heading-section{
	padding: 0;
}
#project-list .heading-section h2{
	color: #000;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
	font-weight: bold;
	margin-bottom: 5px;
}
#project-list .heading-section .bottom-heading{
	background: url(../images/title-heading.png) center no-repeat;
	height: 15px;
	margin-bottom: 35px;
}
#project-list .infomation h3{
	font-family: "Times New Roman", "Open Sans", sans-serif;
}
#project-list .container{
	margin: 0;
	padding: 0;
	width: 100% !important;
}
#project-list .container .object{
	margin: 0;
	padding: 0;
}
#project-list .container .object .txt_object{
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(12,12,12,.7);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	color: #fff;
}
#project-list .container .object:hover .txt_object{
	opacity: 1;
}
.txt_object .stars {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 2px solid #F6F6FB;
	margin-left: 10%;
	margin-right: 10%;
	color: #F6F6FB;
}
.txt_object .simple_txt {
	text-align: center;
	border-top: 1px solid #F6F6FB;
	border-bottom: 1px solid #F6F6FB;
	margin-top: 2px;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.txt_object .stars2 {
	font-size: 10px;
	padding-top: 10px;
	margin-top: 2px;
	text-align: center;
	border-top: 2px solid #F6F6FB;
	margin-left: 10%;
	margin-right: 10%;
	color: #F6F6FB;
}
.txt_object .simple_txt h3.name a{
	font-size: 16px;
	color: #fff;
}
.txt_object .simple_txt h3.name a:hover{
	color: #e89f10;
}
.txt_object .simple_txt h4.price{
	font-size: 18px;
	color: #fff;
}
.txt_object .simple_txt a.detail{
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px 15px;
	color: #fff;
	margin-bottom: 10px;
}
.txt_object .simple_txt a.detail:hover{
	background: #e89f10;
}
.txt_object .simple_txt a.hotline{
	color: #e89f10;
	font-weight: 500;
}
.txt_object .simple_txt p.info{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 80px;
	color: #ababab;
}
.view-all {
	padding-top: 50px;
	text-align: center;
}
.view-all a {
	color: #e89f10;
	font-size: 16px;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #e89f10;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}
.view-all a:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #e89f10;
}

/*news-list*/
#news-list{
	padding-top: 70px;
	background: #fff;
}
#news-list .heading-section h2{
	color: #000;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
	font-weight: bold;
	margin-bottom: 5px;
}
#news-list .heading-section .bottom-heading{
	background: url(../images/title-heading.png) center no-repeat;
	height: 15px;
	margin-bottom: 35px;
}
#news-list .infomation h3{
	font-family: "Times New Roman", "Open Sans", sans-serif;
}
#news-list .container .item{
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 10px;
}
#news-list .container .item .images{
	position: relative;
}
#news-list .container .item .images .bg-images{
	display: none;
	position: absolute;
	background: rgba(204, 204, 204, 0.59);
	padding: 10px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#news-list .container .item .images:hover .bg-images{
	display: block;
}
#news-list .container .item .bg-images a{
	display: inline-block;
	background: #ccc;
	color: #000;
	padding: 6px 30px;
	border-radius: 20px;
	text-decoration: none;
	transition: 0.6s ease-in-out;
	vertical-align: middle;
	margin-top: 40%;
}
#news-list .container .item .bg-images a:hover{
	background: #e89f10;
	color: #fff;
}
#news-list .container .item .block-title a.title{
	color: #e89f10;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #ccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	line-clamp: 1;
}
#news-list .container .item .block-title a.title:hover{
	background: #e89f10;
	color: #fff;
}
#news-list .view-all{
	padding-top: 10px;
}
#testimonials-container .heading-section h3{
	color: #000;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
	font-weight: bold;
	margin-bottom: 5px;
}

/*testimonials-container*/
#testimonials-container {
	padding-top: 50px;
	background: #e8e8e8;
	padding-bottom: 40px;
}
#testimonials-container .tab-pane {
	overflow: hidden;
	margin-top: 30px;
}
#testimonials-container .testimonial-image {
	float: left;
	width: 20%;
}
#testimonials-container .testimonial-image img {
	width: 70%;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#testimonials-container .testimonial-text {
	float: left;
	width: 80%;
	line-height: 30px;
	font-style: italic;
}
#testimonials-container .testimonial-text a{
	color: #e89f10;
}
#testimonials-container .nav-tabs {
	border: 0;
	text-align: right;
}
#testimonials-container .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#testimonials-container .nav-tabs li a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#testimonials-container .nav-tabs li a:hover {
	background: #e89f10;
}
#testimonials-container .nav-tabs li.active a {
	background: #e89f10;
}
footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #343434;
}
footer h3{
	color: #fff;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
	font-weight: bold;
	font-size: 20px;
}
footer h3:before {
	content: '';
	position: absolute;
	top: 30px;
	height: 3px;
	width: 40%;
	background: #e89f10;
}
footer p{
	color: #b9b9b9;
}
footer p i{
	color: #fff;
	font-size: 20px !important;
}
footer ul.sub-share{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
footer ul.sub-share li{
	float: left;
	margin: 0 10px;
}
footer ul.sub-share li a{
	color: #fff;
}
footer ul.sub-share li a i{
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #000;
	border-radius: 50%;
}
footer ul.sub-share li a:hover i{
	background: #e89f10;
}
footer .box-gallery .footer-gallery{
	padding-left: 0;
}
footer .box-gallery .footer-gallery .gallery{
	padding: 0 5px 5px 0;
}
footer .box-gallery .footer-gallery .gallery span{
	position: absolute;
	background: rgba(232, 159, 16, 0.52);
	margin: 6%;
	padding: 20%;
	width: 80%;
	height: 80%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}
#copyright{
	background: #000;
	text-align: center;
}
#copyright p{
	margin-top: 10px;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Times New Roman", "Open Sans", Arial, serif;
}
#copyright p a{
	color: #e89f10;
}

/*detail-content*/
#detail-content{
	padding-top: 70px;
	background: #fff;
}
#detail-content .data-content{
	padding-right: 40px;
}
#detail-content .detail-title{
	text-align: center;
}
#detail-content .detail-title h2{
	color: #000;
}
#detail-content .data-list{
	padding: 15px 30px;
}
#detail-content .data-list .detail-title h4{
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 22px;
}
#detail-content .data-list .list-detail{
	border: 1px solid #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}
#detail-content .data-list .list-detail img:hover{}
#detail-content .data-list .list-detail .title{
	color: #e89f10;
	font-size: 14px;
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	line-clamp: 1;
}
#detail-content .data-list .list-detail:hover .title{
	background: #e89f10;
	color: #fff;
}
/*phan trang*/
ul.pagination li a{
	color: #e89f10;
	border: 1px solid #e89f10;
}
ul.pagination li.active a{
	color: #fff;
	cursor: default;
	background-color: #e89f10;
	border-color: #e89f10;
}
ul.pagination li.active a:hover{
	color: #fff;
	cursor: default;
	background-color: #e89f10;
	border-color: #e89f10;
}
ul.pagination li a:hover{
	color: #e89f10;
	border: 1px solid #e89f10;
}
.box_captcha img{
	float: left;
}
.box_captcha input{
	width: 60%;
}

.check-out {
	position: fixed;
	left: 20px;
	bottom: 30px;
	z-index: 99;
	width: 220px;
	height: 40px;
	line-height: 33px;
	margin: 0 auto;
}
.check-out .detail-check-out {
	position: absolute;
	color: #fff !important;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	z-index: 999 !important;
	background: rgb(66, 103, 178);
	width: 100%;
	height: 100%;
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
}
.check-out:hover {
	animation: none;
	transform: scale(1.1);
	transition: 0.5s
}


.call {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 33px;
	margin: 0 auto;
	border-radius: 50%;
	animation: play 1.5s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.call a {
    position: absolute;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    z-index: 999999 !important;
    background: #e89f10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 25px;
}
.call:hover {
	animation: none;
	transform: scale(1.2);
	transition: .5s
}
@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 20px hsla(21, 90%, 75%, 0.42);
	}
	25% {
		box-shadow: 0 0 0 20px hsla(21, 90%, 75%, 0.42), 0 0 0 40px hsla(21, 90%, 75%, 0.42);
	}
	30% {
		transform: scale(1.2);
	}
}

.zalo {
	position: fixed;
	left: 50px;
	bottom: 80px;
	z-index: 99;
	animation: play_zalo 2s ease infinite;
}
.zalo a {
	text-align: center;
	width: 100%;
	border-radius: 20px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
.zalo img {
	width: 50px;
	height: auto;
}

@keyframes play_zalo {

	0% {
		rotate: 0deg;
	}
	25% {
		rotate: 20deg;
	}
	50% {
		rotate: 0deg;
	}
	75% {
		rotate: -20deg;
	}
	100% {
		rotate: 0deg;
	}

}


/* lg */ 
/*@media (min-width: 1200px) { gia tri lg }*/
@media (max-width: 1330px) {
	/*main*/
	.txt_object .stars {
		font-size: 10px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.txt_object .simple_txt {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.txt_object .simple_txt h3.name{
		margin-bottom: 20px;
	}
}

/* md */
@media (max-width: 1199px) {
	#menu-header .nav li {
		margin-left: 40px;
	}
	#myCarousel, #GroupSilde {
		margin-top: 95px;
	}
	/*main*/
	.txt_object .simple_txt {
		padding-bottom: 0;
	}
	.txt_object .simple_txt h3.name{
		margin-bottom: 10px;
	}
	.txt_object .simple_txt h3.name a {
		font-size: 13px;
	}
	.txt_object .simple_txt p.info {
		font-size: 13px;
		height: 65px;
	}
	.txt_object .simple_txt h4.price {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
/* sm */
@media (max-width: 991px) {
	p {
		font-size: 14px;
	}
	#menu-header .navbar-default {
		margin-bottom: 0;
	}
	#menu-header .nav li {
		margin-left: 25px;
	}
	#menu-header img.img-logo {
		width: 100%;
	}
	#menu-header .logo-nav {
		margin-top: 5px;
	}
	#menu-header .main-nav {
		margin-top: 5px;
	}
	#myCarousel, #GroupSilde {
		margin-top: 90px;
	}
	/*main*/
	.txt_object .stars {
		padding-top: 2px;
	}
	.txt_object .simple_txt {
		padding-top: 0;
	}
	.txt_object .simple_txt p.info {
		display: none;
	}
	.txt_object .simple_txt a.hotline {
		font-size: 13px;
	}
	/*share*/
	footer h3 {
		font-size: 16px;
	}
	footer ul.sub-share li {
		margin: 0 5px;
	}
	footer ul.sub-share li a i {
		width: 45px;
		height: 45px;
		line-height: 47px;
	}
}

/* xs */
@media (max-width: 767px){
	a.img-navbar-header {
		display: inline-block;
	}
	a.img-navbar-header img{
		width: 40%;
		display: inline-block;
	}
	#menu-header .heading-top {
		font-size: 14px;
	}
	#myCarousel, #GroupSilde {
		margin-top: 85px;
	}
	.txt_object .stars {
		font-size: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.txt_object .simple_txt {
		margin-top: 2px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.txt_object .stars2 {
		font-size: 10px;
		padding-top: 10px;
		margin-top: 2px;
	}
	.txt_object .simple_txt h3.name a{
		font-size: 16px;
	}
	.txt_object .simple_txt h4.price{
		font-size: 18px;
	}
	.txt_object .simple_txt a.detail{
		padding: 2px 15px;
		margin-bottom: 10px;
	}
	.txt_object .simple_txt a.hotline{
		font-weight: 500;
		font-size: 16px;
	}
	.txt_object .simple_txt p.info{
		display: -webkit-box;
		height: 70px;
	}
	footer {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	footer .box-object {
		margin-bottom: 25px;
	}
}
@media (max-width: 570px){
	a.img-navbar-header {
		display: block;
	}
	#menu-header .navbar-header button.navbar-toggle{
		margin: 0;
	}
	#menu-header .nav li {
		margin-left: 15px;
		font-size: 12px;
	}
	#myCarousel, #GroupSilde {
		margin-top: 80px;
	}
	.txt_object .stars {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.txt_object .simple_txt {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.txt_object .simple_txt h3.name a{
		font-size: 12px;
	}
	.txt_object .simple_txt h4.price{
		font-size: 16px;
	}
	.txt_object .simple_txt p.info{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 45px;
	}
	.txt_object .simple_txt a.detail{
		padding: 0 15px;
		margin-bottom: 0;
	}
	.txt_object .stars2 {
		padding-top: 5px;
		margin-top: 2px;
	}
	.heading-section h2 {
		font-size: 20px;
	}
	#copyright p{
		font-size: 17px;
	}
}
@media (max-width: 440px){
	a.img-navbar-header img {
		width: 50%;
		display: inline-block;
	}
	#menu-header .heading-top font{
		display: none;
	}
	#menu-header .heading-top span{
		display: block;
	}
	#menu-header .heading-top {
		font-size: 11px;
	}
	#menu-header .heading-top h1{
		font-size: 11px;
	}
	#top-menu {
		padding-bottom: 20px;
	}
	#menu-header .nav li {
		display: block;
		text-align: left;
		margin-top: 5px;
	}
	#menu-header .nav li.active a{
		border-bottom: 2px solid #e89f10;
	}
	#menu-header .nav li a:hover{
		border-bottom: 2px solid #e89f10;
	}
	#myCarousel, #GroupSilde {
		margin-top: 93px;
	}
	.heading-section h2 {
		font-size: 18px;
	}
	.txt_object .stars {
		padding-top: 2px;
		padding-bottom: 4px;
	}
	.txt_object .simple_txt {
		padding-top: 0;
		padding-bottom: 0;
	}
	.txt_object .simple_txt h3.name a{
		font-size: 12px;
	}
	.txt_object .simple_txt h4.price{
		font-size: 14px;
	}
	.txt_object .simple_txt a.hotline {
		font-size: 12px;
	}
	.txt_object .simple_txt p.info{
		display: none;
	}
	.txt_object .stars2 {
		padding-top: 0;
	}
	#news-list .container .item .block-title a.title{
		font-size: 12px;
	}
	#news-list .container .item .bg-images a{
		font-size: 12px;
		margin-top: 35%;
	}
	#testimonials-container .heading-section h3{
		text-align: center;
	}
	#testimonials-container .testimonial-image{
		width: 100%;
		float: none;
		text-align: center;
	}
	#testimonials-container .testimonial-image img{
		width: 30%;
		display: inline-block;
	}
	#testimonials-container .testimonial-text{
		width: 100%;
		float: none;
	}
	#copyright p{
		font-size: 14px;
	}
}
@media (max-width: 340px){
	a.img-navbar-header img {
		width: 50%;
		display: inline-block;
	}
	#top-menu {
		padding-bottom: 20px;
	}
	#project-list{
		padding-top: 40px;
	}
	#myCarousel, #GroupSilde {
		margin-top: 93px;
	}
	.txt_object .simple_txt h4.price{
		display: none;
	}
	.txt_object .simple_txt a.detail{
		display: none;
	}
	.txt_object .simple_txt a.hotline{
		display: none;
	}
	#news-list .container .item .images:hover .bg-images{
		display: none;
	}
	#copyright p{
		font-size: 10px;
	}
}
@media (max-width: 260px){

}