div#box-comment {
	position: relative;
}
/* comment title********************************************************/
div.comment-title {
    margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
div.comment-title>span {
	float: left;
	cursor: pointer;
	font-size: 14px;
    font-weight: 700;
}
.cmt-search {
	width: 250px;
	float: right;
	position: relative;
}
.cmt-search .form-control {
	padding-left: 32px;
	padding-right: 10px;
}
.cmt-search::before {
	top: 50%;
    left: 10px;
    color: #ddd;
    border: none;
    outline: none;
    font-size: 16px;
    background: none;
    position: absolute;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	font-family: FontAwesome;
}
/* comment title********************************************************/

/* cmt-nav style */
.cmt-nav {
    padding: 0;
	overflow: hidden;
	list-style: none;
    margin: 15px 0 0 0;
}
.cmt-nav>li {
	float: left;
	margin:0 5px 0 0;
}
.cmt-nav>li:last-child {
	margin-right: 0;
}
.cmt-nav>li>span,
.cmt-nav>li>a {
	padding: 0;
    color: #666;
    width: 32px;
    height: 30px;
    display: block;
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c7c7c7;
    border-radius: 3px !important;
}
.cmt-nav>li>span::before {
	font-family: "FontAwesome";
}
.cmt-nav>li>a:hover,
.cmt-nav>li>span.active,
.cmt-nav>li>span:hover {
	color:white;
	box-shadow:none;
	background:var(--ws-bg);
	border-color:var(--ws-bg);
}

/**********************************************/
div.comment-hide {
	display: none;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.comment-hide>.comment-info-wrap {
	width: 100%;
	padding: 10px;
	display: table;
	overflow: hidden;
	background: #f1f1f1;
}
div.comment-hide>.comment-info-wrap>.row01 {
    width: 100%;
	display: table;
    align-items: center;
}
.comment-form .cmt-form {
	position: relative;
}
div.comment-info-wrap .column {
	display: table-cell;
	vertical-align: middle;
}
div.comment-info-wrap .column:last-child {
	padding-right: 0;
}
div.box-gender .list-gender {
	margin: 0;
	overflow: initial;
	padding: 0;
    list-style: none;
}
div.box-gender .list-gender::after {
	content:'';
	clear: both;
	display: table;
}
.list-gender>li {
    float: left;
    margin-right: 10px;
}
.list-gender>li * {
    margin: 0;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
div.comment-form {
	position:relative;
	display: table;
    width: 100%;
}
.list-gender>li:last-child {
    margin-right: 0;
}
#box-comment .form-control {
	background: white;
	resize:vertical;
	box-shadow: none;
	border: 1px solid #ccc;
	display: block;
    width: 100%;
    color: #555;
    min-height: 34px;
	background-color: white;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#box-comment textarea.form-control {
	border-radius: 0;
}
#box-comment .form-control:focus {
    outline: 0;
    box-shadow: none;
	border-color: var(--ws-second-color);
}
#comment-name,
#comment-phone {
	border-radius: 3px;
}
.box-comment .btn-send {
	height: 34px;
    color: white;
	border: none;
    outline: none;
	cursor: pointer;
	padding: 0 15px;
	border-radius: 4px;
	background: var(--ws-bg);
	display: inline-block;
    vertical-align: middle;
}
.box-comment .btn-send::before {
	font-weight: 400;
	margin-right: 5px;
	font-family: FontAwesome;
}
.comment-item {
	position:relative;
}
.comment-item .commentAvatar {
	width: 25px;
	display:table-cell;
	vertical-align:top;
}
.comment-item .avatar {
	color: white;
	display: table;
	text-align: center;
	background: #ccccca;
	border-radius: 100%;
}
.comment-item .qtv .avatar {
	border: 0;
	background-size: cover;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(avatar.webp);
}
.comment-item .qtv .avatar span {
	display: none;
}
.comment-item .iconcom-user {
	font-size: 90%;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.comment-item .commentBody {
	padding-left: 10px;
	vertical-align: top;
	display: table-cell;
}
.comment-children {
	padding: 10px;
	border-radius: 5px;
	position: relative;
	margin: 0 0 15px 35px;
	border: 1px solid #dbdbdb;
	background: var(--ws-bg-light);
}
.comment-children::before {
    top: -10px;
	left: 15px;
	content:'';
	z-index: 2;
	display: block;
	position: absolute;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom: 10px solid var(--ws-bg-light);
}
.comment-children::after {
    top: -11px;
	left: 13px;
	content:'';
	z-index: 1;
	display: block;
	position: absolute;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom: 11px solid #dbdbdb;
}
.comment-children .comment-item {
	margin-bottom: 20px;
	margin-left: 0 !important;
}
.comment-children .comment-item:last-child {
	margin-bottom: 0;
}
.commentName .qtv {
    height: 20px;
    font-size: 10px;
	margin-left: 6px;
    padding: 1px 4px;
    line-height: 20px;
    border-radius: 2px;
    background: #eebc49;
    text-transform: uppercase;
}
.commentName .star-wrap {
	display: flex;
    column-gap: 3px;
	margin-left: 10px;
    align-items: center;
	color: var(--ws-vote-color);
}
.commentName .name {
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
    vertical-align: middle;
}
.commentInfo>li.commentDate {
	color: #6d6e71;
	margin-right: 0;
}
.commentLike>span {
	display: flex;
	align-items: center;
    vertical-align: middle;
}
.commentLike>span::before {
	color: #999;
	content: "\f087";
    margin-right: 5px;
    font-family: FontAwesome;
}
.commentText {
	line-height: 1.5;
	margin-bottom: 7px;
}
.commentImgs {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.commentImgs a {
	display: grid;
	align-items: center;
}
.commentImgs a img {
	width: 100px;
	height: 100px;
	display: block;
	object-fit: cover;
}
.comment-item form .form-control {
    border-radius: 0;
    background: white;
}
#list-comment {
    margin-top: 15px;
	position: relative;
}
#list-comment>.comment-item {
	padding: 10px 0;
}
#list-comment>.comment-item:last-child {
	margin-bottom: 0;
}
.comment-form-sub {
	width:100%;
	display:table;
	margin-top:5px;
	position:relative;
}
.comment-form-sub .avatar {
	display: none;
}
.commentInfo {
	list-style: none;
	padding: 0;
}
.commentInfo::after {
	content:'';
	clear: both;
	display: table;
}
.commentName {
	display: flex;
	line-height: 1;
	margin-bottom: 7px;
    align-items: center;
}
.commentInfo>li {
	float:left;
	color: #666;
	font-size:12px;
	line-height:20px;
	position:relative;
	margin-right: 24px;
}
.commentInfo li.mwrs {
	float: right;
	color: #d97f00;
	margin-right: 0;
	font-weight: 700;
}
li.commentReply::before {
	display: none;
}
li.cmt-link::before,
li.commentDate::before {
    top: 50%;
	width: 4px;
	height: 4px;
    left: -14px;
	content: '';
	background: #999;
    position: absolute;
	border-radius: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
li.cmt-link>span {
	cursor: pointer;
	color: var(--ws-link-color);
}
span.bg-icon::before {
	color: #999;
	margin-right: 5px;
	font-family: FontAwesome;
}
span.satisfied::before {
	content: "\f087";
}
span.unsatisfied::before {
	content: "\f088";
}
span.satisfied.clicked::before {
	color: var(--ws-bg);
	content: "\f164";
	margin-right: 2px;
}
span.unsatisfied.clicked::before {
	color: var(--ws-bg);
	content: "\f165";
}
.comment-name {
	padding-right: 10px;
}
.comment-phone {
	padding-right: 10px;
}
div.comment-btn {
    width: 60px;
    text-align: right;
}
div.comment-btn button {
	border: 0;
	outline: 0;
	height: 40px;
	color: white;
	padding: 0 15px;
	border-radius: 30px;
	white-space: nowrap;
	text-transform: none;
	background: var(--ws-second-color);
}
.comment-vote {
	display: flex;
	margin: 15px 0 0;
	overflow: hidden;
	align-items: center;
}
.comment-vote li:last-child {
	font-size: 16px;
	font-weight: 700;
    line-height: 24px;
    margin-left: 20px;
	color: var(--ws-vote-color);
}
.comment-vote li i {
	cursor: pointer;
    font-size: 24px;
    position: relative;
    color: var(--ws-vote-color);
}
.comment-vote li.votes {
	gap: 10px;
	display: flex;
	margin-left: 10px;
	align-items: center;
}
.commentVote {
    top: -2px;
	position: relative;
	color: var(--vote-color);
}
.comment-item>.inner {
	display:table;
	width:100%;
}
.comment-success {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.wrapsatis {
    top: 30px;
    z-index: 91;
    width: 430px;
	background: white;
    overflow: visible;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin: auto;
}
.wrapsatis:after, 
.wrapsatis:before {
    bottom: 100%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wrapsatis:before {
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}
.wrapsatis:after {
    border-bottom-color: white;
    border-width: 10px;
    margin-left: -10px;
}
.wrapsatis .wrsct {
    position: relative;
}
.wrapsatis span {
    display: block;
    margin-bottom: 7px;
    padding-right: 30px;
}
.wrapsatis .ustCt {
    resize: none;
	margin-bottom: 7px;
}
.wrapsatis a {
    padding: 12px 15px !important;
    background-color: #288ad6;
    color: white;
}
.wrapsatis .btn-close {
    right: 0;
	margin: 0;
    top: -3px;
    cursor: pointer;
    font-size: 16px;
	padding-right: 0;
    position: absolute;
}
.wrapsatis .btn-close::before {
	content: "\f2d3";
	font-family: FontAwesome;
}
.wrapsatis ul {
	display: table;
	margin-left: -5px;
	margin-right: -5px;
}
.wrapsatis li {
	padding: 0 5px;
	display: table-cell;
	vertical-align: middle;
}
.box-comment .wrapsatis .btn-send {
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 5px;
	text-transform: none;
	height: 34px ! important;
}
#box-comment .wrapsatis .form-control {
	font-size: 14px;
	min-height: 34px;
	border-radius: 5px;
}
div.empty-cmt {
    border-radius: 0;
    margin-bottom: 0;
}
div.cmt-loading,
div.cmt-success {
	margin: 0;
    bottom: 0;
    width: 100%;
    padding: 44px;
	text-align: center;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
}

#box-comment input[name=gender] {
    top: 2px;
	color: #555;
    clear: none;
    background: white;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: none !important;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    border: 1px solid #b4b9be;
    -webkit-transition: .05s border-color ease;
    transition: .05s border-color ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
    margin-top: -4px;
    margin-right: 4px;
    float: none;
    position: relative;
}

.comment-btn-wrap {
	overflow: hidden;
}

.box-upload-img label {
	gap: 7px;
    margin: 0;
	display: flex;
    cursor: pointer;
	font-weight: 400;
    line-height: 20px;
    align-items: center;
}
.box-upload-img label .fa {
    font-size: 18px;
}
.comment-form .imgs {
    gap: 20px;
	display: flex;
	margin-top: 20px;
    align-items: center;
}
.comment-form .resCmtImgPros {
    gap: 20px;
    float: left;
    height: auto;
	display: none;
    flex-wrap: wrap;
    list-style: none;
    overflow: visible;
    position: relative;
    align-items: center;
}
.comment-form .resCmtImgPros.open {
	display: flex;
}
.comment-form .resCmtImgPros li {
    border: 0;
    overflow: visible;
    position: relative;
}
.comment-form .resCmtImgPros li i {
    border: solid 1px #4d4d4d;
    background: #4d4d4d;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    box-sizing: border-box;
    right: -13px;
    top: -13px;
    line-height: 21px;
}
.comment-form .resCmtImgPros li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
	border-radius: 4px;
}
.comment-form .addDotImg {
	width: 80px;
    height: 80px;
    color: #999;
    display: grid;
    border-width: 2px;
	border-radius: 4px;
    text-align: center;
    align-items: center;
    border-style: dotted;
}
.comment-form .addDotImg span {
	top: -7px;
	line-height: 1;
    font-size: 4em;
    cursor: pointer;
	position: relative;
}

@media screen and (max-width: 992px)
{
	div.comment-hide>.comment-info-wrap>.row01 {
		gap: 15px;
		display: grid;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	div.comment-info-wrap .column {
		padding: 0;
		width: 100%;
		display: block;
	}
	div.box-comment .btn-send {
		width: 100%;
	}
	div.comment-info-wrap .comment-btn {
		margin-bottom: 0;
	}
	div.comment-info-wrap .comment-btn button {
		width: 100%;
		height: 45px;
		display: grid;
		align-items: center;
	}
	.comment-vote {
		gap: 10px;
		display: grid;
		text-align: center;
	}
	.comment-vote li {
		margin: 0;
		float: none;
	}
	.comment-vote li.votes {
		gap: 10px;
		margin: auto;
		align-items: center;
		display: inline-flex;
		vertical-align: middle;
	}
	.comment-vote li i {
		font-size: 26px;
	}
	li.cmt-link::before,
	li.commentDate::before {
		display: none;
	}
	.commentInfo>li {
		margin-right: 15px;
	}
	.commentInfo>li.commentUnsatisfied {
		position: initial;
	}
	.commentUnsatisfied .wrapsatis {
		left: -11px;
		right: -11px;
		top: initial;
		margin-top: 5px;
		border-radius: 5px;
		width: calc(100% + 22px);
	}
	.wrapsatis:after,
	.wrapsatis:before {
		left: auto;
		right: -65px;
	}
	.wrapsatis ul {
		gap: 10px;
		display: grid;
		margin: 0 0 5px;
	}
	.box-comment .wrapsatis .btn-send {
		border-radius: 30px;
	}
	#box-comment .form-control {
		border-radius: 5px;
	}
	div.comment-hide,
	.comment-info-wrap {
		overflow: hidden;
		border-radius: 0 0 5px 5px;
	}
	#box-comment textarea.form-control {
		border-radius: 5px 5px 0 0;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	
}

/* Mobile 479px */
@media screen and (max-width: 479px)
{
	
}

/* Mobile 375px */
@media screen and (max-width: 375px)
{
	
}

/* Mobile 320px */
@media screen and (max-width: 320px)
{
	
}