@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body{ 
  margin: 0px;
  font-size: 14px;
  /*font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.new-row{
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.new-col{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.rowflex {
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main{
  width: 100%;
}

header{
  width: 100%;
  padding: 15px 35px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.logo {
  width: 202px;
  height: 74px;
  margin: 0;
  float: left;
  background: url(../images/logo-white.png) no-repeat center center;
  background-size: cover;
}

.contactBtn{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  margin-top: 14px;
  text-align: center;
  color: #fff;
  float: right;
  cursor: pointer;
}

.video-wrapper{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-caption{
  width: 100%;
  max-width: 800px;
  text-align: center;
  color: #e9b120;
  font-size: 30px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 3px #000;
  font-family: 'Kaushan Script', cursive;
}
.video-caption span{
  display: block;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}
.video-caption abbr{
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}

.affix {
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  box-shadow: 0px -2px 30px #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.affix-top {
  top: 0px;
}

.affix .logo {
  width: 202px;
  height: 74px;
  margin: 0;
  background: url(../images/logo.png) no-repeat center center;
  background-size: cover;
}

.affix .contactBtn{
  color: #000;
  margin-top: 14px;
}

.banner-main{
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
  z-index: 22;
}

.banner-main-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0px;
  top: 0px;
}

.group-bg{
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}

.group-box{
  width: 100%;
}

.group-box h3{
  font-size: 20px;
  background-color: #f1f1f1;
  padding: 10px 15px;
  color: #01286d;
  font-weight: bold;
  margin: 0 0 2px 0;
}


.group-box-img{
  width: 100%;
  border-bottom: 5px solid #1d82a9;
  overflow: hidden;
}
.img-red{
  border-bottom: 5px solid #ed1b2f;
}
.img-blue{
  border-bottom: 5px solid #253973;
}
.group-box-img img{
  width: 100%;
  transition: transform .4s;
}
.group-box:hover .group-box-img img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}

.group-box-content{
  width: 100%;
  padding: 15px 0 0 0;
}
.group-box-content h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #1d82a9;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.group-box-content h4{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.group-box-content h5{
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.content-red h2{
  color: #ed1b2f;
}
.content-blue h2{
  color: #253973;
}

.readBtn{
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding: 5px 20px 0 0;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.readBtn i{
  position: absolute;
  right: 0px;
  top: 5px;
  line-height: 24px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.group-box:hover .readBtn{
  border-top: 1px solid #1d82a9;
}
.group-box:hover .readBtn i{
  color: #1d82a9;
}
.group-box:hover .content-red .readBtn{
  border-top: 1px solid #ed1b2f;
}
.group-box:hover .content-red .readBtn i{
  color: #ed1b2f;
}

.group-box:hover .content-blue .readBtn{
  border-top: 1px solid #253973;
}
.group-box:hover .content-blue .readBtn i{
  color: #253973;
}

.academic-program{
  width: 100%;
  padding: 50px 0;
  background-color: #00336a;
  background-image: url(../images/paralax.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  position: relative;
}

.academic-program-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 0px;
  top: 0px;
}
.academic-program h4{
  font-size: 22px;
  color: #e9b120;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.academic-program h2{
  font-size: 32px;
  margin: 0;
}

.academic-program-heading{
  font-size: 20px;
  color: #fff;
  background-color: rgba(233,177,32,0.9);
  padding: 7px 15px;
  display: inline-block;
  margin: 40px 0 0 0;
  border-radius: 6px;
}

.program-box{
  width: 100%;
  margin: 20px 0 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  border-radius: 6px;
}
.program-box-img{
  width: 100%;
  overflow: hidden;
}
.program-box-img img{
  width: 100%;
  transition: transform .4s;
}
.program-box:hover .program-box-img img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
.program-box-content{
  width: 100%;
  padding: 15px 10px;
  background-color: #1e3b6f;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.program-box-content h3{
  font-size: 24px;
  color: #fff;
  margin: 0px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.program-box-content h5{
  font-size: 14px;
  font-weight: 400;
  color: #e9b120;
  margin: 5px 0 0 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.program-box:hover .program-box-content{
  background-color: #e9b120;
}

.program-box:hover .program-box-content h3,
.program-box:hover .program-box-content h5{
  color: #000;
}

.offsetCol{
  margin-left: 12.5%;
}

.main-content{
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}

.main-content h3{
  font-size: 32px;
  margin: 0 0 20px 0;
  padding: 0px;
}
.main-content h3 span{
  font-size: 28px;
}
.main-content p{
  line-height: 22px;
  margin: 0;
  text-align: justify;
}
.main-content p+p{
  margin: 15px 0 0 0;
}

.stat-li,
.stat-li ul{
  margin: 0px;
  padding: 0px;
}
.stat-li li{
  margin: 0px;
  padding: 0 0 0 55px;
  list-style: none;
  position: relative;
}
.stat-li li+li{
  margin: 15px 0 0 0;
  padding: 15px 0 0 55px;
  border-top: 1px solid #ddd;
}
.stat-li li span{
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #1d82a9;
}

.stat-li li i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ddd;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 18px;
}
.stat-li li:nth-child(1) i{
  top: 3px;
}

.stat-li li abbr{
  width: 100%;
  max-width: 200px;
  display: block;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}


.chairman-bg{
  width: 100%;
  padding: 50px 0;
  background-color: #00336a;
  background-image: url(../images/chairman-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}

.chairman-bg h2{
  font-size: 32px;
  margin: 0 0 30px 0;
}

.chairman-bg-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0px;
  top: 0px;
}

.chairman-bg p{
  line-height: 22px;
  margin: 0;
  text-align: justify;
}
.chairman-bg p+p{
  margin: 15px 0 0 0;
}

.chairman-img{
  width: 100%;
  max-width: 180px;
  float: left;
  margin: 0 30px 10px 0;
}
.chairman-img img{
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
}

.rec-bg{
  width: 100%;
  padding: 40px 0 40px 0;
}
.rec-bg h2{
  font-size: 32px;
  text-align: center;
  margin: 0 0 20px 0;
}
.rec-bg .owl-carousel{
  padding: 0 10px;
}
.rec-bg .owl-prev,
.rec-bg .owl-next{
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f1f1f1 !important;
  color: #000 !important;
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  margin-top: -20px !important;
  border:none;
  border-radius: 50% !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.rec-bg .owl-prev{
  left: -44px;
}
.rec-bg .owl-next{
  right: -44px;
}
.rec-bg .owl-prev:hover,
.rec-bg .owl-next:hover{
  background-color: #ddd !important;
  color: #000 !important;
}


footer{
  width: 100%;
  padding: 50px 0 0 0;
  border-top: 4px solid #fff;
 /* background-color: #072559;*/
  background: #072559 url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-box{
  width: 100%;
}
.footer-box h4{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding-bottom: 7px;
  position: relative;
}

.footer-box h4:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.contact-li,
.contact-li ul{
  margin: 0px;
  padding: 0px;
}
.contact-li li{
  margin: 0px;
  padding: 0 0 0 30px;
  line-height: 20px;
  list-style: none;
  color: #fff;
  position: relative;
}
.contact-li li a{
  color: #fff;
}
.contact-li li a:hover{
  color: #e9b120;
}
.contact-li li+li{
  margin: 10px 0 0 0;
}
.contact-li li i{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #e9b120;
  position: absolute;
  left: 0px;
  top: 0px;
}
.contact-map{
  width: 100%;
  margin-top: 20px;
}
.google-map {
  position: relative;
  padding-bottom: 40%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-bottom{
  width: 100%;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #1e3b6f;
}
.footer-bottom a{
  color: #fff;
}
.footer-bottom a:hover{
  color: #e9b120;
}

.social-bg{
  width: 100%;
  background-color: #1d82a9;
  text-align: center;
  padding: 10px;
  margin-top: 2px;
}

.footer-social,
.footer-social ul{
  margin: 0px;
  padding: 0px;
}
.footer-social li{
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 5px;
  font-size: 16px;
  text-align: center;
}
.footer-social li a{
  width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 2px 0 0 0;
  color: #fff;
  background-color: #072559;
  display: block;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer-social li a:hover{
  background-color: #ffb606;
  color: #000;
  border-radius: 50%;
}
