﻿.body-layout .row:first-child{
    margin-right: unset;
    margin-left: unset;
}
#ctl-left {
    height: 100%;
    padding: 16px 4px;
    border-right: 1px solid #fff;
    background-color: #ffffffad;
}

#ctl-body {
    height: 100%;
    background-color: #ffffffad;
    padding:16px 4px;
}

.table_des{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
    font-size:14px;
    text-align:left;
    background-color:#fff;
    border-radius: 6px;
    overflow:hidden;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

    .table_des thead {
        background-color: #21588d;
        color: white
    }
.table_des th{
    padding:12px;
    border:1px solid #ddd;
    font-style: italic;
    text-transform:uppercase;
}

.table_des td{
    padding:10px;
    border: 1px solid #ddd;
}

/*Đếm sao*/
.criteria{
    margin-bottom:15px;
}
.stars{
    display:inline-block;
    margin-left:80px;
}
.text-tieuchi{
    font-size: 17px;
}
.star {
    font-size: 50px;
    cursor: pointer;
    color: gray;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
}
.star:hover{
    transform: scale(1.2) translateY(-2px);
}

.hovered, .selected{
    color:gold;
}

.rating-group{
    margin-bottom:20px
}

#header-thongtin {
    font-size:15px;
}

.list-container{
    font-family:Arial,sans-serif;
    margin:20px;
}
h6{
    font-size:19px;
    font-weight:bold;
    margin-bottom:10px;
}
ul{
    list-style-type:circle;
    padding: 0;
    margin-left:40px;
}
li{
    font-size:17px;
    margin-bottom:4px;
}

@media screen and (max-width:600px) {
    .table_des{font-size:14px}
    .table_des td, .table_des td{
        padding:8px;
    }
}

