/* Responsive */
@media (max-width: 1024px) {
  .title-social h2:after {
    display: none;
}
.left-introduce {
  margin: 3rem auto 0 auto;
}

.info-introduce {
  width: 100%;
  padding: 0;
  margin: 2rem auto 0 auto;
  max-width: unset;
}
.fix_head .header-top {
  display: none;
}
.hotline-header, .booking-header {
    display: none !important;
}
.row.row-cus {
    margin-left: -5px;
    margin-right: -5px;
  }
  .search-res{
    display: block !important;
  }
    .wrap-menu{
        padding: 0;
    }
  .wrap-menu .menu {
    background: #ffff;
    border: unset;
    display: none !important;
}
  .search{
    display: none;
  }
  .col-cus ,.col-20,.col-30{
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu-res {
    display: block;
    background: #fff;
    padding: 10px 0;
  }
  .row.row-cus,.row-20,.row-30 {
    margin-left: -5px;
    margin-right: -5px;
  }
	#hamburger {
		display: block;
	}
	.menu {
	display: none;
	}
.header .wrap-content {
    display: flex;
    align-items: center;
}
	.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;}
	.pic-productlistNB {
    margin-bottom: 1rem;
}
}
@media (max-width: 992px) {
}
@media (max-width: 769px) {
  .left-introduce {}

.icon-introduce {
    width: 200px;
    right: -101px;
}

.left-introduce:after {
    width: 200px;
    height: 200px;
    right: -90px;
}
.title-main span {
    font-size: 40px;
}
.padding-top-bottom {
    padding: 1.5rem 0;
}
.newsHot-left {
    margin-bottom: 1rem;
}

.newsHot-index .wrap-content {
    height: auto;
    max-height: unset;
}
.title-training b:after {
    display: none;
}
  .thumb-pro-detail {
    margin: 2px;
  }
  .slick_photo2 {
    margin: 0 20px;
  }
  .slick_photo2 .slick-prev {
    transform: rotate(0);
    left: -20px;
    top: 23px;
  }
  .slick_photo2 .slick-next {
    transform: rotate(0);
    right: -20px;
    top: 23px;
  }
  .slick_photo2 .slick-prev::before,
  .slick_photo2 .slick-next::before {
    color: #000;
  }
  .album-product {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
  .title-main h1,
  .title-main h2 {
    font-size: 35px;
  }
	.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 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
.item-news {
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}

.info-news p {
    margin-bottom: 5px;
}
.info-news >p {
    -webkit-line-clamp: 2;
}
	.info-priceList {padding: 10px;}
	.info-footer .flex-footer .box-footer {
    width: 100% !important;
}

.info-footer .flex-footer {
    display: flex;
    flex-wrap: wrap;
}
}
@media (max-width: 576px) {
	.policy__list > li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
.padding-top-bottom {
    padding: 1.5rem 0;
}
.padding-top{
    padding: 1.5rem 0 0 0;
}
.padding-bottom{
    padding: 0 0 1.5rem 0;
}
	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		width: 30px;
		height: 30px;}
	.info-news h3 {
    font-size: 13px;
    margin-bottom: 0;
}

	.col-albums .box-albums {
    margin-bottom: 10px;
}

	.info-news > span {
    font-size: 13px;
    width: 100px;
    height: 35px;
}
	.info-news {
    padding: 0 5px 5px 5px;
}

.time-news {

		transform: scale(.7);
    top: -60px;
  
		right: 0;
}

.info-footer {
    padding: 30px 0;
    background: #090909;
}
.grid-news {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.news-left, .news-right {
    width: 100%;
    margin-top: 1rem;
}

	.title-main span {
        font-size: 20px;
    }
	.title-main h1,.title-main h2 {
        font-size: 18px;
        line-height: normal;
    }

.mg-b-20 {
    margin-bottom: 10px;
}
.header-top .social-header {
  display: none;
}

.slogan-header {
  font-size: 14px;
  padding: 5px 0;
}

.logo-header {
  width: 150px;
}

.header-bottom {
  padding: 5px 0;
}

.grid-sampleBrand,.grid-accessory {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.info-sampleBrand h3 a {
  font-size: 14px;
}

.info-sampleBrand {
  padding: 10px;
}

.seen-tpl, .seen-tpl:hover {
  margin: 1rem auto 0 auto;
}

.title-accessoryList-main {
  width: 100%;
  margin-top: 1rem;
  justify-content: center !important;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.title-list-main span, .title-accessoryList-main span {
  font-size: 14px;
  margin-right: 50px;
  margin-bottom: 5px;
}

.title-list-main span:after, .title-accessoryList-main span:after {
  right: -40px;
}

.accessoryPrice-new {
  width: 100%;
  clip-path: unset;
  font-size: 14px;
}

.box-accessory {
  padding: 3px;
}

.title-main h1:after, .title-main h2:after, .title-main h1:before, .title-main h2:before {
  display: none;
}

.box-product .price-new {
  width: 100%;
  clip-path: unset;
  font-size: 12px;
}

.box-product {
  padding: 3px;
}

.container-tiktok {
  width: 100%;
  margin-bottom: 2rem;
}

.title-social h2 {
  font-size: 22px;
}

.title-social {
  margin-bottom: 1rem;
}

.container-fanpage {
  width: 100%;
  overflow: hidden;
}
.info-news:after, .info-news:before {
  display: none;
}

.info-news {
  width: 100%;
  padding: 10px;
  min-height: unset;
}

.info-news h3 a {
  font-size: 15px;
}

.icon-seen-news {
  display: none !important;
}

.left-introduce {
  width: 100%;
  margin-right: 70px;
  border-right: 5px solid;
}

.left-introduce:after {
  width: 150px;
  height: 150px;
  right: -70px;
}

.icon-introduce {
  width: 150px;
  right: -75px;
}
.info-introduce > span{
  font-size: 20px;
}
.info-introduce > h2{
  font-size: 30px;
  margin-bottom: 10px;
}

.footer-left, .footer-right {
  width: 100%;
  margin-bottom: 1rem;
}

.footer-bottom {
  margin: 0;
}

.copyright {
  clip-path: unset;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}
.box-map {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.grid-partner {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
	.title-main {
    margin-bottom: 1rem;
}
}
@media (max-width: 369px) {
}

