.coment{
	width: 100%;
	min-height: 100px;
	margin-top: 20px;
}
.hoi{
	width: 100%;
	min-height: 50px;
}
.show-coment{
    width: 100%;
}
.traloi{
	width: 90%;
	min-height: 50px;
	margin-left: 10% !important;
}
.name-coment {
    font-size: 16px;
    font-weight: bold;
    color: #c12a37;
    text-transform: capitalize;
}
.traloi{
    margin-bottom:10px !important;
}
.icon-coment{
	width: 40%;
	float: right;
}
.reply-icon,.like-icon{
	float: right;
	right: 0;
	width:100px;
}
.reply-icon a,.like-icon a{
	text-decoration: none;
}
.anh-coment{
	width: 70px;
	height: 70px;
	float: left;
}
.anh-coment img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    margin-left:10px;
}
.noidung-coment{
	width: 98%;
	float: right;
}
.hoi,.traloi{
	margin:5px 0;
}
.detail-coment{
    margin-bottom: 10px;
}
.name-coment,.date-coment{
	line-height: 18px;
}
.box_rep{
    width: 92% !important;
    float:right;
}
.box_rep input{
    width: 98.5% !important;
}
.box-coment{
	width: 100%;
	background: #fafafa;
	margin-bottom: 3%;
}
.box-coment textarea{
	width: 92.5%;
	margin:0 3% 3% 3%;
	padding: 5px;
    line-height: 18px;
    color: #18283f;
}
.box-coment button{
	width: 20%;
	height: 30px;
	background: #bb323a;
	color: white;
	border: none;
	float: right;
	margin:0 4.5% 2% 0;
}
.popup{
    position: absolute;
    background: white;
    border: 1px solid gray;
    z-index: 10000;
    box-shadow: 3px 3px gray;
}
#bgr{
    position: absolute;
    background: gray;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
a.close{
    text-decoration: none;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
    border:1px solid #bb323a;
    padding:8px;
    border-radius: 20px;
    color: #bb323a;
}
#popup1{
	width: 400px;
	min-height: 200px;

}
.popup input{
	width: 70%;
	height: 30px;
	margin:10px 0;
	margin-right: 30px;
	padding: 0 10px;
}
.popup button{
	width: 40%;
	height: 30px;
	background: #bb323a;
	color: white;
	margin-left: 30%;
	border:none;
	margin-top: 10px;
}
.space{
	margin-top: 40px;
}
.form-popup{
	width: 100%;
	height: 50px;
	text-align: right;
}
.form-text {
    width: 43.5%;
    position:relative;
    float: left;
    padding: 0 0 5px 0;
    margin:0 3%;
}
.form-text input{
    width: 366px;
    height:35px;
    margin-top:10px;
    padding-left:10px;
}
.form-text label{
    font-weight:bold;
    padding-bottom:10px
}
.date-coment {
    color: #909090;
    font-size: 12px;
    font-style: italic;
    margin-bottom:10px;
}
.hoi, .traloi {
    border: 1px solid #dedede;
    border-radius: 15px;
    background: #fafafa;
    padding: 15px 0 5px 0;
    box-sizing: border-box;
}
@media only screen and ( max-width: 1024px ){
   .form-text input{
      width:328px
   }
   .left-con img{
      width: 115px;
   }
}
@media screen and (min-width: 768px) and (max-width: 979px){
	.form-text input{
		width: 98% !important;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.form-text input{
		width: 98% !important;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px){
	.form-text{
	   width: 90% !important;
       float: none;

 }
    .form-text input{width: 97.5% !important;}
    .box-coment textarea{width: 88.1% !important;margin-top: 10px !important}
}