/*
Theme Name: Haviweb Child Theme
Description: Cong ty thiet ke website Havi
Author: Havi
Template: flatsome
Version: 3.19.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*logo*/
div#logo {
    margin-left: -50px;
}
/*header*/
div#masthead {
    background-image: url(https://kidney-forum.wiki/wp-content/uploads/2024/11/bg-header-than-home.jpg);
    width: 100%;
    height: 312px;
    background-size: cover;
    background-position-y: -26px;
    background-repeat: no-repeat;
}
.header-bg-image.fill {
    background-position-y: -26px;
    background-size: cover;
}
.header-bottom-nav li.active a {
    background-color: #62bde9 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-bottom-nav li:hover a {
    background-color: #62bde9 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-bottom-nav li:hover .sub-menu a {
    background-color: white !important;
}
.header-main .flex-col.hide-for-medium.flex-right {
    width: 400px;
}
.header-main input#s {
    border-radius: 10px 0px 0px 10px;
}
.header-main button.ux-search-submit.submit-button {
    border-radius: 0px 10px 10px 0px;
}
/*danh mục video
.blog-archive .image-cover{padding-top: 0 !important}*/
/*footer*/
.absolute-footer {
    display: none;
}
.row-ft p{margin-bottom: 5px;}
.row-ft h2 {
    margin-bottom: 2px;
}
.row-ft .social-icons a {
    border-radius: 0px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
div#logo {
        width: 120px;
        margin-left: -5px;
}
	div#masthead {
        height: 106px;
        background-size: contain;
        background-position-y: 0px;
}
	ul.nav.header-bottom-nav {
    justify-content: space-between;
}
}