/* Responsive */
@media (max-width: 1024px) {

	.introduce-right {
    width: 50%;
}
	.menu-left {
    display: none;
}

.menu-center {
    display: none;
}

.menu-right {
    width: 140px;
}

.menu-right ul li {
    display: none;
}
.logo-mmenu {
    width: 60px;
}
.menu-right ul li.li-lang {
    display: block !important;
}

.menu .wrap-content {
    justify-content: end !important;
}
.introduce-left {
    width: 45%;
    padding: 0;
}

.title-introduce h2 {
    font-size: 40px;
}

.title-introduce p {
    font-size: 40px;
}

.hotline-head {
    font-size: 14px;
}

.desc-introduce {
    line-height: 20px;
    -webkit-line-clamp: 4;
}

.container-albums {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.album-default {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: calc(100% / 4 - 5px);
    margin-bottom: 10px;
}

.title-albums {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
}

.seen-albums {
    position: relative;
    margin: auto;
}

.slogan-albums {
    margin: 20px 0 0 0;
}
.newsHot-index{
	overflow: hidden;
}
	.header-center{
		display: block !important;
	}
.row.row-cus {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-cus ,.col-20,.col-30{
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu-res {
    display: block;
    padding: 10px 0;
    background: rgb(255 255 255 / 46%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .row.row-cus,.row-20,.row-30 {
    margin-left: -5px;
    margin-right: -5px;
  }
	#hamburger {
		display: block;
	}
	.menu-head {
		display: none;
	}
	.menu {
	background: var(--color-main);
	padding: 5px 0;
	}
	.cart-head {
		padding: 5px;
		font-size: 12px;
	}
	.slideshow {
    margin-top: -55px;
}
	.header {
		padding: 0;
		z-index: 99999999;
		position: relative;
	}
	.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) {
	.newsHot-roll .box-news .pic-news {
    width: 100%;
    margin-bottom: 10px;
}

.newsHot-roll .box-news .info-newsHot {
    width: 100%;
    padding: 0;
}

.newsHot-roll .box-news .pic-news img {
    height: auto !important;
}
.newsHot-index .title-main {
    text-align: center;
}

.newsHot-index .title-main:after {
    right: 0;
    left: 0;
}

.padding-top-bottom {
    padding: 1.5rem 0;
}

.newsHot-roll .box-news {
    margin: 0 5px;
}
}
@media (max-width: 769px) {
	 .content-fanpage {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }
  .footer-news {
    width: 100% !important;
  }
  .footer-news:nth-child(2) {
    margin: 20px 0;
  }
  .footer-news:nth-child(3) {
    margin-bottom: 20px;
  }
  .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: 25px;
  }
	.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;
	}

	.introduce-left {
    width: 100%;
    margin: 1rem 0 2rem 0;
}
.introduce-right {
    width: 100%;
}
.introduce-index .wrap-content{
    flex-wrap:wrap;
}


.slogan-albums p {
    font-size: 30px;
}

.slogan-albums span {
    font-size: 20px;
}

.video-bottom .wrap-content {
    padding: 0;
    margin: 1rem auto 0 auto;
}
}
@media (max-width: 440px) {
	.policy__list > li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
	.menu-res {
    padding: 5px 0;
}

.slideshow {
    margin-top: -45px;
}

.title-introduce p {
    font-size: 30px;
    margin: 0;
}

.title-introduce h2 {
    font-size: 30px;
}

.title-introduce h2 span {
    font-size: 15px;
}

.title-introduce {
    margin-bottom: 5px;
}

.desc-introduce.text-split {
    line-height: normal;
    margin-bottom: 10px;
}

.setting-introduce {
    margin-bottom: 2rem;
}

.serviceList-index .wrap-content:after,.serviceList-index .wrap-content:before {
    display: none;
}

.title-main:after {
    width: 50px;
    height: 50px;
    top: -30px;
}

.title-main {
    margin: 30px 0 1rem 0;
}

.info-serviceList {}

.info-serviceList {
    bottom: 5px;
    width: calc(100% - 10px);
    height: auto;
    padding: 5px;
    border-radius: 0;
}
	a.name-serviceList {
    font-size: 15px;
}a.name-serviceList.text-split.text-decoration-none {}

.box-criteria:before {
    left: 14px;
}

.title-albums h2 {
    font-size: 30px;
}

.album-default {
    width: calc(100% / 2 - 5px);
    border-radius: 5px;
}

.slogan-albums {
    flex-wrap: wrap;
}

.pic-videoHot {
    margin-bottom: 10px;
}

.pic-videoHot a:before {
    bottom: -10px;
    left: -40px;
    transform: scale(.5);
}

.infor-videoHot h3 {
    margin: 0;
    font-size: 20px;
}

.video-bottom .pic-video a {
    border-radius: 5px;
}

.video-bottom .pic-video a:before {width: 30px;height: 30px;}

.padding-bottom {
    padding: 0 0 2rem 0;
}

.pic-Feedback {
    width: 170px;
}

.info-Feedback {
    width: calc(100% - 180px);
}

.desc-Feedback {
    -webkit-line-clamp: 3;
    line-height: normal;
    margin-bottom: 10px;
}

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

.newsHot-main {
    width: 100%;
    margin-bottom: 1rem;
}

.newsHot-roll {
    width: 100%;
}

.newsHot-main .box-news {
    min-height: unset;
}

.info-newsHot {
    padding: 0 10px 10px 10px;
}

.name-newsHot {
    font-size: 16px;
    line-height: normal;
}

.info-newsHot h3 {
    margin: 0;
}

.newsHot-roll .box-news {
    padding: 5px;
}

.name-footer {
    font-size: 30px;
}

.desc-footer {
    font-size: 18px;
}
.mg-b-20{
	margin-bottom: 10px;
}
.box-news {
    padding: 5px;
}

	.icon-introduce {
    max-width: 200px !important;
}
}
@media (max-width: 369px) {
}