body {
    font-family: 'Open Sans', sans-serif;
}

a ,a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}






/* 
============
Header CSS
============
 */

header {
    min-width: 320px;
    height: 50px;
    position: relative;
    z-index: 9999;
    background: #062D52;
}

header img {
    position: absolute;
    width: 22%;
    max-width: 280px;
    top: 50%;
    left: 20px;
    margin-right: -50%;
    transform: translate(0, -50%);
    z-index: 20;
}

.header-dual-nav {
    width: 100%;
    height: 50px;
    padding-right: 90px;
    position: relative;
    z-index: 400;
    z-index: 1;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dual-nav-wrap  {
    width: 100%;
    height: 50px;
    display: table;
}

.header-nav {
        height: 40px;
    margin: 0;
    padding: 0;
    /* font-size: .93em; */
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    padding-top: 10px;

}

.item img {
    width:100%;
}

.nav-primary {
}

.nav-secondary {
    height: 30px;
    padding: 5px 4px 0 0;
    display: table-caption;
    /* font-size: .65em; */
    font-size: 12px;
    line-height: 30px;
}

.nav-primary  li {
    position: relative;
    overflow: hidden;

    height: 40px;
    padding: 0;
    display: inline-block;
}

.header-nav  li a {
        height: 40px;
    padding: 0 10px;
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    border-bottom: 0;
}

.nav-secondary li {
        height: 30px;
    padding: 0;
    display: inline-block;
}

.nav-secondary li a{
        height: 30px;
    padding: 0 5px;
    color: #A4AFB5;
    border-bottom: 0;
}

.nav-primary li ul.nav-additional {
    width: 200px;
    margin: 0;
    padding: 0;
    position: absolute;
    /* top: 40px;
    left: 0;
    overflow: hidden; */
    background: #005C85;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 7px 0 rgba(0,0,0,.2);
}

.nav-primary li ul.nav-additional a {
    height: auto;
    padding: 10px 15px;
    font-size: .85em;
    line-height: 1.3em;
}

.nav-primary li ul.nav-additional li {
    height: auto;

    display: block;
    text-align: left;
    border-bottom: 1px solid #00557b;
}

.nav-primary>li:hover{
    top: -14px;
    overflow: visible;
    background: #005C85;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-primary>li .nav-additional li a:hover {
    background-color: #006e9f;
}

.nav-secondary li a:hover {
    color: #fff;
}

/* 
============
Header CSS END
============
 */

 /* 
============
SLIDER CSS
============
 */

 /* .slider {
    width: 100%;
    position: relative;
    z-index: 300;
    float: left;
    background: #00161c;
 } */

 .caption-slider-custom{
        position: absolute;
    right: 0%;
    /* bottom: 19px; */
    top: 50%;
    transform: translate(0, -50%);
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* text-align: center; */
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
 }

 .cap h3 , .cap p{
    display: inline-block;
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    background-color: rgba(6, 45, 82, .9);
    padding: 10px 30px; 
    font-size: 32px;
 }

 .cap-left p{
     background-color: rgba(223, 61, 51, .9);
     font-size: 26px;
     text-align: right;
 }

 .cap-right p {
    background-color: rgba(223, 61, 51, .9);
     font-size: 26px;
     text-align: left;
 }

 .cap-left {
    text-align: right;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
 }

 .cap-right {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
 }

 .btn-read {
    /* border: 2px solid #fff; */
    color: #fff;
    padding: 5px 20px;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: rgba(46, 109, 164, 0.85);
    line-height: 10px;
    /* margin-top: 20px; */
    font-size: 18px;
 }

 .cap a:hover  {
    background-color: rgba(6, 45, 82, .5);
    text-decoration: none;
    color: #fff;
 }



 .search-slider-form {
    width: 100%;height: 80px;background-color: rgba(0,0,0,.5);margin-top: -95px;z-index: 12;position: absolute;bottom: 0;
    
 }

 .search-form {
    padding-top: 24px;
 }


.search-form button {
    /* width: 100%; */
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.btn-slider-search {
    background-color: #DF3D33;
    color: #fff;
}

.btn-search-all {
    background-color: #4A90E2;
    color: #fff;
}

.sliderSearch {
    margin-left: auto;
    margin-right: auto;
}

.sliderSearch input, .sliderSearch button {
    /* display: inline-block; */

}

.sliderSearch input {
    height: 34px;
    width: 360px;
}

.sliderSearch button {
    background-color: #DF3D33;
    color: #fff;
    margin-left: -4px;
    margin-top: -2px; 
}

.sliderSearch button:hover {
    color: #fff;
    background-color: #4A90E2;
}

.btn-va {
    color: #fff;
    /* background-color: #4A90E2; */
    background-color: rgba(46, 109, 164, 0.85);
    border-radius: 0;
}

.search-form .form-inline {
    /* position: absolute; */
    width: 100%;
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
}

.search-form .abso {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.carousel-control{
    width: auto;
}



 /* 
============
SLIDER CSS END
============
 */

.home-grid {
    /* padding-top: 10px ; */
    color: #fff;
}

.home-grid .row ,.home-grid-2 .row {
    padding-top: 10px;
}

.home-grid .row div:not(:first-child) {
    margin-left: 10px;margin-right: -10px;
}

.home-grid .container-custom .row:first-child {
    /* padding-top: 60px; */
}

.padd-top-60 {
    padding-top: 60px;
}



.padd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}



/* .home-grid .row div:last-child {
    margin-right: -10px;
}

.home-grid .row .col-md-3:last-child {
    margin-right: -30px ;
} */

.home-grid-2 .row div:first-child{
    /* margin-left: -15px; */
}

.home-grid-2 .row div:not(:first-child) {
    margin-left: 10px;
}

.home-grid-2 .row {
    padding-right: 20px;
}

.home-grid-2 .row div:last-child {
    margin-right: -30px ;
}

.center-card {
    text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}

.card-title {
    position: absolute;

    bottom: 20px;
}

.card-title-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
}

.card-title-center a, .card-title a {
    color: #fff;
}

.card-title-center h1, .card-title h4 {
    background: rgba(6, 45, 82, .9);
    padding: 20px 50px;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
}

.card-bg {
    background-size: cover !important;
    padding: 20px;
}

.card-bg p {
    font-size: 26px;
    font-weight: 100;
}

.card-bg .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.card-bg-1{
    background: url('../img/card-bg-1.jpg') center center no-repeat;
    background-size: cover;
}

.matri-card-bg{
    background: url('../img/card-bg-matri.png') center center no-repeat;
    background-size: cover;
}

.aec-card-bg{
    background: url('../img/card-bg-aec.png') center center no-repeat;
    background-size: cover;
}

.matri-card-bg h3, .aec-card-bg h1 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.grid-card-300 {
    height: 270px;
}

.grid-card-200 {
    height: 200px;
}

.back-green-army {
    background-color: #417505;
}

.text-white {
    color: #fff;
}

.social-row {
    margin-right: -35px !important;padding-top: 0 !important;
}

.social-card-up {
    background-color: #76A9EA;height: 130px;
    color: #fff;
    padding-top: 10px;
    font-size: 12px;  
}

.social-card-down {
    background-color: #385C8E;height: 130px;margin-left: 0px !important;margin-top: 10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20px;
    color: #0098ff;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20px;
    color: #0098ff;
}

.social-card-up span {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.social-card-up span i {
    font-size: 20px;
}

.news-card {
    padding: 0;
    color: #fff;
    background-color: #062d52;
}

.news-card hr {
    margin-left: -15px;
        margin-top: 10px;
    margin-bottom: 10px;
}

.news-card h6 {
    color: #DF3D33;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 5px;

}

.news-card h4 {
    /* font-size: 11px;
    margin-right: 15px;
    font-weight: 600;
    margin-top: 5px; */
    padding: 0;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    line-height: 20px;
    width: 88%;
    padding-top: 5px;
}

.news-card h4 span {
    color: #DF3D33;
    font-weight: 600;
}

.news-card p {
    font-size: 11px;
    margin-right: 15px;
    font-weight: 100;
    padding-right: 16px;
}

.news-card .row {
    margin: 0;
    width: 100%;
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-left: -15px;
    margin-right: -15px;
}

.newsDetail img.left {
        display: table;
    float: left;
    background: #DADADA;
        margin: 0 25px 10px 0;
        max-width: 50%;
}

/* Search form header */

.header-search {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    /* background-color: #DF3D33; */
    background-color: #06152d;
    z-index: 2;
}

.header-search i.cls{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-header-search {
    position: absolute;
    background-color: #042341;
    /* color: #fff; */
    min-height: 100px;
    width: 500px;
    margin-top: 80px;
    right: 0;

    padding: 20px 20px;

}

.form-header-search input[type="radio" i]{
        -webkit-appearance: none;
}

.form-header-search label.the-radio {
    color: #fff;
    background-color: #2e6da4;
    padding: 10px 20px;
}

.form-header-search label.check {
    background-color: #DF3D33;
}


.form-srch {
    width: 350px;
    height: 34px;
}

.btn-srch {
    background-color: #DF3D33;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 4px 4px 0px;
    margin-left: -4px;
    margin-top: -2px;
}

.btn-srch:hover {
    color: #fff;
    background-color: #337ab7;
}

.menu-mobile {
    display: none;
}

.icon-menu img {
    width: 41%;
}

.icon-menu {
    padding: 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 5;
}

.list-mobile {
    background-color: #062d52;
    width: 100%;
    position: absolute;
    margin-top: 50px;
}

.list-mobile ul {
    /* padding-top: 20px; */
    -webkit-padding-start: 0;
}

.list-mobile ul li {
    list-style: none;
    color: #fff;
    padding: 10px 20px; 
    /* background-color: green; */
    /* border-bottom: .1px solid #fff; */
}

.list-mobile ul li:first-child {
    padding-top: 20px;
}

.list-mobile ul li ul {
    display: none;
}

.list-mobile ul li ul li {
    border: none;
}


a.nav-mobile-list:focus {
    color: red;
}


/* 
===============
Event Home
===============
 */

.event-home {
    padding-top: 20px;
}

.event-home img {
    width: 100%;
    padding: 3px;
    border: 1px solid #9B9B9B;
}

.event-home .row {
        margin-left: -30px;
    margin-right: -60px;
}


/* 
===============
SECOND NAVIGATION
===============
 */

 .banner-title {
    /* background-color: #005C85; */
    background-color: #062d52;
    color: #fff;
 }

 .banner-title .banner-pad {
    padding: 20px 0;
 }

 .list-menu-title {
    width: 100%;
    /* height: 96px; */
    /* display: none; */
    z-index: 10;
    overflow: hidden;
    font-size: .8em;
    /* background-color: #005C85; */
    background-color: #062d52;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.3)
}

.list-menu-title-inner {
    padding-left: 0;
    padding-right: 0;

    overflow: hidden;
    position: relative;
}

.menu-up, .menu-down {
    height: 48px;
    position: relative;
    /* left: -10px; */
    overflow: hidden;
    color: #fff;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menu-down, .secondNav  {
    background-color: #005176;
    /* background-color: #062d52; */
}

.menu-up ul,
.menu-down ul {
    padding-left: 0;
    padding-right: 0;
}

.menu-up ul li,
.menu-down ul li {
        height: 48px;
    padding: 0;
    z-index: 30;
    float: left;
    list-style: none;
}

.menu-up ul li.active a,
.menu-down ul li.active a {
    background-color: #005176;
    /* background-color: #062d52; */
    color: #fff;
}

.menu-down ul li.active a {
    color: #fff;
    text-decoration: underline;
} 

.menu-up ul li a,
.menu-down ul li a {
    padding: 0 10px;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 30;
    color: rgba(255,255,255,.6);
    line-height: 48px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.menu-up ul li a:hover,
.menu-down ul li a:hover {
    color: #fff;
}

.menu-up span i,
.menu-down span i {
    padding: 10px 20px;
    position: absolute;
}

.menu-up span i.scrollLeft {
    top: 10px;
    right: 30px;
}

.menu-up span i.scrollRight {
    top: 10px;
    right: 0;
}

.heightAuto {
    height: auto;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menu-up span::before {
        width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 9900;
    top: 4px;
    right: 0;
    color: inherit;
    font-size: 2.2em;
    line-height: 33px;
    text-align: center;
}


/*
=====================
 ADMISSON & PROGRAMS 
=====================
*/

.admission-content .image-title {
    width: 100%;
    height: 230px;
    position: relative;
}

.undergraduate-content .image-title {
    width: 100%;
    height: 230px;
    position: relative;
}

.image-title h1, .image-title .theTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 5px #333;
    text-align: center;
}

.image-title p {
    font-weight: 200;
}

.admission-content .grid-pro {
    margin-top: 20px;
    color: #fff;
}

.admission-content .grid-pro .card-left {
    height: 400px;
    background: url('../img/card-exp-1.jpg');
    background-size: cover;
}

.admission-content .grid-pro .card-right .card-up {
    height: 192px;
    margin-bottom: 15px;
    background: blue;
    background: url('../img/card-exp-2.jpg');
    background-size: cover;

    position: relative;
}

.admission-content .grid-pro .card-right .card-down {
    height: 193px;
    background: orange;
    background: url('../img/card-exp-3.jpg');
    background-size: cover;

    position: relative;
}

.grid-pro .box-title {
    padding: 20px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.admission-content .grid-pro .card-right .box-title {
    padding: 10px;
}

.breadCrumb i {
    font-size: 16px;
}

.breadCrumb {
        padding-top: 20px;
    font-size: 12px;
    word-spacing: 8px;
    color: rgba(255,255,255,.6);
}

.breadCrumb a {
    word-spacing: 3px;
}

.breadCrumb a:hover {
    color: #fff;
}

/* 
=============
UNDERGRADUATE
=============
 */

 .grid-three {
    padding-top: 20px;
 }

 .grid-three .row:not(:first-child){
    margin-top: 30px;
 }

 .grid-three .card {
    height: 300px;
    background: #005176;
 }

 .grid-two .card  {
    height: 200px;
 }

 .grid-three .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
 }

 .grid-three .card .title {
    /* padding: 5px 20px; */
    padding: 10px;
    color: #fff;
    text-align: center;
 }

 .grid-three .card .title p {
    font-weight: 200;
    font-size: 12px;
    text-align: justify;
 }


 /* 
===============
 SCHOOL DETAIL 
 ==============
 */

 .school-detail .image-title {
    width: 100%;
    height: 200px;
    position: relative;
 }

.school-detail p {
    font-size: 18px;
    margin-bottom: 15px;
}
 .school-detail .container-custom {
    padding-top: 20px;  
 }

 .panel-custom h4.panel-title a i{
    float: right;
 }

 .panel-custom .panel-heading {
        border-radius: 0;
    background-image: none;
    color: #fff;
    background-color: #2e6da4;
    padding: 20px;
 }

 ul.list_style_1 {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
}

.exploreCard {
    width: 100%;
    background: green;
    color: #fff;
    /* height: 300px; */
}

.exploreCard a {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #333;
}

.exploreCard a:hover {
    color: #c2fbff;
}

.absoluteCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.campusTour {
    background: url('../img/slider2.png') center center no-repeat;
    background-size: cover;
}

.text-justify {
    text-align: justify;
}

.vmDesc ol li, .vmDesc ul li {
    /* font-size: 18px; */
}

.btn-blue {
    color: #fff;
    background-color: #2e6da4;
    border-radius: 0;
}

.btn-blue:hover {
    background-color: #388acc;
    color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #DF3D33;
    border-radius: 0;
}

.buttonApply .btn {
    width: 100%;
   padding: 15px;
    font-size: 20px;
}


.kapro img {
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.vmDesc .panel-group {
    padding-top: 20px;
}

.vmDesc .panel-group .panel-custom a {
    color: #fff;
}

.kapro .content p.biru {
    color: #2e6da4;
}

.tab-content a {
    color: #2e6da4;
}


/* OUR STAFF/PEOPLE */

.people_table table{
    width: 100%;
    margin-top: 20px;
}

.people_table table thead tr th {
    background-color: #337ab7;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;

}

.people_table table tr td {
    /* background-color: red; */
    padding: 10px 20px;
    font-weight: 300;
}

.tab-size-14 li a {
    font-size: 14px;
}

.share-button{
    padding-top: 10px;
    padding-bottom: 10px;
}

.share-button ul li {
    float: left;
    padding: 10px 20px;
    list-style-type: none;
    color:  #fff;
    background-color: red;
    margin-right: 10px;
}

.share-button ul {
    -webkit-padding-start: 0px;
}

.share-button ul li.facebook {
    background-color: #3B5998;
}

.share-button ul li.twitter {
    background-color: #55ACEE;
}

.blueBack {
    background-color: #062d52;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.blueBack img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blueBack p {
    font-weight: 100;
}

.ourCampuses .grid img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.ourCampuses .grid:not(:first-child){
    margin-top: 20px;
}

.ourCampuses .grid .cardRel {
    position: relative;
}

.ourCampuses .grid a.linkGrid {
    position: absolute;
    background-color: #062d52;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 70px;
}

.ourCampuses .grid a.linkGrid p {
    font-weight: 100;
}

.placementTest img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.btn-big {
    padding: 20px 40px;
}

.custom-p p {
    font-size: 18px;
    margin-bottom: 15px;
}

.box-link{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-cus {
    padding: 5px 20px;
}

.box-white {
    background-color: #fff;
    color: #666;
}

.library img {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.newsCard:not(:first-child) {
    margin-top: 20px;
}

.newsCard .cardRel {
    position: relative;

}

.newsCard .cardRel img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.newsCard .cardRel a {
    padding: 20px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.newsArchive .col-md-12 {
    padding: 20px;
    margin-top: 20px;
    background-color: #062d52;
    color: #fff;
}

.newsArchive .col-md-12 p {
    font-weight: 100;
}

.newsArchive .col-md-12 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cardFounder {
    text-align: center;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.09);
    min-height: 395px;
}

.cardFounder img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 60px;
    border: 2px solid gray;
    margin-bottom: 10px;
}

.cardFounder p.title {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.founder .row:not(:first-child) {
    margin-top: 20px;
}

.PeopleCard img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.PeopleCard img.float {
    width: 30%;
    height: auto;
    float: right;
}

.glanceCard {
    margin-top: 20px;
    padding: 20px;
    background-color: #197198;
    color: #fff;
}

/* PADDING GUIDE */

.padd-top-60 {
    padding-top: 60px;
}

.padd-bottom-60{
    padding-bottom: 60px;
}

.padd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-top-80 {
    padding-top: 80px;
}


/* tab */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    font-weight: 700;
    color: #2e6da4;
    border-radius: 0;
}

.nav-tabs>li>a {
        margin-left: 10px;
    background-color: #eee;
    border-radius: 0;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: #d9edf7;
}

.theTitle .container h2, .theTitle .container p {
    max-width: 60%;
}

.coverTitle{
        color: #fff;
    /* width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.coverTitle h2{
    font-weight: 700;
}

.titleContRight {
   
    text-align: right;
   
}

.titleContLeft {
    text-align: left;
}
.vcenterLeft {
    display: inline-block;
    vertical-align: middle;
    float: none;
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
}

.vcenterRight {
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}


/* LIVING */
.box_style_4 {
    padding: 10px 30px 1px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #f3f5f8;
}
ul.list_order {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    font-size: 14px;
}
ul.list_order li {
    position: relative;
    padding-left: 45px;
    clear: both;
    min-height: 35px;
    padding-top: 7px;
    margin-bottom: 15px;
}
ul.list_order li span {
    position: absolute;
    border: 2px solid #ccc;
    left: 0;
    color: #ccc;
    top: 0;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-family: "proxima_novasemibold",Arial,Helvetica,sans-serif;
}

.custom-p ol, .custom-p ul {
    font-size: 18px;
    /* font-weight: bold; */
}

ul.long_list li {
    padding-top: 0px;
}

.text-bold{
    font-weight: bold;
}

p.link a {
    color: #1fa6bd;
}


/*
==========
New CSS June 2017
==========
*/

.partner-grids {

}

.par-grid {
    /*background-color: red;*/
    cursor: pointer;
}

.par-grid img {
    width:100%;object-fit: cover;
}

.par-cont {
    width: 100%;
}

.content-base-white {
    padding: 20px;
    color: #fff;
}

.max-500 {
    max-width: 500px;
}
.offi-team .profile img {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.offi-team .pro-data ul li {
    list-style: none;
    padding-bottom: 10px;
}

.offi-team hr {
        border-top: 1px solid #dadada;
}

.grid-int {
    text-align: center;
    padding-top: 20px;
}
.grid-int img {
    width: 60px;
    height: auto;
}

.grid-int p {
    font-size: 10px;
    padding-top: 10px;
}

.par-item {
    display: none;
    padding: 20px;
    border: 1px solid #dadada;
}

.par-item img.par-logo {
    max-width: 100px;
    margin-bottom: 20px;
}

.par-item img.par-photo {
    width: 100%;
    height: auto;
}

.par-item .col-md-5,
.par-item .desc {
    border-right: 1px solid #dadada;
}

.par-item .par-size h4,
.par-item .col-md-7 h4 {
    font-size: 15px;
    margin-top: 5px;
}

.par-item .par-size span,
.par-item .col-md-7 span {
    font-size: 12px;
}

.par-item .desc p{
    text-align: justify;
}

.par-item .title img,
.par-item .title h4
 {
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
}

.par-item .title h4 {
    padding-left: 20px;
}

.par-item .cover img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.par-h {
    padding: 15px;
}

.grid-img-100 img {
    width: 90%;
    height: auto;
}

.stu-feat p {
    color: #0a5e88;
}

.stu-feat .col-sm-2:not(:last-child) {
    border-right: 1px solid #0a5e88;
}

.std-pic {
    width: 100%;
}
.std-cont h4 {
    font-weight: 400;
}
.std-cont p {
    font-size: 12px;
}

.std-cont a {
    color: #0a5e88;
}

.std-gray {
    background-color: #eaeaea;
    margin-bottom: 20px;
}

.std-list .row {
    margin-bottom: 10px;
}

.tst-base .col-md-6 {
    margin-bottom: 40px;
}

.tst-cont p.testi {
    font-style: italic;
}

table.tbl-base {
    border: 1px solid #fff;
    border-collapse: collapse;
}
table.tbl-base tr td{
    padding:10px;
    border: 1px solid #fff;
}
table.tbl-base tr td:first-child {
    background-color: #0a5e88;
    color: #fff;
}

table.tbl-base tr:nth-child(odd) td:not(:first-child) {
    background-color: #dcf3ff;
}
table.tbl-base tr:nth-child(even) td:not(:first-child) {
    background-color: #eaeaea;
}

td.tbl-chld-base {
    padding: 0 !important;
}

table.child {
    width: 100%;
}

table.child tr td:first-child {
    background-color: #dcf3ff;
    color: inherit ;
    font-weight: bold;
}
table.child thead td {
    font-weight: bold;
}
table.child tr:nth-child(odd) td:not(:first-child),
table.child tr:nth-child(even) td:not(:first-child){
    background-color: #dcf3ff;
}

table.txl-base {
    border: 1px solid #fff;
    border-collapse: collapse;
}
table.txl-base tr td{
    padding:10px;
    border: 1px solid #fff;
}

table.txl-base tr:nth-child(odd) {
    background-color: #dcf3ff;
}

table.txl-base tr:nth-child(even) {
    background-color: #eaeaea;
}




footer {
    /* border-top: 10px solid #011c38; */
    background-color: #062d52;
    color: #fff;
    padding: 50px 0 10px;
    margin-top: 20px;
}

#logo_footer img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

footer ul {
    list-style: none;
    padding: 0 0 20px;
}

footer p {
    margin-bottom: 5px;
}



footer a, footer p {
    color: #3f9ad6;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;

    font-weight: 100;
    color: #fff;
    font-size: 13px;
}

footer a:hover {
    opacity: 1;
}

.infoColor a{
    color: #1fa6bd;
}

.connectUs li {
    float: left;
    margin-right: 20px;
}

.connectUs li a i {
    font-size: 20px;
}

.mblApps img {
    width: 70%;
    max-width: 168px;
}


@media only screen and (max-width: 990px) {
    .home-grid .row div:not(:first-child) {
        margin-left: 0px;margin-right: 0px;
        margin-top: 10px;
    }

    .home-grid-2 .row div:not(:first-child) {
        margin-left: 0px;margin-right: 0px;
        margin-top: 10px;
    }

    .home-grid-2 .row {
        padding-right: 0px;
    }
    .social-row {
        margin-right: -15px !important;
    }

    .event-home .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .par-grid{
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 1368px){
    .undergraduate-content .image-title,.admission-content .image-title{
        height: 330px;
    }
}

@media only screen and (max-width: 960px){
    .container-custom,.titleContLeft {
        width: auto;
    }
}

@media only screen and (max-width: 830px){
    .sliderSearch input {
        width: auto;
    }
}

.caption-slider-custom .row p {
    font-size: 16px;
}
.caption-slider-custom .row h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
} 

@media only screen and (max-width: 768px){
    footer {
        text-align: center;
		padding-bottom: 100px;
    }

    .PeopleCard img.float {
        width: 100%;
        float: none;
    }

    .dual-nav-wrap {
        display: none;
    }

    .header-nav {
        height: 50px;
    }
    header img {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 170px;
        max-height: inherit;
    }
    .header-search {
        width: 50px;
        height: 50px;
    }
    .form-header-search{
        margin-top: 50px;
    }

    .menu-mobile {
        display: block;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        
        object-fit: cover;
        object-position: 50% 50%;
    }
    .cap-left,.cap-right {
        text-align: center;
    }
    .cap h3{
        font-size: 16px;
    }
    .cap p {
        font-size: 12px;
    }
    .btn-read {
        font-size: 12px;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
    }

    .form-header-search{
        width: 100vw;
    }
    .form-srch{
        /*width: 200px;*/
        width: 100%;
        display: block;
    }
    .btn-srch {
        margin-top: 10px;
        border-radius: 0;
        width: 100%;
        display: block;
        /* float: none; */
        margin-left: 0;
    }

    .sliderSearch{
        /*margin-right: auto;*/
    /*min-width: 100vw;*/
    /*margin-left: 50vw;*/
    /* transform: translate(0vw,0); */
        margin: 0;
    width: 100%;
    transform: none;
    }
    .caption-slider-custom .row p {
        text-align: center;
        width: 100%;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: -10px
    }
    .caption-slider-custom .row h1 {
        text-align: center;
        width: 100%;
        font-size: 12px;
        line-height: 12px;
    } 

    .search-slider-form {
        padding-bottom: 30px;
        position: relative;
        height: auto;
        background-color: #06152d;
        margin-top: 0;
    }
    .search-form .form-inline {
        position: relative;
        left: inherit;
        transform: none;
    }
    .search-form .abso {
        position: relative;
        left: inherit;
        transform: none;
        width: 100%;
    }
    .sliderSearch input {
        display: block;
        width: 90%;
        margin-left: 5%;
    }
    .sliderSearch button {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
    }
    .btn-va {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
    }
    .home-grid {
        padding: 10px;
    }
    .home-grid-2 {
        padding: 10px;
        padding-top: 0;
    }
    footer ul{
        padding: inherit;
        /*transform: translateX(15%);*/
		margin-left: 20%;
    }
    .banner-title h2 {
        text-align: center;
    }

    .grid-pro .card-left {
        margin: 15px;
    }
    .breadCrumb {
        padding-left: 10px;
        padding-right: 10px;
    }
    .vcenterLeft {
        display: block;
        padding: 10px;
        width: 100%;
    }
    .coverTitle h2 {
        text-align: center;
        font-size: 24px;
    }

    .image-title p {
        text-align: center;
    }
    .newsCard div.col-md-4:not(:last-child),
    .newsCard div.col-md-8{
        margin-bottom: 10px;
    }
    .grid-img-100 .col-sm-2 {
        height: 230px; 
    }
    .stu-feat .col-sm-2 {
        height: 110px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px), print {
    header, .header-dual-nav {
        height: 80px;
    }
}
