body{
    background: #f6f8fa;
}
.header{
    margin-bottom:20px;
    border-top:5px solid #c20017;
}
.nav-top{
    background: #0e2c74;
    position: relative;
}
.nav-top img{
    position: absolute;
    height: 80px;
    object-fit:contain;
    left:0;
    top:0;
    z-index: 10;
    border-bottom:10px solid #c20017;
}
.nav-bottom{
    background: white;
}
.nav-menu-top{
    text-align:right;
}
.nav-menu-top li{
    display: inline-block;
}
.nav-menu-top li a{
    display: block;
    color:#dbdee0;
    line-height: 40px;
    text-decoration: none;
    padding: 0 10px;
}
.nav-menu-top li a:hover{
    color:white;
}
.nav-menu-bottom{
    text-align: right;
}
.nav-menu-bottom li{
    display: inline-block;
}
.nav-menu-bottom li a{
    display: block;
    color:black;
    line-height: 30px;
    text-decoration: none;
    padding: 0 10px;
}
.nav-menu-bottom li a:hover{
    color:#0e2c74;
}
.banner{
    margin-bottom:20px;
}
.banner img{
    width:100%;
}
.border-section{
    border: 1px solid #cedfef;
    padding: 15px;
    margin-bottom:20px;
}
.page{
    margin-bottom: 20px;
}
/*=LEFTBAR=*/
.exclusive-section-title{
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.exclusive-item{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #cedfef;
}
.exclusive-preview{
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    width: 132px;
}
.exclusive-preview img{
    max-width: 100%;
}
.exclusive-info{
    float: right;
    width: calc(100% - 144px);
}
.exclusive-category{
    margin-bottom:0;
}
.exclusive-category a,.exclusive-category span{
    color:#c20017;
    font-size: 11px;
    text-decoration: none;
    display:block;
    line-height:16px;
    cursor:pointer;
}
.exclusive-title{
    margin-bottom:0;
}
.exclusive-title a,.exclusive-title span{
    color:#036;
    font-size: 11px;
    font-weight: bold;
    display:block;
    line-height:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    cursor:pointer;
}
/*=CONTENT=*/
.content{
    overflow-y: scroll;
    height:100%;
}
.content::-webkit-scrollbar {
  display: none;
}
.content-first{
    padding: 0;
}
.content-second-item{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #cedfef;
}
.content-second-preview{
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    width: 152px;
}
.content-second-preview img{
    max-width: 100%;
}
.content-second-info{
    float: right;
    width: calc(100% - 164px);
}
.content-second-category{
    margin-bottom:0;
}
.content-second-category a{
    color:#c20017;
    font-size: 11px;
    text-decoration: none;
    display:block;
    line-height:16px;
}
.content-second-title{
    margin-bottom:0;
}
.content-second-title a{
    color:#036;
    font-size: 18px;
    font-weight: bold;
    display:block;
    line-height:24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.primary-post{}
.primary-img{
    position: relative;
}
.primary-img img{
    width: 100%;
}
.primary-title{
    box-shadow: 8px 0 0 rgba(0,51,102,.8), -8px 0 0 rgba(0,51,102,.8);
    font-size: 44px;
    line-height: 64px;
    background: rgba(0,51,102,.8);
    color:white;
    position: absolute;
    bottom:0;
    left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.priamry-same{
    margin-top:20px;
    padding: 10px;
}
.primary-same-item{
    width: calc(50% - 10px);
    float:left;
    margin-bottom:10px;
    margin-left:10px;
    border-left:2px solid #cedfef;
    padding-left:20px;
}
.primary-same-item a{
    color: #036;
    font-size: 13px;
    font-weight: bold;
}
.secondary-post{
    float: left;
    width: 50%;
    padding: 20px;
}
.secondary-img{
    position: relative;
}
.secondary-img img{
    width: 100%;
    height:190px;
    object-fit:cover;
    object-position:top;
}
.secondary-under-img-title{    
    padding-left: 10px;
}
.secondary-under-img-title a{
    font-size: 18px;
    line-height: 24px;
    color: #036;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.secondary-title{
    box-shadow: 8px 0 0 rgba(0,51,102,.8), -8px 0 0 rgba(0,51,102,.8);
    font-size: 20px;
    line-height: 32px;
    background: rgba(0,51,102,.8);
    color:white;
    position: absolute;
    bottom:0;
    left: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.secondary-same{
    margin-top:10px;
    padding: 10px;
    min-height: 120px;
}
.secondary-same-item{
    width: calc(100% - 10px);
    float:left;
    margin-bottom:10px;
    border-left:2px solid #cedfef;
    padding-left:10px;
}
.secondary-same-item a{
    color: #036;
    font-size: 12px;    
    line-height:18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*=RIGHTBAR=*/
.rightbar{
    height:100%;
    overflow-y: scroll;
}
.rightbar::-webkit-scrollbar {
  display: none;
}
.ad img{
    width: 100%;
}
.rightbar-section-title{
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.rightbar-exclusive-item{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #cedfef;
}
.rightbar-exclusive-info{
    float: left;
    width: 100% - 144px;
}
.rightbar-exclusive-title{
    margin-bottom:0;
}
.rightbar-exclusive-title a{
    color:#036;
    font-size: 11px;
    font-weight: bold;
    display:block;
    line-height:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.category-posts{
    margin-bottom:20px;
}
.single-area h3{
    color:#036;
    font-weight: bold;
    margin-bottom:20px;
}
.single-area img{
    width: 100%;
    margin-bottom:20px;
}
.single-description{
    font-size: 14px;
    color:black;
    margin-bottom:20px;
}
.primary-post-details{
    margin-top:10px;
    padding:10px;
}
.primary-title-detail{
    color:#036;
    font-size: 13px;
    font-weight: bold;
    display:block;
    line-height:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.primary-text-detail{
    color:black;
    font-size: 11px;
    font-weight: bold;
    display:block;
    line-height:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.exclusive-modal-video iframe{
    width:100%!important;
    height:450px!important;
}
.live-video iframe{
    width:100%!important;
    height:250px!important;
}
.genvideo iframe{
    width:100%!important;
    height:350px!important;
}