.navigation ul li:hover > ul {
    display: block !important;
}
.row_quytrinh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.chinhanh-menu {
    width: 100%;
}

.chinhanh-menu ul li {
    width: 31%;
    float: left;
}

.chinhanh-menu ul {
    margin: 20px;
}
.menu-item-has-children > a::after {
    content: "\f054";
    font-size: 10px;
    font-family: FontAwesome;
    padding: 4px;
}

.web24s {
    float: right;
    font-size:15px
}

a.goTop {
    background: blue;
    padding: 14px;
    color: white;
    position: absolute;
    right: 2%;
}

div#sidebars ul li {
    background: #00999f;
    padding: 10px;
    border-left: solid 4px #ffd500;
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
}

div#sidebars ul li a {
    color: white;
}

div#sidebars ul li:hover a {
    color: white !important;
}

div#sidebars ul.ez-toc-list li {
    background: none;
    padding: 0;
    border: none;
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
}
div#sidebars ul.ez-toc-list li a {
    color: black;
    font-family: auto;
}
div#sidebars ul.ez-toc-list li:hover a {
    color: blue !important;
}
h3.widget-title {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 4px solid rgba(0,0,0,.75);
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.thecontent div#goi-trangchu-tren, div#booking-trangchu-tren {
    float: none;
}

.dichvu-page {display: grid;grid-column-gap: 20px;grid-template-columns: auto auto auto;padding: 10px;}

.dichvu-page .sanpham {
    width: 100%;
}

.sanpham img {
    height: 250px !important;
    object-fit: cover;
}