body{
    font-family: 'Be Vietnam Pro', sans-serif;
    
}
.text-red-500{
	color: red;
	font-weight: 500;
}
.text-blue-500{
	color: rgb(0 97 255);
	font-weight:500;
}
.font-bold{
	font-weight:bold;
}
.bg-gray-300{
	background:#ccc;
}
.buy-traditional .list-ticket .ticket-item a.disabled{
	opacity: 0.5;
	background:#f5dcdc;
}
.buy-traditional .list-ticket .ticket-item a .number{
	font-size: 25px;
}
/*popup truyen thong*/
._popup_fix { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

._popup_fix.active {
    opacity: 1;
    visibility: visible;
}

._popup_fix .panel-default {
    background: #fff;
    width: 40%;
    margin: 10% auto;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: 4px 6px 5px #615b5b;
    font-family: 'Be Vietnam Pro', sans-serif;
}

._popup_fix .panel-default .panel-heading {
    font-size: 18px;
    text-align: center;
    line-height: initial;
    color: #f00 !important;
    font-weight: bold;
}

._popup_fix h3 {
    font-size: 15px;
    text-align: center;
    text-transform: inherit;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

._popup_fix ul li {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

._popup_fix ul li a {
    color: #333;
    text-transform: capitalize;
    font-weight:bold;
}

._popup_fix ul li a i {
    color: #f00;
    font-size: 18px;
}

._popup_fix button.btn-danger {
    margin-top: 20px;
    background: #f00;
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 15px;
}
._popup_fix ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*popup vietlot*/
._popup_fix_vietlot { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

._popup_fix_vietlot.active {
    opacity: 1;
    visibility: visible;
}

._popup_fix_vietlot .panel-default {
    background: #fff;
    width: 40%;
    margin: 10% auto;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: 4px 6px 5px #615b5b;
    font-family: 'Be Vietnam Pro', sans-serif;
}

._popup_fix_vietlot .panel-default .panel-heading {
    font-size: 18px;
    text-align: center;
    line-height: initial;
    color: #f00 !important;
    font-weight: bold;
}

._popup_fix_vietlot h3 {
    font-size: 15px;
    text-align: center;
    text-transform: inherit;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

._popup_fix_vietlot ul li {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

._popup_fix_vietlot ul li a {
    color: #333;
    text-transform: capitalize;
    font-weight:bold;
}

._popup_fix_vietlot ul li a i {
    color: #f00;
    font-size: 18px;
}

._popup_fix_vietlot button.btn-danger {
    margin-top: 20px;
    background: #f00;
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 15px;
}
._popup_fix_vietlot ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.view-user .card:nth-child(1) .text-center.mt-3 a:nth-child(1){
/*    display: none;*/
}
.napdienthoai{
    padding: 0px !important;
}

a[href="/user"] span{
    font-size: 11px !important;
}

.list-service ul li{
    padding: 5px;
}
.list-service ul li .shopping i{
    margin-top: 12px;
}
.list-service ul li .shopping{
    height: 65px;
}
.list-service ul li .shopping .fa-qrcode{
    font-size: 35px;
}
.list-service ul li a span{
    font-weight: normal !important;
}

.view-home .card a img{
    padding-left: 0px;
    border-radius: 10px 0px 0px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: #ebc641;
}

.view-home .card .caret em{
    font-size: 1.2rem;
    color: #d62a2e;
}

.list-service{
    height: 170px;
    overflow-y: hidden;
}

.list-service:first-child{
    height: 130px;
    overflow-y: hidden;
}

.list-service h3{
    font-size: 16px;
}
.list-service ul{
    padding-bottom: 15px;
}

.list-news-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.list-news-item{
    width:50%;
    padding: 15px;
}
.list-news-item img{
    border-radius: 10px;
}
.news-item-title{
    padding-top: 10px;
    width: 100%;
    clear: both;
    float: left;
    font-weight: bold;
}

@media (max-width: 992px) {

	._popup_fix .panel-default {
        width: 96%;
        margin-top: 70%;
    }

    ._popup_fix button.btn-danger {
        width: 100%;
    }

    ._popup_fix_vietlot .panel-default {
        width: 96%;
        margin-top: 70%;
    }

    ._popup_fix_vietlot button.btn-danger {
        width: 100%;
    }

}