﻿body {
    /*font-family: Georgia,serif!important;*/
}

.nhomsanpham_title {
    text-align: left;
    margin-bottom: 25px;
    color: #E75A39;
    font-size: 26px;
    text-transform: capitalize;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0px !important;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#catagorie .block .thumbnail .caption {
    padding: 10px !important;
    text-align: center !important;
}

h5 {
    color: #e41800 !important;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}

.one {
    border: 1px solid #ED1C24;
    font-size: 40px;
    height: 100px;
    line-height: 101px;
    margin: 0 auto;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transition: all 0.3s ease-out 0s;
    color: red;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    z-index: 100;
    position: fixed;
}

.alert-danger {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    /*padding: 15px;*/
    z-index: 100;
    /*position: fixed;*/
    /*text-align: center;*/
    z-index: 1000;
    /*top: 82px;
    width: 300px;
    right: 88px;*/
    box-shadow: rgb(8 8 8) 2px 3px 8px;
    border: 1px solid transparent;
}

.hotline_number {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.35714em;
    text-align: center;
    left:60px;
    position:relative;
}

    .hotline_number .hotline-link {
        font-size: 25px;
        font-weight: bold;
        font-style: italic;
        color: red;
        line-height: 0.66667em;
    }

    .hotline_number p {
        font-size: 0.85714em;
        text-align: center;
        margin-bottom: 0;
        font-style: italic;
        
    }
.box-hotline {
    /*border: 1px solid #cccc;
    border-radius: 8px;*/
    padding-top: 10px;
    /*box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}
.giaohang {
    font-size: 16px!important;
    font-weight: bold;
    font-style: italic;
    color: red!important;
    line-height: 0.66667em;
}



@media screen and (max-width: 768px ) {
    .clsNoneDisplay {
        display: none
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ccc;
    }
    .menu-active a {
        color: black !important;
    }
    .navbar-nav {
        background: white!important;
        opacity: 0.8;
    }
    .navbar-default .navbar-nav > li > a {
        color: black !important;
        font-weight: 500;
        text-transform: uppercase;
    }
    .carousel-inner > .item img{
        height:200px!important;
    }
}
