/* Responsive */
@media (max-width: 1300px) {
	.item-album {max-width: 25%;}
}
@media (max-width: 1200px) {
	.grid-album p:nth-child(10) {
		left: 28%;
		padding: 40px 60px;
	}
	.grid-album p:nth-child(8){
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		grid-column: 1/3;
		left: 0;
		text-align: center;
	}
	.grid-album p:nth-child(7) {
		font-size: 22px;
		/* color: #E2281A; */
		/* text-transform: uppercase; */
		/* font-family: Quicksand-S; */
		position: absolute;
		top: 0;
		width: 100%;
	}
	.grid-album p:nth-child(9){
		font-size: 50px;
		left: 0px;
	}
}
@media (max-width: 1100px) {
	.grid-album p:nth-child(10) {
		top: 40%;
		padding: 30px;
	}
}
@media (max-width: 1001px) {
	.social-top {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.grid-album{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.grid-album p{/* display: none !important; */}
	.item-album {
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
		margin: 0px !important;
		z-index: 2;
	}
	.info-main{
		padding: 20px 0px;
	}
	#hamburger {
		display: block;
		position: absolute;
		bottom: 17px;
	}
	.menu-head {
		display: none;
	}
	.wrap-menu {
		display: none;
	}
	.flex-product-main {
		display: block;
	}
	.flex-product-main .left-product {
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		transform: translateX(-250px);
		bottom: 0px;
		overflow-x: hidden;
		background: #fff;
		box-shadow: 0px 0px 5px #000;
		transition: all 0.5s;
	}
	.flex-product-main .left-product.show {
		transform: translateX(0px);
	}
	.flex-product-main .right-product {
		width: 100%;
	}
	.grid-product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.filter {
		display: block;
	}
	.wr-contact {
		width: 100%;
	}
	.wr-news-all {
		width: 100%;
		margin-top: 20px;
	}
	.footer-company {
		width: 100%;
		margin-top: 20px;
	}
	.top p{}
	.title-main h2, .title-main h1{
		font-size: 30px;
	}
	.title-seller{
		flex-wrap: wrap;
	}
	.tt-left{width: 100%;}
	.tt-right{width: 100%;}
	.tt-list h2{
		font-size: 40px;
	}
	.title-seller h2, .title-about h2, .title-about span, .tt-company p:first-child, .tt-company p:last-child, .tt-list p {
		/* font-size: 35px; */
		/* line-height: 35px; */
		/* background-size: 50px; */
	}
	.tt-left p, .tt-right p, .title-feedback h2{padding-left: 0px;}
	.product-nb .numb {
		font-size: 40px;
		line-height: 40px;
	}
	.wr-ln{
		flex-wrap: wrap;
		padding: 20px;
	}
	.ds-ln{width: 100%;}
	.tt-company{width: 100%;text-align: center;margin-top: 20px;}
	.title-video h2 {
		position: absolute;
		width: 100%;
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase;
		white-space: nowrap;
		text-overflow: ellipsis;
		transform: rotate(0deg) translateX(0%);
		top: 0px;
		margin-top: 20px;
		text-align: center;
	}
	.fotorama-video {
		width: 100%;
		margin-left: 0px;
	}
	.fotorama-video .fotorama__stage {
		border-radius: 10px;
	}
	.ds-map h3, .ds-map p{font-size: 14px;}
}
@media (max-width: 850px) {
	.header .offcanvas-start{max-width: 80% !important;background: url(../images/bg-main.jpg) repeat top center /100% auto;}
	.flex-icon-about p:nth-child(1){max-width: 100%;margin-bottom: 10px;}
	.nhq-photo{width: 40px;}
	.nhq-info {
	    width: calc(100% - 50px);
	}
	.criteria-photo{width: 100px;height: 100px;}
	.criteria-photo img{max-width: 45px;}
	.tt-left h2{min-height: auto;}
	.statistic {
		width: 100%;
		text-align: center;
	}
	.title-about h2,.wap-desc{margin-left:30px}
	.wrap-nhq .nhq-left{width: 100%;padding-top: 0;}
	.wrap-nhq .nhq-right,.flex-monngon .mon-left,.flex-monngon .mon-right{width: 100%;}
	.title-thucdon h2 span:nth-child(1){margin-top: -40px;}
	.wap-thucdon .thucdon-inner{padding: 0 10px 30px 10px;}
	.wap-feedback:before{
    background-size: 90px auto;
    top: 86px;
}
	.wap-feedback:after{
    background-size: 100px auto;
    width: 100px;
    top: -57px;
}
	.info-album:after{
    background-size: 100px;
    width: 100px;
    top: 0;
}
	.info-album:before{
    background-size: 90px;
    width: 90px;
    height: 89px;
}
}
@media (max-width: 769px) {
	.video__item .icon{transform: translate(-50%, -50%) scale(0.6);}
	.left-head{
    width: 100%;
    position: relative;
}
	.right-head{
    display: none;
}
	.name-company{font-size: 30px;}
	.fotorama__stage{
		height: 250px !important;
	}
	.grid-album{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 0px;
		padding-top: 109px;
	}
	.product-nb .numb {
		font-size: 30px;
		line-height: 30px;
	}
	.tt-left p{
    top: 37px;
}
	.item-map{
		flex-wrap: wrap;
	}
	.img-map{width: 100%;}
	.ds-map{width: 100%;}
	.wr-video{
		width: 100%;
		flex-wrap: wrap;
		padding-right: 50px;
	}
	.title-video h2{
		position: relative;
		margin: 5px 0px;
	}
	.wr-feedback{
		width: 100%;
		margin-top: 20px;
	}
	.feedback{
		padding-left: 0px;
		padding-right: 0;
	}
	.img-feedback{width: 150px;}
	.ds-feedback {
		width: calc(100% - 170px);
		background: url(../images/icon-ds.png) no-repeat bottom right;
		padding-bottom: 60px;
	}
	.ds-feedback h3 {
	}
	.title-main h2,
	.title-detail h1 {
		font-size: 25px;
	}
	.info-about {
		background: none;
	}
	.content-about {
		width: 100%;
	}
	.photo-about {
		width: 100%;
		margin-top: 30px;
	}
	.icon-about{/* margin-top: 100px; */}
	.wr-news-one {
		display: none;
	}
	.wr-news {
		width: 100%;
	}
	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}
	.text-cart {
		display: none;
	}
	.grid-pro-detail {
		display: block;
	}
	.grid-pro-detail .left-pro-detail {
		width: 100%;
		padding: 0px;
		border-right: none;
	}
	.grid-pro-detail .right-pro-detail {
		width: 100%;
	}
	.grid-product,
	.grid-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.info-footer .flex-footer {
		display: block;
	}
	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}
}
@media (max-width: 440px) {
}
@media (max-width: 369px) {
}