@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body    
{
    font-family: 'Mulish',sans-serif!important;
}
.khung_sliders {
/*    width: 100%;*/
/*    float: left;*/
    padding: 0;
}
.khung_sliders .owl-dots {
    margin-top: 0!important;
    position: absolute;
    bottom: 0;
    right: 0;
}
.khungheader_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.khungheader_top p {
    margin-bottom: 0;
    font-size: 14px;
}
.bando_tc iframe
 {
    height: 175px;
    width: 100%;
}
.ten-ct h1, .ten-ct h2
{
    line-height: 150%;
}
#khunganh-ct .ten-ct h2 {
    padding-left: 10px;
    padding-right: 10px;
}
.ten-nt h2 {
    font-size: 20px;
    padding: 0 20px;
    line-height: 150%;
}
.khung_menu_botom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menungang ul li:last-child {
    padding-right: 0;
}
.mota-icon p {
    font-size: 14px;
}
.thongke_fter p {
    font-size: 14px;
    margin-bottom: 10px;
}
.duan_total_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

#menungang li.activ {
    background: #2e3092;
}

#menungang li.activ a {
    color: #fff;
}

#menungang li.activ h2 a {
    line-height: 30px;
}
#menungang ul li:hover a {
    color: #fff;
}
#menungang ul li:last-child:hover {
    background: transparent;
}
.khungtotal_contactss {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.khung_trai_contacts,.khung_phai_contacts {
    width: 49%;
}



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

}

@media (min-width: 1px) and (max-width: 500px)
{   

    .khung_trai_contacts, .khung_phai_contacts
    {
        width: 100%;
    }
    .noidungbailienquan
    {
        grid-template-columns:1fr!important;
    }
    .khungheader_top
    {
        flex-direction: column;
    }
    .khungheader_top > div 
    {
        margin-bottom: 5px;
    }
}