/*font-family: 'Open Sans', sans-serif;*/
body{
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size: 16px;
	/*background: #e8e8e8;*/
}
/*.container{
	background: #fff;
}
.title-menu-page .container{
	background: #000;
}
footer .container{
	background: #222222;
}
.content-prd-top .container{
	background: #f2f2f2;
}*/
.navbar {
    background-color: transparent;
}
.dropdown-menu{
	background-color: #4285f4;
}
.divider-new h2 a{
	
}
.divider-new{
	margin-bottom: 0px;
}
.tab-content{
	margin-top:10px;
}
th{
	text-align: center;
}
.nav-item.active a,.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    /*font-weight: bold!important;*/
}
.md-form .prefix~label {
    margin-left: 4rem;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	font-weight: bold!important;
    background-color:rgba(0,0,0,0);
}
.item {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.item img {
  width: 100%;
  height: 180px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.item .text-over{
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: white;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.nav-item.active a{
	background-color: rgba(255,255,255,0.25);
}
.product{
	margin-bottom: 15px;
}
.caption{
	color:black;
}
.caption p{
	margin-bottom: 2px;
}
.caption h4{
	font-size:17px;
	line-height: 20px;
	font-weight: bold;
}
.priceDot{
	font-weight: bold;
	color:#c90927;
}
select.form-control{
	margin-top: 10px;
}
.formSearch{
    padding: 0 10px;
    padding-top: 5px;
    border-radius: 5px;
    background: #fdf5b1;
    margin-bottom: 20px;
}
option,.form-control:focus {
    color: black;
}
.post-title{
	font-weight: bold;
}
.contentAjax .bxslider img{
	max-height:550px;
	width: 100%;
}
.contentAjax #bx-pager img{
	width:75px;
	max-height: 100px;
}
.navbar .navbar-nav .nav-item>a.active {
    font-weight: bold;
    background: #062c69;
}
/*css*/
.pad{
	padding: 0px;
}
.height{
	padding-top: 20px;
}
.title-index{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0px;
	color: #D31717;
	position: relative;
}
.title-index span{
	position: relative;
}
/*.title-index span:before{
	position: absolute;
	content: "";
	width: 80%;
	height: 2px;
	background: #D31717;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}*/
a{
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #D31717!important;
}
.title-other{
	font-weight: 600;
	font-size: 18px;
	color:#D31717;
	text-align: center;
	margin-bottom: 10px;
}
.title-other span{
	position: relative;
	text-transform: uppercase;
}
/*.title-other span:after{
	position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: #D31717;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}*/
.btn-success,.btn-primary{
	background: #333;
	border-color: #333;
	transition: all 0.5s;
}
.btn-success:hover,.btn-primary:hover{
	background: #D31717;
	border-color: #D31717;
	transition: all 0.5s;
}
.language{
	position: absolute;
	top: 25px;
	right: 10px;
}
/*header menu*/
header{
	height: 85px;
	background: #fff;
}
header .navbar-brand img{
	height: 42px;
	width: auto;
}
header .navbar-brand{
	margin-left: 0px!important;
	margin-top: 20px;
	margin-bottom: 22px;
}
.navbar-fixed-top{
	background: #fff;
	height: 85px;
	border-bottom: 3px solid #767676;
}
.navbar-brand{
	height: 100%;
	padding: 0px;
}
.navbar-collapse{
	float: right;
}
.dropdown-toggle{
	display: none!important;
}
.navbar-default .navbar-nav>li>a{
	font-weight: 600;
	color: #333;
	padding: 30px 5px;
	font-size: 16px;
}
.nav>li>a:after{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background: #D31717;
	top:0px;
	left: 0px;
}
.nav>li:hover>a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #D31717;
	top:0px;
	left: 0px;
	transition: all 0.5s;
}
.nav>.active>a:after{
	width: 100%;
}
.nav-item.active a, .nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: none!important;
	color: #D31717!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: #D31717;
}
.dropdown-menu{
	background: #EAEAEA;
	width: 80%;
	padding: 0px;
	margin: 0px 10%;
	border-top: 3px solid #D31717;
	border-radius: 0px;
}
.dropdown-menu-table{
	display: table;
	width: 100%;
}
.dropdown-menu >.dropdown-menu-table > li{
	border-right: 1px solid #999;
	display: table-cell;
	padding: 10px 10px;
}
.dropdown-menu >.dropdown-menu-table > li:last-child{
	border:none;
}
.dropdown-menu >.dropdown-menu-table > li a{
	text-decoration: none;
	color: #555;
	font-size: 15px;
}
.dropdown-menu >.dropdown-menu-table > li a:hover{
	color:#D31717;
}
.dropdown-menu >.dropdown-menu-table > li a .fa{
	margin-right: 5px;
}
.dropdown-menu >.dropdown-menu-table > li > ul{
	list-style: none;
	padding: 0px 10px;
}
.nav>li{
	position: inherit;
	margin: 0px 10px;
}
.nav>li:last-child{
	margin-right: 0px;
}
/*css product*/
.prd-container{
	padding: 0px;
	margin-bottom: 20px;
}
.prd-container .prd-img{
	overflow: hidden;
}
.prd-container img:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.prd-container img{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.prd-container .prd-content{
	text-align: center;
}
.prd-container h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #333;
}
.prd-container h2:hover{
	color: #D31717;
}
.prd-container button{
	border:none;
	background: #555555;
	transition: all 0.5s;
	color: #fff;
	padding: 5px 10px;
}
.prd-container button:hover{
	background: #D31717;
	transition: all 0.5s;
}
.contact-index{
	font-size: 20px;
	margin: 10px 0px;
	padding: 2px 20px;
	border: 1px solid #e8e8e8;
}
.contact-index:nth-of-type(1){
	margin-top: 0px;
}
.prd-price{
	font-size: 20px;
}
.prd-price span{
	font-weight: 600;
	color:#D31717;
}
textarea.form-control{
	height: 80px;
}
.col-20-table{
	padding-bottom: 20px;
}
.col-20{
	width: 20%;
	float: left;
	padding: 0px 15px;
	text-align: center;
}
.col-content{
	font-size: 16px;
	width: 140px;
	margin:0 auto;
}
.col-title{
	margin: 0px;
	padding: 10px 0px;
	font-size: 20px;
	font-weight: 600;
    	text-transform: uppercase;
}
.col-img .fa{
	background: #333;
	color: #fff;
	padding: 20px 20px;
	font-size: 30px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
}
.col-20:nth-of-type(2) .fa{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}
.col-20:nth-of-type(5) .col-content{
	width: 100%;
}
.title-prd-nb{
	font-size: 30px;
	color: #666;
	font-weight: 700;
}
.title-prd-nb span:before{
	background: none;
}
.title-menuprd{
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	font-size: 18px;
	padding-bottom: 10px;
}
.prd-img-index{
	border-top: 3px solid #EB1C23;
	border-bottom: 3px solid #EB1C23;
	overflow: hidden;

}
.prd-img-index img{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.prd-img-index img:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.prd-title-index{
	text-align: right;
	padding: 10px 0px 30px 0px;
}
.prd-title-index h2{
	margin: 10px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
}
.prd-title-index p{
	height: 45px;
	overflow: hidden;
	padding: 0px 20px;
	margin-bottom: 20px;
	text-align: center;
}
.prd-title-index span{
	font-size: 14px;
	color: #EB1C23;
}
.prd-title-index span:hover{
	color:#666;
}
.title-prd-tb{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.title-prd-tb:before{
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	background: #EB1C23;
	top: 6px;
	left: 15px;
	z-index: -1;
}
.title-prd-tb span{
	background: #fff;
	padding: 0px 10px;
}
.product-tb{
	position: relative;
	padding-bottom: 25px;
}
.product-tb h2{
	font-size: 50px;
	color: #EB1C23;
	font-weight: 700;
}
.product-tb p{
	padding: 10px;
	background: #D4D4D4;
	border-radius: 5px;
}
.product-tb .prd-index-detail{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0px 10px;
	background: #EB1C23;
	color: #fff;
	border-radius: 3px;
	transition: all 0.5s;
}
.product-tb .prd-index-detail:hover{
	background: #666;
	transition: all 0.5s;
}
/*css ads*/
.index-ads{
	width: 100%;
	border-top: 3px solid #EB1C23;
	margin: 10px 0px;
	padding: 10px 0px;
}
.index-ads img{
	width: 100%;
	height: auto;
}
.content-contact{
	font-size: 12px;
	font-style: italic;
	color: #888;
}
footer{
	text-align: center;
	background: #222222;
	color: #fff;
	padding:20px 0px;
}
footer .fa{
	padding:17px 17px;
	background: #fff;
	color:#000;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 0.5s;
	font-size: 20px;
}
footer a{
	color:#fff;
}
footer a:nth-of-type(1) .fa:hover{
	background: #3B5998;
	color: #fff;
	transition: all 0.5s;
}
footer a:nth-of-type(2) .fa:hover{
	background: #6A453B;
	color: #fff;
	transition: all 0.5s;
}
footer a:nth-of-type(3) .fa:hover{
	background: #D4201F;
	color: #fff;
	transition: all 0.5s;
}
footer a:nth-of-type(4) .fa:hover{
	background: #E62117;
	color: #fff;
	transition: all 0.5s;
}
.icon-social{
	padding: 50px 0px;
}
.title-menu-page{
	font-size: 22px;
	padding: 25px 0px;
	background: #000;
	color: #fff;
}
.title-menu-page a{
	color: #fff;
}
.title-menu-page a:hover{
	color:#fff!important;
}
/*style prd*/
.content-prd-top{
	background: #F2F2F2;
	text-align: justify;
}
.content-prd-top .text-right{
	text-align: right;
}
.content-prd-top img{
	max-height: 480px;
}
.content-prd-top h2{
	margin: 0px;
	padding: 30px 0px;
}
.content-prd-top .title-index{
	padding: 50px 0px;
}
.content-prd-top button{
	border:none;
	background: #555555;
	transition: all 0.5s;
	color: #fff;
	padding: 5px 10px;
}
.content-prd-top button:hover{
	background: #D31717;
	transition: all 0.5s;
}
.title-menu-prd{
	font-size: 22px;
	color:#EB1C23;
	font-weight: 600;
	margin-bottom: 5px;
}
.title-menu-prd a{
	color:#D31717!important;
	font-weight: 700;
}
.title-index-page{
	padding: 50px 0px 20px 0px;
}
.new-container{
	overflow: hidden;
	margin-bottom: 20px;
	border:1px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
}
.new-container .news-img{
	position: relative;
}
.news-img-hover{
	position: absolute;
	width: 100%;
	left: -100%;
	height: 100%;
	top: 0px;
	transition: all 0.5s;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0px 10px;
	text-align: center;
}
.news-img-hover span{
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.new-container .news-img:hover .news-img-hover{
	left: 0px;
	transition: all 0.5s;
}
.new-container .news-des{
	height: 90px;
	text-align: justify;
	overflow: hidden;
}
.new-container .news-view-more{
	text-align: right;
}
.news-content{
	padding: 0px 10px;
}
.new-container h2{
	font-size: 20px;
	margin:10px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}







/*responsive*/
/*header menu*/

@media (max-width: 768px) {
	.navbar-toggle{
		margin-right: 20px;
		margin-top: 35px;
	}
	.container-fluid{
		background: #fff;
	}
	.navbar-collapse{
		width: 100%;
		margin: 0 auto!important;
		background: #fff;
		float: left;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 10px 5px;
	}
	.nav>li{
		position: relative;
		margin: 0px;
	}
	.nav>.active>a:after{
		width: 0px;
	}
	.dropdown-menu{
		margin: 0px;
	}
	.dropdown-toggle{
		display: block!important;
		position: absolute;
		top: 10px;
		right: 10px;
		border: none;
		background: #fff;
		width: 20px;
		height: 20px;
	}
	.dropdown-menu >.dropdown-menu-table > li{
		width: 100%!important;
		float: left;
		display: initial;
		border: none;
		padding: 5px 15px;
	}
	.navbar-nav{
		margin: 0px -15px;
		height:calc(100vh - 85px);
	}
	.navbar-nav >li > button .fa{
		position: absolute;
		right: 3px;
		top: 1px;

	}
	.navbar-nav .fa-minus:before{
		display: none;
	}
	.navbar-nav .open .fa-plus:before{
		display: none;
	}
	.navbar-nav .open .fa-minus:before{
		display: block!important;
	}
	.contact-index:nth-of-type(1){
		margin-top: 10px;
	}
	.col-rps{
		width: 33.33333333%;
		float: left;
	}
	.col-20{
		width: 100%;
		margin-top: 20px;
	}
	.col-20:nth-of-type(1){
		margin-top: 0px;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height: 1000px;
	}
	::-webkit-scrollbar {
	    width: 10px;
	    position: absolute;
	    right: 0px;
	}
	 
	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    border-radius: 10px;
	}
	 
	::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	.title-prd-tb:before{
		content: none;
	}
	.product-tb{
		text-align: center;
	}
	.product-tb p{
		text-align: left;
	}
	.product-tb .prd-index-detail{
		right: 15px;

	}
	.language{
		top:5px;
	}
}
@media (max-width: 576px) {
	.col-rps{
		width: 50%;
		float: left;
	}
	.col-12{
		width: 80%;
		text-align: center;
		margin: 0 auto;
		float: initial;
	}
}
@media (max-width: 400px) {
	.col-rps{
		width: 100%;
		float: left;
		padding: 0px 10%;
	}
	.navbar-toggle{
		position: absolute;
		right: 0px;
	}
}
