.panel-table-of-content .title::before {
    display: none !important;
} 
.panel-table-of-content ul {
    list-style-type: decimal;
}
.news-news .panel-table-of-content ul {
    margin-left: 45px;
}
.panel-table-of-content .with-chevron {
    background: RGB(231, 169, 25) !important;
    color: #fff !important;
    padding: 0;
}
.panel-table-of-content .with-chevron i {
    color: #fff !important;
}
#table-of-content{
    margin-top: 10px;
    border-top: 0 !important;
}
.mid-header.sticky {
    background: #004395;
}
.toc_link.toc_H2,
.toc_link.toc_H3{
    padding: 5px 0;
} 
.news-block .news-caption .title a {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} 
.listing-thumb .listing-name {
    font-size: 11px;
}
.listing-thumb .listing-name {
    font-size: 13px;
}
.listing_custom .listing-thumb .image {
    width: 45%;
}
.listing_custom .listing-thumb .caption {
    -webkit-line-clamp: 3;
}
.service-information .sec-item > div {
	width: 100%;
}
.listing-thumb, .news-block, .section_partner .item img {
    height: 100%;
}
.listing-block {
	margin-bottom: 50px;
}
.list-structure {
    flex-wrap: wrap;
} 
.detail-listing {
	min-height: 448.6px;
}
.description .listing-detail-title::before {
	display: none;
} 
#logo img {
	width: 100px;
}
.service-information .sec-item {
	height: 200px;
}
.testimonial-item {
	padding: 0;
	max-width: 500px;
}
.testimonial-item img {
    width: 170px;
	border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial-item .name_feed {
    margin: 15px 0 5px;
}
.section_feed_form .swiper-slide {
	justify-content: center !important;
} 
@media (max-width: 991px) {
	.menu-mobile-icon {
		position: absolute;
	}
	.logo-mobile {
        width: 100%;
        display: flex;
        justify-content: center;
	}
    .logo-mobile img {
        width: 80px;
    }
} 
.service-video-reviews iframe, .img-item_news img {
    border-radius: 10px !important;
} 

/* Nút liên hệ */
#contact-button {
    position: fixed;
    bottom: 20px;
    right: 15px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    transition: transform .25s;
    padding-left: 0;
    transform: translateX(15px);
    z-index: 998;
}
#contact-button:hover {
    background-color: #004395;
    padding-left: 10px;
    transform: translateX(0px);
    cursor: pointer;
}
#contact-button img {
    height: 56px;
    width: 56px;
    padding: 10px;
    background-color: #004395;
    border-radius: 40px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
#contact-button .contact-text {
    display: none;
}
#contact-button:hover .contact-text {
    font-weight: 600;
    display: block;
    text-transform:uppercase;
}

.fancybox_0 {
	width: 500px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 1000;
}

.fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.close-popup {
    border-radius: 99px;
    padding: 2px 7px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #004395;
    border: none;
    color: #ffffff;
}

.close-popup i {
    position: relative;
    font-size: 15px;
    height: max-content;
    bottom: -2px;
}

/* Overlay để làm mờ nền */
.fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.fancybox_0 .btn.btn-primary{
	width:100%;
} 
.alert.alert-success p{
	margin-bottom:0;
}
.alert.alert-success span{
    position: absolute;
    top: 5px;
    right: 5px;
}
.listing-type p {
    margin: 0;
}
.box-infor:last-child {
    border-right: none;
    margin-right: 0;
}

.text-information p{
	font-size:13px;
}
.box-infor .title{
	color:#ad9c9c;
	font-size: 12px;
}
.listing-thumb .listing-name {
    font-family: roboto;
    padding-top: 5px;
    letter-spacing: initial;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.listing-type p::after {
    display: none;
}
.text-information {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.listing-type {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Căn đều các cột */
    gap: 4px; /* Khoảng cách giữa các box */
}

.box-infor {
    flex: 1;
    min-width: 23%;
    background: #f9f9f9;
    padding: 7px 0;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.box-infor .fas:before {
    color: #5b5b5b;
}
.listing-thumb .image img {
    border-radius: 5px 5px 0 0;
 }
 .listing-thumb {
    border-radius: 5px;
    margin-bottom: 0;
 } 
 @media(max-width:786px){
 	.fancybox_0 {
    width: 92%;
    }
    .section-title {
        display: flex;
        font-size: 13px;
        gap: 10px;
        align-items: center;
	}
    .section-title span{
    	font-size: 16px;
	}
 }