/* css doi ngu */
.title-doingu h3 {
    color: #29affc;
    font-weight: 600;
    font-size: 18px;
}

.home-doingu .icon-box-img {
    margin-bottom: 0 !important;
}

.home-doingu .col-inner.text-center {
    box-shadow: 0 0 4px #00000045;
    padding: 10px;
    border-radius: 6px;
}

span#so-run {
    font-size: 36px;
    font-weight: 600;
    color: #ea2700;
}

.ct-doingu {
    color: #222222;
    font-weight: 500;
    font-size: 16px;
}

.ct-doingu p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.nam-so {
    padding-left: 5px;
    padding-top: 5px;
}

.is-divider {
    display: none !important;
}

/* 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;
    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;
    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;
}

@media (max-width: 768px) {
	/* 	css doi ngu */
	.home-doingu {
		padding: 0 6px 12px !important;
	}
	
/* 	slider thuong hieu */
	.kh-item {
		width: unset;
		height: 50px;
	}
	
	.kh-item img {
		max-height: 40px;
	}
}

/* css section dich vu */
.dichvu .icon-box {
    text-align: center;
    box-shadow: 0 0 4px #0000002e;
    border-radius: 4px;
    transition: .4s ease-in-out;
    padding-top: 10px;
}

.dichvu .icon-box:hover {
	transition: .4s ease-in-out;
	margin-top: -8px
}

.dichvu p {
    font-size: 14.5px;
    min-height: 80px;
}

.dichvu .icon-box-text.last-reset {
    padding: 10px;
}

@media (max-width: 548px) {
	/* css section dich vu */
	.dichvu .icon-box {
		text-align: center;
		box-shadow: 0 0 4px #0000002e;
		border-radius: 4px;
		transition: .4s ease-in-out;
		padding-top: 10px;
	}

	.dichvu .icon-box:hover {
		transition: .4s ease-in-out;
		margin-top: -8px
	}

	.dichvu p {
		font-size: 14.5px;
		min-height: 80px;
	}

	.dichvu .icon-box-text.last-reset {
		padding: 10px;
	}
	
	.title-doingu h3 {
		font-size: 15px;
	}
}

@media (max-width: 548px) {
	
}