/* Responsive */
@media (max-width: 1024px) {
   .slideshow-info{
      display: none;
   }
.footer-box {
    width: 100% !important;
}
.newsHot-swiper, .video-swiper {
    width: 100%;
}

.newsHot-swiper {
    margin-bottom: 30px;
}

form#form-newsletter {
    max-width: 100%;
}
.middle-left, .middle-right{
   width: 100%;
}
.header-lang {
    justify-content: center;
    margin-top: 10px;
}
   .logo:before, .logo:after {
    display: none;
}

.logo.transition {
    display: block;
    width: fit-content;
    position: initial;
    background: transparent;
    height: unset;
    padding: 0;
    border-radius: 0;
    margin: auto;
    margin-bottom: 10px;
}

.header-wrapper .wrap-content {
    padding: 5px 0px;
    display: block;
}

	.menu-wrapper .wrap-content {
    max-width: 100%;
    justify-content: space-between;
    padding: 10px 0px;
}

   nav.menu {
      display: none;
   }
	
  
   .menu-wrapper
   {
   background: #1BBC9B;
   }
   .header-banner {
      /* display: none; */
      padding: 0;
      width: fit-content;
      margin: auto;
  }
  
  .header-hotline {
      display: none;
  }
  
  a.header-logo.d-block {
      width: 70px;
      margin: auto;
  }
	.toolbar2 {
		display: block;
	}
	
	#hamburger {
		display: block;
	}
	.menu-head {
		display: none;
	}
	.wrap-menu {
		display: none;
	}
	.cart-head {
		padding: 5px;
		font-size: 12px;
	}
	.header {
		padding: 10px 0px;
	}
	.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;}
}

@media (max-width: 850px) {
	.news-left{width: 100%;}
	.news-right{width: 100%;margin-top: 30px;padding: 10px;}
}
@media (max-width: 769px) {

   #tin-tuc .grid-news, #tuyen-dung .grid-news
   {
      grid-template-columns: 1fr;
   }
	.gutter-x-20{--bs-gutter-x: 10px;} 
	.flex-about {
		flex-wrap: wrap;
	}
	.content-about {
		width: 100%;
	}
	
	.photo-about {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.flex-video{
		flex-wrap: wrap;
	}
	.wr-video{width: 100%;}
	.wr-form{width: 100%;margin-top: 20px;}
	.item-news{padding: 5px;}
	.ds-news h3{font-size: 14px;}
	.text-cart{display: none;}
	.grid-pro-detail {
		display: block;
	}
	.grid-pro-detail .left-pro-detail {
		width: 100%;
		padding: 0px;
		border-right: none;
	}
	.slick_photo1 {
		text-align: center;
	}
	.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: 500px) {

   h2.footer-name {
    font-size: 20px;
}


   .newsHotFirst-item {
    grid-column: 1 / -1;
}

.newsHot-swiper .swiper {
    grid-column: 1 / -1;
}

.footer-social h2 {
    font-size: 13px;
    text-align: center;
    display: block;
    width: 100%;
}

ul.social-ul {
    width: 100%;
    justify-content: center;
}

.title-main h2, .title-detail h1 {
    font-size: 25px;
}
  
}
@media (max-width: 369px) {

}