.images-1 .post__img{
  width: 100%;
  max-width: 100%;
}

.images-2 .post__img:nth-child(1){
  width: 100%;
  max-width: 50%;
}
.images-2 .post__img:nth-child(2){
  width: 100%;
  max-width: 50%;
}

.images-3 .post__img:nth-child(1){
  width: 100%;
  max-width: 33.333%;
}
.images-3 .post__img:nth-child(2){
  width: 100%;
  max-width: 33.333%;
}
.images-3 .post__img:nth-child(3){
  width: 100%;
  max-width: 33.333%;
}

.images-4 .post__img:nth-child(1){
  width: 100%;
  max-width: 100%;
}
.images-4 .post__img:nth-child(2){
  width: 100%;
  max-width: 33.333%;
}
.images-4 .post__img:nth-child(3){
  width: 100%;
  max-width: 33.333%;
}
.images-4 .post__img:nth-child(4){
  width: 100%;
  max-width: 33.333%;
}


.images-5 .post__img:nth-child(1){
  width: 100%;
  max-width: 50%;
}
.images-5 .post__img:nth-child(2){
  width: 100%;
  max-width: 50%;
}
.images-5 .post__img:nth-child(3){
  width: 100%;
  max-width: 33.333%;
}
.images-5 .post__img:nth-child(4){
  width: 100%;
  max-width: 33.333%;
} 
.images-5 .post__img:nth-child(5){
  width: 100%;
  max-width: 33.333%;
  
}
.images-5 .post__img:nth-child(5) a{
  position: relative;
}
.images-5 .post__img:nth-child(5) a span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 23px;
  z-index: 1;
}

.images-5 .post__img:nth-child(5) a::after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.291);
  border-radius: 7px;
}
.images-5 .post__img:nth-child(n+6){
  display: none;
}
.post__listimg.row{
  margin: 0px -5px;
}
.post__listimg .clm{
  padding: 0px 5px;
  margin-bottom: 10px;
  width: 100%;
}
.post__listimg .clm video{
  width: 100%;
  height: auto;
}
.post__desc{
  margin: 20px 0px;
  line-height: 1.9;
  color: var(--color-second);
  & a{
    color: var(--color-3);
  }
}
.post__desc button{
  background-color: #f7941d;
  border-radius: 5px;
  font-size: 13px;
  padding: 2px 10px;
  color: white;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.23);
}
.post__desc h2{
  font-size: calc(var(--heading-4) + 1px);
  color: var(--color-second);
  margin-bottom: 5px;
  text-align: justify;
}
.post__desc span{
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  position: relative;
}
.detail-news__address{
  color: var(--color-second);
  font-size: 12px !important;
  margin: 0 !important;
}
.post__desc span:not(:last-child):not(:last-of-type):after{
  position: absolute;
  content: "~";
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 20px;
}
.post__desc span:last-of-line:after{
  content: none;
}
.detail-news__address::after{
  content: none !important;
}
.post__desc strong span{
  color: #DF2315;
  padding-right: 0px;
  font-size: 15px;
}
.post__desc strong span::after{
  content: none;
}
.post__desc span strong{
  color: var(--color-second);
}
.post__desc p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	padding-bottom: 0px;
  line-height: 1.5;
  margin: 10px 0px;
  text-align: justify;
}

.post-author__img {
  margin-right: 15px;
}
.post-author__img  img{
    height: 45px;
    width: 45px;
}
.post-author__title {
  font-size: var(--font-body-family);
}
.post-author__title span{
  color: var(--color-2);
}

.post__content{
  color: var(--color-2);
}
.post__img img{
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1/.7;
}
.post__img  video{
  width: 100%;
}
.circle-post__likecmt{
  height: 25px;
  width: 25px;
  background-color: var(--bg-3);
}
.circle-post__likecmt svg{
  fill:var(--color-primary);
}

.circle-post__likecmt--colorheart{
  background-color: var(--bg-5);
}
.post-follow {
  padding-top: 20px;
}
.post-follow span{
  color: var(--color-second);
  font-size: calc(var(--font-body-family) - 1px );
  margin-left: 5px;
}

.post__comment svg{
  height: 22px;
  margin-left: 10px;
}
.post__share svg{
  height: 22px;
}
.post-link button{
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 12px;
  padding: 7px 20px;
  font-weight: 600;
}


.up-post{
  background-color: var(--bg-primary);
  border-top: 1px solid #e0e0e0;
  margin-bottom: 10px;
  display: block;
  padding: 10px 0px;
}
.up-post-box{
  align-items: center;
}
.up-post-box-click{
  cursor: pointer;
}
.up-post-box img{
  height: 40px;
  width: 40px;
}
.up-post-box button{
  flex: 1;
  margin: 0px 16px;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  padding: 5px 20px;
  height: 32px;
  text-align: left;
  font-size: 12px;
  display: flex;
  justify-content: left;
}
.up-post-box figure:last-child{
  display: flex;
  align-items: center;
}
.up-post-box figure:last-child img{
  height: 25px;
  width: auto;
}



.commentRb img{
  height: 32px;
  width: 32px;
}
.commentRb ul ul{
  margin-left: 35px;
}
.commentRb__usercmt{
  background-color:var(--bg-12) ;
  padding: 4px 16px;
  min-width: 150px;
  border-radius: 20px;
  margin-left: 10px;
}
.commentRb-content h5,
.commentRb-content span{
  font-size: var(--font-body-family);
}
.commentRb__form input{
  height: 35px;
  background-color:var(--bg-12) ;
  border-radius: 14px;
  padding: 0px 10px;
  
}
.commentRb__formimg{
  margin-right: 10px;
}
.commentRb__form button{
  padding: 0;
  width: 35px;
}
.commentRb__form button svg{
  height: 13px;
  fill: var(--color-5);
}
.commentRb-button {
  margin-left: 20px;
}

.commentRb-button button{
  padding: 5px 10px;
}
.commentRb-form{
  /* position: fixed; */
  background-color: white;
  right: 0;
  left: 0;
  padding: 15px 0px 0px 0px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #bebebe;
  margin-top: 10px;
}
.commentRb-formsmall{
  margin-left: 55px;
}
.commentRb-formsmall{
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
}
.commentRb-box.active ~ .commentRb-formsmall{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.commentRb{
  padding-top: 20px;
}

.list-post-bottom li a{
 
  display: block;
}
.list-post__img{
  position: relative;
}
.list-post__img::after{
  position: absolute;
  z-index: 1;
  margin: 0;
  background: linear-gradient(to right,red,orange);
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}
.list-post-bottom li a figure{
  padding: 40px;
 position: relative

}

.listpostRb-bottom .item{
  height: 55px;
  width: 55px;
  margin: 0 auto;
}
.listpostRb-bottom .item::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(to right,red,orange);
  border-radius: 100%;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.listpostRb-bottom .item.online::after {
  width: 10px;
  height: 10px;
  background-color: #10d876;
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: inline-block;
  z-index: 2;
  content: "";
  border-radius: 5px;
}
.listpostRb-bottom .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}
.listpostRb-bottom .item img {
  border: 2px #fff solid;
  margin: 0;
  border-radius: 100% ;
}
.listpostRb-bottom .card-image{
  position: relative;
  z-index: 2;
  padding: 2px;
}
.listpostRb-bottom li{
  margin-right: 10px;
}
.listpostRb-bottom span{
  color: #6c757d;
  font-weight: 600;
  width: 65px;
  display: block;
  text-align: center;
}
.listpostRb-bottom__more{
  height: 55px;
  width: 55px;
  border-radius: 100%;
  border: 2px #999 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  color: #999;
  margin: 0 a;
}
.listpostRb-top h2{
  font-size: var(--heading-3) ;
}
.commentRb__form  div:nth-child(2){
  position: relative;
}
.silde__qc--left img{
  height: 130px;
}
.slide-newsdetail img{
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.product-detail__list-images{
  padding-top: 3px;
  margin: 0px -5px;
}
.product-detail__list-images img{
  height: 55px;
  border-radius: 5px;
}
.product-detail__list-images video{
  height: auto;
  width: 100%;
}
.product-detail__list-images .column{
  padding: 0px 5px;
}

/* -----------------product-detail------------------------- */
.product-detail__image-primarykey img{
  height: 250px;
  border-radius: 5px;
}
.product-detail__image-primarykey video{
  width: 100%;
  height: auto;
}
.info-detail-box{
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 16px;
  background-color: white;

}
.detail-news-seller__info span{
  font-weight: 300;
  color: #6c6c6c;
}
.info-detail__btn{
  padding: 11px 15px;
  font-size: 14px;
  color: #000;
  border-radius: 7px;
  border: 1px solid #c6c6c6;
  font-weight: 500;
  margin-bottom: 15px;
}
.info-detail__phone{
  background: #0F75BC;
  border: 1px solid #0F75BC;
  color: white;
}
.detail-news-seller__info h2{
  margin-bottom: 15px;
}
.info-detail-price-box{
  padding-right: 20px;
}
.info-detail-price-box span{
  display: block;
}
.product-detail__title{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #2C2C2C;
  display: block;
  margin-top: 10px;
}
.info-detail-price-box span:nth-child(1){
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #999;
  display: block;
}
.info-detail-price-box span:nth-child(3){
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #505050;
  display: block;
}
.info-detail-price-box span:nth-child(2){
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #DF2315;
  margin-top: 2px;
  display: block;
}
.info-detail-price{
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 0px;
  box-sizing: border-box;
  margin-top: 10px;
}
.product-detail-list-info{
  padding-top:20px ;
}
.product-detail-list-info h2{
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: -.2px;
  color: #000;
  display: block;
}
.btn-bopup-link{
  font-size: 13px;
  color: white;
  float: right;
  background: #a5421b;
  padding: 5px 15px;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
  bottom: 10px;
}





@media (min-width: 576px){
  
}
@media (min-width: 768px){
  .post__desc strong span{
    color: #DF2315;
    padding-right: 0px;
    font-size: 20px;
  }
  .post__desc h2{
    font-size: calc(var(--heading-4) + 3px);
  }
}

@media (min-width: 992px){
  .up-post{
    background-color: var(--bg-primary);
    border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;
    display: none;
  }
  .share-post{
    display: block;
  }
  .info-detail-price-box{
    padding-right: 40px;
  }
  .info-detail-price-box span:nth-child(2){
    font-size: 21px;
  }
  .product-detail__image-primarykey img{
    height: 450px;
  }
  .product-detail__list-images img{
    height: 80px;
  }
}
@media (min-width: 1200px){

}
@media (min-width: 1400px){
  
}