/*
Theme Name: Phòng khám
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.banner{
	min-height: 400px !important;
}
.nav-dropdown li {
    border-top: none !important;
}
.nav-dropdown li:hover {
    background-color: #fff !important;
	color: #ed2337 !important;
}
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0 16px !important;
    border-bottom: none;
    color: #000 !important;
    font-size: 15px;
    padding: 12px 0 !important;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #de0d17 !important;
}
.menu-top-bottom {
    background: #0e5985;
    text-align: center;
    position: relative;
}
.menu-top-bottom ul {
    margin: 0px;
    padding: 0px;
}
.menu-top-bottom li {
    display: inline-block;
    min-height: 46px;
    line-height: 46px;
    list-style: none;
	margin-bottom: 0px;
}
.menu-top-bottom li a {
    border-left: 1px solid #fff;
    white-space: nowrap;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-pills>li>a{
	border-radius: 8px !important;
	padding: 0px 160x !important;
}
.absolute-footer {
    padding: 10px 0 !important;
    border-top: none !important;
	color: #fff !important;
}
.home-list-product > .product-title > a {
	min-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 8px;
}
.product-categories li.cat-item-17 { 
    display: none !important;
}