/* Responsive */
@media(max-width:1001px) {
	.wrap-slideshow .menu2 .menu-list>a {
		display: block !important;
	}

	.menu2 .menu-list>ul {
		transform: perspective(600px) rotateX(0);
		transform-origin: 0 0 0;
		opacity: 1;
		visibility: visible;
		position: absolute;
	}

	.menu2 div {
		display: none !important;
	}

	.slick-noibat,
	.slick-quangcao,
	.page_slick,
	.slick-news {
		margin: 0 auto;
	}

	.btn-newsletter {
		width: 100%;
	}

	.background-dangky {
		padding: 40px 0;
	}

	.newsletter-name {
		font-size: 25px;
	}

	.newsletter-slogan {
		font-size: 14px;
	}

	.product {
		width: calc(33.33% - 20px);
		margin: 0 10px 15px 10px;
	}

	.header {
		display: none;
	}

	.wrap-slideshow .wrap-content {
		flex-direction: column-reverse;
	}

	.menu-list a {
		backface-visibility: hidden;
		transform: translateZ(0);
	}

	.menu-list ul li a {
		font-family: 'qs-m';
		font-size: 15px;
		color: #000;
		padding: 10px 5px 10px 35px;
	}

	.wrap-slideshow .menu2 {
		display: block;
		margin: 10px 0;
	}

	.menu-list.showMenu>ul {
		max-height: 500px;
		overflow-y: auto;
		position: relative;
	}

	.slideshow,
	.menu-list {
		width: 100%;
	}

	.menu {
		display: none;
	}

	.menu-res {
		display: block;
	}

	/*  -- menu mobile ---*/
	.logo-mb {
		padding: 0 20px;
		display: block;
		text-align: center;
	}

	.logo-mb img {
		max-width: 50%;
		margin-bottom: 20px;
	}

	.thongtin-mb {
		margin: 15px 0;
	}

	.thongtin-mb ul {
		padding: 0 20px !important;
	}

	.thongtin-mb ul li {
		list-style: none;
		color: #408bd9;
		margin-bottom: 12px;
	}

	.thongtin-mb ul li i {
		font-size: 19px;
		margin-right: 10px;
		color: #999;
	}

	@-webkit-keyframes my {
		0% {
			opacity: 1
		}

		50% {
			opacity: 0
		}

		100% {
			opacity: 1
		}
	}

	@-moz-keyframes my {
		0% {
			opacity: 1
		}

		50% {
			opacity: 0
		}

		100% {
			opacity: 1
		}
	}

	@-o-keyframes my {
		0% {
			opacity: 1
		}

		50% {
			opacity: 0
		}

		100% {
			opacity: 1
		}
	}

	@keyframes my {
		0% {
			opacity: 1
		}

		50% {
			opacity: 0
		}

		100% {
			opacity: 1
		}
	}

	.hidden_destop {
		display: block;
	}

	.menu_baophu {
		background: #000;
		opacity: 0.8;
		z-index: 998;
		left: 0px;
		top: 0px;
		position: fixed;
		width: 100%;
		height: 100%;
		display: none;
	}

	.icon_menu_mobi {
		color: #15b0b5;
		font-size: 30px;
		text-decoration: none;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor:
			pointer;
		/* float: left; */
		/* display: block; */
		/* margin: 0; */
		margin-right: 15px;
	}

	.icon_menu_mobi i {
		/* float: left; */
		/* margin-top: 8px; */
	}

	a.home_mobi {
		color: #000;
		text-decoration: none;
		float: right;
		font-size: 20px;
	}

	.logo-mobi {
		width: calc(100% - 100px);
		/* float: left; */
		display: flex;
		align-items: center;
		justify-content: center;
		/* text-align: center; */
		/* padding: 5px 0; */
	}

	.logo-mobi img {
		max-width: 15%;
	}

	a.phone_mobi {
		color: #fff;
		text-decoration: none;
		float: left;
		font-size: 18px;
	}

	a.phone_mobi i {
		margin-right: 12px;
		-webkit-animation: my 700ms infinite;
		-moz-animation: my 700ms infinite;
		-o-animation: my 700ms infinite;
		animation: my 700ms infinite;
	}

	/* Search RP */
	.search-res {
		position: relative;
		float: right;
		width: 40px;
		display: flex;
		align-items: center;
	}

	.search-res .icon-search {
		width: 40px;
		height: 40px;
		cursor: pointer;
		text-align: center;
		line-height: 42px;
		color: #15b0b5;
		font-size: 20px;
		margin: 0px;
		/* margin-top: 15px; */
	}

	.search-res .icon-search.active {
		background: #fff;
		border-radius: 100%;
		color: #15b0b5;
	}

	.search-res .search-grid {
		position: absolute;
		top: 78px;
		right: 0px;
		width: 0px;
		height: 40px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #15b0b5;
		z-index: 2;
		opacity: 0;
		border-radius: 25px;
		line-height: normal;
	}

	.search-res .search-grid p {
		float: left;
		width: 35px;
		height: 38px;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 0px;
		font-size: 17px;
		display: block;
		color: #15b0b5;
		line-height: 40px;
		text-align: center;
	}

	.search-res .search-grid input {
		width: calc(100% - 35px);
		float: right;
		line-height: 38px;
		outline: none;
		border: none;
		color: #666363;
		font-size: 13px;
	}

	.search-res .search-grid input::-webkit-input-placeholder {
		color: #ccc;
	}

	.search-res .search-grid input:-moz-placeholder {
		color: #ccc;
	}

	.search-res .search-grid input::-moz-placeholder {
		color: #ccc;
	}

	.search-res .search-grid input:-ms-input-placeholder {
		color: #ccc;
	}

	.mm-panel {}

	.mm-navbar_sticky {}

	.menu_mobi {
		/* padding: 10px 0; */
		color: #fff;
		font-size: 18px;
		text-decoration: none;
		padding: 10px;
		width: 100%;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		height: 100%;
		cursor: pointer;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0px 2px 5px #969494;
	}

	.menu_mobi_add {
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		background: #f1f1f1;
		z-index: 99999;
		color: #fff;
		height: 100vh;
		overflow: auto;
		line-height: 1.5;
		padding-top: 40px;
		padding-bottom: 20px;
		width: 85%;
		min-width: 140px;
		max-width: 440px;
		box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.3);
		transition: 0.5s;
	}

	.menu_mobi_active {
		left: 0;
		transition: 0.5s;
	}

	.menu_mobi_add ul {
		list-style: none;
		padding: 0;
	}

	.menu_mobi_add ul li {}

	.menu_mobi_add ul li.li-logo {}

	.menu_mobi_add ul li.li-tim {
		display: none
	}

	.menu_mobi_add ul li.li-home {}

	.menu_mobi_add ul li.li-home h2 {}

	.menu_mobi_add ul li h2 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.menu_mobi_add ul li b {
		display: inline-block;
		vertical-align: top;
		margin-right: 8px;
	}

	.menu_mobi_add ul li b img {
		display: inline-block;
		vertical-align: top;
	}

	.menu_mobi_add ul li a {
		text-decoration: none;
		color: #191919;
		display: block;
		border-bottom: 1px solid rgb(132 132 132 / 20%);
		padding: 13px 40px 13px 0;
		margin-left: 20px;
		position: relative;
		text-transform: uppercase;
	}

	.menu_mobi_add ul li a.active2 {
		color: #ec2d3f;
	}

	.menu_mobi_add ul li a i {
		position: absolute;
		height: 100%;
		right: 10px;
		top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		width: 40px;
		text-align: center;
		padding-top: 13px;
		transform: rotate(90deg);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.menu_mobi_add ul li a.active2 i {
		transform: rotate(0deg);
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	.menu_mobi_add ul ul {
		display: none;
		padding-left: 0;
	}

	.menu_mobi_add ul li ul li a {
		padding-left: 20px;
		color: #6f6f6f;
	}

	.menu_mobi_add ul li ul li ul li a {
		padding-left: 30px;
	}

	.menu_mobi_add ul li ul li ul li ul li a {
		padding-left: 40px;
	}

	.close_menu {
		position: absolute;
		top: 5px;
		right: 7px;
		font-size: 15px;
		background: rgb(238 151 26);
		width: 25px;
		text-align: center;
		line-height: 25px;
		cursor: pointer;
	}

	/*  -- menu mobile ---*/
	.header-bottom {}

	.logo-header {}

	.logo-header img {}

	.banner-header {}

	.banner-header img {}

	.info-header,
	.hotline-header {
		display: none
	}

	.email-header {
		display: none
	}

	.info-header:nth-child(1) {
		/* display: block; */
	}

	.info-header:nth-child(2) {}

	.info-header:nth-child(3) {
		display: block;
	}

	.info-header:nth-child(4) {}

	ul.social-header {
		width: auto
	}

	.social {
		width: 100%;
	}

	.search {
		width: 97%;
		margin: auto;
		border: 1px solid #ed961a;
		margin-top: 10px;
		display: none;
	}

	div.css_flex {
		margin: 0 0px;
	}

	div.css_flex_product,
	div.css_flex_album,
	div.css_flex_baiviet,
	div.css_flex_video {
		margin: 0 -5px;
	}

	.left-intro {
		width: 100%;
	}

	.right-intro {
		width: 100%;
		margin-top: 15px;
	}

	.footer-news:nth-child(1),
	.footer-news:nth-child(2),
	.footer-news:nth-child(3),
	.footer-news:nth-child(4) {
		width: 100%;
		margin-top: 15px;
	}

	.cart-product span {
		width: 100%;
		margin: 2px 0;
	}

	.newshome-best {
		width: 100%;
		display: none
	}

	.newshome-scroll {
		width: 100%;
	}

	.header-bottom .wrap-content {
		padding: 10px;
	}

	.btn-zalo,
	.btn-phone {
		display: none
	}

	.scrollToTop,
	.js-facebook-messenger-box {
		right: 5px;
	}


	div.box-sanpham-tc {
		padding: 30px 10px;
	}

	div.css_flex_ajax .pro-in {
		margin: 0 -5px
	}

	div.wap-tin-video {}

	.title-intro {
		margin-bottom: 15px
	}

	.footer-article .wrap-content {
		padding: 20px 10px;
	}

	.cart-fixed {
		bottom: 350px;
	}

	.owl-theme .owl-dots .owl-dot span {
		height: 6px;
		width: 20px;
	}

	.sanpham_col_flex .pro_left {
		display: none
	}

	.sanpham_col_flex .pro_right {
		width: 100%;
	}

	/* cart */
	.wrap-cart {
		flex-wrap: wrap;
	}

	.top-cart,
	.bottom-cart {
		width: 100%;
		border-right: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}

	.top-cart {
		margin-bottom: 30px;
	}

	.slick-prev {
		left: 10px;
	}

	.slick-next {
		right: 10px;
	}

	.copyright,
	.statistic {
		width: 100%;
		text-align: center;
	}

	.footer-powered .wrap-content {
		flex-wrap: wrap;
	}

	.owl-carousel .owl-stage-outer {
		width: 100%
	}

	div.run-slick {
		margin: 0 -5px
	}

	.btn-map {
		bottom: 230px;
		right: 10px;
		display: none;
	}

	div.box-tintuc-video {
		padding: 20px 10px;
	}

	.time-news {
		display: none
	}

	.pic-newshome-normal {
		width: 40%;
	}

	.info-newshome-normal {
		width: 57%;
	}

	.wrap-partner {
		padding: 15px 10px
	}

	.wrap-partner .prev-carousel {
		left: 11px;
		position: absolute;
		z-index: 9;
		margin-bottom: 0;
	}

	.wrap-partner .next-carousel {
		right: 11px;
		position: absolute;
		z-index: 9;
		margin-bottom: 0;
	}
}

@media(max-width:870px) {
.left-detail {
    display: none;
}
	.left-pro-detail,
	.right-pro-detail,
	.top-contact .form-contact,
	.top-contact .article-contact {
		width: 100%;
		margin: 0px;
	}

	.left-pro-detail,
	.top-contact .article-contact {
		margin-bottom: 30px;
	}

	.inner-dangky {
		padding: 0 25px;
	}

	.page_slick2 {
		padding: 0 10px 0 10px;
	}

	.slick-news .news {
		margin: 0 5px;
	}

	.info-dichvu {
		padding: 25px 30px;
	}
}

@media(max-width:769px) {
	.background-dangky {
		padding: 25px 0;
	}

	.title-main span {
		font-size: 22px;
	}

	.sp-xemthem {
		font-size: 14px;
	}

	.cart-pro-detail a {
		width: 100%;
	}

	.cart-pro-detail a:first-child {
		margin-right: 0px;
		margin-bottom: 0.5rem;
	}

	.cart-pro-detail a i {
		display: none;
	}

	.top-contact {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	/* cart */
	.price-procart,
	.procart-label .quantity-procart p:first-child {
		display: none;
	}

	.price-procart-rp,
	.procart-label .quantity-procart p:last-child {
		display: block;
	}

	.quantity-procart {
		width: 25%;
		text-align: right;
		margin-right: 0px;
	}

	.info-procart {
		width: 65%;
	}
}

@media(max-width: 575px) {
	.price-new {
		font-size: 15px;
	}
	.name-product {
		font-size: 14px;
	}
	img {
		height: auto !important;
	}


	.slideshow img {
		/* height: 345px !important; */
		height: auto !important;
	}

	.newsletter-input {
		margin-bottom: 10px;
	}

	.pic-dichvu img {
		width: 100%;
	}

	.dichvu:nth-child(2n) .info-dichvu {
		margin: 0;
	}

	.pic-dichvu {
		width: 100%;
		text-align: center;
	}

	.info-dichvu {
		padding: 10px 20px;
		width: 100%;
		margin: 0%;
	}

	.spacing {
		margin: 30px 0;
	}

	.logo-mobi img {
		max-width: 40%;
	}

	.news .news-image {
		margin-bottom: 1rem;
	}

	.wrap-title {
		flex-wrap: wrap;
	}

	.title-left {
		width: 100%;
		justify-content: space-between;
		margin-top: 15px;
	}

	.cap1-banner {
		display: none;
	}

	.page_slick2 {
		width: 100%;
	}

	.product {
		width: calc(50% - 14px);
		margin: 0 7px 10px 7px;
	}

	.news {
		width: 100%;
		margin: 0 10px 20px 10px;
	}

	.time-news {
		display: block;
	}

	.quick_contact {
		display: none;
	}

	.background-dangky {
		padding: 10px 0;
	}

	.newsletter-name {
		font-size: 20px;
	}

	.inner-dangky {
		width: 45%;
		padding: 0 10px;
	}
}

@media(max-width:440px) {
	.page-product-info-policy ul li {
		width: 100%;
	}

	.inner-dangky {
		width: 80%;
		padding: 0 10px;
		margin: 0 auto;
	}

	.background-dangky {
		background-size: cover;
	}

	.slide-info {
		display: none;
	}

	.wrap-gioithieu {
		padding: 40px 0;
	}

	.pic-product .btn-buynow {
		font-size: 13px;
		padding: 5px 0;
	}

	.wrap-body {
		padding: 0;
	}

	.info-product {
		padding: 5px 10px;
	}

	.price-per {
		display: none !important;
	}

	.list_monnb a {
		padding: 5px;
	}

	.sp-xemthem {
		margin: 0%;
	}

	.title-left {
		flex-wrap: wrap;
	}

	.list_monnb {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.logo-mobi img {
		max-width: 50%;
	}

	.info-news {}

	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}

	/* cart */
	.procart-label {
		font-size: 12px;
	}

	.pic-procart {
		display: none;
	}

	.pic-procart-rp {
		display: block;
	}

	.info-procart {
		width: 65%;
		margin-right: 5%;
	}

	.quantity-procart {
		width: 35%;
	}

	.input-double-cart,
	.input-triple-cart {
		margin-bottom: 0px;
	}

	.input-double-cart .input-cart,
	.input-triple-cart .input-cart {
		width: 100%;
		float: none;
		margin: 0 0 0.5rem 0 !important;
	}
}

@media(max-width:369px) {
	.page_slick2 .slick-slide>div:nth-child(1) {
		margin: 5px 5px 10px 5px;
	}

	.page_slick2 .slick-slide>div:nth-child(2) {
		margin: 0 5px 10px 5px;
	}

	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}

	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}

	.cart-pro-detail a i {
		display: none;
	}
}