/* Add here all your css styles (customizations) */

/*2016 11 13 this is the pilot test*/
/*color setting*/
/*blue style*/
.color-blue-lt { color:#58bbf4;}
.color-blue-dk1{ color:#5c7493;}
.color-blue-dk2{ color:#5a7aa2;}
.color-orange  { color:#f77e42;}
/*red style*/
.color-red-lt  {color:#e60909;}
.color-red-dk  { color:#d06e6e;}

/*pink style*/
.color-pink-lt { color:#bd7e90;}
.color-pink-dk { color:#aa5b71;}

/*black style*/
.color-black   { color:#1b1b1b;}

/*gray style*/
.color-gray-md { color:#959595;}
.color-gray-lt1{ color:#707070;}
.color-gray-lt2{ color:#d5d5d5;}
.color-gray-lt3{ color:#a2a2a2;}
.color-gray-lt4{ color:#c9c9c9;}
.color-gray-dk1{ color:#707070;}
.color-gray-dk2{ color:#626262;}

/*count-down box*/
.count-down .box{ padding:16px 20px 26px; background:#fff; border:1px #d5d5d5 solid;}
.count-down .box h2{ font-size:18px !important; text-align:left; border-bottom:1px #d5d5d5 solid; line-height:2em;}
.count-down .box h2 span{ font-size:35px;padding-top: 25px;}

.count-time{font-size:35px;}
.count-time sub{font-size:13px;}
/*header*/
.topbar-v1{border-top:none; border-bottom:none;}
.header-v4 .navbar-brand{margin:0; padding:0;}
.header-v4 .navbar-default .navbar-nav > li{ border-left:none; border-right:none;}
.interactive-slider-v2 {
  z-index: 1;
  padding: 78px 0;
  position: relative;
  text-align: center;
  background: url(../img/banners/banner-about.jpg) no-repeat;
/*  background-size: cover;*/
  background-position: center center;
}
.interactive-slider-v2 {background-size: contain;
	height: 197px;}
@media (max-width: 991px) {
	.interactive-slider-v2 { margin-top:20px;}
  
	}


.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0);
}
/*home news and home event*/
.news-list, .news-list dt, .news-list dd{ display:block; 
list-style-type:none; padding:0;
margin:0; list-style:none; line-height:1.6;}
.news-list dt{ width:170px; float:left; color:#626262; font-weight:400;}
.news-list dd{ color:#626262; font-weight:400;
margin-bottom:7px; padding-bottom:7px; padding-left:170px; text-align:justify;}

.news-list.twoCol dt{width:100px;}
.news-list.twoCol dd{padding-left:100px; }
.news-list dd a{ color:#626262;}
.news-list span {
    background: #fff;
    color: #aa5b71;
	border:#bd7e90 solid 1px;
    display: inline-block;
    font-size: 0.93em;
    margin-left: 15px;
    padding: 2px 0;
    text-align: center;
    width: 70px;
}

/*site map*/
.stiemap-panel .panel-body{ padding-top:5px; padding-bottom:5px;}	
/*mega-btn*/
.test-time{ font-size:35px;}	
.one, .two{border-right:1px solid #d5d5d5;min-height: 505px;}
.one h1{ color:#e75441;}
.two h1{ color:#25466f;}
.three h1{ color:#f7763c;}
 
/*sky-form member-login*/ 
.sky-form.member-login {}
.sky-form.member-login header{ color:#707070; font-size:18px;}
.sky-form.member-login fieldset{ padding:15px 30px 5px;}

.sky-form a.btn-u.btn-u-blue {
    color: #5a7aa2;
}

/*exam-guide*/
.headline{border-bottom:1px solid #d5d5d5;}
.headline h2, .headline h3, .headline h4{ border-bottom:none;}
.exam-guide { margin:20px 0;}
.exam-guide .inner-faq-b{ border-right:1px solid #d5d5d5; padding:10px 20px;}
.exam-guide .inner-faq-b.last{ border-right:none;}
.exam-guide .inner-faq-b img{ width:50%;}

.table-exam > tbody > tr > td:nth-child(1){ width:67px;}
.table-exam > tbody > tr > td:nth-child(2){ width:145px;}
@media (max-width: 991px) {
  .one, .two{min-height: auto;}
 	.count-down .box h2 span{ font-size:35px;padding-top:0px;}
	.table-exam > tbody > tr > td:nth-child(1){ width:67px;}
    .table-exam > tbody > tr > td:nth-child(2){ width:100px;}

	}
/*sidebar-head*/
.sidebar-head{ background:#5a77a2; color:#fff; font-weight:700; margin-bottom:0; padding:10px;}

/*footer*/
.copyright-section {
  z-index: 1;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 25px 0 20px; 
  border-top:1px #e5e5e5 solid;
}
.copyright-section i.back-to-top {
  left: 50%;
  top: -37px;
  color: #555;
  font-size: 20px;
  background: #e5e5e5;
  padding: 8px 10px;
  margin-left: -15px;
  position: absolute;
}
.copyright-section i.back-to-top:hover {
	background: #5c7493;
  color:#fff;
}
@media (max-width: 768px) {
  .notice h4.color-blue-lt {
    font-size: 16px;
  }
  .notice h4.color-blue-lt a{
    display: block;
    margin-bottom: .5rem;
  }
}