﻿body
{
}


.NoticeBoard
{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #1b5d96;
    min-height: 350px;
}
.NoticeBoard marquee
{
    padding: 20px;
    height: auto;
    width: 100%;
}
.NoticeBoard marquee a
{
    color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted white;
    text-decoration: none;
    padding: 10px 2px;
}


.color_white
{
    color: White;
}

.link_read
{
    color: #f24868;
    font-weight: bold;
    border: 2px solid #294a69;
    padding: 6px;
}

.business_div
{
    display: inline-block;
    width: 100%;
    height: auto;
    background: url('../images/bgimg/bg_lord.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.MenuLinkbtn_Div
{
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.MenuLinkbtn_Div a
{
    background-color: #E5E6E5;
    padding: 5px 10px;
    color: #1A1655;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #c4c2c2;
}

.MenuLinkbtn_Div a:hover
{
    padding-left: 20px;
    transition: 0.5s;
    background-color: darkblue;
    color: White;
}
.navtab_div
{
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #294a69;
    box-shadow: -2px 2px 0px 0px #e5e6e5;
}
.navtab_div:after
{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    border-left: 32px solid #294a69;
    border-top: 39px solid #c1e2f7;
}
.navtab_div > a
{
    color: White;
    font-family: 'Calibri';
    font-size: 20px;
    text-decoration: none;
}
.navtab_div > a > i
{
    color: White;
}


.innerContent
{
    display: inline-block;
    width: 100%;
    height: auto;
}
.txtJustify
{
    display: inline-block;
    width: 100%;
    color: Black;
    font-size: 15px;
    font-weight: bold;
}

.section_header
{
    display: inline-block;
    width: 100%;
    height: auto;
    color: Black;
    font-weight: bold;
}
@media only screen and (min-width: 768px)
{
   
}


.Talent_pad {
    position: fixed;
    top: 359px;
    z-index: 999;
    right: 137px;
    text-align: center;
    font-size: 18px;
}
.Talent_pad>a {
    display: inline-block;
    position: fixed;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #BB3A00;
    width: 100px;
    height: 100px;
    text-decoration: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 35px rgb(0 0 0) inset;
    -webkit-animation: call 3s infinite;
    animation: call 3s infinite;
    font-weight: 600;
}