@media ( max-width:1199px ){
	.wrap {
		max-width:980px;
	}
	.list-news .item-news .news-info {
		width: 65%;
	}
	.list-news .item-news .thumbnail-news {
		width: 35%;
	}
	.menu_header > ul > li > a {
		font-size: 14px;
		padding: 16px 12px;
	}
	.searchandfilter li input[type="text"] {
		width: 200px;
	}
}
@media ( max-width:991px ){
	.wrap {
		max-width:768px;
		padding: 0px 10px;
	}
	.logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.logo img {
		height: 55px!important;
	}
	.main-slider {
		width: 70%;
	}
	.modtitle {
		font-size: 17px;
	}
	.button_menu {
		float: right;
		width: 45px;
		height: 35px;
		text-align: center;
		cursor: pointer;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 5px 0;
		padding: 9px 10px;
		background-color: transparent;
		border: 1px solid #EC652A;
		border-radius: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		background-image: none;
	}
	.stuck .button_menu{
		margin: 10px 0;
	}
	.button_menu .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #EC652A;
	}
	.button_menu .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.button_menu:hover{
		background: #000;
	}
	.button_menu:hover .icon-bar{
		background-color: #fff;
	}
	.menu_header {
		position: fixed;
		top: 0;
		left: 0;
		max-width: 250px;
		width: 95%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		box-shadow: 2px 0 4px rgba(0,0,0,0.32);
		-moz-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
		-webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
		left: -280px;
		padding: 0;
		z-index: 999999;
	}
	.openMenu .menu_header {
		-moz-transform: translate3d(280px,0,0);
		-webkit-transform: translate3d(280px,0,0);
		transform: translate3d(280px,0,0);
	}
	html.openMenu, html.openMenu body {
		overflow: hidden;
	}
	.menu_header > ul > li {
		width: 100%;
		line-height: 1;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	.menu_header > ul > li > a {
		display: block;
		padding: 10px;
	}
	.menu_header ul li a {
		border-bottom: 0;
		color: #333;
	}
	.openMenu body{
		position: relative;
	}
	.openMenu .over_wrap{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.32);
		width: 100%;
		height: 100%;
		z-index: 99999;
		display: block;
	}
	.click_opensub_menu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 40px;
		width: 40px;
		text-align: center;
		font-size: 20px;
		color: #333;
		cursor: pointer;
		z-index: 9;
	}
	.menu_header > ul > li ul {
		width: 100%;
	}
	.devvn_mobile .menu_header ul.sub-menu {
		display: none;
	}
	.devvn_mobile .menu_header li.opensub_menu > ul.sub-menu,
	.devvn_mobile .menu_header li.mobile_open_sub > ul.sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
		width: 100%;
		top: 0;
		display: block;
		left: 0;
	}
	.menu_header > ul > li.current-menu-item > a::before, .menu_header > ul > li.current-menu-ancestor > a::before, .menu_header > ul > li.current_page_item > a::before, .menu_header > ul > li.current_page_ancestor > a::before, .menu_header > ul > li:hover > a::before, .menu_header > ul > li:focus > a::before{
		display: none;
	}
	.menu_header > ul > li.current-menu-item > a, .menu_header > ul > li.current-menu-ancestor > a, .menu_header > ul > li.current_page_item > a, .menu_header > ul > li.current_page_ancestor > a, .menu_header > ul > li:hover > a, .menu_header > ul > li:focus > a {
		color: #2b96cc;
		background: #fff;
	}
	/*#menu mobile*/
	.home_sec1_box h3 {
		font-size: 20px;
	}
	.home_sec1_box table td {
		padding-left: 0px;
	}
	.home_sec1_box table tr td:last-child {
		padding-right: 0;
	}
	.home_sec1_wrap {
		padding-top: 20px;
	}
	.text_sec3 {
		font-size: 20px;
	}
	.number_sec3 {
		font-size: 65px;
	}
	ul.team-social li {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		margin: 0 3px;
	}
	title_sec2 h3 {
		font-size: 20px;
	}
	.gutter-sizer {
		width: 2%;
	}
	.news_isotop .grid-sizer {
		width: 46%;
	}
	.title_sec h3 {
		font-size: 32px;
	}
	.item-news{
		text-align: center;
	}
	.list-news .item-news .thumbnail-news a {
		display: block;
	}
	.list-news .item-news .thumbnail-news img {
		width: 100%;
	}
	.list-tt{
		text-align: center;
	}
	.info-text {
		text-align: left;
	}
	.icon-box-left {
		padding-left: 0;
	}
	.box-left-about img{
		width: 100%;
	}
	.giaiphap .left-giaiphap img {
		transform: translateY(0);
	}
	.giaiphap .left-giaiphap {
		display: none;
	}

	.title_sec {
		font-size: 28px;
	}
	.list_product_box {
		padding: 30px 10px 30px 10px;
	}
	.search {
		position: relative;
		right: inherit;
		top: inherit;
		display: block;
		padding: 5px 0;
	}
	.search input.form-control {
		width: 210px;
	}
	.stuck.menu-header .menu_header > ul > li > a,
	.menu_header > ul > li > a {
		padding: 8px 10px;
		font-size: 14px;
	}
	.search-menu,
	.box-btn{
		display: none;
	}
	.list_product_wrap {
		padding: 8px;
		margin-bottom: 8px;
	}
	ul.list-about li {
		width: 50%;
		text-align: center;
	}
	.video-enble iframe {
		width: 100%;
		height: auto;
	}
	.list-product .item-product {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.item-gallery img {
		height: auto;
		width: auto;
	}
	.top-header .main-menu{
		float: right;
	}
	.right-header {
		width: 100%;
		padding: 0;
	}
	.list-videos ul li {
		width: 50%;
	}
	.list-videos ul li .thumbnail-videos img {
		width: 100%;
	}
	.list-pro-home ul li.list-item {
		width: 50%;
	}
	.footer-widget {
		width: 50%;
		height: 250px;
	}
	.main-header {
		padding: 5px 0;
	}
	.nav-header {
		position: relative;
	}
	.sanpham-khuyenmai {
		width: 70%;
	}
	.danhmuc-home {
		width: 30%;
	}
	.related.products {
		float: right;
		width: 100%;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
		width: 100%;
		padding-right: 0;
	}
	.main-content .content {
		width: 65%;
	}
	.main-content .sidebar {
		width: 35%;
	}
	.related.products .list-pro-home ul li.list-item, .content-arpro.content-dm .list-pro-home ul li.list-item,
	.content-arpro.content-dm .list-pro-home ul li.list-item,
	.content-arpro .list-pro-home ul li.list-item {
		width: 50%;
	}
	.list-dichvu ul li {
		width: 50%;
	}
	.list-news .item-news .news-info,
	.list-news .item-news .thumbnail-news {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.content-video .list-videos ul li {
		width: 50%;
		padding: 5px;
	}
	.single-product .content-single .summary.entry-summary,
	.single-product .content-single .img-product-single {
		width: 100%;
		padding-right: 0;
	}
	.single-product .content-single .summary.entry-summary{
		min-height: auto;
	}
	.list-ck li {
		width: 50%;
	}
	.woocommerce .content-arpro .product .summary,
	.content-arpro .top-detail .img-product-single.top-item {
		width: 50%;
		margin: 0;
		float: left;
	}
	.woocommerce .content-arpro .product .summary,
	.content-arpro .top-detail .img-product-single.top-item {
		width:100%;
		margin: 0;
		padding: 0;
	}
	.index-banner {
		width: 100%;
	}
	.list-post-home.list-news-home {
		width: 50%;
	}
	.video-news {
		width: 50%;
	}
	.cart_header{
		margin-top: 0;
		margin-left: 0;
	}
	.search_header {
		float: left;
	}

}
@media ( max-width:767px ){

	.wrap {
		max-width:100%;
	}
	ul.list-tt {
		float: none;
		text-align: center;
	}
	.banner-group{
		display: none;
	}
	.logo{
		text-align: center;
	}
	.top-header .main-menu {
		float: left;
	}
	.info-header {
		float: right;
	}
	.search_header input#s {
		width: 100%;
	}
	.search_header {
		float: none;
		width: 400px;
		margin: auto;
	}
	.main-header.fixfloat {
		width: 100%;
	}
	.pro-info-home h2 a {
		font-size: 15px;
	}
	.danhmuc-home {
		display: none
	}
	.main-slider {
		width: 100%;
		padding-left: 0;
	}
	.header-social {
		margin-left: 0px;
	}
	.choose-laguage {
		margin-right: 0px;
	}
	.maps,
	.form-contact {
		width: 100%;
	}
	.footer-widget {
		width: 100%;
		padding: 0;
		height: auto;
	}
	#facebook_left{
		display: none;
	}
	.info-detail-product,
	.title-top {
		position: inherit;
		width: 100%;
		float: left;
	}
	.title-top{
		top: 0;
	}
	.gallery-phukien {
		width: 100%;
		margin-bottom: 20px;
	}
	.info-detail-phukien {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.main-menu ul .sub-menu li a,
	.main-menu ul li a {
		font-size: 14px;
		padding: 5px 10px;
	}
	.box-content-detail {
		width: 100%;
		margin: auto;
	}
	.main-content .content.content-left,
	.main-content .content,
	.main-content .sidebar {
		width: 100%;
		padding-left: 0;
		padding-right:0;
	}
	.info-dichvu-item {
		padding: 5px;
	}
	.entry iframe {
		width: 100%;
		height: auto;
	}
	.header-top .info-top {
		float: none;
		text-align: center;
	}

	.list-post-home.list-news-home ,
	.video-news {
		width: 100%;
		padding: 10px 0;
	}
	.box-sidebar ul li .children, .box-sidebar ul li .sub-menu {

		-webkit-transition: all 0.45s ease-out 0s;
		-moz-transition: all 0.45s ease-out 0s;
		-o-transition: all 0.45s ease-out 0s;
		transition: all 0.45s ease-out 0s;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		width: 100%;
		left: 0;
		top: 100%;
	}
	.top_header_right,
	.top_header_left {
		float: none;
		text-align: center;
	}
	.list-ckhome .item-ckhome {
		width: 100%;
	}
	.login-header {
		float: left;
	}
	.item-info,
	.item-img {
		width: 100%;
	}
	.list-pro-home > ul{
		margin-right: -5px !important;
		margin-left: -5px !important;
	}
	.list-pro-home ul li.list-item {
		padding: 5px;
	}
	.so-maps .contact-info {
		width: 100%;
		padding: 30px 30px 20px;
		position: relative;
		top: inherit;
		right: inherit;
		background-color: #3ab54a;
		font-family: Arial;
	}
	.list-pro-home ul li.list-item .item-pro{
		padding: 0;
	}
}
@media ( max-width:640px ){
	.item-product .img-product,
	.item-product .info-product-item{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	.list-pro-home ul li.list-item .item-pro .by-cart a {
		min-width: 100%;
	}
	.menu_mobile{
		text-align: center;
		width: 100%;
	}
	ul.list-about li {
		width: 100%;
		padding: 0;
	}
	.item-product .info-product-item {
		float: left;
		width: 100%;
	}
	h2.title {
		font-size: 20px;
	}
	.hotline_bg .hotline {
		float: left;
		font-size: 20px;
	}
	.list-pro-home ul li.list-item {
		width: 50%;
	}
	.list-pro-home ul li.list-item .item-pro {
		padding: 10px;
	}
	.hotline span {
		display: none;
	}
	.list-videos ul li {
		width: 100%;
		padding: 10px 0;
	}
	.main-title,
	.ar-title h2, .related.products h2, h1.page-title {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce .woocommerce-ordering select,
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		width: 100%;
	}
	.woocommerce .woocommerce-ordering {
		margin-bottom: 0 !important;
		position: relative;
		right: inherit;
		top: inherit;
	}
	.lienhe-bds .item-bds ,
	.content-video .list-videos ul li {
		width: 100%;
		padding: 10px 0;
	}
	.icon-ck img {
		height: 25px;
	}
	.info-ck p {
		color: #000;
		font-size: 12px;
		line-height: 1.5em;
	}
	.list-pro-home ul li.list-item .item-pro .by-cart a {
		margin-bottom: 10px;
	}
	.searchandfilter ul{
		width: 100%;
	}
	.searchandfilter li {
		width: 100%;
		padding-right: 0!important;
	}
	.postform,
	.searchandfilter li input[type="text"] {
		width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.searchandfilter li input[type="submit"] {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.searchandfilter li:last-child {
		position: absolute;
		left: inherit;
		top: inherit;
		right: 0;
		width: auto;
		bottom: 0;
	}
	.content-arpro .list-pro-home ul li.list-item {
		width: 50%;
		padding: 5px;
	}
	.list-tt .item-tt {
		padding: 2px 5px;
		font-size: 14px;

	}
	.main-menu ,
	.search_header {
		width: 100%;
		float: none;
	}

}
@media ( max-width:480px ){
	a.cart-contents small {
		display: none;
	}

}
