.contact-info {
    max-width: 600px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    color: var(--color-black);
	font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.contact-item i {
    color: var(--Navy-Blue);
    font-size: 16px;
    min-width: 18px;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black) !important;
    margin: 0;
    text-transform: uppercase;
}

.section-title .title-line {
    display: block;
    width: 45px;
    height: 3px;
    background: var(--Navy-Blue);
    margin-top: 6px;
}

.menu_con .ux-menu-link__link {
	font-size: 16px;
	color: var(--Navy-Blue) !important;
}

.comments-area {
	display: none;
}

.ban_tin {
    position: relative;
    overflow: hidden;
}

/* ẢNH MŨI TÊN BÊN TRÁI */
.ban_tin::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/uploads/2026/02/icon_gui.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* đẩy chữ sang phải để không đè ảnh */
.ban_tin .row {
    padding-left: 110px;
}

.text_dk {
	position: relative;
	bottom: -15px;
}

/* Mobile */
@media (max-width: 768px) {
	.ban_tin::before {
        display: none;
    }
    .ban_tin .row {
        padding-left: 0;
    }
	
	.contact-item {
        font-size: 13px;
    }

    .contact-item i {
        font-size: 15px;
    }
	
    .section-title h2 {
        font-size: 16px;
    }

    .section-title .title-line {
        width: 38px;
        height: 3px;
    }
}