/************************************************ #sticky-news-wrapper ************************************/
#sticky-news-carousel:before {
    content: "";
    position: fixed;
    
    height: 100%;
    
    top: 0;
    left: 0;
    right: 0;
    
    z-index: -100;
    
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.15) 90%);

    opacity: 0.55;
}

#sticky-news-carousel .carousel-indicators li  {
    height: 4px;
    width: 70px;
    
    border-radius: 6px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.35);
}

.carousel-fade .carousel-item {
    transition-duration: 0.5s;
}

#sticky-news-carousel .carousel-indicators li:hover {
    cursor: pointer;
}

#sticky-news-carousel .carousel-item {
    height: 22.5rem;
    
    background-size: cover;
    background-position: 50% 50%;
}

#sticky-news-carousel .carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
}

#sticky-news-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;

    padding: 30px 10%;
    
    text-align: left;

    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#sticky-news-carousel .carousel-caption h5 {
    font-size: 1.5rem;
    
    font-weight: bold;
}

#sticky-news-carousel .carousel-caption p {
	font-size: 1.25rem;
	
    margin-bottom: 2rem;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/************************************************ .list-container ************************************/
.list-container {
    display: flex;
    justify-content: center;

    padding: 4rem 0;
}

.list-container:nth-child(2n) {
    background-color: #f0f0f0;
}

/************************************************ .item-list ************************************/
#carousel > div {
    width: 100% !important;
}

.item-list {
    overflow: hidden;
}

.item-list .list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 40px;

    margin: 0;
}

.item-list .list-head .title {
    flex: 0 0 auto;

    font-size: 1.5rem;
    font-weight: bold;

    margin-right: 1.5rem;
}

.item-list .list-head .title-divider {
    flex: 1 0 auto;

    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.item-list .extra-list-head {
    padding: 0.5rem 0;
    color: #0d8e3a;

    text-align: left;
}

.item-list .list-body {
    padding: 1rem 2rem;
}

.item-list ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.item-list ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-list ul li:hover {
    /* color: #0d8e3a; */
}

.item-list ul li:hover a {
    text-decoration: underline;
}

.item-list ul li span.index {
    font-size: 0.6rem;

    flex: 0 0 0.6rem;
}

.item-list ul li a {
    flex: 1 0 50%;

    padding: 0.5rem 1.5rem 0.5rem 0.5rem;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: rgba(0, 0, 0, 0.85);
}

.item-list ul li span.date {
    flex: 0 0 auto;
}

/************************************************ #news ************************************/
#news.item-list ul {
    /* min-height: 185px; */
    /* max-height: 370px; */

    max-height: 15rem;
    overflow: hidden;
}

/************************************************ #training ************************************/
#training.item-list ul {
    max-height: 12.5rem;

    overflow: hidden;
}

/************************************************ #innovation ************************************/
#innovation.item-list ul {
    max-height: 12.5rem;

    overflow: hidden;
}

/************************************************ #training-parade ************************************/
#training-parade {
    width: 80%;

    padding: 0;
    margin: 0 auto;

    list-style: none;

    display: flex;
    flex-flow: row nowrap;
}

#training-parade li {
    height: 180px;

    flex: 1 0 auto;

    border: 1px solid rgba(255, 255, 255, 0.85);

    background-size: cover;
    background-repeat: no-repeat;
}

#training-parade li a {
    position: relative;
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;

    height: 100%;
}

#training-parade li a span {
    z-index: 100;
    
    width: 1rem;
    
    font-size: 1.25rem;
    line-height: 1.5rem;
    
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 0px 1px #0d8e3a;
    
    transition: color,transform 0.5s;
}

#training-parade li a div.backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    background-color: rgba(0, 0, 0, 0.6);

    transition: all 0.5s;
}

#training-parade li:hover {
	cursor: pointer;
}

#training-parade li:hover a span {
    transform: scale(1.25);

    color: #fff;
    /* text-shadow: 1px 1px 0px #192f59, -1px -1px 0px #192f59; */
    font-weight: bold;
}

#training-parade li:hover a div {
    background-color: rgba(0, 0, 0, 0);
}

#training-parade li:nth-child(1) {
    background-image: url(../img/tt/tt-1.jpg);
}

#training-parade li:nth-child(2) {
    background-image: url(../img/tt/tt-2.jpg);
}

#training-parade li:nth-child(3) {
    background-image: url(../img/tt/tt-3.jpg);
}

#training-parade li:nth-child(4) {
    background-image: url(../img/tt/tt-4.jpg);
}

#training-parade li:nth-child(5) {
    background-image: url(../img/tt/tt-5.jpg);
}

#training-parade li:nth-child(6) {
    background-image: url(../img/tt/tt-6.jpg);
}

#training-parade li:nth-child(7) {
    background-image: url(../img/tt/tt-7.jpg);
}

#training-parade li:nth-child(8) {
    background-image: url(../img/tt/tt-8.jpg);
}

#training-parade li:nth-child(9) {
    background-image: url(../img/tt/tt-9.jpg);
}

#training-parade li:nth-child(10) {
    background-image: url(../img/tt/tt-10.jpg);
}

#training-parade li:nth-child(11) {
    background-image: url(../img/tt/tt-11.jpg);
}

/**************************************** fix for sudy **********************************/
.list-container .list-body .article-index {
    font-size: 0.6rem;
    flex: 0 0 0.6rem;
}

.list-container .list-body .article-title {
    display: flex;
    flex: 1 0 50%;
    overflow: hidden;
}

.wp_article_list .list_item {
    height: auto;
    border-bottom: none;
}

