/* css countdown */
.product-flashsale {
    display: flex;
    width: 100%;
    align-items: center;
	margin-bottom: 12px;
}

.product-flashsale .product-flash-icon {
    line-height: 0px;
    width: 150px;
    padding-top: 5px;
}

.product-flashsale .product-flash-icon svg, .product-flashsale .product-flash-title svg {
    color: #fff;
}

.product-flashsale .product-flash-title svg {
    margin-right: 4px;
}

.product-flashsale .product-flash-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.product-flashsale .product-flash-date .countdown-timer {
    display: flex;
    padding: 5px;
}

.product-flashsale .product-flash-date .countdown-timer label {
    margin: 0 5px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.product-flashsale .product-flash-date .countdown-timer label:first-child {
    margin-left: 0px !important;
}

.product-flashsale .product-flash-date .countdown-timer label:last-child {
    margin-right: 0px !important;
}

.product-flashsale .product-flash-date .home-title-clock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

label#days::after, label#hour::after, label#minute::after {
    content: ":";
    position: absolute;
    right: -7px;
    top: -2px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.product-flash-date {
    display: flex;
    width: calc(100% - 150px);
    justify-content: end;
    align-items: center;
}

.text-m {
    display: none;
}

.clockFlashsale {
    display: flex;
    width: 100%;
    background: #000;
    padding: 10px;
    margin-bottom: 15px;
}

.clockFlashsale .clock-item {
    width: calc(100% / 4);
    padding: 3px;
    text-align: center;
}

.clockFlashsale .clock-item label {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.clockFlashsale .clock-date {
    background: #d0011b;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .text-m {
        display: block;
    }

    .text-d {
        display: none;
    }
}

.home-product>.col-inner {
    background: linear-gradient(229.22deg,#FF9A3D .4%,#CB2F2F 122.62%);
    padding: 15px;
	border-radius: 4px;
}

.home-product .product-small.box {
	background: #fff;
}

/* css section product */

.home-title p, .home-title h2 {
    margin-bottom: 0;
}

.home-title h2 {
    font-weight: 400;
	font-size: 23px;
}

.home-img-left img {
	border-radius: 15px;
}

/* css title home */
span.section-title-main {
    font-size: 18px;
}

span.section-title-main, h3.section-title.section-title-normal {
    border: 0 !important;
}

.home-title {
    margin-bottom: 0 !important;
}

h3.section-title.section-title-normal a {
    font-weight: 400;
    font-size: 14px;
}

h3.section-title.section-title-normal a i {
    margin-left: 4px;
    vertical-align: middle;
}



/* css section danh sach khach hang */
.ds-khachhang {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 10px;
}

.kh-item {
    width: calc(16.66% - 14px);
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
}

.kh-item img {
    max-height: 60px;
}

/* css slider owl carousel */
.thuong-hieu-item img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 10px;
    background: white;
    margin: 10px 5px 0;
    height: 50px;
    object-fit: contain;
}

.owl-nav button i {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -10px;
}

.owl-nav button.owl-next {
    right: -10px;
}

.owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}


.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot, .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color) !important;
}

.flickity-page-dots .dot {
    border: 1px solid #fff !important;
}



/* css blog */
.is-divider {
    display: none !important;
}

.home_blog .col.post-item>.col-inner {
    border: 1px solid rgba(34,34,34,.15);
    border-radius: 6px;
    overflow: hidden;
	transition: .3s ease-in-out;
}

.home_blog .col.post-item>.col-inner:hover {
    box-shadow: 0 0 15px #ccccccc4;
}

.home_blog .col.post-item .box-text {
    padding: 15px;
    min-height: 140px;
    overflow: hidden;
}

.home_blog .col.post-item .from_the_blog_excerpt {
    margin-top: 15px;
}

@media (min-width: 992px) {
	.home-img-left {
		flex-basis: 20% !important;
		max-width: 20% !important;
	}

	.home-product-right {
		flex-basis: 80% !important;
		max-width: 80% !important;
	}
}

@media (max-width: 768px) {
	.kh-item {
		width: unset;
		height: 50px;
	}
	
	.kh-item img {
		max-height: 40px;
	}
}

@media (max-width: 549px) {
	.product-small.col {
		padding: 4px !important;
	}

	ol.flickity-page-dots {
		bottom: -14px !important;
	}
	
	span.section-title-main {
		font-size: 16px;
	}
}