.c_title h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	display: inline-block;
	background-color: rgb(248.5, 248.5, 248.5);
	padding: 0;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
}

.c_title {
	border-color: rgb(235 235 235) !important;
	    padding: 0;
	    border-width: 2px;
	    border-style: solid;
	    border-top: none;
	    border-right: none;
	    border-left: none;
	    background-color: rgb(0 0 0 / 0%) !important;
}

.c_title::after {
	    content: "";
	    height: 2px;
	    background: rgb(193 0 23);
	    width: 170px;
	    position: absolute;
	    left: 15px;
	    bottom: 0px;
}

.c_layout_product {
	border: 1px solid #ddd;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .12) !important;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.c_layout_product .image {
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.c_layout_product .price {
	color: var(--nv-primary);
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.c_layout_product .name {
	margin-top: 10px;
}

.c_layout_product:hover .mua-hang {
	z-index: 1;
	opacity: 1;
	transition: all .40s ease 0s;
	height: 100px;
}

.c_layout_product:hover .image {
	transform: scale(1.1);
	transition: all .80s ease 0s;
}

.c_layout_product img {
	transition: all .80s ease 0s;
}

.mua-hang {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	transition: all .65s ease 0s;
}

.buy {
	position: absolute;
	bottom: 35px;
	width: 100%;
} 

.sub_menu .paging {
	position: absolute;
	right: 20px;
	top: -10px;
}

.c_home_product_info {
	line-height: 32px;
}

/* Tên sản phẩm cỡ 40px mà website.css đặt line-height: 28px cho mọi thẻ h1 -
   tên dài xuống dòng là hai dòng chồng lên nhau. Đặt theo tỉ lệ để đổi cỡ chữ
   thì khoảng dòng tự theo. */
/* Bootstrap để h1 cỡ 2.5rem (40px), quá nặng so với phần thông tin quanh nó -
   mã sản phẩm, lượt xem, giá đều chỉ 14-16px. 26px cân hơn mà vẫn rõ là tên
   chính của trang. */
.c_home_product_info .title {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 14px;
}

@media (max-width: 767px) {
	.c_home_product_info .title {
		font-size: 22px;
	}
}

.c_home_product_info .price span{
	font-size: 16px;
	font-weight: 600;
	color: #c10017;
}

.c_home_product_info_call {
	    text-align: center;
	    font-size: 16px;
	    border: 1px solid #c10017;
	    padding: 5px;
	    border-radius: 5px;
}

.c_home_product_info_call .phone a{
	color: #c10017;
}

#relate_slider .layout .image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	transition: all .80s ease 0s;
}

#relate_slider .layout {
	border: 1px solid #ddd;
	width: 95%;
}

#relate_slider .layout  .name {
	font-size: 16px;
	color: #333;
	padding: 10px 12px;
	text-align: center;
}

#relate_slider.owl-carousel.owl-drag .owl-item {
	padding: 0;
}
