﻿html {
    background: whitesmoke;
}
.body {
    overflow: hidden;
    background: #fff !important;
}
.navbar {
    min-height: 60px !important;
}
.content-page {
    font-family: Arial !important;
    background-color: #fff;
}

.box-header {
    padding: 10px 0;
}

    .box-header img {
        position: absolute;
        left: 0;
    }
.header
{
    margin:0 !important;
    padding-bottom:0px !important;
}
.navbar .navbar-nav > li
{
    border:0px !important;
}
.bg-header {
    background-image: url('../../../assets/dist/img/app-images/bg-header.png');
    background-size: 100% 100%;
}

.text-header {
    padding-left: 100px;
}

    .text-header h4 {
        color: #2bc408;
        font-size: 18px;
        font-weight: 600;
    }

.btn-login {
    position: absolute;
    right: 0;
    top: 30px;
}

    .btn-login img {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-login h5 {
        color: #fff;
        padding-top: 25px;
        font-size: 14px;
        font-weight: 400;
    }

.menu-header {
    background-color: white !important;
}

    .menu-header nav {
        margin: 0;
        min-height: 36px;
        border: none;
        background-color: white !important;
    }

.menu-custom #navbarNav {
    margin: 0;
    width: 80%;
    float: left;
}

.menu-custom ul li {
    list-style-type: none;
}

    .menu-custom ul li a {
        color: #fff;
        padding: 10px 10px 11px;
        text-transform: uppercase;
        display: block;
        white-space: nowrap;
        width: 100%;
        float: left;
    }

        .menu-custom ul li a:hover, .menu-custom ul li.active a {
            background-color: #23ac04;
        }

        .menu-custom ul li a.dropdown-item {
            text-transform: unset !important;
            background: transparent;
        }

.navbar-nav {
    padding: 0;
}

#navbarNav {
    margin-top: 7px;
    padding: 0;
}

#btn-collapse {
    color: #fff;
    border: none;
    margin-top: 15px;
    font-size: 20px;
    background: transparent;
    padding: 0;
    float:right;
    padding-right:15px;
}
.logo-home {
    width: 20%;
    float: left;
    margin-top:8px;
}
.menu-dropdown {
    background: #fff;
    padding: 0 15px;
    /*border-radius: 5px !important;*/
}

    .menu-dropdown a {
        width: 100%;
        float: left;
        color: #000 !important;
        text-transform: capitalize !important;
        padding: 5px !important;
    }

        .menu-dropdown a:hover {
            color: #2bc408 !important;
            background-color: transparent !important;
        }

.footer-publish {
    background-color: whitesmoke;
    padding: 15px 0;
    margin-top: 15px;
}

    .footer-publish h2 {
        color: #063970;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.7;
        margin-top: 10px;
    }

    .footer-publish h5 {
        color: #063970;
        font-weight: 400;
        font-size: 14px;
    }


@media (min-width: 768px) {
    #btn-collapse {
        display: none;
    }
    
}

@media (max-width: 767px) {
    .menu-custom #navbarNav {
        width: 100% !important;
        text-align: right;
    }

    .menu-custom ul li {
        min-height: 38px;
    }

    .text-header h4 {
        font-size: 14px !important;
    }

    .text-header {
        padding-right: 20px;
        padding-left: 80px !important;
    }

    .btn-login h5 {
        font-size: 11px !important;
    }

    .hidden-home {
        display: none;
    }

    .company-detail {
        text-align: left !important;
    }
}

.banner {
    width:100%;
   
}

.carousel-indicators .active {
    /*background-color: #c0c0c0;*/
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0 5px;
}

.carousel-indicators li {
    /*background: #eeeeee;*/
    /*border: none;*/
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0 5px;
}

.title-home {
    border-radius: 0px;
    font-size: 14px !important;
    padding: 10px 15px;
    font-weight: 600 !important;
    margin: 0;
    font-family: Arial;
}

    .title-home a {
        color: #fff;
    }

.title-home-1 {
    border-radius: 0px;
    font-size: 14px !important;
    padding: 10px 15px;
    font-weight: 600 !important;
    margin: 0;
    font-family: Arial;
}

.title-home1 a {
    color: #333;
}

.title-1 {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #fafafa;
}

.sanpham {
    border: 1px solid #fafafa;
    padding: 10px !important;
    float: left;
    width: 100%;
    min-height: 322px;
}

.title-sanpham {
    color: #00578c;
    font-weight: bold;
}

.title-sanpham-so {
    font-size: 14px;
}

.company-detail {
    text-align: right;
    font-size: 15px;
    padding-bottom: 5px;
}

.company-detail1 {
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}

.img-responsive-product {
    width: 100%;
    object-fit: cover;
    min-height: 170px;
    max-height: 170px;
    border-radius: 0px;
    border: 0;
    margin-bottom: 0px;
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sanpham a {
    float: none !important;
}

.sanpham .title-sanpham {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
}

.sanpham .price {
    font-size: 15px;
    color: #ff0000;
    font-weight: bold;
}

.show_menu_left {
    display: block !important;
}

.hidden_menu_left {
    display: none !important;
}

.show_icon_menu {
    display: block !important;
}

.hidden_icon_menu {
    display: none !important;
}

.image-sanpham {
    width: 100%;
}

.addthis_inline_share_toolbox a {
    width: auto !important;
}

.nav-tabs-custom li a {
    padding-left: 25px;
    padding-right: 25px;
}

.khachhang-menu {
    margin-top: 0px !important;
    -webkit-background-clip: border-box !important;
}

    .khachhang-menu i {
        margin-right: 5px !important;
    }

.select2-container .select2-choice {
    width: 100%;
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.rating .filled {
    color: orangered;
}

.clear {
    margin-top: 20px;
}

qrcode canvas {
    width: 50px;
}

.doanhnghiep {
    min-height: 172px;
}

.box-slide-detail {
    padding: 15px !important;
    min-height: 180px;
    /*background:#e4e4e4;*/
}

.title-white1 {
    background-color: #23ac04;
    color: #ffffff;
}

.box-home-item1 {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    /*border-bottom: 2px solid #f9d388;*/
}

    .box-home-item1 a {
        color: #23ac04;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        /*font-size: 18px;*/
        font-weight: 600;
    }

    .box-home-item1 .item .item-img {
        width: 25px;
        display: inline-block;
        min-height: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .box-home-item1 .item .item-text {
        display: inline;
        padding: 2px 0 5px 25px;
        width: 100%;
        float: left;
    }

.box-home-2 {
    margin: 0 0 15px !important;
    float: left;
    width: 100%;
    border: 1px solid #fafafa;
    border-top: 2px solid #23ac04;
}

.item-product__sticker-percent {
    width: 90px;
    height: 35px;
    background: url('../../../assets/dist/img/km.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 7px;
    color: white;
    z-index: 99;
}

.item-product__sticker-percent2 {
    width: 90px;
    height: 35px;
    background: url('../../../assets/dist/img/km.png');
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    left: 11px;
    color: white;
    z-index: 99;
}

.chitiettin > p {
    line-break: anywhere !important
}
