/* List slider bar */
.latest-slider-bar {
    width: 100%;
    padding: 0px 14px;
    margin-bottom:12px;
}
.latest-slider-bar .slider {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.latest-slider-bar .slick-initialized {

    
}

/*
.latest-slider-bar .slider .slick-list{padding:0 20% 0 0;}
*/

@keyframes fadein{
    0%{opacity:0;display:none; }
    80%{opacity:0;display:block;}
    100%{opacity:1}
}

@-webkit-keyframes fadein{
    0%{opacity:0;display:none;}
    80%{opacity:0;display:block;}
    100%{opacity:1}
}









.latest-slider-bar .news-dot {
    float:left;
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    background-color: #10204d;
    margin-right: 12px;
    margin-top: 5px;
}
.latest-slider-bar .news-dot::before {
    content:"";
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    background-color: #10204d;
    position: absolute;
    margin-left: 0px;
    margin-top: -1px;
    opacity: 0;
    border: 2px solid #10204d;
    animation: dot-pulse 3s ease-out infinite;
}
.latest-slider-bar .news-dot::after {
    content:"";
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    background-color: #10204d;
    position: absolute;
    margin-left: 0px;
    margin-top: -1px;
    opacity: 0;
    border: 2px solid #10204d;
    animation: dot-pulse 3s ease-out infinite;
    animation-delay: 1.2s;
}
@keyframes dot-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(2);opacity:0}}


.latest-slider-bar h3 {
        font-size: 1.25rem;
    line-height: 1.4;
}

.latest-slider-bar .slider .latestcontent-slider {
   
}

.latest-slider-bar .slider .latestcontent-slider .theslide {
    max-height: 66px;
    height:66px;
    background:#f4f4f4;
    border-radius:4px;
    margin:6px;
    padding:12px;
    font-size:16px;
    font-weight:bold;
    overflow:hidden;
    
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    
}
.latest-slider-bar .slider .latestcontent-slider .theslide.slidefinal {
    background-color:#e66e22;
    color:#ffffff;
    text-align:center;
        text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest-slider-bar .slider .latestcontent-slider .theslide.slidefinal a {
    color:#fff;
}
.latest-slider-bar .slider .latestcontent-slider .theslide.slidefinal a:hover {
    color:#222;
}
.latest-slider-bar .slider .latestcontent-slider .theslide:hover {
    background:#f8f8f8;
}
.latest-slider-bar .slider .latestcontent-slider .theslide .slide-latest-inner {
    display:block;
    text-decoration:none;

}
.latest-slider-bar .slider .latestcontent-slider .theslide .slide-latest-inner:hover {
    text-decoration:none;
}
.latest-slider-bar .slider .latestcontent-slider .theslide .slide-latest-inner .item-content-time {
    display:inline-block;
    background-color: #e66e22;
    color: #fff;
    font-size:12px;
    padding: 0 6px;
    margin-right:8px;
}



/* New style for slide nav */
.slider.home .slick-arrow {
    border-radius:3px !important;
}
.slider.home .slick-arrow::before {
    background-size: 5px !important;
}
.slider.home .slick-prev::before {
    top:0px !important;
}
.slider.home .slick-next::before {
    top:0px !important;
}






/* The latest list */
.gn-list-latest {
	max-width:840px;
	margin:0 auto;
}

.gn-list-latest .latest-wrapper .latest-category  {
	    position: relative;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item {

    background-color: #fff;
	list-style: disc;
    font-size: 48px;
	color: #10204d;
    margin: 0px 0px 64px 108px;
	padding: 0em 0em 1em 0em;
	border-radius: 5px;
	list-style-type:none;
}

.gn-list-latest .latest-wrapper .latest-category .latest-category-sep {
	list-style: none;
    font-size: 32px;    
	margin: 0px 0px 32px 0px;
	
    padding-left: 0px;
    border-bottom: 1px solid #ededed;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-sep h2 {
    font-size: 16px;
    color: #e66e22;

}
.gn-list-latest .latest-wrapper .latest-category > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #10204d;
    position: absolute;
    top: 0px;
    left: 16px;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content h2 {
       word-wrap: break-word; 
}

.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content .latest-author {
    font-size:12px;
    color:#757575;
    margin-bottom:8px;
}

.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content p.has-background {
    padding:0px;
}
.gn-list-latest .latest-wrapper .latest-category > li .item-content::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #10204d;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -137px;
}


.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content {
	font-size: 18px;
	color: #222;
	position:relative;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content .thumbnail-caption {
    display:none;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content figcaption {
    font-size:12px;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content a {
    color:#e66e22;
}


.gn-list-latest .latest-wrapper .latest-category li .item-content .item-content-time {
	position: absolute;
    left: -112px;
    top: 6px;
    background-color: #e66e22;
    color: #fff;
    font-weight: bold;
    padding: 0px 6px;
}

/* Latest share options */
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content ul.latest-share-links {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    /*background-color: #2222220d;*/
    padding: 6px;
    border-radius: 6px;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content ul.latest-share-links li {
    list-style-type: none;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content ul.latest-share-links li a {
    font-size: 16px;
    color: #222;
    margin-right: 18px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content ul.latest-share-links li a svg{
    
}

.gn-list-latest .latest-wrapper .latest-rootnav {
    
}
.gn-list-latest .latest-wrapper .latest-rootnav a {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    background-color: #10204d;
    color:#fff;
    padding: 6px;
    border-radius: 6px;
    justify-content: center;
    margin: 10px 0px;
}
.gn-list-latest .latest-wrapper .latest-rootnav a:hover {
    text-decoration:none;
    background-color:#2b3e74;
}
.gn-list-latest .latest-wrapper .latest-rootnav a::before {

}
.gn-list-latest .latest-wrapper .latest-rootnav a::after {
    
}




@media screen and (max-width: 768px) {
    .gn-list-latest .latest-wrapper .latest-category .latest-category-item {
        margin: 0px;
    }
    .gn-list-latest .latest-wrapper .latest-category li .item-content {
        font-size:16px;
    }
    .gn-list-latest .latest-wrapper .latest-category li .item-content .item-content-time {
        position:relative;
        left: 0;
        top: 0;
        display: inline-block;
    }
    .gn-list-latest .latest-wrapper .latest-category>li .item-content::before {
        left: -29px;
    }
    
    .gn-list-latest .latest-wrapper .latest-category .latest-category-item .item-content ul.latest-share-links li a span {
        display:none;
    }
}