.fullbox {
    width: 100%;
    float: left;
    background-color: #1a1b1f;
    padding: 15px;
}

.layout_01 {
    width: 100%;
    float: left;
}

h1.title {
    color: var(--color-white,#fff);
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 153%;
}

.noi_dung_dau {
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 16px;
    color: var(--color-white),#fff;
}

.full_tt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tt_layout1 {
    width: 50%;
    padding-right: 20px;
}

.tt_layout2 {
    width: 50%;
    padding-left: 20px;
    font-size: 15px;
}

.tt_layout1 table td,.tt_layout1 table th {
    border: 1px solid #4a4040;
    padding: 15px 10px;
    font-size: 15px;
}

.tt_layout1 table tr:first-child td {
    text-align: center;
}

.fullbox1 {
    width: 100%;
    float: left;
    background: #102531;
    padding: 15px;
}

.layout1_01 {
    width: 100%;
}

h3.mt20.mb30 {
    width: 100%;
    font-size: 19px;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 30px;
}

.layout1_02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tooltip1 {
    width: 25%;
    margin-bottom: 15px;
}

.tooltip1 span.text-center {
    color: #918888;
    font-size: 14px;
    text-align: center;
}

img.lmht_item_hl {
    padding: 0;
    border-radius: 1px;
    margin-right: 8px;
    border: 1px solid #ad8694;
}

@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    h1.title {
        font-size: 20px;
    }
    .noi_dung_dau {
        font-size: 14px;
        line-height: 1.3em;
    }
    .tt_layout1 {
        width: 100%;
        padding-right: 0;
    }
    .tt_layout2 {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }
    .tt_layout1 table td, .tt_layout1 table th {
        font-size: 14px;
    }
    h3.mt20.mb30 {
        width: 100%;
    }
    .tooltip1 {
        width: 50%;
    }
}