﻿    .khung-hoadon{

        width:98%;
        height:auto;    
        position:relative;
        display:inline-block;                
        text-align:left;
    }
    .khung-hoadon .hoadon-menu {
        width: 100%;        
        border-bottom: 1px solid #808080;
        display:inline-block;
    }

    .khung-hoadon .hoadon-menu ul {
        margin: 0;
        padding:0;
        padding: 0;
    }

    .khung-hoadon .hoadon-menu ul li {
        display:block;
        float:left;
        background:#0e62b2;
        margin:0;
        padding: 5px  10px;
        border-left:1px solid #808080;
    }

        .khung-hoadon .hoadon-menu ul li a{
            color:#ffffff;

        }

        .khung-hoadon .hoadon-menu ul li:last-child {
            border-radius: 0 10px 0 0;
        }

    .khung-hoadon .hoadon-menu ul li:first-child {
        border-radius: 10px  0  0 0;
    }


    .khung-hoadon .hoadon-menu ul li:hover {
        cursor:pointer;
        background:#ff6a00;
        transition:all ease 1s;
    }

    .khung-hoadon .hoadon-menu ul li a {
        font-style:normal !important;
    }

fieldset{
    border: solid 1px  #0e62b2 !important;
    border-radius:5px;
}
    fieldset legend {
        border: solid 1px #0e62b2 !important;
        width:auto;
        margin-left:20px;
        padding : 0 10px;
        border-radius:10px;
    }




        

    @media screen and  (max-width:1024px)
    {

        .khung-hoadon{
            margin-top:80px;
        }


    }




