.slideshow .slick-dots {
	bottom: 0;
}

.slideshow .slick-dots li button:before {
	width: 12px;
	height: 12px;
	opacity: 1;
	top: -3px;
	left: -2px;
}

.block-heading {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.block-heading__ttl {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #ec3237;

}

.block-heading__ttl span {
	background: #ec3237;
	padding: 10px 30px;
	color: white;
	display: inline-block;
	border-radius: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

.block-heading__ttl span::after {
	content: "";
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	height: 100%;
	width: 58px;
	background: url(../../images/lines.png) no-repeat;
}

.block-heading__ttl {}

.block-heading__ttl {}


.block-heading__btn {
	position: absolute;
	right: 0;
	top: 10px;
	padding-right: 25px;
}

.block-heading__btn .icon {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50;

}

.block-heading__btn .icon svg {
	width: 20px;
}

.block-heading__btn:hover .icon svg path {
	color: #6680ee;
}

h3.product-name a:hover {
	color: #5f79ec;
}

.slideshow.slick-slider {
	margin: 0;
}

.wrap-nangluc {
	background: linear-gradient(45deg, #2978bb, #2978bb);
	padding: 15px 0;
}

.dv-05-col-item {
	margin-bottom: 0;
}

.dv-05-item {
	color: #fff;
}

.dv-05-item .box {}

.dv-05-item .box .name {
	display: flex;
	align-items: center;
}

.dv-05-item .box .name .text {
	padding-left: 16px;
	font-size: 15px;
	color: #fff;
	width: calc(100% - 45px);
}

.dv-05-item .box .name .text p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.dv-05-item .box .name .text p a {
	color: #fff
}

.dv-05-item .box .name .text p a:hover {
	color: #fff;
}

.dv-05-item .box .name .text span {
	font-size: 13px;
	color: #ff0;
}

.dv-05-item .box .name .icon {
	width: 45px;
}

.dv-05-item .box .name .icon img {}

.dv-05-item .box .content {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}

#section_1639654012 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#section_1639654012 .section-bg.bg-loaded {}

.bg-loaded {
	opacity: 1;
}

.section {
	padding: 0px 0 0px;
	position: relative;
	min-height: auto;
	width: 100%;
}

.bg-fill {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
}

.fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.section-bg {
	overflow: hidden;
}

.section-bg,
.section-content {
	width: 100%;
}

.content_about {
	background: #fff;
	padding: 30px 0 30px 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	position: relative;
}

.content_about h2 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #333
}

.view_more {
	margin-top: 10px;
}

.view_more a {
	color: #2978bb;
	font-size: 16px;
}

.wrap-product-home {
	padding: 45px 0 0px;
}

.wrap-product-home .row {
	justify-content: center;
}

.group-title {
	text-align: center;
	margin-bottom: 24px;
	font-size: 28px;
}

.group-title p {
	font-size: 15px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.group-title p span {
	font-weight: 600;
	color: #f00;
	font-size: 17px;
}

.group-title .title {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	color: #2978bb;
	font-size: 30px;
}

.group-title .title-underline:after {
	content: "";
	display: table;
	clear: both;
	background: url(../images/line.png);
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	padding-top: 0;
}

.dv-05-col-product-item {
	margin-bottom: 20px;
}

.dv-05-product-item {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cdcdcd;
}

.dv-05-product-item .box .image {
	width: 100%;
}

.dv-05-product-item .box .image img {}

.dv-05-product-item .box .content {
	width: 95%;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgb(255 199 59) 21%, rgba(247, 223, 87, 1) 50%, rgba(227, 177, 52, 1) 79%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dv-05-product-item .box .content h3 {
	margin: 0;
	font-weight: 500;
	color: #000000;
	font-size: 14px;
	padding: 0;
	text-align: center;
	line-height: 1.3;
	margin-top: .1em;
	margin-bottom: .1em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.product_seller {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: rgba(244, 244, 244, 1);
}

.list-product-home {}

.product_item_in {
	padding: 0 10px;
	margin-bottom: 20px;
}

.product-card .box {
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 10px;
	background: #fff;
	transition: all .3s ease;
}

.product-card .card-top {
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}

.product-card .card-top .image a {
	display: block;
}

.product-card .card-top .image a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.product-card .card-top .image img {
	object-fit: cover;
	height: auto;
}

.product_item_in .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-card .card-body {
	text-align: center;
	min-height: 115px;
	padding: 10px 0px 0;
}

.product-card .card-body .card-name {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	height: auto;
	line-height: 20px;
	min-height: 45px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.product-card .card-body .card-name a {
	color: #2978bb;
	text-transform: uppercase;
}

.product-card .card-body .card-price {
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
}

.card-price {
	text-align: center;
	font-size: 22px;
	color: #be1e2d;
	line-height: 22px;
	font-weight: 700;
}

.product-card .card-body .card-price .old-price {
	color: #8d8d8d;
	margin-left: 0px;
	font-weight: 500;
	font-size: 15px;
	width: 100%;
}

.product-card .card-body .card-price .new-price {
	font-size: 17px;
	color: #ff0000;
	font-weight: 600;
}

.xemthem_in {
	background: rgb(41 120 187);
	padding: 5px 20px;
	margin: 10px 0 0 0;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.xemthem_in a {
	color: #fff;
}

.view_all {
	width: 100%;
	text-align: center;
}

.view_all a {
	background-color: rgb(41 120 187);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 99px;
	padding: 5px 17px;
	line-height: 35px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.view_all span {
	-ms-transform: translateX(.75em);
	transform: translateX(.75em);
	display: inline-block;
	transition: opacity .3s, transform .3s;
	line-height: 22px;
}

.view_all i {
	width: 1em;
	vertical-align: middle;
	top: -1.5px;
	opacity: 0;
}

.product_seller.white {
	background-color: #fff;
}

.product_item_in {
	padding: 0 10px;
	margin-bottom: 20px;
}

.product_item_in .box_item {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.product_item_in .image_in {
	position: relative;
	padding-bottom: 75%;
}

.product_item_in .image_in img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_item_in .info {
	text-align: center;
	padding: 10px 10px 0px;
}

.product_seller.white .product_item_in .info h3 {
	font-size: 16px;
}

.product_item_in .info h3 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product_item_in .info h3 a {
	color: #333
}

.product_item_in .info h3 a:hover {
	color: #f00
}

.cam_ket {
	padding: 50px 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-color: rgba(41, 120, 187, .91);
}

.cam_ket .group-title .title {
	color: #fff;
}

.cam_ket .group-title .title span {
	color: #f00;
}

.group-title .sub_title {
	max-width: 800px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.list_camket {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.list_camket .item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.list_camket .item .box {
	display: flex;
	width: 100%;
}

.list_camket .item .box .image {
	width: 60px;
}

.list_camket .item .box .info {
	padding-left: 15px;
	width: calc(100% - 60px);
}

.list_camket .item .box .info .name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
}

.list_camket .item .box .info .desc {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

.wrap-news-home {
	padding: 47px 0;
	background-color: rgb(244, 244, 244);
}

.dv-01-col-news-item {
	padding: 0 10px;
}

.dv-01-news-item {
	margin-bottom: 20px;
}

.dv-01-col-news-item .box {
	border-radius: 5px;
	overflow: hidden;
}

.dv-01-news-item .image2 {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}

.dv-01-news-item .image2 img {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.dv-01-col-news-item .info {
	border-top: 0px solid #2978bb;
	background: white;
	padding: 10px 10px;
}

.dv-01-news-item h3 {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin: 5px 0 10px;
	position: relative;
}

.dv-01-news-item h3 a {
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
	font-size: 17px;
}

.dv-01-news-item .desc {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: auto;
}

.wrap-count-number {
	padding: 46px 0;
	background-image: url(../images/tu-van-mua-tu-lanh-cho-gian-bep-sang-trong.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.wrap-count-number:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 120, 187, .9);
}

.wrap-count-number .row {
	padding: 0;
	position: relative
}

.wrap-count-number .box_title {}

.wrap-count-number .image {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.wrap-count-number .image img {
	width: 100%;
}

.wrap-count-number .box_title .title {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 12px;
}

.wrap-count-number .box_title .description {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 20px;
}

.wrap-count-number .item {
	padding: 0 10px;
}

.list-count {}

.item-count {
	color: #f1f1f1;
	margin-bottom: 0;
}

.item-count .box {
	display: flex;
	align-items: center;
}

.item-count .icon {
	font-size: 64px;
	color: #0a2166;
	line-height: 1;
	width: 60px;
}

.item-count .icon i {}

.item-count .icon img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.item-count .box-count {
	width: 100%;
	padding-left: 0;
}

.item-count .box-count .counter-value {
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
}

.item-count .box-count p {
	font-size: 16px;
}

.wrap-nangluc>.ctnr>.row {
	gap: 15px 0;
}














section.slideshow.slide-1 button.slick-next.slick-arrow {
	margin: 0;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	transform: translateY(-50%);
	z-index: 3;
	text-align: center;
	opacity: 1;
	background-image: url(../images/ic_next_black.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 20px 30px;
}

section.slideshow.slide-1 {
	position: relative;
}

section.slideshow.slide-1:hover button.slick-prev.slick-arrow {
	left: 10px;
}

section.slideshow.slide-1:hover button.slick-next.slick-arrow {
	right: 10px;
}

section.slideshow.slide-1 button.slick-prev.slick-arrow {
	left: 0;
	margin: 0;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	transform: translateY(-50%);
	z-index: 3;
	text-align: center;
	opacity: 1;
	background-image: url(../images/ic_previous_black.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 20px 30px;
}

.product-card .card-top .image a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.product-card .box:hover {
	/* box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1); */
	transform: translateY(-5px);
}

.product-card:hover .card-top .image a::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.dv-05-product-item .box {
	position: relative;
}










section.section_flash_sale {
	padding: 30px 0 0px;
}

.bg-section-flash_sale {
	background: #002d3a url(//bizweb.dktcdn.net/100/490/431/themes/927074/assets/section_sale_bg.jpg?1716175167006) no-repeat center / cover;
	padding: 30px 0;
	position: relative;
}

section.section_flash_sale .block-countdown {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

section.section_flash_sale .block-countdown a {
	display: inline-flex;
	margin-top: 20px;
}

.section-title.side-left.has-control h2 {
	padding-right: 0;
	text-align: left;
	display: inline-block;
	font-weight: 700;
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 8px;
}

.section-title.side-left.has-control h2 a {
	color: #fff;
}

section.section_flash_sale .block-countdown a {
	display: inline-flex;
	margin-top: 20px;
}

.section_flash_sale .block-countdown .count-down .title-count-down {
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 8px;
	color: #fff;
	line-height: normal;
	margin-top: 10px;
}

.section_flash_sale .block-countdown .count-down .timer-view {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.section_flash_sale .block-countdown .count-down .timer-view .block-timer {
	height: auto;
	display: inline-block;
	margin-right: 6px;
	text-align: center;
}

.section_flash_sale .block-countdown .count-down .timer-view .block-timer>div {
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 6px 4px;
	font-weight: 700;
	color: #fff;
	font-size: 2.6rem;
	margin: 0;
	line-height: initial;
}

.section_flash_sale .block-countdown .count-down .timer-view .block-timer span {
	display: block;
	color: #333;
	font-size: 1.4rem;
	line-height: initial;
	font-weight: 600;
	padding: 4px;
	background: linear-gradient(90deg, rgb(255 199 59) 21%, rgba(247, 223, 87, 1) 50%, rgba(227, 177, 52, 1) 79%);
}

.btn-view-product-list {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	overflow: hidden;
	transition: all .5s;
	padding: 5px 20px;
	color: #000;
	z-index: 9;
}

.btn-view-product-list:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0px);
	transition-duration: .3s;
	clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
	z-index: -1;
	background: linear-gradient(90deg, rgb(255 199 59) 21%, rgba(247, 223, 87, 1) 50%, rgba(227, 177, 52, 1) 79%);
}

.btn-view-product-list i {
	font-size: 15px;
	margin-left: 5px;
}

.block-product-list .slick-slider {
	margin-bottom: 0px;
}

.slick-slide {
	height: unset;
}

.product-item .product-item-wrap {
	border: 1px solid #EbEbEb;
	background: #FFF;
	border-radius: 10px;
	transition: all .5s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.product-item .product-item-wrap .product-item-image {
	position: relative;
	overflow: hidden;
}

.product-item .product-item-wrap .product-item-image a {
	display: inline-block;
	overflow: hidden;
}

.product-item-image.hasThumbs.hasThumbsIcon a img {
	display: block;
}

.product-item .product-item-wrap .product-item-action button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	box-shadow: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
	transition: all .5s ease-in;
	background: #eee;
	border-radius: 10px;
	width: 32.5px;
	height: 32.5px;
	line-height: 1;
}

.product-item .product-item-wrap .product-item-action button svg {
	width: 17.5px;
	height: 17.5px;
}

.product-item .product-item-wrap .product-item-action button.shop-quickview-button {
	top: 55px;
	opacity: 0;
	visibility: hidden;
}

.product-item .product-item-wrap .product-item-action button svg {
	width: 17.5px;
	height: 17.5px;
}

.product-item .product-item-wrap .product-item-action button.shop-addLoop-button {
	top: 100px;
	opacity: 0;
	visibility: hidden;
	background: #dc8c02;
}

.product-item .product-item-wrap .product-item-detail {
	padding: 10px 10px 15px;
	text-align: center;
	background: #fafafa;
}

.product-item .product-item-wrap .product-item-detail .product-item-detail-name {
	margin: 5px 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 22px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.product-item-detail-price a {
	font-weight: 600;
	margin-right: 5px;
	color: #c90000;
}

.product-item .product-item-wrap:hover .product-item-action button {
	opacity: 1 !important;
	visibility: visible !important;
	background: #fdcc0d;
}

.products-highlight {
	gap: 15px 0;
}

.products-highlight>div>div {
	height: 100%;
}

.products-highlight .item-products-details {
	margin-bottom: 0;
}

.products-highlight__img img {
	height: 100%;
	border-radius: 5px;
}

.products-highlight {}

.item-products-details {
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	/* padding: 8px; */
	margin-bottom: 15px;
}

h3.product-name a {
	font-size: 15px;
	line-height: unset;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	min-height: 42px;
}

h3.product-name {
	line-height: 1.4;
}

.title-wrapper {}

.box-text.box-text-products .title-wrapper {
	margin-bottom: 10px;
}

.price-wrapper ins {
	display: block;
	color: #ff0000;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	margin-right: 8px;
}

.price-wrapper del {
	font-size: 14px;
	color: #666;
}


.add-to-cart-button {
	text-align: center;
}

section.custom_product_list {
	padding: 15px 0px;
}

.item-products-list img {
	border-radius: 5px;
	height: 435px;
}









.section_testimonials {
	position: relative;
}

.section_testimonials .testimonials-flex {
	display: flex;
}


.section_testimonials .testimonials-flex .testimonials-image {
	width: 100%;
	background-image: url(https://bizweb.dktcdn.net/100/499/932/themes/926650/assets/background_danhgia.jpg?1705830293643);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_testimonials .testimonials-flex .testimonials-carousel {}

.section_testimonials .testimonials-flex .testimonials-carousel .block-title {
	text-align: center;
	margin-bottom: 15px;
}

.block-title {
	margin-bottom: 30px;
}

.block-title h2 {
	color: #1a1a1a;
	font-size: 32px;
	position: relative;
	margin-bottom: 0px;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}
.testimonials-swiper .slick-arrow{
	opacity: 1;
	background: linear-gradient(107deg, rgba(91,118,235,1) 0%, rgba(114,138,241,1) 44%, rgba(93,225,232,1) 100%);
	width: 40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;

}
.testimonials-swiper .slick-prev{
	left: -10px;
	transform: rotate(180deg);
}
.testimonials-swiper .slick-next{
	right: -10px;
}
.testimonials-swiper .slick-arrow svg{
	width: 25px;
	height: 25px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-slide {
	padding-bottom: 0px;
}

.section_testimonials .testimonials-flex .testimonials {
	padding-top: 55px;
}

.testimonials .box-petch-tion {
	position: relative;
	padding-top: 58px;
}

.box-test-author:not(:first-child) {
	margin-top: 10px;
}

.section_testimonials .testimonials-flex .testimonials .info {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.testimonials .star-rating {
	--percent: calc(var(--rating) / 5* 100%);
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	line-height: 1;
}
.testimonials .star-rating::before {
    content: "★★★★★";
    background: linear-gradient(90deg, #F9920F var(--percent), #999 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_testimonials .testimonials-flex .testimonials .info .author {
	display: flex;
	align-items: center;
	position: absolute;
	background-image: linear-gradient(180deg, #379eff 0%, #8fc9ff 100%);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 10px;
	transform: translateY(-50%);
	padding: 10px;
	z-index: 10;
}

.section_testimonials .testimonials-flex .testimonials .info .author::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #8fc9ff;
	transition: all 300ms ease 200ms;
	z-index: -1;
}

.section_testimonials .testimonials-flex .testimonials .info .author::after {
	content: "";
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 15px;
	height: 15px;
	background: #8fc9ff;
	border-radius: 50%;
	transition: all 300ms ease 300ms;
	z-index: -2;
}

.section_testimonials .testimonials-flex .testimonials .info .author img {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/* margin-right: 15px; */
}

.section_testimonials .testimonials-flex .testimonials .info .author .details-info h5 {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 25px;
	display: block;
}

.section_testimonials .testimonials-flex .testimonials .info .author .details-info span {
	color: #8d9396;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.section_testimonials .testimonials-flex .testimonials .info .icon {
	text-align: right;
}

.section_testimonials .testimonials-flex .testimonials .info .icon svg {
	width: 33px;
	height: 24px;
}

.section_testimonials .testimonials-flex .testimonials .info .icon svg path {
	fill: #d94e28;
}

.section_testimonials .testimonials-flex .testimonials .content {
	color: #465058;
	font-size: 14px;
	/* margin-top: 20px; */
	font-style: italic;
}

#tour-location {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: #f7f7f7;
}

.widget .widgettitle {
	position: relative;
	margin-bottom: 40px;
	display: block;
	text-align: center;
	margin-top: 0;
	font-weight: 400;
	color: #1a1a1a;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}

.widget .widgettitle:before {}

.widget .widgettitle small {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.widget .widgettitle:after {
	content: '';
	background: #5d3717;
	height: 3px;
	width: 100px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
}

.section_testimonials .testimonials-flex .testimonials-image {
	width: 100%;
	background-image: url(https://bizweb.dktcdn.net/100/499/932/themes/926650/assets/background_danhgia.jpg?1705830293643);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.box-test-author h4 {
	font-size: 19px;
}

.section_testimonials .testimonials-flex .testimonials-carousel {
	width: 100%;
	float: right;
}

.box-petch-tion {
	height: 100%;
	padding: 15px 21px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: 2px solid #379eff;
}





section.blogs {
	/* background: #F8F5F0; */
	padding: 0 0 5rem;
}
.service-slider-blog{
	padding-top: 3rem;
	border-top: 1px solid #eee;
}
.block-title .sub-title {
	display: block;
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .135rem;
	margin-bottom: .25rem;
}

.block-title h2 {
	font-size: 30px;
	display: block;
	padding: 10px 0px;
	font-weight: 800;
	text-transform: uppercase;
}

.splide__track {
	position: relative;
	display: block;
	/* margin-left: 3rem; */
	/* width: 30%; */
	margin-top: 30px;
}

.news.hover-effect {
	/* padding-left: 40px; */
	padding-right: 10px;
	transition: 0.5s ease;
}

.news-img {
	position: relative;
}

a.news-cat.shadow-sm {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 13px;
	letter-spacing: .135rem;
	background-color: #5c77eb;
	color: white;
	z-index: 1;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
	left: 0;
	bottom: 0;
	padding: 5px 30px;
	border-radius: 0 99px 0 0;
}

.news-img a {
	display: block;
	overflow: hidden;
}

a.news-cat.shadow-sm strong {
	/* transform: rotate(180deg);
    writing-mode: vertical-lr; */
	text-transform: uppercase;
	font-weight: 700;
}

.news-date {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #ffffffd9;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
	padding: .5rem;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.news-img a {
	display: block;
	overflow: hidden;
}

.news-content.shadow-sm {
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.velora-hedding {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comment-view {
	padding-top: 10px;
}

.comment-view p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.hover-effect{
	padding: 5px;
}
a.news-link {
	display: inline-flex;
	align-items: center;
	color: #ec3237;
}

a.news-link svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
	fill: currentColor;
}
a.news-link svg path{
	fill: #ec3237;
}
figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: 230px;
}

figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: 230px;
}

figure.image-hover.image-hover-overlay:hover {
	transform: scale(1.1);
	transition: 0.5s ease;
}

button.slick-next-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: linear-gradient(107deg, rgba(91, 118, 235, 1) 0%, rgba(114, 138, 241, 1) 44%, rgba(93, 225, 232, 1) 100%);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: -45px;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	right: 50px;
}

button.slick-next-blogs.slick-arrow svg {
	transform: rotate(180deg);
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: linear-gradient(107deg, rgba(91, 118, 235, 1) 0%, rgba(114, 138, 241, 1) 44%, rgba(93, 225, 232, 1) 100%);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: -45px;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	right: 0;
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}






.box-images-about-home img {
	border-radius: 10px;
}

.box-ballot-desc-about h3 {
	color: #627ced;
	font-size: 22px;
	margin-bottom: 5px;
}

.box-ballot-desc-about p {
	font-weight: 400;
}

.list-ground-kojamart ul li img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.list-ground-kojamart ul li {
	display: flex;
	align-items: center;
	width: calc(97% / 3);
}

.list-ground-kojamart ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0px;
	justify-content: space-between;
}

.icon-kojamarts {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(107deg, rgba(91, 118, 235, 1) 0%, rgba(114, 138, 241, 1) 44%, rgba(93, 225, 232, 1) 100%);
	border-radius: 50%;
	padding: 10px;
}

.desc-kojamarts {
	flex: 1;
	padding-left: 15px;
}

.desc-kojamarts span {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.desc-kojamarts p {
	padding-bottom: 0px;
}

.box-ballot-desc-about {
	padding-left: 10px;
}

.list-ground-kojamart {
	margin-top: 10px;
}

.slick-products-custom .clm.slick-slide {
	padding: 10px 10px;
}

.titel-hedding-products h2 {
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 7px;
	/* KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºc font */
	font-weight: bold;
	/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­m font */
	background: linear-gradient(0deg, rgb(180 15 39) 0%, rgb(120 6 11) 100%, rgba(200, 4, 6, 0) 100%);
	/* MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â u gradient */
	-webkit-background-clip: text;
	/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âp dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ng nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Ân cho chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */
	-webkit-text-fill-color: transparent;
	/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â u chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ trong suÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œt */
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

.titel-hedding-products {
	text-align: center;
}

.titel-hedding-products h2:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 2px;
	background: linear-gradient(90deg, rgb(255 199 59 / 19%) 21%, rgba(247, 223, 87, 1) 50%, rgb(227 177 52 / 12%) 79%);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.box-text.box-text-products {
	padding: 10px 4px;
	background: #eeeeee61;
	border-top: 2px solid #5e79ec;
	min-height: 149px;
}

.image-qc img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

section.qc-products {
	padding: 0;
}



.products-sales {
	padding: 10px 7px;
}

.box-products-sales {
	margin-top: 0px;
}

h2.flashsale-title a {
	color: #fff;
}

h2.flashsale-title img {
	height: 35px;
	margin-right: 10px;
	width: auto;
	animation: 0.8s linear 0s infinite normal none running pulseSmall;
}

h2.flashsale-title {
	display: flex;
	align-items: center;
}

@-webkit-keyframes pulseSmall {
	50% {
		opacity: 0.3;
		transform: scale(1.3)
	}
}

.section-products-sales {
	background-image: linear-gradient(45deg, #4f8aff 0%, #d5eaff 100%);
	padding: 10px 0 20px 0;
	margin-top: 10px;
}
.section-products-sales .slick-dots{
	bottom: -10px;
}
.title-hedding-products h2 {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
}

.title-hedding-products h2:before {
	content: "";
	position: absolute;
	width: 45%;
	height: 2px;
	background: #000;
	bottom: 0;
}



.section-index {
	padding: 30px 0;
	background: linear-gradient(45deg, #4f8aff 0%, #d5eaff 100%);
}

.section-title span.sub-title {
	display: block;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
}

.section-title {
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}

.section-title h2 {
	
}
.home-title{
	/* display: inline-block; */
	font-weight: 800;
	font-size: 2.6rem;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #5570fb;
}
.home-title--center{
	text-align: center;
}
.section-title .desc {
	margin: 0 auto;
	color: #333;
	margin-top: 5px;
	font-size: 15px;
	max-width: 800px;
	line-height: 1.3;
	font-weight: 400;
}

.title-separator {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title-separator:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 77px);
}

.title-separator .separator-center {
	display: block;
	width: 32px;
	height: 12px;
	position: relative;
}

.title-separator .separator-center:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 8px;
}

.title-separator:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: calc(50% - 77px);
}

.three_banner {
	display: block;
	position: relative;
	box-shadow: rgb(0 0 0 / 32%) 0px 3px 8px;
}

a.duration-300 {
	display: block;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.three_banner a:before {
	position: absolute;
	display: block;
	border: 1px solid #fff;
	opacity: .5;
	transition: opacity 0.3s cubic-bezier(0.37, 0.01, 0, 0.98);
	z-index: 1;
	content: "";
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.duration-300 {
	transition-duration: .3s;
}

.three_banner a .banner-info {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -32px;
	left: 0;
	padding: 5px;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(2px);
	color: #fff;
	border-top: 2px solid #627ced;
	z-index: 1;
}

.three_banner a .banner-info h3 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 8px;
	text-align: center;
}

.three_banner a .banner-info span {
	margin-top: 4px;
	font-size: 1.4rem;
	display: block;
	width: 100%;
}

.three_banner a .banner-info .btn {
	margin-top: 6px;
	font-size: 1.4rem;
	padding: 0px;
	height: auto;
	line-height: normal;
	font-style: italic;
	color: #fdc97d;
	width: 100%;
}

.three_banner a:hover img {
	transform: scale(1.03);
}

.three_banner a:hover .banner-info {
	bottom: 0px;
	transition: 0.5s ease;
	transition: 0.5s ease;
}

.section_why_choise .wrap-choise {
	align-items: center;
}

.section_why_choise .wrap-choise .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.choise_item {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.section_why_choise .wrap-choise .col .choise_item {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 10px 10px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 67px;
	background: white;
}

.section_why_choise .wrap-choise .col .choise_item .img_choise {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	border-radius: 100px;
	background: #ec3237;
	transition: 0.6s;
}

.section_why_choise .wrap-choise .col.col-left .choise_item .text_choise {
	text-align: right;
	padding-right: 12px;
}

.section_why_choise .wrap-choise .col .choise_item .text_choise {
	flex: 1 1 1%;
}

.section_why_choise .wrap-choise .col .choise_item .img_choise img {
	width: 50px !important;
	height: 50px !important;
}

.section_why_choise .wrap-choise .col.col-left .choise_item .text_choise {
	text-align: right;
	padding-right: 12px;
}

.section_why_choise .wrap-choise .col .choise_item .text_choise {
	flex: 1 1 1%;
}

.section_why_choise .wrap-choise .col .choise_item .text_choise h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0px;
}

.section_why_choise .wrap-choise .col .choise_item .text_choise .content_choise {
	margin-top: 6px;
	font-size: 1.6rem;
	line-height: initial;
	font-weight: 500;
	color: #Fff;
}

.section_why_choise .wrap-choise .col.col-left .choise_item:nth-child(2) {
	margin-right: 10%;
}

.section_why_choise .wrap-choise .col.col-right .choise_item:nth-child(2) {
	margin-left: 8%;
}

.section_why_choise .wrap-choise .col.col-right .choise_item .img_choise {
	order: 1;
}

.section_why_choise .wrap-choise .col.col-right .choise_item .text_choise {
	text-align: left;
	padding-left: 12px;
}

.section_why_choise .wrap-choise .col .choise_item .text_choise {
	flex: 1 1 1%;
}

.wrap-product-home .slick-dots {
	margin-top: 0;
	bottom: -20px;
}

.wrap-product-home .slick-dots li {
	border: 1px solid #333;
}

.wrap-product-home .slick-dots li active {
	background: #333;
}

.banner-product img {
	object-fit: contain;
}

.section_why_choise .wrap-choise .col .choise_item:hover .img_choise {
	transform: rotateY(180deg);
}

.group-title {
	background-image: url(../images/home-deal-bg.png);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0;
	top: -13px;
	margin: 0 auto;
	margin: 0 auto auto;
	position: relative;
	width: 638px;
}

.hedding-sale-products p {
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.96);
	font-size: 25px;
	font-style: italic;
	padding: 7px 10px 10px;
	font-weight: 600;
	line-height: 32px;
	margin: 0px 18px 0 8px;
}

.group-title img {
	width: 27px;
	height: 30px;
	object-fit: contain;
	animation: 0.8s linear 0s infinite normal none running pulseSmall;
}

section.custom_product_list.list-orders {
	padding-bottom: 0px;
}

.list-products-sales {
	margin-bottom: 0px;
}

.price-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.choise_item.d-md-none {
	display: none !important;
}

.section_why_choise .wrap-choise .col.col-left .choise_item .text_choise p {
	font-size: 14px;
	padding-bottom: 0px;
}

.text_choise p {
	padding-bottom: 0px;
}

.choise_item:hover {
	background: linear-gradient(107deg, rgba(91, 118, 235, 1) 0%, rgba(114, 138, 241, 1) 44%, rgba(93, 225, 232, 1) 100%) !important;
}

section.section-index.section_why_choise span.sub-title {
	color: #Fff;
}

section.section-index.section_why_choise .section-title h2 {
	color: #fff;
}

.content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
}



.images-products-details {
	overflow: hidden;
	position: relative;
	line-height: 0;
}
.images-products-details::before{
	content: "";
	padding-top: 100%;
	display: block;
}
.images-products-details a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.75s ease;
}
.images-products-details a img:hover {
	transform: scale(1.1);
	
}
.content-names h2 {
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
}

.content-names p {
	padding-bottom: 0px;
	font-style: italic;
}

.about-home {
	padding: 10px 0 20px;
}











@media (min-width: 1200px) {
	.section_testimonials .testimonials-flex .testimonials-image {
		width: 50%;
		/* height: 100%; */
	}
}

@media (min-width: 1200px) {
	.section_testimonials .testimonials-flex .testimonials-carousel {
		padding: 10px 15px 10px 15px;
	}
}

@media (max-width: 757px) {
	.about-home{
		padding: 30px 0 10px;
	}
	.wrap-product-home{
		padding: 30px 0 0;
	}
	.title-hedding-products h2 {
		font-size: 20px;
	}
	.banner-product img{
		height: auto;
	}
	.image-qc img {
		height: unset;
	}

	.three_banner a .banner-info h3 {
		font-size: 16px;
	}

	.price-wrapper {
		flex-wrap: wrap;
		display: block;
		text-align: center;
	}

	.price-wrapper ins {
		margin-left: 0px;
	}

	.splide__track {
		margin-left: 0px;
	}

	.choise_item.d-md-none {
		display: flex !important;
		flex: 0 0 80%;
		max-width: 80%;
		min-width: 80%;
		padding: 0 7px;
		margin-bottom: 12px;
		margin-right: 22px;
	}

	.choise_item {
		display: none !important;
	}

	.wrap-choise-mb {
		margin: 0 -14px;
		padding: 0 7px;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		display: flex;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.section-title h2 {
		font-size: 20px;
	}

	.section-title .desc {
		font-size: 13px;
	}

	.titel-hedding-products h2 {
		font-size: 23px;
	}

	.dv-05-product-item .box .image img {
		height: 155px;
	}

	.dv-05-product-item .box .image {
		height: 175px;
	}

	section.slideshow.slide-1 button.slick-next.slick-arrow {
		width: 35px;
		height: 35px;
	}

	section.slideshow.slide-1 button.slick-prev.slick-arrow {
		width: 35px;
		height: 35px;
	}

	.list_camket .item {
		width: 100%;
	}

	.group-title .title {
		font-size: 26px;
	}
	section.blogs{
		padding-bottom: 0;
	}
  .section-index {
  	display:none
  }
  .block-heading__ttl span {
      padding: 10px 10px 10px 20px;
  }
}

@media(max-width:550px) {
	.group-title {
		width: unset;
		background-size: 100% 100%;
		width: 100%;
		padding: 6px 25px;
	}

	.hedding-sale-products p {
		font-size: 18px;
		line-height: unset;
		padding: 0px 0px;
	}

	.block-title h2 { 
		font-size: 23px;
	}

	.section_testimonials .testimonials-flex .testimonials-carousel {
		padding: 20px 10px;
	}

	.section_testimonials .testimonials-flex .testimonials-carousel .block-title {
		margin-bottom: 10px;
	}

	.swiper-slide {
		margin-bottom: 0px;
	}

	.section_testimonials .testimonials-flex .testimonials-image {
		display: none;
	}

	.list-ground-kojamart ul li {
		width: calc(100% / 1);
	}

	section.section-products-sales {
		padding: 20px 0px;
	}
}
