
.text_red
{
    color: #a40032;
}

.text_gold
{
    color: #c7a253;
}   

.text_blue
{
    color: #004b82;
}

.slide_title
{
    font-size: 50px !important;
}

.slide__title span
{
    color: #a40032;
}

.text_white
{
    color: white;
}

.mt_20
{
    margin-top: 20px;
}

.content_list
{
    margin: 0;
    padding: 0;
}

.content_list li
{
    font-size: 14px;
    background-color: #eee;
    padding: 1% 4%;
    margin-bottom: 2%;
    color: #666;
    list-style: inside;
    border-left:1px solid #a40032;
}
.content_list li.off
{
    background-color: #e7e7e7;
    border-left:1px solid #004b82;
}

.logo_bg
{
    background-color: rgba(211, 211, 211, 0.5);
    padding: 5%;
    border-radius: 5px;
}

.logo_bg1
{
    background-color: rgba(211, 211, 211, 0.5);
    padding: 1%;
    border-radius: 2px;
}

.footer_list
{
    margin: 0;
    padding: 0;
}

.footer_list li
{
    margin: 0 2% 0 12%;
    padding: 0;
    list-style: none;
    font-size: 14px;
    padding: 1% 4%;
    margin-bottom: 2%;
    text-align: left;
}


.footer_list li.footer_m
{
    margin: 0 2% 0 25%;
}


.footer_h
{
    margin-left:29%;
    text-align: left;
}

.footer_list li a

{
    margin-bottom: 2%;
    color: #999;
    border-bottom:1px solid #a40032;
}


.footer_list li a:hover

{
    margin-bottom: 2%;
    color: #a40032;
    border-bottom:1px solid #999;
}



.sidebar_list
{
    margin: 0;
    padding: 0;
}

.sidebar_list li
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    padding: 1% 4%;
    margin-bottom: 2%;
    text-align: left;
}


.sidebar_list li a

{
    margin-bottom: 2%;
    color: #999;
    border-bottom:1px solid #a40032;
}


.sidebar_list li a:hover

{
    margin-bottom: 2%;
    color: #a40032;
    border-bottom:1px solid #999;
}