@font-face {
    font-family: 'Source Sans ProL';
    src: url("SourceSansPro-Light.ttf");
}
.section_text {
    margin-left: 1.5em;    
    font-size: 14px;
    margin-right: 1em;
    font-weight: 500;
    margin-top: 0.5em;
}

.section_text_video {    
    font-size: 15px;
    margin-right: 1em;
    font-weight: 500;
    margin-top: 0.5em;
    color: rgb(70, 70, 70);
}

.section_text_content_banner_header {
    font-size: 1.3em;
    color: white;
    font-weight: 900;
    margin-bottom: 0.5em;
    line-height: 1em;
}

.section_text_content_banner {
    font-family: 'Source Sans ProL', sans-serif;
    font-weight: 500;
    font-size: 1em;
    padding-right: 1em;
    color: white;
    margin-top: 1;
    width: 100%;
    margin-left: 0.5em;
    z-index: 4;
    line-height: 1.3em;
}

.section_text_middle_header {
    font-size: 16px;
    margin-right: 1em;    
    font-weight: 700;
    width: 100%;
    color: #1c1b3b;
    margin-bottom: 1em;
    border-bottom: solid 3px rgb(179, 0, 0);
}

.section_text_table {
    
    font-size: 16px;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    padding-top: 5px;
    color: white;
}

.table_news {
    font-family: 'Source Sans ProL', sans-serif;
    font-size: 14px;
    margin-right: 1em;
    font-weight: 700;
    color: #2a2869;
    vertical-align: top;
}

.table_events {
    
    font-size: 14px;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #2a2869;
}

.notice_board {
    
    font-size: 16px;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #2a2869;

    text-transform: uppercase;
    text-justify: inter-word;
}

.notice_board_read_more {
    
    font-size: 14px;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #7f7878;
    text-decoration: none;
}

.news_date {
    
    font-size: 0.9em;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.2em;
    color: #7f7878;
}

.event_date_large {
    
    font-size: 32px;
    font-weight: 900;
    color: rgb(179, 0, 0);
    vertical-align: top;
}

.event_date_small {
    
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0.5em;
    color: #1c1b3b;
}

.event_time {
    
    font-size: 11px;
    margin-right: 1em;
    margin-top: 0.5em;
    font-weight: 300;
    margin-bottom: 0.5em;
    color: rgb(179, 0, 0);
}

.table_about_us {
    width: 100%;
    
    margin-top: 0.5em;
}

.table_course {
    width: 100%;
    
    margin-top: 0.5em;
}

.table_placement {
    width: 100%;
    
    margin-top: 0.5em;
    transition: 5s;
    font-size: 14px;
    font-weight: 500;
}

.td_first {
    width: 100%;
    margin-left: 1.5em;
    background-color: rgba(0, 0, 0, 0.4); /*rgb(230,230,230);*/
    border-bottom: solid 2px rgb(179, 0, 0);
}

.table_course td {
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(70, 70, 70);
}

.table_course th {
    line-height: 2em;
    text-align: left;
}

.table_admission {
    width: 100%;
    
    margin-top: 0.5em;
}

.table_admission td {
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(70, 70, 70);
}

.table_admission th {
    font-size: 14px;
    line-height: 1em;
    text-align: left;
    font-weight: 900;
}

@media screen and(max-width: 800px) {
    .table_admission {
        width: 100%;
        
        margin-top: 0.5em;
    }
    .table_admission td {
        font-size: 10px;
        line-height: 1.5em;
        color: rgb(70, 70, 70);
    }
    .table_admission th {
        font-size: 10px;
        line-height: 1em;
        text-align: left;
        font-weight: 900;
    }
}

.table_forms {
    width: 100%;
    
    margin-top: 0.5em;
    font-size: 1.2em;
}

.table_forms td {
    font-size: 1em;
    line-height: 1.5em;
    color: rgb(70, 70, 70);
    padding-bottom: 1em;
}

.table_forms th {
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    font-weight: 900;
    padding-bottom: 1em;
}

@media screen and(max-width: 800px) {
    .table_forms th {
        font-size: 14px;
        line-height: 1em;
        text-align: center;
        font-weight: 900;
        padding-bottom: 1em;
    }
    .table_forms {
        width: 100%;
        
        margin-top: 0.5em;
    }
}

@media screen and(max-width: 800px) {
    .table_course td {
        font-size: 13px;
        line-height: 1.5em;
        color: rgb(70, 70, 70);
    }
    .table_course th {
        font-size: 14px;
        line-height: 1em;
        text-align: left;
        font-weight: 900;
        margin-bottom: 1.5em;
    }
}

.table_about_us td {
    margin-left: 1.5em;
    width: 100%;
    font-size: 13px;
    line-height: 2em;
    color: rgb(70, 70, 70);
    border-bottom: solid 1px rgb(179, 0, 0);
}

.section_text_grey {
    width: 100%;
    background-color: rgb(230, 230, 230);
    line-height: 2em;
    border-bottom: solid 2px rgb(179, 0, 0);
}

.section_yellow {
    background-color: #dfc253;
    width: 100%;
    color: black;
    border-top: solid 3px #b9972f;
    margin-top: 0.5em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section_grey {
    background-color: #c6c6c6;
    width: 100%;
    color: black;
    border-top: solid 3px rgb(130, 130, 130);
    margin-top: 0.5em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section_complete_banner {
    width: 100%;
}

.section_white_video {
    background-color: white;
    width: 100%;
    color: black;
    margin-top: 0.5em;  
    
}

.section_white_events {
    background-color: white;
    width: 100%;
    color: black;
    margin-top: 0.5em;
}

.section_red_border {
    background-color: white;
    width: 100%;
    color: black;        
    border: solid 3px rgb(179, 0, 0);
}

.section_blue_border {
    background-color: white;
    width: 100%;
    color: black;
    margin-top: 0.5em;
    
    border: solid 2px #c50227;
}

.section_blue_border {
    background-color: white;
    width: 100%;
    color: black;
    margin-top: 0.5em;
    
    border: solid 4px #c50227;
}

.section_purple {
    background-image: url('../images/back/blue.jpg');
    /*background-color: #1c1b3b;*/
    width: 100%;
    color: white;
    border: solid 1px rgb(230, 230, 230);
    margin-top: 0.5em;
   
}

.section_yellow-new {
    background-color: #fddf6b;
    width: 100%;
    color: black;
    border: solid 1px rgb(230, 230, 230);
    margin-top: 0.5em;
    
}

.section_red {
    /*background-color: rgba(96,06,06);*/
    background-image: url('../images/back/red.png');
    width: 100%;
    color: white;
    border: solid 1px rgb(230, 230, 230);
    margin-top: 0.5em;
   
}

.section_red_second {
    background-color: rgb(169, 0, 0);
    width: 100%;
    color: black;
    border-top: solid 3px rgb(130, 130, 130);
    margin-top: 0.5em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section2 {
    background-color: #bebebe;
    width: 100%;
    color: black;
    border-top: solid 5px #a1a1a1;
    margin-top: 0.5em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section_middle {
    margin-top: 0.5em;
    background-position: center;
}

.main_image {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section_middle_inner {
    margin-top: -1.5em;
    background-color: white;
    color: white;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.section_middle_table {
    width: 100%;
}

@media screen and(max-width: 800px) {
    .section_middle_table {
        width: 80%;
    }
    .section_text_content_banner {
        font-family: 'Source Sans ProL', sans-serif;
        font-weight: 500;
        font-size: 0.8em;
        margin-right: 1em;
        color: white;
        margin-top: 1;
        width: 100%;
        margin-left: 0.5em;
        z-index: 4;
        line-height: 1.3em;
    }
    .table_news {
        font-family: 'Source Sans ProL', sans-serif;
        font-size: 12px;
        margin-right: 1em;
        font-weight: 700;
        color: #2a2869;
        vertical-align: top;
    }
}

.campus_tour_pic {
    background-image: url('../images/hqdefault.jpg');
    width: 100%;
    height: 8em;
    background-repeat: no-repeat;
    background-size: contain;
}

.campus_tour_pic_overlay {
    position: relative;
    width: 100%;
    height: 8em;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

@media screen and(max-width: 1280px) {
    .campus_tour_pic {
        background-image: url('../images/hqdefault.jpg');
        width: 100%;
        height: 6em;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .campus_tour_pic_overlay {
        position: relative;
        width: 100%;
        height: 6em;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 4;
    }
}

@media screen and(max-width: 1000px) {
    .campus_tour_pic {
        background-image: url('../images/hqdefault.jpg');
        width: 100%;
        height: 8em;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .campus_tour_pic_overlay {
        position: relative;
        width: 100%;
        height: 14em;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 4;
    }
}

@media screen and(max-width: 1000px) {
    .campus_tour_pic {
        background-image: url('../images/hqdefault.jpg');
        width: 100%;
        height: 14em;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.inner_section_list_border {
    list-style-type: square;
    color: rgb(179, 0, 0);
    font-size: 13px;
    font-weight: 500;
    
    margin-left: -1.5em;
    margin-right: 1em;
}

.inner_section_list_header {
    font-weight: 500;
    color: white;
    font-size: 15px;
    margin: 3px 0;
}

.inner_section_list_header_border {
    font-weight: 900;
    color: #fff;
    margin-top: 0px;
    background-color: #c50227;
    font-size: 16px;   
    height: 2.5em;
    width: 100%;
    text-align: center;
}

.inner_section_list_header_border_visit {
    font-weight: 900;
    color: #c50227;
    font-size: 1em;
    padding: 10px;    
}
.inner_section_list_border > li{
    display: block;
    margin-left:-12px;
    margin-bottom:10px;    
}

.inner_section_list_border > li :hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.inner_column {
    float: left;
}

.inner_column.fact {
    width: 20%;
    background-color: #c50227;
}

.scrolling_banner {
    width: 100%;
    /*background-color:rgba(96,06,06,0.8); /*#1c1b3b*/
    background-image: url('../images/back/red.png');
    /*	background-color:rgba(28,27,59,0.8); */
    position: relative;
    z-index: 2;
    /*margin-top:-4em;*/
}

.scrolling-overlay {
    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(179, 2, 0, 0.8);
    /* Black background with opacity */
    /* Specify a stack order in case you're using a different order for other
*/
}

input[type=text] {
    width: 100%;
    padding: 6px;
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    font-size: 14px;
}

input[type=submit] {
    width: 100%;
    padding: 12px;
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    font-size: 14px;
}

input[type=submit] {
    width: 50%;
    background-color: rgba(179, 0, 0, 0.8);
    color: white;
    border: none;
    margin-top: 0.5em;
}

input[type=button] {
    padding: 12px;
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    font-size: 14px;
    width: 50%;
    background-image: url('../images/back/blue.jpg');
    color: white;
    border: none;
    margin-top: 0.5em;
}

.button_red {
    padding: 12px;
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    font-size: 14px;
    width: 50%;
    background-image: url('../images/back/red.html');
    color: white;
    border: none;
    margin-top: 0.5em;
}

/*
.submit_letter{
 width: 100%;
  padding: 12px;
  margin-top:-1.5em;
  margin-bottom:0.5em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
  font-size:14px;
  width:50%;
  background-color:rgba(179,0,0,0.8);
  color: white;
  border: none;
  margin-top:0.5em;
}

.submit_admission{
  width: 100%;
  padding: 12px;
  margin-top:-1.5em;
  margin-bottom:0.5em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
  font-size:14px;
  width:50%;
  background-color:#1c1b3b;
  color: white;
  border: none;
  margin-top:0.5em;
}
*/
input[type=submit]:hover {
    opacity: 0.8;
}

.achievement_inner {
    width: 50%;
    background-color: white;
}

.achievement_inner_text {
    margin-left: 1.5em;
    color: black;
    
}

@media screen and(max-width: 1000px) {
    .achievement_inner {
        width: 80%;
    }
}

.social_media {
    margin-top: 1.0em;
    font-size: 22px;
    text-align: center;
    color: rgb(179, 0, 0);
}

.banner_pic {
    width: 100%;
    height: 26em;
}

.postal_address {
    font-size: 14px;
    color: rgb(153, 153, 153);    
    font-weight: 500;
    text-align: right;
    margin-top: 1.5em;
}

@media screen and(max-width: 1000px) {
    .banner_pic {
        width: 100%;
        height: 5em;
    }
    .postal_address {
        display: none;
    }
}
