/* Header */
.bg-primary {
  background: #333;
}
.wrapper.bg-primary.prelogin {
    background: #fff;
}
.wrapper.bg-primary.postlogin {
    background: #363636;
}
header img.img-responsive.site-logo {
  margin: 0px 0px;
}

header nav ul {
  list-style: none;
  margin: 14px 0px 10px 30px;
  text-align: right;
  padding: 0;
}

header nav ul li {
  display: inline-block;
  margin-right: 25px;
}

header nav ul a {
  color: #fff;
}
.prelogin header nav ul a {
    color: #000;
    font-weight: 500;
}

/*End Header */
.home-page {
    background-image: url(../img/V7page.jpg);
    /* background-position: center bottom; */
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 6px solid #09556f;
    position: relative;
    background-color: #333333;
    min-height: 300px;
}

.header-title h1 {
    font-size: 40px;
    font-weight: 400;
}

.header-title h2 {
    font-size: 85px;
    margin-left: 14%;
    margin-top: -18px;
    text-transform: uppercase;
}

.header-title {
    text-align: left;
    color: #fff;
}
.home-page .introOverlay {
    background: -moz-linear-gradient(to right, rgb(81, 79, 79) 0%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(to right, rgb(81, 79, 79) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgb(81, 79, 79) 0%,rgba(125,185,232,0) 100%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 0;
}

/* home pageround box */
@media (min-width: 1200px){
  .container {
      /*width: 90%;*/
  }
}
.home-page-round-flex-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-page-round-flex-main .home-page-round-flex-cell {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    border: 4px solid #f2f2f2;
    position: relative;
    padding: 2px 10px 15px 10px;
    flex-basis: 25%;
}

.home-page-round-flex-cell .count p{
  flex: 1;
  margin: auto;
}
.home-page-round-flex-cell .count {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    background: #177C94;
    border: 5px solid #dddddd;
    color: #fff;
    text-align: center;
    position: relative;
    top: -27px;
    margin: auto;
}
.home-page-program-flex-main {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.home-page-program-flex-main .home-page-program-flex-cell {
    /* flex: 1; */
    text-align: center;
    /* margin: 0 8px; */
}
.home-page-program-flex-cell h5{
    font-size: 18px;
}

.home-page-program-flex-main .home-page-program-flex-cell .des {
    padding: 0 16px;
    border-right: 1px solid #F44336;
    min-height: 170px;
    margin-top: 18px;
}
.home-page-program-flex-main .home-page-program-flex-cell:first-child .des {
    border-left: 1px solid #F44336;
}
.home-page-program-flex-main .home-page-program-flex-cell:hover {
    background: #f5f5f5;
}

.program-img.common {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-image: url('../img/publicSprite.png');
}

.program-img.common.career {
    background-position: -28px -30px;
}
.program-img.common.Corporate {
    background-position: -150px -30px;
    width: 130px;
}
.program-img.common.Recruitment {
    background-position: -310px -30px;
    width: 130px;
}
.program-img.common.Certification {
    background-position: -468px -30px;
}
.footer-box img{
    margin-top:20%;
}
.footer-box{
    padding: 2% 5%;
    margin-top: 5% ;
}
.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {margin: 0px auto;color: rgba(255,255,255,0.5);}

.footer-box ul li a span {
    margin-right: 5px;
}

.footer-box ul li a {
    color: rgba(255,255,255,0.5);
    display: block;
    padding: 7px;
    padding-left: 13px;
    background: url('../img/bullet.png') no-repeat center left;
    font-size: 12px;
}
.footer-box ul li a:hover {
    color: #fff;
}
.footer-box {
    overflow: auto;
    background: #000000;
    color: #ffffff;
}

.footer-box h3 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #737373;
    padding-bottom: 17px;
    color: #fff;
    display: block;
    max-width: 80%;
}
@media only screen and (max-width: 600px) {
    .home-page-round-flex-main {
        flex-direction: column;
    }
    .home-page-program-flex-main .home-page-program-flex-cell .des{
        border-left: 1px solid #F44336;
        border-right: 1px solid #F44336;
    }
    .footer-box img{
        margin-top:2%;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .footer-box img{
        margin-top:5%;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}
/* home pageround box */
