﻿.attraction-link.active,
.attraction-link.active:visited,
.attraction-link.active:focus,
.attraction-link:focus,
.attraction-link.active:active,
.category-link.active,
.category-link.active:visited,
.category-link.active:focus,
.category-link:focus,
.category-link.active:active {
    color: #fff !important; /* chữ trắng */
    background-color: #0069ad !important; /* xanh nhạt */
    text-decoration: none;
}
.navigate-list {
    padding-bottom:0px !important;
}
h5 .group-name {
    color: #0069ad;
}
h5.search-header {
    text-align: center !important;
    color: #0069ad !important;
}
.combo-page .container-inner section .section-body-grid-ex .card .card-body a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #0069ad;
    background: transparent;
    color: #0069ad;
    font-size: 16px;
    font-weight: lighter;
    outline: 0;
    padding: 0 24px;
    line-height: 40px !important;
    box-sizing: border-box;
    transition: all .3s ease;
    text-decoration: none; /* bỏ gạch chân mặc định của link */
}
.menu-link:focus {
    color: #fff !important;
    background-color: #0069ad !important;
    text-decoration: none;
}
