@font-face{font-family:'SVN-Valentina';src:url('fonts/SVN-Valentina.ttf');}
@font-face{font-family:'arialbd';src:url('fonts/arialbd.ttf');}
/***************** Slider thumb article *********************/
div#slider-menu {
	padding-left: 0;
}
#slider {
	padding: 0px 0 0;
	background: #fff;
}
#slider .slider-thumb {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background : #fff;
	min-width: 235px;
	border: 1px solid #dfdfdf;
	z-index: 9;
	padding: 0px;
}
#slider .slider-thumb li {
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	padding: 5px 10px;
}
#slider .slider-thumb li:last-child {
	border: none;
}
#slider .slider-thumb li.active {
	background-color: #eeeeee;
}
#slider .slider-thumb li:hover {
	background-color: #eeeeee;
}
#slider .slider-thumb li.active:before,
#slider .slider-thumb li:hover:before {
	content: "";
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #eeeeee;
	position: absolute;
	left: -18px;
	top: 15px;
}
#slider .slider-image-thumb {
	display: inline-block;
	float:left;
	margin-right: 10px;
	cursor: pointer;
}
#slider .slider-detail {
	display: inline-block;
}
#slider .slider-detail .title-image {
	font-size: 12px;
	font-weight: bold;
	display:block;
	color: #666666;
}
#slider .slider-detail .description-image {
	font-size: 12px;
	color: #666666;
}
#slider-thumb li img {
	max-width: 36px;
}
/***************** END Slider thumb article *********************/

.underslide{
	background:url(../frontend/images/bg_phongcach.jpg)center no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.box_underslide{
	background-color: #595959;
	max-width: 80%;
	margin:0 auto;padding: 20px;
    font-size: 16px;
	text-align: center;
	border-radius: 15px;
	border:2px solid #efe47b;
}
.box_underslide a{
font-family:'arialbd';
	color: #fff58b;text-transform: uppercase;
}
.anh_phonghat_home{
	margin-bottom: 0;
}
.phonghat_home{
		background:url(../frontend/images/bg_phonghat_nha.jpg)center no-repeat;
		padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
}
.phonghat_home .title_phonghat{
	text-align: center;
}
.phonghat_home .title_phonghat p{
	color: #000;font-family:'SVN-Valentina';    font-size: 34px;line-height: 42px;   
}
.phonghat_home .title_phonghat p span{
 position: relative;
}

.phonghat_home .title_phonghat p span:after{

   height: 32px;
background:url(../frontend/images/hr_traiphai3.png)center no-repeat;
content: '';
position: absolute;
   width: 155px;
    right: -160px;
top: 12px;
}
.phonghat_home .title_phonghat p span:before{
    height: 32px;
    background: url(../frontend/images/hr_traiphai3.png)center no-repeat;
    content: '';
    position: absolute;
    width: 155px;
    left: -160px;
    top: 12px;
}
#insBlogs .titleBlock.featuredTitle h2 span{
	position: relative;
}
#insBlogs .titleBlock.featuredTitle h2 span:after{

   height: 32px;
background:url(../frontend/images/hr_traiphai3.png)center no-repeat;
content: '';
position: absolute;
   width: 155px;
    right: -160px;
top: 12px;
}
#insBlogs .titleBlock.featuredTitle h2 span:before{
    height: 32px;
    background: url(../frontend/images/hr_traiphai3.png)center no-repeat;
    content: '';
    position: absolute;
    width: 155px;
    left: -160px;
    top: 12px;
}
.phonghat_home .title_phonghat img{
	max-width: 180px;
}
/* ********** Block banner ********* */
.listItemBanner .boxBanner {
	margin: 0px -3px;
}
.listItemBanner .bigBanner .itemBanner {
	float: left;
	width: 33.33333%;
	padding: 0px 3px;
}
.listItemBanner .smallBanner .itemBanner {
	width: 16.66%;
	float: left;
	padding: 6px 3px;
}
/* Block policy */
.policyMain .policyItem {
	background: #652811;
	padding: 15px;
	color: #fff;
}
.policyMain div#policy-2 {
	background: #009cde;
}
.policyMain .policyItem .ctPolicy {
	cursor: default;
	padding-right: 5px;
}
.policyMain .policyItem .ctPolicy:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(0, 1);
	display: block;
}
.policyMain .policyItem .ctPolicy:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(1, 0);
	display: block;
}
.policyMain .policyItem .ctPolicy:hover:before, .policyMain .policyItem .ctPolicy:hover:after {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.policyMain .policyItem .icon {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.policyMain .policyItem .icon .insLoadIMG {
	min-height: auto !important;
}
.policyMain .policyItem .detail {
	display: inline-block;
	width: calc(100% - 95px);
	vertical-align: middle;
}
.policyMain .policyItem .detail h4 {
	color: #fff;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.policyMain .policyItem .detail p {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
}
/* Block seller */
#insSeller .sellerMain .bannerSeller {
	//padding-right: 0;
}
#insSeller .sellerMain .chir-img img {
	/*max-height: 190px;*/
	width: auto;
	display: inline-block;
}
#insFeatured {
	background: #252525;
	padding: 15px 0px;
}
.insTabs .nav-tabs {
	border: none;
	text-align: center;
	margin-bottom: 20px;
}
.insTabs .nav-tabs li {
	border-radius: 15px;
	/*border:1px solid #ffffff;*/

	position: relative;
	float: left;    padding: 10px 15px;
}
.insTabs .nav-tabs li a {
	border-radius: 0 !important;
	border: none !important;
	font-size: 34px;
	margin: 0;color: #fff58b;font-family:'SVN-Valentina';
	border-right: 1px solid #ccc !important;
	padding: 0px 10px;
	padding-left: 25px;
	background: transparent !important;
}
.insTabs .nav-tabs li a i{
	position: absolute;top:0;
	left: 0;    font-size: 16px;
}
.insTabs .nav-tabs li a span{
	font-size: 42px;
}
.insTabs .nav-tabs li:last-child a{
	border: none !important;
}
/*.featuredContentTab .item_product:nth-child(9) {
	display: none;
}*/
.viewmorePd a {
	display: inline-block;
	padding: 5px 30px;
	text-transform: uppercase;
	border: 1px solid #999;
	border-radius: 3px;
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.viewmorePd a:hover{
	color: #fff;
}
/* Block product tabs */
.insProductTabs {
	background: #fff;
	padding: 15px 0px;
}
.pdtabsMain .titleBox{
	margin-bottom: 20px;
	position: relative;
}
.pdtabsMain .titleBox h2 {
	border-left: 3px solid transparent;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
}
.pdtabsMain ul.refTabsBox {
	border: none;
	background-color: #666;
}
.pdtabsMain ul.refTabsBox li {
	float: none;
	margin: 0;
}
.pdtabsMain ul.refTabsBox li.active:before {
	//content: '';
	position: absolute;
	top: 0;
	width: 5px;
	height: 41px;
	right: -5px;
}
.pdtabsMain ul.refTabsBox li.active:after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	height:0px; 
	width:0px;
	border-left: 10px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	float:left;
}
.pdtabsMain ul.refTabsBox li a {
	color: #fff !important;
	background: transparent;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 20px;
	border: none !important;
	border-top: 1px solid #545454 !important;
	font-size: 14px;
	margin: 0;
}
.pdtabsMain ul.refTabsBox li:first-child a{
	border-top: none !important;
}
.pdtabsMain ul.refTabsBox li.active a {
	margin: 0;
}
.TabslistPd .chir-img img {
	display: inline-block;
	width: auto;
}
.owlTabDesgin .owl-controls {
	position: absolute;
	left: 40px;
	bottom: 15px;
	z-index: 10;
}
.owlTabDesgin .owl-controls .owl-nav div {
	width: 52px;
	height: 32px;
	position: relative;
	float: left;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	font-size: 0;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-prev:before{
	content: '‹';
	font-family: -webkit-body;
	width: 22px;
	height: 12px;
	position: absolute;
	top: -3px;
	left: 20px;
	text-indent: 0;
	color: #fff;
	font-size: 25px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-prev:after{
	content: '';
	width: 52px;
	height: 1px;
	background-color: #444;
	right: -25px;
	position: absolute;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(-45deg);
	top: 32px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-next {
	margin-top: 32px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-next:before{
	content: '›';
	font-family: -webkit-body;
	width: 22px;
	height: 12px;
	position: absolute;
	top: -3px;
	left: 20px;
	text-indent: 0;
	color: #fff;
	font-size: 25px;
}
/* Blog home */
section#insBlogs {
	padding: 50px 0px;
	background: #262626;
	background-attachment: fixed;
	background-size: cover;
}
#insBlogs .titleBlock.featuredTitle:before{
	display: none;
}
#insBlogs .titleBlock.featuredTitle h2 {
	background: transparent;
}
.blogsMain {
	padding-top: 40px;
}
/*------------------- Responsive ---------------------*/
@media screen and (min-width: 1200px){
	.pdtabsMain .leftTabs {
		padding-right: 0;
	}
	.TabslistPd .chir-img {
		/*height: 225px;*/
	}
	.pdtabsMain {
		min-height: 305px;
	}
}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.policyMain .policyItem .icon {
		width: 50px;
		margin-right: 5px !important;
	}
	.policyMain .policyItem .detail h4 {
		font-size: 12px;
	}
	.policyMain .policyItem .detail p {
		font-size: 13px;
		line-height: 15px;
	}

	.pdtabsMain {
		min-height: 300px;
	}
	.TabslistPd .chir-img {
		/*height: 160px;*/
	}
	.blog_post_content p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width: 991px){
	.pdtabsMain .titleBox h2 {
		margin-bottom: 0px;
	}
	.owlDesign .owl-controls .owl-dots{
		display: block !important;
	}
	div#slider-menu {
		padding-left: 0px;
	}
	.pdtabsMain {
		min-height: 425px;
	}
	.openTabs {
		position: absolute;
		padding: 5px 7px;
		right: 0px;
		top: 50%;
		z-index: 10;
		border-radius: 5px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.openTabs img {
		width: 20px;
	}
	.pdtabsMain ul.refTabsBox li.active:after{
		display: none;
	}
	.pdtabsMain ul.refTabsBox {
		position: absolute;
		z-index: 10;
		left: 0;
		right: 0;
		top: 50px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.pdtabsMain .titleBox.open ul.refTabsBox{
		top: 35px;
		visibility: visible;
		opacity: 100;
		-khtml-opacity: 100;      
		-moz-opacity: 100;     
		filter: alpha(opacity=100);
	}
	.owlTabDesgin .owl-controls {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		bottom: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.policyMain .policyItem .detail p {
		font-size: 14px;
	}
	.policyMain .policyItem .icon {
		display: block;
		margin: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.policyMain .policyItem .detail {
		display: block;
		width: 100%;
	}
	.policyMain .policyItem .detail h4 {
		font-size: 13px;
	}
	.featuredContentTab .item_product:nth-child(9) {
		display: block;
	}
}
@media screen and (max-width: 767px){
	.bopadding_mb{
		padding:0;
	}
	.phonghat_home{
		padding-bottom: 5px;
		padding-top: 10px;
	}
	.hangvip .chir_loop .product-detail a{
		text-align: center;
	}
	.hangvip .lienhe_home {
    max-width: 165px;
    margin: 0 auto;
}
	.item_product{
		padding:0;
	}
	.chir-img img{
		width: 100%;
	}
	.insTabs .nav-tabs li {
		display: block;
		margin-bottom: 5px;
	}

	.phonghat_home .title_phonghat p span:after{
background:none;display: none;
}
.phonghat_home .title_phonghat p span:before{
background:none;display: none;
}

#insBlogs .titleBlock.featuredTitle h2 span:after{
background:none;display: none;
}
#insBlogs .titleBlock.featuredTitle h2 span:before{
background:none;display: none;
}

	.underslide{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.box_underslide {
    max-width: 98%;    padding: 2px;
	}	
	.box_underslide a{
		font-size: 12px;
	}
	.chir_loop .product-detail a {
    white-space: inherit;
}
.lienhe_home{
	font-size: 18px;
}
.titleBlock.featuredTitle{
	padding-bottom: 10px;
	padding-top: 10px;
}
.titleBlock.featuredTitle h2{
	font-size: 22px;
}
.article_item .insArticleLoop .postDetail{
	text-align: center;
}
.article_item .insArticleLoop .postDetail img{
	max-width: 150px;margin:0 auto;
}


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

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

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

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

}
@media screen and (max-width: 380px){
	.userProfile {
		margin-left: 0px;
	}
}
@media screen and (max-width: 370px){

}
@media screen and (max-width: 319px{

}