<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dc_swiper_thumb {
    position: relative;
    z-index: 1;
}
.dc_tuyen_duong_noi_bat_item a {
	display: block;
}
.dc_swiper_thumb img {
    width: 100%;
}
.dc_swiper_thumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(tuyen_duong_noi_bat_overlay.png) left bottom repeat-x;    
}
.dc_tuyen_duong_noi_bat_item ul {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    margin: 0;
    padding: 0px 10px;
    z-index: 9;
}
.dc_tuyen_duong_noi_bat_item ul li {
    list-style: none;
    display: block;
    width: calc(100% - 125px);
    float: left;
	color: #FFFFFF;
}
.dc_tuyen_duong_noi_bat_item ul li:last-child {
    text-align: right;
    width: 125px;
}
.tuyenduowng_nav {
	position: absolute;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: calc(50% - 20px);
	background: rgba(16,66,130,0.60);
	border-radius: 5px;
	z-index: 999;
	cursor: pointer;
	opacity: 0;
	transition: all .3s;
}
.tuyenduowng_nav:hover {
	background: rgba(16,66,130,1);
}
.tuyenduowng_nav::before {
	font-family: 'simple-line-icons';
	font-size: 20px;
	color: rgba(255,255,255,1.00);
}
.tuyenduowng_next {
	right: 0;
}
.tuyenduowng_next::before {
	content: "\e606";
}
.tuyenduowng_prev {
	left: 0;
}
.tuyenduowng_prev::before {
	content: "\e605";
}
.tuyenduowng_nav.swiper-button-disabled {
	display: none;
}
.dcc_tuyenduong:hover .tuyenduowng_nav {
	opacity: 1;
} 
@media (max-width: 767px) {
    .tuyenduowng_next {
        width: 30px;
        height: 30px;
        position: absolute;
        top: calc(50% - 15px);
        right: 0;
        background: #104282 url(next.png) center center no-repeat;
    }
    .tuyenduowng_prev {
        width: 30px;
        height: 30px;
        background: #104282 url(prev.png) center center no-repeat;
        position: absolute;
        top: calc(50% - 15px);
        left: 0;
    }
}</pre></body></html>