body
p,
b,
ul,li,
section,
select,
option,
div,
span,
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-700{
    font-weight: 700;
}

@media (min-width: 1200px) {
    .container {
        width: 930px;
    }
}





#form-spinner {
    display: inline-block;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    /* display: none; */
    background: rgba(0, 0, 0, 0.12);
    z-index: 100;
}
#form-spinner .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-spinner .spinner {
    width: 50px;
    height: 50px;
    border: 6px #ddd solid;
    border-top: 6px #72b9e7 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none !important;
}
#resMessage{
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 40px;
    margin-top: 15px;
    width: auto;
    display: inline-block;
}
#myForm .error-field{
    border: 1px solid #dc3545 !important;
}
.myToolTip {
    font-size:25px;
    color: #0bd;
    text-decoration: none;
}
.myToolTip {
    display: inline;
    position: relative;
}
.myToolTip:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    color: #000;
    content: attr(title);
    margin: 0px;
    font-size: 13px;
    padding: 6px 18px 8px;
    width: max-content;
    bottom: 100%;
    position: absolute;
    margin-bottom: 8px;
    left: 0;
    line-height: initial;
}
.myToolTip:hover:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 8px 6px 0 6px;
    content: "";
    left: 15px;
    bottom: 100%;
    position: absolute;
    margin-left: -6px;
}

/* HEADER */
.btn-style1 {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 37px;
    color: #fff;
    font-size: 14px;
}
.btn-style1:hover,
.btn-style1:focus{
    background-color: #fff;
    border: 1px solid #fff;
    color: #2f318e;
}
.btn-style2 {
    border: 1px solid #2f318e;
    padding: 12px 46px;
    color: #fff;
    font-size: 14px;
    background-color: #2f318e;
}
.btn-style2 i {
    margin-left: 10px;
}
.btn-style2:hover,
.btn-style2:focus{
    border: 1px solid #fff;
    background-color: #fff;
    color: #2f318e;
}
/* HEADER */
#pageHeader{
    padding: 40px;
    background: url("../images/banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#pageHeader_2 {
    padding: 5em;
    background: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;}
#pageHeader a.fbBtn {
    background-color: #fff;
    color: #72b9e7;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
}
#pageHeader .pageHeader_logo{

}
#pageHeader .header-row{
    position: relative;
    z-index: 9999;
}
#pageHeader .pageHeader_content{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; font-size:20pt;
    bottom: 0px;
}
#pageHeader .pageHeader_logo img{
    width: 300px; max-width:100%;
}
#pageHeader .pageHeader_title{
    font-size: 1.5em;
    padding-bottom: 15px;
}
#pageHeader .pageHeader_subtitle{
    padding-bottom: 15px; font-size:1.2em;
}
#pageHeader .pageHeader_btn {
       padding: 1em 4em;
    font-size:0.6em;
}
#pageHeader .pageHeader_btn:hover, #pageHeader .pageHeader_btn:focus{ box-shadow:0 0 0 transparent;}
#pageHeader a{

}

/* SECTION 1 */
.section-person{
    background-color: #f0f0f0;
    position: relative;
}
.section-person .person-image {
    /*position: absolute;     left: -2em;*/
    bottom: 0px; text-align:center;
}
.section-person .person-image img{
    width:80%; padding: 2em 0; display: inline-block;
}
.section-person .person-content{
    padding: 4em;
}
.section-person .person-content h4 {
    padding-bottom: 20px;
    font-size: 25pt;
}
.section-person .person-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #72b9e7;
    font-weight: 500;
    font-size: 20px;
}

/* SECTION 2 */
.section-student {
    padding-top: 180px;
    background: url(../images/Icon2.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: -2%;
    background-position-y: -8%;
}
.section-student .section-student-title{
    position: relative;
}
.section-student .section-student-title:after {
    content: "OUR";
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 190px;
    opacity: 0.1;
    position: absolute;
    bottom: -20px;
    left: -100px;
    line-height: 190px;
}
.section-student .student-box{
    padding: 30px;
}
.section-student .student-item{
    display: inline-block;
    position: relative;
    padding: 0px;
}
.section-student .section-student-title{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px;
}
.section-student .section-student-title .s-title {
    color: #2f318e;
    font-size: 56px;
    font-weight: bold;
}
.section-student .section-student-title .s-line {
    background: #eae2e2;
    width: 100%;
    height: 2px;
    margin-left: 20px;
}
.section-student .section-student-title span{}
.section-student .section-student-title span{}

.section-student .student-item .student-item-image img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.section-student .student-item .student-item-image {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #e3f1fa; 
}
.section-student .student-item .student-item-content{

}
.section-student .student-item .student-item-content .item-name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.section-student .student-item .student-item-content .item-branch{
    color: #72b9e7;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-student .student-item .student-item-content .item-field{
    color: #fff;
    font-size: 14px;
}

.section-student .student-item:hover .student-item-image img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.section-student .student-item .student-item-content {
    display: none;
    position: absolute;
    background-color: rgba(47,49,142,0.9);
    top: 50%;
    padding: 20px;
    padding-top: 50%;
    z-index:+1;
    left: 0px;
    right: 0px;
}
.section-student .student-item:hover .student-item-content{
    display: block;
}

.section-student .student-item:hover .student-item-image img{
    z-index: 99;
}
.section-student .student-item:hover .student-item-image{
    border: 8px solid rgba(47,49,142,0.7) !important;
}

.section-form {
    padding-top: 180px;
    position: relative;
}
.section-form:before {
    content: '';
    background: url(../images/Icon1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5%;
    right: 0px;
    width: 33%;
    height: 100%;
}
.section-form .form-title-box {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top:-55px;
    z-index: 9999;
}
.section-form .form-title-box > span {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}
.section-form .form-title-box h3{
    margin: 0px;
    padding: 0px 0px 10px;
}
.section-form .form-title-box p {
    margin: 0px;
    padding: 0px;
}
.section-form .form-box {
    background: url(../images/BG1.png);
    display: inline-block;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 70px 70px;
}

.section-form .form-group {
    margin-bottom: 30px;
}
.section-form .form-group .form-control {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    padding: 26px 16px;
}
.section-form .form-group .form-control:active,
.section-form .form-group .form-control:focus{
    box-shadow: none;
}
.section-form .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
}
.section-form .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
}
.section-form .form-group :-ms-input-placeholder { /* IE 10+ */
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
}
.section-form .form-group :-moz-placeholder { /* Firefox 18- */
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
}
.custom-dropdown {
    position: relative;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    text-indent: 20px;
    color: #000;
}
.custom-dropdown .cusDD_select {
    background-position: 0 18px;
    border: 1px solid #fff;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 0;
    border-radius: .25rem;
    color: #fff;
    font-weight: 500;
}
.custom-dropdown .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    background-color: #efefef59;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-dropdown .cusDD_arrow:after {
    content: "\f0da";
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 8px;
    font-size: 18px;
}
.custom-dropdown .cusDD_arrow.active {
}
.custom-dropdown .cusDD_arrow.active:after {
    transform: rotate(270deg);
    left: 14px;
    top: 25px;
}
.custom-dropdown .cusDD_options {
    background: #fff;
    background-size: 100% auto;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border-radius: .25rem; max-height: 200px;
    overflow-y: scroll;
}
.custom-dropdown .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: 300ms;
    overflow: hidden;
    border-radius: .25rem;
}
.custom-dropdown .cusDD_opt:hover {
    border-radius: .25rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
#pagination-demo{ position: relative;
    z-index: 0;}
#pagination-demo .page-item.active a.page-link {
    z-index: 3;
    color: #fff;
    background-color: #72b9e7;
    border-color: #72b9e7;
}
#pagination-demo a{     color: #72b9e7;
    font-weight: normal;
    padding: 9px 15px;}
#pagination-demo li.disabled a{ color:#999;}


#center-btn-alumni{ text-align:center;}
#center-btn-alumni a{ color:#fff;}
#center-btn-alumni a:hover, #center-btn-alumni a:focus{ color:#2f318e; border: 1px solid #2f318e;}

/* FOOTER */
.section-copyright{
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 3em 0;
    margin-top: 6em;
}
.section-copyright p {
    font-size: 12px;
    color: #777;
    font-weight: 400; margin:0px;
}

@media (max-width: 1200px) {
    #pageHeader .pageHeader_title {
        font-size: 1em;
        padding-bottom: 15px;
    }
    .section-form:before {
        top: 8%;
        width: 28%;
    }
    .section-student .section-student-title:after {
        font-size: 150px;
        bottom: -11px;
        left: -48px;
        line-height: 150px;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    
    #pageHeader {
    padding: 0 40px;}
    
#pageHeader .text-center {
    float: left;
    max-width: 50%;
}
#pageHeader .text-right {
    float: right;
    max-width: 50%;
}
}

@media (max-width: 767px) {
.section-person .person-image img{ width:100%;}
#pageHeader .pageHeader_logo img {
    width: 130px;
    margin-right: 10px;
    display: inline-block;
}
.row.header-row > div:nth-child(3) {
    width: 40% !important;
    text-align: right !important;
}

}

@media (max-width: 576px) {
    .myToolTip:hover:after,
    .myToolTip:hover:before{
        display: none;
    }
    #pageHeader .pageHeader_title {
       font-size:1em;
        padding-bottom: 15px;
    }
    #pageHeader_2 {
    padding: 2em;}
    .section-person .person-image {
        position: relative;
    }
    .section-student .section-student-title .s-title {
        font-size: 40px;
    }
    .section-form .form-title-box {
        width: 90%;
        top: -28px;
    }
    .section-student .section-student-title:after {
        font-size: 100px;
        bottom: -0px;
        left: -10px;
        line-height: 100px;
    }
    h2{
        font-size: 24px;
    }
    h4{
        font-size: 20px;
    }
    .section-person .person-content {
        padding: 28px 14px;
    }
    .section-student {
        padding-top: 100px;
    }
    .section-form {
        padding-top: 100px;
    }
    .section-form .form-group .form-control {
        padding: 20px 12px;
    }
    .custom-dropdown .cusDD_select {
        height: 42px;
        line-height: 42px;
    }
    .custom-dropdown .cusDD_arrow {
        width: 42px;
    }
    .custom-dropdown .cusDD_arrow:after {
        left: 8px;
        top: 3px;
    }
    .custom-dropdown .cusDD_arrow.active:after {
        left: 9px;
        top: 21px;
    }
    .section-form .form-box {
        padding: 0px 40px 40px;
    }
    .btn-style2 {
        padding: 8px 32px;
        font-size: 12px;
    }
	
	
	#pageHeader .pageHeader_logo img {
		width: 130px;
		margin-right: 10px;
		display: inline-block;
	}
	.row.header-row{
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;	
	}
	.row.header-row > div:nth-child(1) {
		display: none;
	}
	.row.header-row > div:nth-child(2){
		width: 60% !important;
		text-align: left !important;
	}
	.row.header-row > div:nth-child(3){
		width: 40% !important;
		text-align: right !important;
	}
}