/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
body{
    background-color: #fff;
}
#body{
    border: 0px;
    box-shadow: none;
}
#header .logo img{
    max-height: 60px;
}
.section-header-bar{
    background: #c1343d;
    border-bottom: 1px solid #eee;
}
.section-header{
    background-color: #fff;
}
.third-nav .bg{
    background: none;
}
.third-nav .row{
    border: 0px;
}
#menusite .navbar-default{
    background:none;
    border:none;
}
#menusite .navbar-default .navbar-nav > li > a{
    color: #545454;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background:none !important;
    color: #c1343d;
    border-bottom: 3px solid;
}
#menusite .dropdown-menu{
    background: #fff !important;
    border: 2px solid #ddd !important;
    border-radius: 0 !important;
}
#menusite .dropdown-menu > li{
    border-bottom-color: #ececec;
}
#menusite .dropdown-menu > li > a{
    color: rgba(102,102,102,.85);
    font-weight: bold;
}
#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: none !important;
    color:color:rgba(17,17,17,.85);
}

.socialList li a{
    background: none;
    color: #fff;
}
.header-nav a{
    color: #fff;
}
.header-nav a.button{
    background: none;
    color: #fff;
}
#header .logo h2, #header .logo .site_description {
    display: none;
}
.headerSearch .btn-info{
    background-color: #be1e2d;
    border-color: #be1e2d;
}
.second-nav{
    float: right;
}
#footer{
    background: url(../images/footer-bg.png) no-repeat center !important;
    background-size: cover !important;
}
#footer, #footer a {
    color: #f1f1f1;
}
#footer .menu li a{
    border-color: #be1e2d;
}
.footerNav2{
    background: rgba(255, 255, 255, 0.26);
    border-radius: 20px;
    color: rgba(255,255,255,.5);
}
.footerNav2 .bttop a{
    background-color: #be1e2d;
}
.footerNav2 .copyright {
    padding-top: 10px;
    padding-left: 10px;
}
.panel-red{
    box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
    border-radius: 5px;
}
.panel-red .panel-heading{
    color: #9E0909;
    font-weight: 700;
    position: relative;
    background: none !important;
    padding-left: 55px;
}
.panel-red .panel-heading:after {
    bottom: 20px;
    content: "";
    background: #9E0909;
    height: 1px;
    left: 15px;
    position: absolute;
    width: 35px;
}
.panel-title_home{
    box-shadow: none;
}
.panel-title_home .panel-heading{
    text-align: center;
    font-weight: 700;
    color: #111;
    background: none !important;
    font-size: 22px;
    text-transform: uppercase;
}
.panel-title_home .title-icon{
    background-image: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    max-width: 160px;
    position: relative;
    height: 25px;
}
.panel-title_home .title-icon::before {
    content: "";
    background: #c1343d;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 40px;
}
.panel-title_home .title-icon::after {
    content: "";
    background: #c1343d;
    height: 2px;
    left: 24px;
    position: absolute;
    top: 12px;
    width: 40px;
}
@media (max-width: 767.98px) {
    #menusite .navbar-default .navbar-nav > li > a {
        background-color: rgba(255,255,255,.95);
        color: rgba(102,102,102,.85);
        border-bottom: 1px solid #ececec;
    }
    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > li > a:focus,
    #menusite .navbar-default .navbar-nav > .open > a,
    #menusite .navbar-default .navbar-nav > .open > a:hover,
    #menusite .navbar-default .navbar-nav > .open > a:focus {
        background: #ececec !important;
        color:rgba(17,17,17,.85)!important;
    }
    #menusite .navbar-nav .dropdown-mobile {
        border-top-color: #ececec !important;
    }
    #menusite .navbar-toggle{
        background: none;
        border: none;
        color: #555;
        top: 20px;
    }
    #menusite .navbar-default .navbar-toggle .icon-bar{
        background-color: rgba(102,102,102,.85);
    }
    #menusite .navbar-default .navbar-toggle .icon-bar:hover{
        background: #fff;
    }
    #menusite .navbar-collapse{
        top: 90px;
    }
    #menusite .navbar-toggle:hover, #menusite .navbar-toggle:focus{
        background-color: #be1e2d;
        border-color: #be1e2d;
    }
}
.featured-products .col-ser{
    position: relative;
    transition: all .3s;
    background: #fff;
    padding: 15px 35px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px 0px #d6d6d6;
}
.featured-products .col-ser:hover{
    box-shadow: 3px 3px 7px 2px rgba(0,0,0,.15);
    transition: all .3s;
}

.featured-products .col-ser:hover .text{
    background: linear-gradient(90deg, #C1343D 0%, #9E0909 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.featured-products .col-ser:before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 7px;
    height: 100%;
    background: linear-gradient(90deg, #C1343D 0%, #9E0909 100%);
    border-radius: 0px 10px 10px 0px;
}
.featured-products .col-ser .more{
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.featured-products .col-ser .more span{
    display: block;
    position: relative;
    height: 100%;
    line-height: 1;
    width: 100%;
    padding: 10px 10px 35px 35px;
    background: linear-gradient(90deg, #C1343D 0%, #9E0909 100%);
}

.featured-products .col-ser .more span:after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 60px solid transparent;
    bottom: -1px;
    left: -1px;
    position: absolute;
}
.featured-products .col-ser a{
    color: #6E6E73;
}
.featured-products .col-ser img{
    display: block;
    max-height: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.featured-products .col-ser .text{
    color: #6E6E73;
    font-weight: 700;
    margin-bottom: 0;
}