.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(244,244,244,0.7);
    z-index: 999;
    display:none;
}
.loading .load-inner{
    background-image: url(/images/loader.gif);
    top: 0;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.ed-banner-item{
    width:100%;
    /*height:100vh;*/
    height:300px;
    background-size:cover;  
	background-position:center top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page-banner.with-right-section figure.fullWidth .ed-banner-item{height:80vh !important;}
.featured-img{
    width:100%;
    height:100%;
    background-size:cover;
}
figure.article-img{background-size:cover;}
.home-edition-banner-cont{
    background-image: url(/vendor/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center 30%;
}
.home-news-list-blue{
    margin-bottom:209px;
}
.home-news-list-blue li{
    margin-bottom:40px;
}
.home-news-list-blue li.generalArticle .content::after{
    background-image: url(../images/right-blue-icon.svg);
    bottom:15px;
}


.home-news-list-blue li.generalArticle{
    background: #fff;
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.5);
    color: #002855;
   width: calc(33.3% - 50px);
    margin: unset;
    margin: 0px 25px;
    margin-bottom: 40px;
    transition: 0.1s ease-in-out;
}
.home-news-list-blue li.generalArticle::after{
    display:none;
}
/*
.home-news-list-blue li.generalArticle::after{
    transition: 0.3s ease-in-out;
    content: '';
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 23px;
    height: 29px;
    background-image: url(../images/right-blue-icon.svg);
    bottom: 18px;
    right: 24px;
    cursor:pointer;
}
*/
.home-news-list-blue li.generalArticle .content {
    padding: 40px 55px 15px 25px;
    float: left;
    width: 100%;
}
.home-news-list-blue li.generalArticle .content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    padding-bottom:0;
}
.home-news-list-blue li.one-three {
    /* width: calc(66.6% - 17px); */
    width: calc(66.6% - 49px);
}
.home-news-list-blue li.one-three figure{
    padding-bottom:34.7%;   
}
.home-news-list-blue li .content::after{
    cursor:pointer;
}
.home-news-list-blue li .content h3{color:#FFF;}
.home-news-list-blue li.generalArticle h3{color:#002855;}
.clearB{clear:both;}
.left-detail-conent .download-link{margin-bottom:23px;}

@media (min-width:768px) and (max-width:1024px) {
	.home-news-list-blue li.generalArticle{
	margin-left:10px;
	margin-right:10px;
	width:calc(33.33% - 20px);
	}
	.home-news-list-blue li.one-three {
		width: calc(66.6% - 20px);
	}
	.page-banner.with-right-section figure.fullWidth .ed-banner-item{height:60vh !important;}
}
@media(max-width:767px)
{
.home-news-list-blue li.generalArticle
{
margin-left:20px;
margin-right:20px;
width:100%;
}}
@media print { 
    .print-post .left-detail-conent{
        display:inline-block;
        width:100%;
        float:none !important;
    }
    .page-banner{display:none;}
    .print-post .page-banner{display:block;}
}

/*  DETAIL */
figure.detail-banner{
    /*height:75vh;*/
    height:58vh;
    background-image: url(/vendor/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.detail-edition-banner,
.detail-banner-item{
    width:100%;
    height:100%;
}
.detail-banner-item{
    background-size:cover;
    background-position:center;
    /*height:75vh;*/
    height:58vh;
}
.right-news-list{
    margin-top:-10px;
}
figcaption{
    position: relative;
    display: inline-block;
    color: #BA0C2F;
    min-height: auto;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.detail-image.left{margin:20px 20px 20px 0}
.detail-image.right{margin:20px 0 20px 20px}
.sharethis-inline-share-buttons{display:none !important;}
.left-detail-conent .detail-mid-small-container .content table{margin:30px 0 40px}
.left-detail-conent .detail-mid-small-container ul{
	padding-left: 40px;
}
.left-detail-conent .detail-mid-small-container ul li{
	list-style: disc;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}

@media (max-width : 1024px) {
	.home-news-list-blue{padding: 0 15px;}
}
@media (max-width : 767px) {
	.home-news-list-blue li.one-three { width: 100%;}
}