.grid-product-detail {
	display: grid;
	grid-template-columns: 35% calc(40% - 30px) 25%;
	grid-gap: 15px;
}
.details-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--line-color);
  	padding-bottom: 10px;
  	margin-top: 0px;
}
.fa.fa-star {
	color: gold;
}
.fa.fa-star.star-empty {
	color: var(--grey);
}
.block-info-details {
	border: 1px dashed var(--main-color);
	border-radius: 20px;
	padding: 15px;
}
.block-info-details > p {
	margin-bottom: 5px;
	display: grid;
  	grid-template-columns: 120px 1fr;
}
.block-info-details > p:last-child {
	margin: 0;
}
/*.block-info-details > p > span:first-child {
	width: 140px;
	display: inline-block;
}*/
.block-info-details > p > span:nth-child(2) {
	color: #005dae;
}
.block-info-details > p > b {
	color: var(--main-color);
}
.spct-pri-new {
	color: var(--main-color);
	font-weight: 700;
	font-size: var(--font-size-title-medium);
}
.spct-pri-old {
	color: var(--bold-grey);
	text-decoration: line-through;
}
.tietkiem {
	padding: 4px 6px;
	background: var(--main-color);
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	font-size: var(--font-size-tiny);
}
.btn.btn-buynow {
	background: var(--main-color);
	color: #fff;
}
.btn.btn-spct {
	height: 60px;
	display: inline-block;
	margin-right: 10px;
  	margin-bottom: 10px;
  	border-radius: 10px;
}
.btn.btn-spct .name {
	font-weight: 600;
	text-transform: uppercase;
}
.btn.btn-spct .sub {
	font-size: var(--font-size-tiny);
}
.btn.btn-spct.btn-addcart {
	border: 1px solid var(--main-color);
	color: var(--main-color);
	background: #fff;
}
.btn.btn-spct.btn-addcart img {
	width: 22px;
	filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(4538%) hue-rotate(351deg) brightness(77%) contrast(96%);
}
.btn.btn-spct.btn-quote {
	color: #fff;
	background: var(--sub-color);
}
.btn.btn-spct.btn-quote .flex {
	align-items: center;
	justify-content: center;
}
.btn.btn-spct.btn-quote img {
	margin-right: 10px;
}
.promotion-name {
	font-weight: 600;
	color: var(--main-color);
	padding: 4px 10px;
  	background: linear-gradient(90deg, rgb(253, 230, 242) 0%, rgb(251, 237, 198) 100%);
}
.promotion-name img {
	width: 18px;
	margin-right: 5px;
	filter: var(--filter-color);
}
.block-promotion {
  	border: 1px solid #fbedc6;
  	border-radius: 10px;
  	overflow: hidden;
}
.block-promotion ul {
	padding: 15px;
	padding-inline-start: 30px;
}
.block-promotion ul li::marker {
  	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: gold;
	list-style-position: inside;
}
.block-promotion ul li {
	padding-left: 4px;
}
.block-promotion ul li:not(:last-child) {
	margin-bottom: 5px;
}
.block-benifit > ul {
  	padding: 20px 10px;
}
.block-benifit > ul li {
	display: flex;
}
.block-benifit > ul li img {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 4px;
	filter: var(--filter-color);
}
.block-support-247 {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.block-support-247 .name {
	padding: 6px 10px;
	color: #fff;
	background: var(--main-color);
}
.block-support-247 > ul {
	padding: 20px 15px;
	border-bottom: 1px solid var(--line-color);
}
.block-support-247 > ul > li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.block-support-247 > ul > li img {
	width: 18px;
	margin-right: 10px;
}
.block-support-247 > ul > li span:last-child {
	margin-left: 10px;
	font-weight: 700;
	font-size: 20px;
	color: var(--main-color);
}
.block-support-247 > ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.name-showroom-detail {
	margin: 15px 0;
	font-weight: 600;
}
.btn.btn-maps-link {
	background: var(--main-color);
	color: #fff;
	margin-top: 15px;
	display: inline-flex;
	align-items: center;
}
.btn.btn-maps-link img {
	width: 28px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(33deg) brightness(110%) contrast(100%);
	margin-right: 5px;
}
.block-detail-right {
	padding-right: 0;
}
.panel-default > .panel-heading {
	color: var(--body-color);
	background-color: #fff;
	padding: 0;
	border: none;
}
.nav-tabs {
  	border: none;
}
.panel-default {
  	border: none;
  	-webkit-box-shadow: unset;
  	box-shadow: unset;
  	margin: 0;
}
.panel-body {
	padding: 0;
  	padding-top: 15px;
}
.nav-tabs > li > a {
	font-weight: 600;
	font-size: var(--font-size-big);
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
	background: var(--main-color);
	color: #fff;
}
.nav-tabs > li > a:hover {
  	border: none;
	color: #fff;
	background: var(--main-color);
}
.btn-comment {
    width: 100%;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.btn-comment:hover {
    background: var(--hover-color);
}
.action-cmt p {
    display: inline-block;
    font-size: 13px;
}
.action-cmt p:not(:last-child) {
    margin-right: 20px;
}
p.time {
    color: #828080;
}
.item-comments {
    padding: 15px 0;
    border-top: 1px solid var(--line-color);
}
.item-comments > .form-reply {
    display: none;
}
.item-comments.active > .form-reply {
    display: block;
}
.box-qtv-cmt p {
    display: inline-block;
}
.icon-qtv {
    width: 32px;
    margin-right: 4px;
}
.box-qtv-cmt p.name {
    margin-right: 15px;
    font-weight: 600;
}
.gallery-cmt {
	margin-top: 10px;
}
.gallery-cmt > a {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gallery-cmt > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-thumb {
	position: relative;
}
.rating-media-list__video-cover {
	align-items: center;
	background: rgba(0,0,0,.54);
	bottom: 0;
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 18px;
	justify-content: space-between;
	left: 0;
	line-height: 1.25rem;
	padding: 0 4px;
	position: absolute;
	right: 0;
	z-index: 1;
}
.rating-media-list__video-cover {
	color: #fff;
	font-size: 12px;
	line-height: 1.25rem;
}
.btn-qtv {
    background: #eebc49;
    padding: 5px;
    font-size: 12px;
}
.box-list-reply-cmt {
    background: var(--bg-color);
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
}
.box-list-reply-cmt:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width:0px;
    height:0px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid var(--bg-color);
}
.box-list-reply-cmt .item-comments:first-child {
    border: none;
}
.box-list-reply-cmt .item-comments:not(:first-child) {
    border-top: 1px solid #fff;
}
.box-comments {
    margin: 10px 0;
}
.box-comments form textarea {
	border-radius: 4px 4px 0 0;
}
.flex-rat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rating {
    border: none;
    float: left;
}
.rating > input {
    display: none;
}
.rating > label {
    color: #ccc;
    float: right;
    margin: 0;
}
.rating > label::before {
    margin: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background: url('../img/star-empty.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.rating > input:checked ~ label::before, .rating:not(:checked) > label:hover::before, .rating:not(:checked) > label:hover ~ label::before {
    background: url('../img/star.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.item-comments .name {
    height: auto;
}
/*.box-list-comments {
    padding: 15px;
}*/
.cmt-star i {
    color: var(--hover-color);
}
.box-qtv-cmt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.slider-prod.owl-carousel .owl-stage-outer .item.item-pro {
  	margin: 3px;
}
.read-more.readall-button.readall-button-text {
	background: var(--main-color);
	color: #fff;
	width: auto;
	height: auto;
	padding: 10px 18px;
	border-radius: 20px;
}
.block-benifit {
	border-radius: 4px;
	overflow: hidden;
}
.name-call-request {
	font-weight: 600;
	color: var(--main-color);
	margin: 10px 0;
}
.tit-ip-mainct {
	position: absolute;
	left: 0;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
}
.tit-ip-mainct > img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 10px;
}
.tit-ip-mainct > span {
	display: inline-block;
	width: 2px;
	height: 50%;
	background: var(--line-color);
}
.block-call-request form input {
	box-shadow: unset;
	height: 40px;
	font-size: var(--font-size-small);
	border: 1px solid var(--line-color);
  	border-radius: 20px;
  	padding-left: 60px;
  	background: var(--bg-color);
}
.block-call-request form .form-group {
  	position: relative;
}
.btn.btn-call-request {
	background: var(--main-color);
	color: #fff;
}
.flex-rat-detail {
	cursor: pointer;
}
.img-star {
    width: 22px;
}
.img-like {
    width: 16px;
}
.box-attr-prod > p {
	margin-bottom: 5px;
	font-weight: 500;
}
.item-attr-prod span {
	display: inline-block;
	padding: 5px 16px;
	border: 1px solid var(--line-color);
}
.item-attr-prod {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.item-attr-prod.active span {
	border-color: var(--main-color);
	color: #fff;
  	background: var(--main-color);
}
#myModal .modal-content {
	border-radius: 20px;
	box-shadow: 0 5px 15px #af141840;
	border: 2px solid var(--main-color);
}
.grid-header-sales-quota {
	display: grid;
	grid-template-columns: 40% calc(60% - 10px);
	grid-gap: 10px;
	align-items: center;
	padding-bottom: 15px;
  	border-bottom: 2px solid var(--main-color);
}
.title-sale-quota {
	font-weight: 600;
	font-size: var(--font-size-title-medium);
	margin-bottom: 10px;
}
.desc-sale-quota {
  	font-size: var(--font-size-small);
}
#myModal .modal-header {
	border: none;
	padding: 25px;
}
#myModal .modal-body {
	padding: 0 25px;
}
#myModal .modal-body .form-control {
	border: none;
	background: no-repeat;
	box-shadow: none;
	border-bottom: 1px dashed var(--grey);
	border-radius: 0;
}
#myModal .modal-footer {
	border: none;
	text-align: center;
}
#myModal .modal-footer .btn {
  	padding: 7px 24px;
}
#myModal .modal-footer .btn.btn-primary {
	background: var(--main-color);
	border-color: var(--main-color);
}
#myModal .modal-body .form-control[readonly] {
	color: var(--main-color);
}
.box-ghim-img {
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    padding: 10px 12px 0;
    border: 1px solid #ccc;
    border-top: unset;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}
.btn-ghim-img {
    border: none;
    outline: unset;
    background: 0 0;
    box-shadow: unset;
    color: #af1418;
}
.upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#gall-upload-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col-item-gall {
	width: 130px;
	height: 130px;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
}
.col-item-gall .remo-upload {
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 5px;
	top: 5px;
	z-index: 2;
	width: 25px;
	height: 25px;
	background: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
.col-item-gall img {
	width: 100%;
	height: 100%;
}
.editor h3{
	font-size:18px;
}
.block-stop-business {
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	background: #fffab0;
	border: 1px solid gold;
}
.stop-name {
	text-transform: uppercase;
	font-weight: 700;
	color: #f00;
	font-size: 18px;
}
.tags-p a,
.tags-p span {
	color: var(--body-color) !important;
}
.tags-p a:hover {
	color: #005dae !important;
}














@media(max-width: 2199px){
	.btn.btn-spct {
		width: calc(50% - 5px);
		margin: 0;
	}
	.btn.btn-buynow {
		width: 100%;
		margin-bottom: 10px;
	}
	.btn.btn-spct.btn-addcart {
		margin-right: 5px;
	}
}
@media(max-width: 991px){
	.grid-product-detail {
		grid-template-columns: 100%;
		grid-gap: 20px;
	}
	.block-detail-right {
	  	padding: 0;
	  	margin-top: 20px;
	}
	.btn.btn-spct {
		width: auto;
		margin: 0;
		margin-right: 20px !important;
	}
}
@media(max-width: 767px){ 
	.btn.btn-spct {
		width: calc(50% - 5px);
		margin: 0 !important;
	}
	.btn.btn-buynow {
		width: 100%;
		margin-bottom: 10px !important;
	}
	.btn.btn-spct.btn-addcart {
		margin-right: 5px !important;
	}
}
@media(max-width: 480px){ 
	.flex-rat-detail {
		display: block;
	}
	.flex-rat-detail > p:nth-child(2n) {
		display: none;
	}
	.nav-tabs {
		display: flex;
	}
	.nav-tabs > li > a {
		font-size: var(--font-size-small);
	}
	.block-price-details {
		display: inline-block;
	}
	.block-price-details > p {
		display: inline-block;
	}
	.block-price-details > p.spct-pri-new {
		width: 100%;
		margin-bottom: 5px;
	}
	.block-price-details > p.spct-pri-old {
		margin-right: 10px;
	}
	.grid-header-sales-quota {
		grid-template-columns: 100%;
		text-align: center;
	}
	.btn.btn-spct.btn-quote .name {
		font-size: var(--font-size-tiny);
	}
}
.editor table {
  overflow: scroll;
  display: block;
}