@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body{font-family: "Nanum Gothic", sans-serif; }

.top_menu {list-style:none; margin-bottom:0}
.top_menu li { float:left; margin-right:30px;}
.top_menu img { width:20px;}
.top_menu li span { font-size:14px; color:#fff; background-color:#a28235; font-weight:600; padding:4px 12px 4px; border-radius:10px; vertical-align:middle}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.closeLayerBtn
{
  display:block;
  position: absolute;
  right: -20px;
  top: -20px;
  box-sizing:border-box;
  width:30px;
  height:30px;
  border-width:4px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background: url("/images/closepopuplayer.png") 1.5px 2px no-repeat; 
  background-color:red;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.navbar-nav .nav-item {
    padding: 0px 3px;
}
.navbar-dark .navbar-nav .nav-link  {
    color: #f2f2f2; font-size:15px; font-weight:600; 
}



.navbar-dark .navbar-nav .nav-link a:hover  { color: #fff; }



.navbar {
    position: relative;
    padding: 0.9rem 1rem; background-color:#182446;
}

.form-control {
	line-height:0.5;
}

#config {
  background: url("../images/config.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0; margin-top:-64px;
  position: relative;
}

#config2 {
  background: url("../images/config2.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 30px 0 30px 0; 
  
}

#config2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; z-index:-100;
 

}

.g_top .content {
  padding: 25px;
  background: #023b6d;
  border-radius: 12px;
  color: #fff;
}

.g_top .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.g_top .content p {
  margin-bottom: 20px;
}

.g_top .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 26px 9px 26px;
  color: #fff;
  border-radius: 52px;
  transition: all ease-in-out 0.4s;
}

.g_top .content .more-btn i {
  font-size: 14px;
}

.g_top .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.g_top .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  width: 100%;
}

.g_top .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.g_top .icon-boxes .icon-box h4 {
  font-size: 17px;
  font-weight: 600; line-height:160%;
  margin: 0 0 20px 0;
}

.g_top .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.p-title { font-size:26px; font-weight:600; margin-bottom:40px }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
}

.breadcrumbs .breadcrumb-title {
  text-align: center;
  background: #f3f5fa;
  padding: 20px 0;
  color: #3d517e;
}

.breadcrumbs .breadcrumb-title h2 {
  font-size: 32px;
  font-weight: 600;
}

.breadcrumbs .breadcrumb-title p {
  font-size: 16px;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0; 
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565e49;
  content: "/";
}

/*--------------------------------------------------------------
# history 
--------------------------------------------------------------*/
.history  .history-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background: #a28235;
  padding: 6px 17px;
  display: inline-block;
}

.history  .history-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #182446;
  position: relative;
}

.history  .history-item h4 {
  line-height: 18px;
  font-size: 19px;
  font-weight: 600;
  
  
  color: #19afe7;
  margin-bottom: 20px; font-style:italic;
}

.history  .history-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.history  .history-item ul {
  padding-left: 20px;
}

.history  .history-item ul li {
  padding-bottom: 10px;
}

.history  .history-item:last-child {
  padding-bottom: 0;
}

.history  .history-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #182446;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 26px;
  color: #fff;
  float: left;
  width: 42px;
  height: 42px;
  background: #a28235;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #a28235;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #182446;
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 65vh;
 
  
  margin-bottom: -120px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase; text-shadow: 2px 2px 7px #444; 
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0; text-shadow: 2px 2px 7px #444; 
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}



@media (min-width: 993px) and (max-width: 1400px) {
  #hero {
    background-attachment: fixed;
	 margin-bottom: -10px;
    height: 30vh;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -10px;
    height: 30vh;
  }

 
  
  .g_top .icon-boxes .icon-box h4 {
  font-size: 14px;
  font-weight: 500; line-height:160%;
  margin: 0 0 20px 0;
}
}

@media (max-width: 600px) {
  #hero {
    margin-bottom: -10px;
    height: 28vh;
  }
}

@media (min-width : 400px) and (max-width:600px){
  #hero {
    margin-bottom: -6px;
    height: 26vh;
  }
}

/*--------------------------------------------------------------
# g_news
--------------------------------------------------------------*/
.g_news .icon-box {
  margin-bottom: 20px;
}

.g_news .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
}

.g_news .icon span {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.g_news .icon-box:hover .icon {
  background: #fff;
}

.g_news .icon-box:hover .icon span {
  color: #149ddd;
}

.g_news .title {
  margin-left: 70px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}

.g_news .title a {
  color: #343a40;
}

.g_news .title a:hover {
  color: #149ddd;
}

.g_news .description {
  margin-left: 70px;
  line-height: 24px;
  font-size: 15px; color:#666
}

.g_news .date {
  margin-left: 70px; margin-top:-10px;
  
  font-size: 14px; color:#ac8a21
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services { background-color:#f8fbfe; padding:30px 0 30px }

.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 30px;
  margin: -100px 30px 30px 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 18px -13px rgba(0,0,0,1);

}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #023b6d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #fff;
}

.services .details h3 {
  color: #023b6d;
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: #1977cc;
}

.services .service-item:hover .details .icon {
  background: #fff;
  border: 2px solid #ac8a21; color:#ac8a21
}

.services .service-item:hover .details .icon i {
  color: #1977cc;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# education
--------------------------------------------------------------*/
.education .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.education .icon-boxes h3 {
  font-size: 26px;
  font-weight: 700;
  color: #182446;
  margin-bottom: 15px;
}

.education .icon-box {
  margin-top: 40px;
}

.education .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #a28235;
  border-radius: 50px;
  transition: 0.5s;
}

.education .icon-box .icon i {
  color: #a28235;
  font-size: 32px;
}

.education .icon-box:hover .icon {
  background: #a28235;
  border-color: #a28235;
}

.education .icon-box:hover .icon i {
  color: #fff;
}

.education .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.education .icon-box .title a {
  color: #182446;
  transition: 0.3s;
}

.education .icon-box .title a:hover {
  color: #a28235;
}

.education .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.education .video-box {
 
  
}

.education .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.education .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.education .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.education .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.education .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# sms
--------------------------------------------------------------*/
.sms {
  background: linear-gradient(rgba(40, 58, 90, 0.8), rgba(40, 58, 90, 0.8)), url("/images/main_v04.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.sms h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.sms h4 {
  color: #fbe73f;
  font-size: 20px;
  font-weight: 600;
}

.sms p {
  color: #a5cafc;
}



@media (max-width: 1024px) {
  .sms {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .sms .sms-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


.youtube{position:relative; width:100%; padding:56.25% 0 0;}
.youtube iframe{position:absolute; top:0; left:0; width:100%; height:100%; }

.box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box2 {
  padding: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  min-height:260px
}



.box2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-block h4{
    text-transform: capitalize;
}
.feature-icon-block{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background:#e6fdfc;
    color: #3fcdc7;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    padding-top: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s ;
    
}

.feature-block:hover .feature-icon-block{
     background:#3fcdc7;
    color: #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

.section-headline h2 {
  display: inline-block;
  font-size: 36px; color:#413e66;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #413e66;
  bottom: -14px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.quick {
  background-color: #e9f2fa;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.footer-links ul li {
  padding: 10px 0 0 6px; text-align:left;
}

.footer-links ul li:first-child {
  padding-top: 0;
}

.footer-links ul a {
  color: #fff;
}

.footer-links ul a:hover {
  color: #46cdfa;
}

.service {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.service .service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

.service .service-info-content {
  transition: margin 0.2s;
  height: 40px; padding:2px;
  transition: height 0.4s;
}

.servicer:hover .service-info {
  transition: 0.4s;
}

.service:hover .service-info-content {
  height: 70px;
}

.service h4 {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 14px;
  color: #fff;
}

.service span {
  
  display: block;
  font-size: 13px;
  color: #fff;
}

.service .s_view {
  margin-top: 15px;
}

.service .s_view a {
  transition: none;
  color: #fff;
}

.service .s_view a:hover {
  color: #46cdfa;
}

.service .s_view i {
  font-size: 18px;
  margin: 0 2px;
}

.gallery .gallery-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.gallery .gallery-item img {
  position: relative;
  overflow: hidden; 
  transition: all ease-in-out 0.4s; width:100%; height:236px
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}



#news-bg{
    padding: 60px 0px;
    background: #FAFAFA;
    background: url(/images/news_bg.jpg) 50% 50%;
    padding: 70px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

.form-in {
  width: 100%;
  max-width: 500px;
  
  margin: auto;
}

.form-in2 {
  width: 100%;
  max-width: 900px;
  
  margin: auto;
}

.form-in3 {
  width: 100%;
  max-width: 500px;
  
  margin: auto;
}

.terms { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:180px; overflow-y:scroll; background-color:#f9f9f9; }
.terms2 { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:240px; overflow-y:scroll; background-color:#f9f9f9; }
.terms3 { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:80px; overflow-y:scroll; background-color:#f9f9f9; }

.floating { background-color:#0199e4; border:2px solid #0199e4; position: fixed; right: 50%; top:160px; margin-right:-49%;  text-align:center; width:98px; border-radius:26px; z-index:1000 }
.floating .item_q {font-size:14px; font-weight:600; color:#FFF; margin-top:10px }
.floating .item_q a { color:#fff }
.floating .item_q a:hover { color:#061647 }


.floating_m { background-color:#0199e4;  position: fixed; right: 0;  margin-right:0;  bottom:0; height:80px; text-align:center; width:100%; border-radius:0;  0px; z-index:1000 }
.floating_m .item_q {font-size:10px; font-weight:600; color:#FFF; margin-top:14px; float:left; width:20% }
.floating_m .item_q a { color:#fff }
.floating_m .item_q a:hover { color:#061647 }

.apply_box {border:6px solid #d51c6a; background-color:#fff; padding:4px; min-height:183px; text-align:center}
.apply_box .apptxt { font-size:18px }

.apply_box2 {border:6px solid #0752b1; background-color:#fff; padding:6px; min-height:183px; margin-top:10px; text-align:center}
.apply_box2 .apptxt { font-size:18px }


.departments {
  overflow: hidden; margin:30px 0 30px; 
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px 15px 4px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 16px;
}
.departments .nav-link:hover {
  color: #1977cc;
}
.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc; 
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #333;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
  

}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 70px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ac8a21;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-title h3 {
  font-size: 20px;
  margin-bottom: 10px; line-height:180%;
  color: #06457b;
}

.section-title p {
  margin-bottom: 0; font-size:18px; color:#ac8a21; font-weight:500
}

.tel { font-size:18px }
.zone { font-size:14px }

.about .icon-boxes h4 {
  font-size: 18px;
  color: #cc0776; font-weight:600;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 20px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}
.about .icon-box:hover .icon i  {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px; color: #094db2; font-weight:600;
}


.about .icon-box .description {
  margin-left: 60px;
  line-height: 28px;
  font-size: 15px; color:#333;
}

.about .b_description {
  font-size: 16px; color:#333; line-height:190%
}



.about .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h3 {
  font-weight: 500;
  line-height: 30px;
  font-size: 22px; color:#192447
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative; font-size: 18px; color:#192447
}
.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #fc0254;
}
.about .content p:last-child {
  margin-bottom: 0;
}



.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
 
  text-align: center;
  background: #fff; border-radius: 10px; 
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #192447;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.counts .count-box span {
  font-size: 50px;
  display: block;
  font-weight: 600;
  color: #a28235;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  
  font-size: 18px;
}

.professor {
  background: #fff;
}
.professor .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px; 
}
.professor .member .pic {
  overflow: hidden;
  width: 200px; min-width:180px;
  border-radius: 50%;
}
.professor .member .pic img {
  transition: ease-in-out 0.3s;
}
.professor .member:hover img {
  transform: scale(1.1);
}
.professor .member .member-info {
  padding-left: 14px;
}
.professor .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #1c386d;
}
.professor .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.professor .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 1px;
  background: #6296f7;
  bottom: 0;
  left: 0;
}
.professor .member p {
  margin: 10px 0 0 0;
  font-size: 15px; line-height:180%;
}

.job { 
  padding: 0
}
.job .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.job .member .member-img {
  position: relative;
  overflow: hidden; width:160px; height:160px;
}

.job .member .member-info {
  padding: 15px 15px;
}
.job .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px; text-align:center;
  color: #222222;
}
.job .member .member-info span {
  display: block;
  font-size: 14px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}
.job .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.review { 
  padding: 0
}
.review .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.review .member .member-img {
  position: relative;
  overflow: hidden; width:200px
}

.review .member .member-info {
  padding: 15px 15px;
}
.review .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px; text-align:center;
  color: #222222;
}
.review .member .member-info span {
  display: block;
  font-size: 12px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}

.news { 
  padding: 0
}
.news .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.news .member .member-img {
  position: relative;
  overflow: hidden; width:100%
}

.news .member .member-info {
  padding: 15px;
}
.news .member .member-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px; text-align:center; line-height:150%;
  color: #222222;
}
.news .member .member-info span {
  display: block;
  font-size: 14px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}

.facility h4 {font-size:20px; color:#c0981b; }
.facility h3 {font-size:22px; color:#08389a; margin-top:20px }
.facility p { line-height:190%; color:#333}

.box_f { background-color:#f2f2f2;  border-radius:10px; text-align:left; padding:20px }
.box_f img { width:100% }




.mt3 { margin-top:3px !important;}
.mt5 { margin-top:5px !important;}
.mt7 { margin-top:7px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt-30 { margin-top:-30px !important;}

.ml2 { margin-left:2px !important;}
.ml3 { margin-left:3px !important;}
.ml5 { margin-left:5px !important;}
.ml8 { margin-left:8px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml30 { margin-left:30px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml54 { margin-left:54px !important;}
.ml80 { margin-left:80px !important;}
.ml120 { margin-left:120px !important;}



.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}

.mr3 { margin-right:3px !important;}
.mr5 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}

.m15{margin:15px;}

.L { text-align:left !important;}
.R { text-align:right;}
.C { text-align:center;}
.J {text-align:justify;}
.vM{vertical-align:middle;}
.vT{vertical-align:top;}
.vB{vertical-align:bottom;}


.f8 {font-size:8px !important;}
.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f17 {font-size:17px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important; }
.f24 {font-size:24px !important; }
.f26 {font-size:26px !important; }
.f28 {font-size:28px !important; }
.f30 {font-size:30px !important; }
.f46 {font-size:46px !important; }

.line130{line-height:130%;}
.line150{line-height:150%;}
.line160{line-height:160%;}
.line170{line-height:170%;}
.line180{line-height:180%;}
.letter0{letter-spacing:0em;}
.letter1{letter-spacing:0.01em;}

.wh{color:#fff !important;}
.black_t{color:#333!important;}
.blue_t{color:#015ebc !important;}
.green_t{color:#0a853e !important;}
.purple_t{color:#751287 !important;}
.red_t{color:#de4116 !important;}
.red2_t{color:#d51c6a !important;}
.gray_t{color:#b3b3b3;}
.ye_t{color:#eddb0d;}
.gold_t { color:#a28235 }
.orange_t {color:#ff8040;}

.h40 { height:40px  }
.h46 { height:46px  }






