﻿
.TableRegister .E_A
{
      text-align: right;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family-main) !important;
    color: #000;
}



.sk_new_tiltle_main a:hover
{
    color: #fda31b !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 15px;
    text-decoration-thickness: 5px !important;
}

.sk_new_tiltle_menu a:hover
{
    color: #fda31b !important;
    
}






/* Màn hình nhỏ (di động) */
@media (max-width: 576px)
{
    .top_bar_content_left h1
    {
        font-size: 14px; /* Kích thước chữ cho di động */
    }
}

/* Màn hình trung bình (máy tính bảng) */
@media (min-width: 577px) and (max-width: 768px)
{
    .top_bar_content_left h1
    {
        font-size: 15px; /* Kích thước chữ cho máy tính bảng */
    }
}

/* Màn hình lớn (máy tính để bàn) */
@media (min-width: 769px) and (max-width: 992px)
{
    .top_bar_content_left h1
    {
        font-size: 16px !important; /* Kích thước chữ cho máy tính để bàn */
    }
}

/* Màn hình từ 1200px đến 1724px */
@media (min-width: 1200px) and (max-width: 1424px)
{
    .top_bar_content_left h1
    {
        font-size: 21px !important;
        padding: 30px 10px 0px 11%;
    }
}
@media (min-width: 1200px) and (max-width: 1424px)
{
    .top_bar_content_bot_left h3
    {
        font-size: 17px !important;
        padding: 10px 10px 0px 11%;
    }
}


@media (min-width: 1200px) and (max-width: 1424px)
{


    .top_bar_contact_list a
    {
        color: white;
        font-weight: 700;
        font-size: 10px;
        font-family: 'Roboto' , sans-serif;
    }
}
@media (min-width: 1200px) and (max-width: 1424px)
{
    .nav-menu a
    {
        font-size: 13px !important;
        padding: 0 8px 0 0px;
    }
}


.T_A
{
    display: none;
}

@media only screen and (max-width: 950px)
{
   .T_A
{
    display: block !important;
}
}



.T_A a
{
    font-size:14px !important;
    }