*{
	-webkit-focus-ring-color:#4d4d4d !important;
	--bs-nav-link-font-size:0.9em !important;
}
::selection {
    color: #fff;
    background-color: #4d4d4d !important;
}
html{
	font-size: 1em;
}
html,
body {
	width: 100%;
	overflow-x:hidden;
	line-height: 1.8;
  color: #555555;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Noto Sans TC', sans-serif;
}
a{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
body.medium{
	font-size: 1.1em;
}
body.small{
	font-size: 1em;
}
body.large{
	font-size: 1.25em;
}
.navbar {
    padding:0;
    background: #4d4d4d;
}
.hamburger {
	margin-top: -3px;
}
.u-header .navbar .container{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	position: relative;
}
.g-color-primary{
	color: #4d4d4d !important;
}
/* .u-header .navbar .container:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	content: "";
	background-color: #FFCC66;
} */


@media (max-width: 991px) {
	
	#navBar {
		max-height: 80vh;
		overflow-x: auto;
	}
}

.u-header {
    font-size: 1.05em;
    z-index: 501;
    background-color: #fff;
}
.u-header.js-header-fix-moment {
	background-color: #fff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
	height: 70px;
	margin: 0px;
}
.offcanvas-header .navbar-brand img{
  height: 30px;
}
.navbar-brand h1{
	font-size: 0;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu {
	position: absolute;
	top: 1px;
	right: 10px;
	display: inline-block;
}
.js-header-change-moment nav.navbar .top-menu{
	top: -8px;
}
nav.navbar .top-menu ul{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu ul li{
	display: inline-block;
	margin: 0;
}
nav.navbar .top-menu ul li a{
	padding: 0 7px;
	font-size: 0.89rem;
	display: block;
	color: #fff;
	border-radius: 10px;
	transition: all .5s ease;
	text-decoration: none;
}
nav.navbar .top-menu .c-font-size{
	font-size: 1rem;
}
nav.navbar .top-menu .c-font-size ul li a{
	padding: 0 5px;
	border-radius: 0px;
	text-align: center;
	background-color: #fff;
	color: #FFCC66;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all .5s ease;
}
nav.navbar .top-menu .c-font-size ul li a:hover{
	background-color: rgba(0,0,0,0.2);
}
nav.navbar .top-menu .c-font-size ul li.active a{
	border-radius: 0px;
	color: #555;
	border-bottom: 1px solid #555;
}
nav.navbar .top-menu .c-font-size ul li.active a:hover{
	color: #ddd;
}
nav.navbar .top-menu ul li a i { margin:0; }
nav.navbar .top-menu ul li.link a {
	color: #fff;
}
nav.navbar .offcanvas  .top-menu ul li.link a{
  color: #555;
}
nav.navbar .top-menu ul li.link a:hover {
	color: #ddd;
}
nav.navbar .top-menu ul li.link a.loginBtn {
	background-color: #FFCC66;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
nav.navbar .top-menu ul li.link a.loginBtn i {
	font-size: 0.8rem;
	float: left;
	margin-top: 7px;
}
.js-header-change-moment nav.navbar .top-menu ul li.link a.loginBtn {
	border-radius: 0 0 10px 10px;
}
ul.navbar-nav {
	margin-top: 20px;
	margin-bottom: 5px;
}
.js-header-change-moment ul.navbar-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
.phone-view{
	display: none;
}
.navbar-toggler .hamburger-line {
    height: 1px;
    background-color: #fff;
    width: 1.5em;
    display: block;
    margin: 7px auto;
}
.navbar-toggler{
	margin-top: 0px;
	margin-right: 10px;
}
/* .nav-link::after{
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: 10px solid #FFCC66;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    z-index: -1;
    transition: .3s ease-in;
} */
/* .nav-link:hover::after, .navbar-nav .active > .nav-link::after{
    content: "";
    display: block;
    transform: translate(-50%,-50%) scale(1);
    opacity: 0.8;
} */
/* .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link{
	color: #555 !important;
} */
@media (max-width:767px) {
	.navbar-toggler{
		margin-top: -5px;
		margin-right: 5px;
	}
	.navbar-brand img{
		height: 25px;
	}

}
.hs-sub-menu{
	padding: 10px !important;
}
.u-header__section{
	z-index:999 !important;
}
.hs-sub-menu li:hover{
	background: #f3efe9;
}
.hs-sub-menu {
	border: #cdcdcd solid 1px;
}
@media (max-width: 991px) {
	nav.navbar .top-menu {
		position: relative;
		border-bottom: 1px solid #cdcdcd;
		/* margin: 10px; */
		right: 0;
		top: 0;
		display: block;
		padding-bottom: 10px;
	}
	nav.navbar .top-menu ul {
    	display: block;
    	text-align: center;
    }
    nav.navbar .top-menu ul:nth-child(2) {
    	border: 0;
    	margin: 0;
    }
    nav.navbar .top-menu ul:nth-child(2) li {
    	margin-bottom: 5px;
    }
    ul.navbar-nav,
    .js-header-change-moment ul.navbar-nav {
    	margin-top: 15px;
    }
    .phone-view{
		display: block;
	}
	nav.navbar .top-menu .c-font-size{
		font-size: 1rem;
	}
	header{
		/* padding-bottom: 10px; */
	}
}
header{
	position: relative;
}
/* header::before{
	position: absolute;
	height: 15px;
	width: 100%;
	background-image: url('../img/footer-bottom.png');
	background-repeat: repeat-x;
	background-size:  auto 15px;
	background-position: left bottom;
	content: "";
	left: 0;
	bottom:-15px;
	z-index:10;
} */
.content{
	margin-top: 53px;
	/* padding-bottom: 20px; */
	min-height: 70vh;
}
.content-index {
	background: #f0f0f0;
}
.content-index > section:nth-of-type(odd){
	background: #4d4d4d;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
}
.content.inpage{
	background: #fff;
}
.content-title{
	border-bottom: #808080 1px solid;
	font-size: 0.89em;
}
.content-title p{
	line-height: 1;
}
.content-title p:first-child{
	border: #4d4d4d solid 1px;
	display: inline-block;
	padding: 3px 10px;
}
/* .content > section{
	min-height: 40vh;
} */
h2{
	letter-spacing: 0.2em;
	font-weight: 800;
	font-size: 1.6em;
}
.bread{
	background: #fff;
	border-bottom: #cacaca 1px solid;
	margin-top: 103px;
}
.bread, .bread a, .bread i{
	color: #4d4d4d;
}
.bread-main{
	color: #4d4d4d;
}
a{
	color:#4d4d4d;
	transition: all.5s ease;
}
a:hover{
	color:#000000;
}
.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
	padding: 0em 0.5em;
}
.nav-item a:not(.dropdown-item a){
	color: #fff !important;
	border-bottom: 2px solid transparent;
}
.js-mega-menu .nav-item.active > a, .nav-item a:not(.dropdown-item a):hover{
	border-bottom: 2px solid #fff;
	color: #fff !important;
}
/* #js-header{
	border-bottom: 4px solid #FFCC66;
}
.u-header__section{
	border-bottom: 6px solid #4d4d4d;
} */
/* .nav-item::after{
    border-radius: 50%;
    width:5px;
    height: 5px;
    background:#FFCC66;
    content: "";
    position: absolute;
    left:-2px;
    top:45%;
}
.navbar-nav .nav-item:last-child::before{
    border-radius: 50%;
    width:5px;
    height: 5px;
    background:#FFCC66;
    content: "";
    position: absolute;
    right:0px;
    top:45%;
} */
.nav-item{
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.hs-has-sub-menu > a::after{
	margin-left: 0px !important;
	font-size: 0.5em !important;
}
.no-info{
	border: #4d4d4d solid 1px;
	max-width: 500px;
	min-width: 400px;
}
@media (max-width:991px) {
    .nav-item::after, .nav-item::before{
        display: none;
    }
}
.social-link{
	width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    color: #555;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 11;
	position: fixed;
}
.social-link-1{
	right: 15px;
	bottom: 210px;
}
.social-link-2{
	bottom: 145px;
	right: 15px;
}
.social-link-3{
	bottom: 80px;
	right: 15px;
}
.social-link i{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-wrapper{
	/* background-image: url('../img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%; */
	z-index: 8;
	position: relative;
}
/* .footer-bottom{
	position: relative;
	
} */
.footer-wrapper:after{
	position: absolute;
	height: 15px;
	width: 100%;
	/* background-image: url('../img/footer-bottom.png'); */
	background-repeat: repeat-x;
	background-size:  auto 15px;
	background-position: left top;
	content: "";
	left: 0;
	top:-15px;
	z-index:10;
}
@media (max-width: 991px) {
	.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
		padding: 0.4em 0.4em;
	}
}
.footer .footer-alpha{
	width: 100%;
}
.footer .text a:hover{
	color: #555;
	text-decoration: none;
}
.footer-facebook a{
	background:#4d4d4d;
	color:#fff;
	border-radius: 30px;
	line-height: 1.2;
	padding: 5px 20px;
	color: #fff;
	border: 3px solid  #4d4d4d;
	display: inline-block;
	font-size: 0.9em;
}
.footer-facebook i{
	font-size: 1.3em;
	margin-right: 10px;
}
.footer-facebook a:hover{
	color: #4d4d4d;
	background: #fff;
}
.footer-bottom{
	border-top: #cacaca solid 1px;
	color: #4d4d4d;
	background: #fff;
}
.footer-bottom a{
	color: #4d4d4d;
	padding: 5px 8px;
	text-decoration: none;
	display: inline-block;
	transition: all .5s ease;
}
.footer-bottom a:hover{
	background-color: rgba(255,255,255,0.3);
}
.footer-sitemap ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-sitemap a{
	color: #555;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	transition: all .5s ease;
}
.footer-sitemap .h3{
	color: #4d4d4d;
	font-size: 1.1em;
	border-bottom: 1px solid #cdcdcd;
	padding: 8px 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-sitemap a:hover{
	background-color:#f3efe9;
}
/* .footer-sitemap a.footer-sitemap-one{
	display: inline-block;
	padding: 3px 15px;
	position: relative;
	color: #4d4d4d;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-sitemap a.footer-sitemap-one:after{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #4d4d4d;
	content: "";
	left: 0;
}
.footer-sitemap a.footer-sitemap-one:before{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #4d4d4d;
	content: "";
	right: 0;
} */

/* banner */
.banner {
  /* min-height: 50vh; */
  /* max-width: 1700px; */
  width: 100vw;
  margin: 0 auto;
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
	background: #fff !important;
}
.photo-bg, a .photo-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.photo-bg:after, a .photo-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0,0,0,0);
  transition: all .5s ease;
}
.tparrows{
  width: 2rem;
  height: 2rem;
}
.tp-bullets{
  left: 90% !important;
}
.tp-bullet-title{
  display: none !important;
}
.zeus.tparrows{
  display: block !important;
  visibility: visible !important;
}
/* news */
li[role^="presentation"]{
	margin-left: 5px;
	margin-right: 5px;
}
.btn-tag{
	color: #4d4d4d !important;
    border-radius: 0;
    padding: 5px 10px;
    line-height: 1.5;
	border: #4d4d4d 1px solid;
	background: #fff;
	box-shadow: none;
	margin-bottom: 10px;
}
.btn-tag:hover , .active.btn-tag{
	background: #808080;
	color: #fff !important;
	transition: all .3s linear;
}
.see-more{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.see-more a{
	border: #4d4d4d 1px solid;
	color: #4d4d4d;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .5s ease;
}
.see-more a:hover{
	background-color: #4d4d4d;
	color: #ffffff;
}
.see-more a img{
	margin-left: 10px;
}
.see-more a:hover img{
	margin-left: 20px;
}
.content-index > section:nth-of-type(odd) .see-more a{
	border: #d3d3d3 1px solid;
	color: #d3d3d3;
}
.news .nav-item, .member .nav-item{
  border: #808080 1px solid;
  border-radius: 0;
  background: #fff;
}
.news .nav-link a, .news .nav-link, .member .nav-link a, .member .nav-link{
  color: #4d4d4d !important;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.news .nav-link a:hover, .news .nav-link:hover,.news .nav-link.active, .member .nav-link a:hover, .member .nav-link:hover,.member .nav-link.active{
  background: #808080;
  color: #fff !important;
}
.news-type{
  color: #4d4d4d;
  padding-bottom: 3px;
  padding-top: 5px;
  border-bottom: 1px solid #111;
  font-size: 0.99em !important;
  margin-bottom: 5px;
}
.nav-pills .nav-item{
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.sec-tabs{
	display: flex !important;
	justify-content: center;
	border-bottom: none;
}
.sec-tabs li{
	margin-left: 5px;
	margin-right: 5px;
	border: none !important;
	box-shadow: 0px 1px 0px #4d4d4d;
}
.sec-tabs li button{
	border: none !important;
}
.js-next, .js-prev{
  background: transparent;
  font-size: 2em;
  top: 40% !important;
}
.js-next{
  right: -10px;
}
.js-prev{
  left: -10px;
}
.js-pagination{
  top: 100%;
}
.js-pagination li span{
  background-color: #cacaca;
}
.js-pagination .slick-active span{
  background-color: #4d4d4d !important;
}
@media (max-width:991px) {
	.bread{
		font-size: 0.9em;
		margin-top: 0px;
	  }
}
@media (max-width:767px) {
  .js-next{
    right: -20px;
  }
  .js-prev{
    left: -20px;
  }
  h2{
	font-size: 1.2em;
	}
  .news-group div{
	font-size: 0.89em;
  }
  .bread{
	/* margin-top: -4px; */
	font-size: 0.9em;
  }
  .content{
	margin-top: 45px;
  }
  .no-info{
	max-width: 350px;
	min-width: 300px;
  }
  .btn-tag{
	font-size: 0.8em;
	padding: 3px 6px;
  }
}
/* resource */
.resource .js-carousel .js-prev, 
.resource .js-carousel .js-next{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	height: 90px;
	width: 90px;
}
.resource .js-next{
	right: 50px;
  }
.resource .js-prev{
	left: 50px;
  }
.resource .js-carousel .js-prev::before, 
.resource .js-carousel .js-next::before{
	padding-top: 25px;
}
@media (max-width:767px) {
	.resource .js-carousel .js-prev, 
	.resource .js-carousel .js-next{
		height: 30px;
		width: 30px;
	}
	.resource .js-carousel .js-prev::before, 
	.resource .js-carousel .js-next::before{
	padding-top: 0px;
	font-size: 0.89em;
}
}
/* admission */
.admission .row img{
	width: auto;
	height: 100px;
	margin-bottom: 20px;
}
/* footer */
footer{
	border-top: #cacaca solid 1px;
	background: #fff;
}
.footer-bottom{
	font-size: 0.9em;
}
.btn-feedback{
	background: #fff;
	color: #4d4d4d !important;
	border: #4d4d4d solid 1px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.btn-feedback:hover{
	background: #ddd !important;
	color: #4d4d4d !important;
}
.gmnoprint{
	display: none !important;
}
ul.pagination{
	margin-top: 30px;
}
ul.pagination > li > a{
	margin:5px;
	border:1px solid #555;
	padding:0.5em 0.8em;
	border-radius: 50px;
	color:#555;
}
ul.pagination > li.active > a{
	background:#4d4d4d; 
	color:#FFF;
}
ul.pagination > li > a:hover{
	border-color:#4d4d4d; 
	color:#4d4d4d;
}
ul.pagination > li.active > a:hover{ 
	border-color:#4d4d4d; 
	color:#fff;
}
.hs-has-mega-menu:not(.hs-mega-menu-opened) *::before, .hs-has-mega-menu:not(.hs-mega-menu-opened) *::after, .hs-has-sub-menu:not(.hs-sub-menu-opened) *::before, .hs-has-sub-menu:not(.hs-sub-menu-opened) *::after,
.hs-has-sub-menu > a::after {
	display: none !important;
}
@media (max-width:767px) {
.pagination li:not(li:nth-of-type(2), li:nth-last-child(2)){
	display: none;
}
}
@media (max-width:1199px) {
	.navbar-brand img{
		height: 60px;
		margin: 3px 0px 6px 0px;
	}
}
@media (max-width:991px) {
	.footer-bottom{
		font-size: 0.89em;
	}
	.footer-bottom > .d-flex > div{
		padding-bottom: 20px;
	}
	.footer-bottom a:nth-child(1){
		padding-left: 0;
	}
}
@media (max-width:767px) {
    p{
        font-size: 0.9em;
    }
    .footer h3{
        font-size: 0.99em !important;
    }
    .footer img{
        width: 120px !important;
    }
    .footer-bottom{
        line-height: 1.5;
    }
	.contact{
		font-size: 0.8em;
	}
	.admission .row img{
		height: 80px;
		margin-top: 20px;
	}
	.navbar-brand img{
		height: 50px;
		margin: 3px 0px 6px 0px;
	}
}
@media (max-width:575px) {
	.footer-bottom{
		font-size: 0.7em;
	}
}
/* inpage */
.download div{
	border-left:solid #4d4d4d 1px;
}
@media (max-width:767px) {
	.download div{
		border-left:none;
		border-top:solid #4d4d4d 1px ;
		padding-top: 10px;
	}
	.download{
		margin: 5px;
	}
}
/* about-member */
.member .member-content{
	border-top: #4d4d4d solid 1px;
}
.member-content li{
	margin-bottom: 5px;
	margin-top: 5px;
}
.member-content > div:first-child{
	font-weight: 800;
}
@media (max-width:767px) {
	.member .member-content{
		margin: 0 5px 20px 5px;
	}
	.member-content > div:first-child{
		margin-bottom: 0px;
	}
	.member-content li{
		font-size: 0.9em;
		line-height: 1.5;
	}
}
/* about-future */
.future .nav-pills .nav-link{
	border-radius: 50%;
	width: 250px;
	height: 250px;
	border:1px solid #4d4d4d;
	background: #4d4d4d;
	transition: all .4s linear;
	color:#fff;
	font-size: 1.2em;
	font-weight: 800;
}
.future .nav-pills li:first-child:hover button, .future .nav-pills li:first-child button.active{
	background-image: url(../img/banner-02.jpg);
	transition: all .4s linear;
	color:#fff;
}
.future .nav-pills li:last-child:hover button, .future .nav-pills li:last-child button.active{
	background-image: url(../img/banner-03.jpg);
	transition: all .4s linear;
	color:#fff;
}
@media (max-width:767px) {
	.future .nav-pills .nav-link{
		width: 150px;
		height: 150px;
		font-size: 0.9em;
	}
}
/* about-qa */
.qa .card{
	/* border-bottom:1px solid #4d4d4d; */
	margin-bottom: 10px;
}
.qa .card h5{
	border-bottom:1px solid #4d4d4d; 
}
/* course-target */
.course .tabs{
	border-bottom: #cdcdcd 1px solid;
	
}
.course .tabs li a.active, .course .tabs li a:hover{
	border-bottom: #4d4d4d 2px solid;
	font-weight: 800;
	color: #111;
}
@media (max-width:767px) {
	.course .tabs li a{
		font-size: 0.9em;
	}
}
/* affair */
.affair li a {
	/* border: #808080 solid 1px; */
	text-decoration: underline;
	padding: 0px 8px;
}
.affair li a:hover{
	background: #eee;
	color: #111;
}
.affair ul .disable a{
	/* border: transparent solid 1px; */
	color: #cdcdcd;
	text-decoration: none;
}
.affair ul .disable a:hover{
	background: #fff;
	cursor: not-allowed;
}
@media (max-width:767px) {
	.affair li a, .affair div{
		font-size: 0.99em;
	}
	.affair h6{
		padding: 0;
	}
	.affair-number{
		display: none;
	}
	.affair-wrap{
		margin-bottom: 20px;
		padding: 0;
	}
	.affair-title{
		line-height: 1.2;
		padding: 0;
	}
}
/* feedback */
.btn-submit{
	color: #4d4d4d !important;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
	border:#4d4d4d 1px solid;
}
.btn-submit:hover{
    background: #808080;
    color: #fff !important;
	transition: all .3s linear;
}
.form-group{
	margin-bottom: 20px;
}
.form-control{
	border-radius: 0;
	border: #4d4d4d 1px solid;
}
.form-control:focus{
	border: #4d4d4d 1px solid;
	background: #cacaca;
}
.text ul li{
	list-style: disc;
}
.text ol li{
	list-style: decimal;
}
.inter-type {
	margin-bottom: 10px;
}
.inter-type div{
	display: inline-block;
	padding: 3px;
}
.inter-item{
	margin-right: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.inter-group a .inter-text{
	color: #888888;
	transition: all .5s ease;
}
.inter-group a{
	transition: all .5s ease;
}
.inter-group a:hover{
	color: #111111;
}
.inter-group a:hover .inter-text{
	color: #333333;
}.download-list {
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (min-width: 1291px) and (max-width: 1399px) {
	.u-header .container{
		  max-width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1290px) {
	.u-header .container{
		  max-width: 100%;
	}
	.navbar-brand {
    position: absolute;
    left: 20px;
    top: 0;
	}
}
.content-index > section:nth-of-type(odd) .news-group a{
	color:#fff
}
.content-index > section:nth-of-type(odd) .news-group a .news-type {
	color: #d3d3d3;
	border-bottom: 1px solid #777;
}
