/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
}

/* xs */
@media (max-width: 767px) {
	.fb_contact {
		display: none;
	}
	
	.div_contact {
		display: none;
	}
	
	.div_book {
		display: none;
	}
	
	.div_fb {
		display: none;
	}
	
	.carousel-indicators {
		bottom: -8px;
	}
	
	.sectstyle {
		
	}
	
	.icon_left_item {
		z-index: 1;
		left: -15px;
		opacity: 0.5;
	}
	
	.icon_right_item {
		z-index: 1;
		right: -15px;
		opacity: 0.5;
	}
	
	.icon_left_item:hover {
		opacity: 1;
	}
	
	.icon_right_item:hover {
		opacity: 1;
	}
	
	a.btn_detail {
		padding: 6px 0;
		display: block;
		font-size: 12px;
	}
	
	.name_item a {
		font-size: 14px;
	}
	
	.h3title span {
		font-size: 21px;
	}
	
	.title_list_products span {
		font-size: 21px;
	}
	
	.banner_left {
		display: none;
	}
	
	.divpagging ul {
		margin: 0;
		padding: 0;
	}
	
	.div_banks {
		display: none;
	}
	
	.social-icons {
		text-align: center;
	}
	
	.pstyle {
		text-align: center;
	}
	
	.divBranch1 {
		padding-right: 0;
		border-right: 0;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	
	.divBranch2 {
		padding-right: 0;
		border-right: 0;
	}
	
	.single_items ul li:last-child a {
		padding-bottom: 15px;
	}
	
	.single_items {
		background: none;
	}
	
	.div_style_edit {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.single_links ul li:last-child a {
		padding-bottom: 15px;
	}
	
	.div_pdd_edit {
		padding-left: 0;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
}

