body{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #f5f5f5;
}
.wrap-header{
	height: 100px;
	padding: 5px 0px;
	background-color: #fff;
}
.wrap-header .container{
	display: flex;
	justify-content: space-between;
	alignment-baseline: central;
	height: 100%;
}
.wrap-header .container > a{
	width: 120px;
}
.logo-top{
	height: 100%;
	width: auto;
}
.wrap-header .box-service{
	display: flex;
	align-items: center;
}
.wrap-header .box-service > div:nth-child(1){
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 40px;
	text-align: center;
	margin-right: 10px;
}
.wrap-header .box-service i{
	color: #999;
	line-height: 28px;
}
.wrap-header .box-service .content p:nth-child(1){
	font-weight: bold;
}
.wrap-header .box-service .content p:nth-child(2){
	color: #999;
}

.wrap-menu{
	background-color: #ed1c24;
	height: 50px;
}
.main-menu{
	margin-bottom: 0px;
	padding-left: 0px;
}
.main-menu > li{
	display: inline-block;
	line-height: 50px;
	border-right: 1px solid #fff;
}
.main-menu > li:last-child{
	border-right: none;
}
.main-menu > li > a{
	padding: 5px 35px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.main-menu > li > a:before{
/*	content: "\f0a9";
	font-family: FontAwesome;
    margin-right: 8px;
    font-size: 18px;*/
}
.wrap-banner{

}
.banner .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    border: 1px solid #9DABAF;
    background: #fff;
    color: #0D100C;
    transform: translateY(-50%);
}
.banner .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    border: 1px solid #9DABAF;
    background: #fff;
    color: #0D100C;
    transform: translateY(-50%);
}
.main-content.home{
	background-color: #f5f5f5;
	padding-top: 15px;
}
.main-content.home .wrap-content{
	display: flex;
	justify-content: space-between;
}
.main-content.home .wrap-content > div:nth-child(1){
	width: 23%;
}
.main-content.home .wrap-content > div:nth-child(2){
	width: 50%;
}
.main-content.home .wrap-content > div:nth-child(3){
	width: 23%;
}
.sidebar-left .box-sidebar{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	border: 1px solid #ebeef2;
	margin-bottom: 20px;
}
.sidebar-left .header-sidebar{
	display: flex;
	align-items: center;
	height: 40px;
	background-color: #ed1c24;
}
.sidebar-left .header-sidebar h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
	padding-left: 15px;
}
.sidebar-left .box-sidebar .content{
	background-color: #fff;
}
.sidebar-left .box-1 .content{
	padding: 15px;
}
.sidebar-left .box-2 .content{
	padding: 15px 5px;
}
.sidebar-left .box-2 .list-items .item{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #eee;
}
.sidebar-left .box-2 .list-items .item > a{
	width: 35%;
	margin-right: 10px;
}
.sidebar-left .box-2 .list-items .item > div{
	width: 65%;
}
.sidebar-left .box-2 .list-items .item > div a p{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
}
.sidebar-left .box-2 .list-items .item > div > p{
	font-size: 13px;
	font-weight: bold;
	color: #f05423;

}
.menu-left{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.menu-left li{
	border-bottom: 1px solid #ebeef2;
}
.menu-left li a{
	display: block;
	padding: 10px 5px;
	color: #353d41;
}
.main-content.home{
	padding-bottom: 20px;
}
.main-content.home .main-header{
	border-bottom: 3px solid #ff6346;
	margin-top: 8px;
}
.main-content.home .main-header p{
	padding: 3px 15px;
	padding-top: 6px;
	background-color: #ff6346;
	width: fit-content;
	margin-bottom: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #fff;
	font-size: 16px;
}
.main-content.home .box-slide-main > .content{
	background-color: #fff;
	padding: 10px 5px;
	border: 1px solid #ebeef2;
}
.main-content.home .box-slide-main.box-2{
	margin-bottom: 25px;
}
.slide-main .top{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
}
.slide-main .top img{
	height: 120px;
	width: auto;
	max-width: 100%;
	padding: 5px;
}
.slide-main .mid{
	padding-top: 15px;
	text-align: center;
}
.slide-main .mid p{
	margin-bottom: 0px;
}
.slide-main .mid a p{
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.slide-main .mid > p{
	color: #f05423;
	font-weight: bold;
}
.slide-main .bot{
	display: none;
}
.slide-main .owl-nav .owl-next {
    top: -48px;
    position: absolute;
    right: -10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #ebeef2;
    background-color: #fff !important;
    border-radius: 1px !important;
}
.slide-main .owl-nav .owl-prev {
    top: -48px;
    position: absolute;
    right: 18px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #ebeef2;
    background-color: #fff !important;
    border-radius: 1px !important;
}
.slide-main .owl-nav .owl-next i{
	color: #ccc;
	font-size: 10px;
}
.slide-main .owl-nav .owl-prev i{
	color: #ccc;
	font-size: 10px;
}
.main-content.home .banner-main{
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidebar-right .box-sidebar{
	border: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #fff;
}
.sidebar-right .box-sidebar .header-sidebar p{
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-right .box-sidebar.box-2{

}
.sidebar-right .box-sidebar .content{
	padding: 15px 5px;
}
.sidebar-right .box-sidebar.box-2 .content .item{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}
.sidebar-right .box-sidebar.box-2 .content .item > a{
	width: 100px;
	display: block;
}
.sidebar-right .box-sidebar.box-2 .content .item > div{
	width: 75%;
	margin-left: 10px;
}
.sidebar-right .box-sidebar.box-2 .content .item > div p:nth-child(1){
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
}
.sidebar-right .box-sidebar.box-2 .content .item > div p:nth-child(2){
	font-size: 12px;
	margin-bottom: 0px;
	color: #777;
	line-height: 17px;
}

.footer{
	background-color: #202020;
	padding: 30px 0px;
	color: #fff;
}
.footer h3.head{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer .policy{
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
.footer .policy a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.footer .footer-social{
	display: flex;
}
.footer .footer-social > a img{
	margin-right: 10px;
}
.footer .info{
	line-height: 24px;
}
.copy-right{
	width: 100%;
	height: 30px;
	background-color: #2b2b2b;
}
.copy-right p{
	color: #ffff;
	opacity: 0.6;
	text-align: center;
	line-height: 30px;
	margin-bottom: 0px;
}
.product-container > .left{
	background-color: #fff;
	padding: 10px;
}
.product-container .entry-title{
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
}
#breadcrumbs{
	margin-top: 10px;
}
body.single-product .slide-main .top img{
	height: 180px;
	width: 180px;
}
body.single-product .product-price{
	color: #f05423;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
body.tax-product_group .list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.tax-product_group .list-item .item{
	width: 23%;
	margin-bottom: 30px;
}
body.tax-product_group .main-content{
	background-color: #fff;
	padding: 10px;
}
body.tax-product_group .list-item .item .top img{
	border: 1px solid #d5d5d5;
	padding: 5px;
	height: 180px;
}
body.tax-product_group .list-item .item .mid a p {
    font-weight: bold;
    color: #333;
    height: 40px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
body.tax-product_group .list-item .item .bot{
	display: none;
}
body.tax-product_group .list-item .item .mid > p{
	color: #f05423;
    font-weight: bold;
    text-align: center;
}

body.page-template-contact .item.info .icon{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: red;
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
body.page-template-contact .item.info .icon i{
	line-height: 50px;
}
body.page-template-contact .item.info .comment{
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 30px;
    border: 1px solid #cccc;
    background-color: #fff;
    color: #000;
    width: 300px;
    height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
body.page-template-contact .item.info .comment:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #dfdfdf;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
body.page-template-contact .form-lienhe{
	background-color: #f5f5f5;
	padding: 40px 0px;
}
body.page-template-contact .form-lienhe input{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 10px;
}
body.page-template-contact .form-lienhe textarea{
	width: 100%;
	border-radius: 3px;
	height: 120px;
	border: 1px solid #ccc;
	padding-left: 10px;
}
body.page-template-contact .form-lienhe input[type="submit"]{
	padding: 10px 40px;
	text-transform: uppercase;
	margin: auto;
	border: none;
	background-color: #fff;
	color: #999999;
	font-weight: 700;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	width: 150px;
}
body.page-template-contact .form-lienhe{

}
body.page-template-contact .main-content{
	padding-top: 40px;
}
.menu-mobile{
	display: none;
}
.show-menu{
	display: none;
}
.btn-call{
	display: none;
}
.post-container > .left {
	background-color: #fff;
	padding: 15px;
}

.pagination .nav-links{
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	padding-left: 0px;
}
body.category .pagination{
	float: left;
}
.pagination .nav-links > *{
	padding: 0px 25px;
}
.pagination .nav-links a{
	color: #000;
}
.pagination .nav-links .current{
	color: #D42029;
}
.pagination .nav-links .next {
    background-color: transparent !important;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 0px !important;
    transition: all 0.3s ease-in;
    align-items: center;
    display: flex;
    padding: 0px;
    margin-left: 25px;
    font-size: 0px;
    background-image: url('images/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}
.pagination .next img{
	display: block;
	margin: auto;
}
.pagination .next:hover {
    background-color: #e11b22 !important;
    border-color: #e11b22;
}
.pagination .prev:hover {
    background-color: #e11b22 !important;
    border-color: #e11b22;
}
.pagination .next:hover img{
	filter: invert(1);
}

.pagination .nav-links .prev {
    background-color: transparent !important;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 0px !important;
    transition: all 0.3s ease-in;
    align-items: center;
    display: flex;
    padding: 0px;
    font-size: 0px;
    background-image: url('images/icon-prev.png');
    background-repeat: no-repeat;
    background-position: center;
}
.pagination .screen-reader-text{
	display: none !important;
}
@media screen and (max-width: 992px) {
	.wrap-menu{
		display: none;
	}
	.wrap-header .box-service{
		display: none;
	}
	.menu-mobile{
		position: absolute;
		top: 80px;
		left: 0px;
		width: 100%;
		background-color: #f5f5f5;
		z-index: 999;
		padding-left: 0px;
		margin-left: 0px;
		padding: 15px 0px;
	}
	.menu-mobile li{
		list-style-type: none;
	}
	.menu-mobile li a{
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		font-size: 13px;
		font-weight: bold;
	}
	.wrap-header{
		position: relative;
		height: 80px;
	}
	.show-menu{
    	position: absolute;
    	width: 42px;
    	top: 34px;
    	right: 15px;
    	display: block !important;
    	padding-left: 20px;
    }
    .show-menu > div{
    	width: 100%;
    	height: 3px;
    	background: linear-gradient(268.67deg, #4DD0D0 -0.07%, #783DFE 96.3%);
		border-radius: 3px;
		margin-bottom: 4px;
		width: 100%;
    }
    .show-menu.active > div:nth-child(2){
    	opacity: 0;
    }
    .show-menu.active > div:nth-child(1){
    	transform: rotate(45deg) translate(6px, 7px);
    }
    .show-menu.active > div:nth-child(3){
    	transform: rotate(-45deg) translate(3px, -4px);
    }
    .main-content.home .wrap-content > div:nth-child(1){
    	display: none;
    }
    .main-content.home .wrap-content{
    	display: block;
    }
    .main-content.home .wrap-content > div{
    	width: 100%;
    }
    .main-content.home .wrap-content > div:nth-child(2){
    	width: 100%;
    }
    .main-content.home .wrap-content > div:nth-child(3){
    	width: 100%;
    }
    .slide-main .mid a p{
    	height: 60px;
    }
    body.tax-product_group .sidebar-left{
    	display: none;
    }
    body.tax-product_group .list-item .item{
    	width: 48%;
    }
    .btn-call{
	    position: fixed;
	    z-index: 99999;
	    right: 10px;
	    bottom: 20px;
	    display: block;
	    width: 100px;
    }
}