.service>.col-inner {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 8px;
    padding: 16px 12px;
    margin-top: -78px;
}

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

.box-service .icon-box-text p {
    font-weight: 600;
	    font-size: 14px;
    line-height: 20px;
}

/* css section dich vu */
.box-dichvu {
    box-shadow: 0 0 6px #00000073;
    background: #fff;
    border-radius: 8px;
}

.box-dichvu .box-text {
    padding: 12px;
}

a.button.primary.dv-btn {
    margin: 15px 0 6px 0;
    font-weight: 500;
}

.box-dichvu .box-text h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
}

/* css section video */
.banner-video, .banner-video .banner-bg.fill {
    border-radius: 20px;
}

a.button.open-video {
    background: #fff;
}

a.button.open-video .icon-play {
    color: #c1c1c1;
}

a.button.open-video:hover {
    border-color: #fff;
}


/* css tab cho thue va da sua */
.home-tab-chothue ul.nav li.tab a {
    font-size: 20px;
    color: #BABABA;
    font-weight: 400;
}

.home-tab-chothue ul.nav li.tab.active a {
    color: var(--colorBlue) !important;
    font-weight: 500 !important;
}

.home-tab-chothue ul.nav li.tab a::before {
    height: 2px;
    bottom: 6px;
}

.home-tab-chothue ul.nav li.tab {
    margin: 0 15px;
}

.footer-img {
    display: none !important;
}

@media (min-width: 1100px) {
	.service>.col-inner {
		padding: 16px 50px;
	}
}

@media (max-width: 548px) {
	.home-tab-chothue ul.nav {
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}

	.home-tab-chothue ul.nav  li.tab a span {
		width: max-content;
	}
	
	.box-service {
		display: flex !important;
		flex-direction: column !important;
		align-content: center !important;
		text-align: center !important;
	}

	.box-service .icon-box-text {
		padding-left: 0 !important;
		font-size: 14px;
		line-height: 20px;
		padding-top: 6px;
	}
	
	.service>.col-inner {
		margin: unset !important;
	}
}



