/*
Theme Name: Tanpv
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  ***************/


}

/** header**/
.header-main {
    height: 110px !important;
    padding: 10px;
    border-bottom: 0px !important;
}
.top-divider {
    display: none;
}

#logo {
    width: auto !important;
}
.header-wrapper {
    background: url(http://118.70.236.153/webgis/wp-content/uploads/2024/10/sky-scaled.jpg);
}
div#wide-nav {
    background: #007DC5;
    border-top: solid 3px #de2c28;
    box-shadow: 0px 8px 9px 0px #00000021;
    background: linear-gradient(92deg, #1278c0, #064f83) !important;
}

h4.blue,
h3.blue {
    margin-bottom: 0px;
}

.blue {
    color: #007DC5;
}
.red {
    color: #f01212;
}

.img-right {
    max-height: 100px;
}

@media only screen and (min-width: 980px) {

    .nav>li>a:hover,
    .nav>li.active>a,
    .nav>li.current>a,
    .nav>li>a.active,
    .nav>li>a.current,
    .nav-dropdown li.active>a,
    .nav-column li.active>a,
    .nav-dropdown>li>a:hover,
    .nav-vertical-fly-out>li>a:hover {
        color: rgb(255 255 255);
    }

    .nav>li>a,
    .nav-dropdown>li>a,
    .nav-vertical-fly-out>li>a {
        color: rgb(255 255 255);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}

/*** main **/
.icon_thuc .col,
.blog-thuc .col {
    padding: 0 15px 0px;
}

/** disable menu follow scroll*/
.stuck {
    position: inherit !important;
}

/** footer **/
.absolute-footer {
    display: none;
}

footer#footer .col {
    padding: 0 1px 10px;
}