@import 'mobile.css';

/*.dv-body, .dv-body.home {*/
.dv-body.page-template-home_template {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url("../img/web.jpg");
}

/*body:not(.home) {*/
.dv-body.single-post {
    background: none;
}

.dv-body #content {
    background-color: #2f2d2a;
}
.dv-body.page-template-home_template #content {
    background-color: transparent;
}

.dv-body .content-max-width {
    max-width: 1320px
}

#main, #wrapper {
    background: transparent !important
}

.cursor-pointer {
    cursor: pointer;
}
.no-underline {
    text-decoration: none;
}

.dv-footer .daily-wrapper {
    margin-top: 5px
}

.dv-footer .daily-wrapper .daily-uy-quyen {
    font-weight: 500;
    color: rgba(255,255,255,.5);
}

.dv-footer  .daily-wrapper .daily-link, .dv-footer  .daily-wrapper .daily-link:hover {
    color: #fcb900
}

.hover-text-red:hover {
    color: #c30a0a !important
}

.single-post .post-sidebar .flatsome_recent_posts ul li.recent-blog-posts-li .post_comments {
    display: none;
}

.dv-mobile-menu-item .ubermenu-target-title {
    padding-top: 10px !important;
}
.dv-btn-nap-center {
    display: none !important;
    margin: 0 !important;
    width: 200px !important;
    position: fixed !important;
    right: 1%;
    bottom: 0;
    z-index: 99999;
}
.dv-btn-nap-center-floating {
    display: block;
    margin: 0;
    width: 200px;
    position: fixed;
    right: 1%;
    bottom: 10px;
    z-index: 99999;
}

/* Blog Post show Khuyen Mai */
.dv-blog-posts .box-blog-post .post-title, .dv-blog-posts .box-blog-post .is-divider {
    display: none
}
.dv-blog-posts .box-blog-post .from_the_blog_excerpt {
    display: inline-block;
    padding: 0.375rem 1rem;
    border: 1px solid #e3721f;
    background-color: #e3721f;
    border-radius: 20px;
    color: #fff;
}
.dv-blog-posts .post-item .box-image {
    border-radius: 15px;
}

.km-categories-tabs .nav > li > a {
    font-family: Roboto, sans-serif;
}
.km-categories-tabs .nav-pills > li.active > a {
    background-color: #FF8400;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .dv-btn-nap-center-floating {
        width: 170px !important;
    }
}

.dv-body.single-post blockquote {
    border-left-color: #FAE84F;
}

/* Custom Menu Style */
.dv-body .ubermenu-desktop-view {
    background-image: url("../img/menu/pc.png");
}
.dv-body .ubermenu-mobile-view {
    background-image: url("../img/menu/mobile.png");
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.dv-body .header-ubermenu-nav .ubermenu-loc-primary_mobile {
    background-image: url("../img/menu/mobile.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.dv-body .header-ubermenu-nav a.ubermenu-loc-primary_mobile:hover {
    background-image: url("../img/menu/mobile.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.dv-body .header-ubermenu-nav .ubermenu-loc-primary_mobile img {
    display: inline-block !important;
}

.dv-icon-home a.ubermenu-target {
    padding: 20px 20px 15px;
}