/* inner-header-content */

.inner-header-wrapper {
    display: inline-block;
    width: 100%;
    background: #22276B;
    border-bottom: 0px solid #eee;
    background-position: center top;
}

.inner-header-wrapper {
    border-bottom: 4px solid #9C0A0D;
    float: right;
}

.inner-header-wrapper .inner-header-content {
    display: table;
    margin: auto;
    width: 100%;
    position: relative;
    height: 60px;
    max-width: 1200px;
}

.inner-header-wrapper .inner-header-content .search {
    position: absolute;
    left: 0;
    top: 20px;
}

.inner-header-wrapper .inner-header-content .search svg {
    width: 17px;
}

.inner-header-wrapper .logo {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 110px;
}

.inner-header-wrapper .logo * {
    display: inline-block;
    width: 100%;
    height: auto;
    float: right;
}

.inner-header-wrapper .header-menu {
    position: absolute;
    right: 140px;
    bottom: 13px;
    z-index: 10000;
    background: #22276B;
}

.inner-header-wrapper .header-menu .header-menu-content {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 20;
}

.inner-header-wrapper .header-menu ul {
    display: inline-block;
    width: 100%;
    float: right;
}

.inner-header-wrapper .header-menu ul li {
    display: inline-block;
    float: right;
    position: relative;
}

.inner-header-wrapper .header-menu ul li a {
    display: inline-block;
    float: right;
    color: #fff;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 14px;
}

.inner-header-wrapper .header-menu .header-menu-content>ul>li>a {
    position: relative;
}

.inner-header-wrapper .header-menu .header-menu-content>ul>li>a:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #797979;
}

.inner-header-wrapper .header-menu .header-menu-content>ul>li:last-child>a:before {
    display: none
}

.inner-header-wrapper .header-menu ul li a:hover {
    background: #1a1f56;
}

.inner-header-wrapper .header-menu ul li ul {
    width: 190px;
    background: #22276B;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 100%;
    border-radius: 0 0 5px 5px;
    padding-top: 0;
}

.inner-header-wrapper .header-menu ul li ul li {
    display: inline-block;
    float: right;
    width: 100%;
}

.inner-header-wrapper .header-menu ul li ul li svg {
    width: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.inner-header-wrapper .header-menu ul li ul li a {
    padding: 6px 11px 7px;
    font-size: 12px;
    border-bottom: 1px solid #ffcfcf5c;
    width: 100%;
    font-weight: 500;
    text-indent: 15px;
}

.inner-header-wrapper .header-menu ul li ul li a:hover {
    background: #1a1f56;
}

.inner-header-wrapper .header-menu ul li ul li:last-child a {
    border-bottom: 0px dotted #000
}

.inner-header-wrapper .header-menu ul li:hover ul {
    display: inline-block;
}


/* slideshow */

.f-1 {
    width: 100%;
    float: right;
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.f-1 .view-content {
    width: 100%;
    float: right;
}

.f-1 .view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
}

.f-1 .view-content .views-row .image {
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}

.f-1 .view-content .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    border-radius: 7px;
    top: 0;
    right: 0;
}

.f-1 .view-content .views-row .title {
    width: 100%;
    float: right;
}

.f-1 .view-content .views-row .title a {
    width: 100%;
    float: right;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-top: 8px;
}

.f-1 .view-content .views-row .title .date {
    color: #fff;
    font-size: 12px;
    direction: ltr;
    margin-bottom: 5px;
}

.f-1 .view-content .views-row .title .date:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    float: right;
    margin-left: 7px;
}

.f-1 .view-content .views-row .lead {
    display: none
}

.f-1 .view-content .views-row .briefs {
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    padding: 20px 15px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.f-1 .view-content .views-row .suptitle {
    display: inline-block;
    width: 100%;
    float: right;
}

.f-1 .view-content .views-row .suptitle span {
    display: inline-block;
    width: 100%;
    float: right;
    color: #e6e6e6;
    padding: 10px 0px 0;
    font-size: 16px;
    font-weight: 600;
}

.f-1 .view-content .views-row .briefs .date {
    color: #fff;
    font-size: 12px;
    padding: 6px 0px 0;
    direction: rtl;
}

.f-1 .view-content .views-row .briefs .date svg {
    width: 9px
}

.ft-right .f-1:before {
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 50%, #00000000 100%);
}


/* titr2  */

.f-2 {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 2px;
}

.f-2 .view-content {
    width: 100%;
    float: right;
    /* box-shadow: 0 2px 20px 0 rgb(0 0 0 / 18%); */
}

.f-2 .view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
    padding: 15px 0 11px 0px;
    border-bottom: 0px solid #e8e8e8;
}

.f-2 .view-content .views-row:before {
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 50%, #00000000 100%);
}


/* .f-2 .view-content .views-row:before {display: block;content: "";width: 100%;bottom: 0;right: 0;height: 1px;position: absolute;/* transform: translateY(-50%); */

*/ .f-2 .view-content .views-row:last-child {
    border-bottom: 0 solid
}
.f-2 .view-content .views-row .image {
    float: right;
    margin-left: 10px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    max-width: 200px;
    max-height: 100px;
}
.f-2 .view-content .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
}
.f-2 .view-content .views-row .image a {
    width: 100%;
    float: right;
    height: auto;
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
}
.f-2 .view-content .views-row .title {
    margin-bottom: 8px;
}
.f-2 .view-content .views-row .title a {
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    color: #1d1d1d;
    display: block;
}
.f-2 .view-content .views-row .suptitle {
    font-size: 13px;
    margin-bottom: 5px;
    color: #272727;
    font-weight: 500;
}
.f-2 .view-content .views-row .lead {
    margin-bottom: 10px
}
.f-2 .view-content .views-row .lead * {
    width: 100%;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    display: block;
}
.f-2 .view-content .views-row .date {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100px;
}
.f-2 .view-content .views-row .date:before {
    /* content: "\f017"; */
    
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
}
.f-2 .view-content .views-row .date * {
    font-size: 11px;
    color: #444;
    text-align: left;
    display: block;
}
.f-2 .view-content .views-row .date svg {
    width: 11px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.f-2 .view-content .views-row:last-child {
    border: 0
}
.f-3 {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
    border-top: 3px solid #22276b;
}
.f-3 .bheader {
    width: 100%;
    float: right;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 15px 10px 0;
    font-size: 18px;
}
.f-3 .view-content {
    width: 100%;
    float: right;
    padding-bottom: 0;
}
.f-3 .view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
    min-height: 43px;
    /* border-bottom: 1px solid #dedede; */
}
.f-3 .view-content .views-row svg {
    width: 10px;
    position: absolute;
    right: 11px;
    top: 10px;
    display: none;
}
.front .f-3 .view-content {
    width: 100%;
    float: right;
    overflow-y: scroll;
    height: 800px;
}
.front .f-3 .view-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #fff;
}
.front .f-3 .view-content::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
}
.front .f-3 .view-content::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border: 3px solid #a7a7a747;
}
.f-3 .view-content .views-row .title {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 27px 0 20px;
}
.f-3 .view-content .views-row .title a {
    font-size: 13px;
    padding: 6px 0px 6px 0px;
    width: 100%;
    float: right;
    /* text-align: justify; */
    
    color: #071635;
    font-weight: 500;
}
.f-3 .view-content .views-row .title:before {
    content: '';
    width: 6px;
    height: 6px;
    float: right;
    background: #22276b;
    position: absolute;
    top: 13px;
    right: 12px;
    border-radius: 7px;
}
.f-4 {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
    border-top: 3px solid #22276b;
}
.f-4 .bheader {
    width: 100%;
    float: right;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    font-size: 18px;
}
.front .f-4 .view-content {
    width: 100%;
    float: right;
    overflow-y: scroll;
    height: 800px;
}
.front .f-4 .view-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #fff;
}
.front .f-4 .view-content::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
}
.front .f-4 .view-content::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border: 3px solid #a7a7a747;
}
.f-4 .view-content {
    padding-bottom: 0;
    float: right;
    counter-reset: section;
}
.f-4 .view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
    padding: 0px 40px 0px 0px;
    min-height: 50px;
}
.f-4 .view-content .views-row .title {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 10px;
}
.f-4 .view-content .views-row .title a {
    font-size: 13px;
    width: 100%;
    float: right;
    color: #1d1d1d;
    font-weight: 500;
}
.f-4 .view-content .views-row::before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    color: #22276b;
    position: absolute;
    right: 10px;
    padding: 5px 9px 3px;
    width: 30px;
    background-color: #eaeaea;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
}
.front .f-4,
.front .f-3 {
    max-height: 525px
}
.f-4.in-news-page .date {
    display: none
}
.f-4.in-news-page .view-content .views-row {
    min-height: 45px
}
.f-4.in-news-page .view-content .views-row .title a {
    padding-top: 2px;
}

/* notes */
.f-9 {
    width: 100%;
    float: right;
    display: inline-block;
    background: #071635;
    padding: 25px 0px 20px;
    background-image: linear-gradient(to left bottom, #110d3d, #141748, #182052, #1b295d, #1e3368, #163d71, #0b4879, #005280, #005e83, #006982, #00737d, #1c7c76);
    /* background: #6f6f6f; */
    
    background-image: linear-gradient(to right, #28282b, #292a3e, #292b51, #292c64, #282c77, #282c77, #282c77, #282c77, #292c64, #292b51, #292a3e, #28282b);
    background: url('../images/note-parallax.jpg') no-repeat center top;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}
.f-9:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000b0;
    z-index: 10;
}
.f-9 .content>.bheader {
    display: inline-block;
    width: 100%;
    text-align: revert;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.f-9 .content>.bheader:before {
    content: '';
    background: #071635 url('../images/header-pattern.png') repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    height: 0px;
    position: absolute;
    right: 138px;
    top: 14px;
}
.f-9 .content {
    display: table;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 20;
}
.f-9 .view-content {
    width: 100%;
    float: right;
    padding: 10px 0;
}
.f-9 .view-content .views-row {
    width: 33.3%;
    float: right;
    margin-bottom: 30px;
}
.f-9 .view-content .views-row:nth-child(3)~.views-row {
    margin: 0;
}
.f-9 .view-content .views-row:nth-child(3n+1) {
    clear: right;
}
.f-9 .view-content .views-row:last-child {
    margin: 0
}
.f-9 .view-content .views-row .image {
    width: 100%;
    float: right;
    max-width: 60px;
    margin-left: 10px;
    position: relative;
}
.f-9 .view-content .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
    z-index: 2;
    filter: grayscale(100%);
    border-radius: 50%;
}
.f-9 .view-content .views-row .image a {
    position: relative;
    width: 100%;
    float: right;
}

/* .f-9 .view-content .views-row .image a:after { content: ''; background: #035191; background: -moz-linear-gradient(top,#035191 0,red 100%);background: -webkit-linear-gradient(top,#035191 0,#646464 100%); background: linear-gradient(to bottom,#035191 0,#646464 100%);display: block;position: absolute;top: -3px; right: -3px; left: -2px; bottom: -2px; border-radius: 50%; z-index: 1;-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; } */
.f-9 .view-content .views-row .title a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 300px;
}
.f-9 .view-content .views-row .author {
    float: right;
    font-size: 12px;
    font-weight: 500;
}
.f-9 .view-content .views-row .author * {
    color: #dadada;
    font-size: 13px;
}
.f-5 {
    width: 33.3%;
    float: right;
    padding: 10px;
    position: relative;
}
.f-5 .bheader {
    background-color: #fff;
    font-size: 18px;
    padding: 8px 0px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
.f-5 .bheader span {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
}
.f-5 .bheader:before {
    content: '';
    background-color: #22276b;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    top: 21px;
    border-top-left-radius: 70px;
}
.f-5 .content {
    width: 100%;
    float: right;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
}
.f-5 .attachment {
    width: 100%;
    float: right;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 0px solid #eee;
    position: relative;
}
.f-5 .attachment:before {
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 16%) 50%, #00000000 100%);
}
.f-5 .attachment .views-row {
    width: 100%;
    float: right;
    padding: 0;
    position: relative;
}
.f-5 .attachment .views-row .suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    padding: 0 12px 6px 0;
    font-weight: 500;
    color: #1d1d1d;
}
.f-5 .attachment .views-row .date {
    position: absolute;
    left: 0px;
    bottom: 0;
    font-size: 11px;
    direction: ltr;
    color: #5a5a5a;
}
.f-5 .attachment .views-row .date svg {
    display: inline-block;
    width: 11px;
}
.f-5 .attachment .views-row .image {
    width: 100%;
    float: right;
    margin-bottom: 15px;
    border-radius: 7px;
    position: relative;
}
.f-5 .attachment .views-row .image::before {
    background: white;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    height: 9px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    display: none;
}
.f-5 .attachment .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    margin: 0;
    border-radius: 7px;
}
.f-5 .attachment .views-row .title {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    max-height: 3rem;
    min-height: 3rem;
    overflow: hidden;
    padding: 0 10px;
}
.f-5 .attachment .views-row .title a {
    width: 100%;
    float: right;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #1d1d1d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-5 .attachment .views-row .lead {
    width: 100%;
    float: right;
    display: none;
}
.f-5 .attachment .views-row .lead * {
    width: 100%;
    float: right;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    color: #888;
}
.f-5 .attachment .views-row .title,
.f-5 .attachment .views-row .lead {}
.f-5>.content>.view>.view-content {
    width: 100%;
    float: right;
    padding-bottom: 10px
}
.f-5>.content>.view>.view-content .views-row {
    width: 100%;
    float: right;
    padding: 0;
    position: relative;
    padding: 15px 0;
}
.f-5>.content>.view>.view-content .views-row .suptitle {
    font-size: 11px;
    padding-bottom: 4px;
    color: #1d1d1d;
    font-weight: 500;
    display: none;
}
.f-5>.content>.view>.view-content .views-row:last-child:before {
    display: none
}
.f-5>.content>.view>.view-content .views-row .image {
    display: inline-block;
    width: 140px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    border-radius: 5px;
}
.f-5>.content>.view>.view-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 7px;
    height: auto;
}
.f-5>.content>.view>.view-content .views-row .title {
    position: relative;
    padding: 0 15px;
}
.f-5>.content>.view>.view-content .views-row .title a {
    font-size: 13px;
    padding: 0;
    text-align: revert;
    font-weight: 500;
    color: #1d1d1d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-5>.content>.view>.view-content .views-row .title:before {
    /* content: ''; */
    /* width: 5px; */
    
    height: 5px;
    float: right;
    background: #145399;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 7px;
}
.f-5>.content>.view>.view-content .views-row .date {
    position: absolute;
    left: 0px;
    bottom: 10px;
    font-size: 11px;
    direction: ltr;
    color: #757575;
}
.f-5>.content>.view>.view-content .views-row .date svg {
    display: inline-block;
    width: 11px;
    position: relative;
    top: 1px;
}
.f-5>.content>.view>.view-content .views-row:before {
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 50%, #00000000 100%);
}

/* videos */
.video-wrapper-block {
    background-image: linear-gradient(to left, #e0e0e0e0, #e6e6e6e3, #ebebebe6, #f1f1f1d1, #f7f7f7ba, #f7f7f7d4, #f7f7f7e3, #f7f7f7d1, #f1f1f1cc, #ebebebd1, #e6e6e6cc, #e0e0e0);
    border-bottom: 1px solid #eee;
    background-color: #efefef;
}
.f-6 {
    width: 100%;
    padding: 80px 0 0;
    display: inline-block;
}
.f-6 .bheader {
    color: #071635;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    display: none;
}
.f-6 .content {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.f-6>.content>.view>.view-content {
    width: 67%;
    float: right;
    padding-left: 7px;
}
.f-6>.content>.view>.view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
}
.f-6>.content>.view>.view-content .views-row .image {
    width: 100%;
    float: right;
    padding-top: 54.7%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.f-6>.content>.view>.view-content .views-row .image:before {
    content: '';
    pointer-events: none;
    border-left: solid 30px #fff;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left-width: 25px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.f-6>.content>.view>.view-content .views-row .image:after {
    content: '';
    pointer-events: none;
    border-radius: 50%;
    border: 8px solid #fff;
    border-width: 6px;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 68px;
    height: 68px;
    margin-right: -34px;
    margin-top: -34px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f-6>.content>.view>.view-content .views-row .image a:before {
    /* content: ''; */
    
    background-image: -webkit-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    opacity: .702;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0000000;
}
.f-6>.content>.view>.view-content .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.f-6>.content>.view>.view-content .views-row .title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 60px 25px 20px;
    width: 100%;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    border-radius: 0 0 7px 7px;
}
.f-6>.content>.view>.view-content .views-row .title * {
    color: #fff;
    font-size: 13px;
    direction: ltr;
    margin-bottom: 14px;
}
.f-6>.content>.view>.view-content .views-row .title div {
    display: none
}
.f-6>.content>.view>.view-content .views-row .title .date {
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    direction: ltr;
    margin-bottom: 5px;
}
.f-6>.content>.view>.view-content .views-row .title .date:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    float: right;
    margin-left: 10px;
}
.f-6>.content>.view>.view-content .views-row .title a {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}
.f-6 .attachment {
    width: 33%;
    float: right;
    background: #00000000;
    padding: 0;
    border-radius: 7px;
    padding-right: 4px;
}
.f-6 .attachment .view-content {
    width: 100%;
    float: right;
    counter-reset: section;
}
.f-6 .attachment .view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
    padding: 4px 0 5px;
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.f-6 .attachment .view-content .views-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.f-6 .attachment .view-content .views-row:first-child {
    margin-bottom: 0;
    padding-top: 0;
}
.f-6 .attachment .view-content .views-row::before {
    counter-increment: section;
    /* content: counter(section); */
    /* display: inline-block; */
    
    color: #ffffff;
    position: absolute;
    right: 0;
    padding: 30px 0px;
    width: 30px;
    background-color: #e64242;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    z-index: 99;
    height: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f-6 .attachment .view-content .views-row .image {
    width: 100%;
    float: right;
    max-width: 130px;
    margin-left: 10px;
    position: relative;
    border-radius: 4px;
}
.f-6 .attachment .view-content .views-row .image a:before {
    /* content: ''; */
    
    background-image: -webkit-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    opacity: .702;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
}
.f-6 .attachment .view-content .views-row .image img {
    width: 100%;
    float: right;
    height: auto;
    margin: 0;
}
.f-6 .attachment .view-content .views-row .title {}
.f-6 .attachment .view-content .views-row .title a {
    color: #1f1e1e;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-6 .attachment .view-content .views-row .image::after {
    /* content: ''; */
    
    pointer-events: none;
    border-radius: 50%;
    border: 8px solid #fff;
    border-width: 4px;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 55px;
    height: 55px;
    margin-right: -30px;
    margin-top: -28px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f-6 .attachment .view-content .views-row .image:before {
    /* content: ''; */
    
    pointer-events: none;
    border-left: solid 25px #fff;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left-width: 20px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video-bottom-wrapper {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 8px 0 40px;
}
.video-bottom-wrapper .view {
    display: block;
    width: 100%;
    max-width: 1210px;
    margin: auto;
}
.video-bottom-wrapper .view .views-row {
    display: inline-block;
    width: 16.66%;
    float: right;
    padding: 0 5px;
}
.video-bottom-wrapper .view .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.video-bottom-wrapper .view .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    height: auto;
}
.video-bottom-wrapper .view .views-row .image img {}
.video-bottom-wrapper .view .views-row .title * {
    width: 100%;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1d;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 2.3rem;
    max-height: 2.3rem;
}
.video-bottom-wrapper .view .views-row .date svg {
    width: 10px;
    position: relative;
    top: 2px;
}
.video-bottom-wrapper .view .views-row .date span {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 11px;
    font-weight: 500;
    color: #444;
}
.video-bottom-wrapper .view[data-element-name="FRONT_B1"] {}
.f-10 {
    width: 100%;
    float: right;
    background: #fff;
    padding: 30px 0;
}
.f-10 .content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
}
.f-10 .content>.bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    font-weight: 700
}
.f-10 .content>bheader:before {
    content: '';
    background: #071635 url('../images/header-pattern.png') repeat scroll right top;
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    right: 154px;
    top: 16px;
}
.f-10 .wrapper {
    width: 100%;
    float: right;
    padding: 10px 0;
}
.f-10 .wrapper .row {
    width: 100%;
    float: right;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
    padding: 3px 0 11px;
    position: relative;
}
.f-10 .wrapper .row:before {
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    /* transform: translateY(-50%); */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 22%) 50%, #00000000 100%);
}
.f-10 .wrapper .row:last-child {
    /* border:0; */
    /* margin:0; */
    /* padding:0; */
}
.f-10 .wrapper .row .title {
    width: 35%;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #071635;
}
.f-10 .wrapper .row .price-wrapper {
    width: 40%;
    float: left;
    font-size: 12px;
}
.f-10 .wrapper .row .price-wrapper>div {
    float: left;
    text-align: center;
}
.f-10 .wrapper .row .price-wrapper>div.price {
    margin-left: 5px;
    font-size: 12px;
    /* font-weight: 500; */
}
.f-10 .wrapper .row .price-wrapper>div.symbol {
    font-size: 12px
}
.f-10 .wrapper .row .percentage {
    width: 25%;
    float: right;
    font-size: 12px;
    text-align: center
}
.f-10 .wrapper .row.plus .percentage:after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 3px
}
.f-10 .wrapper .row.minus .percentage:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 3px
}
.f-10 .wrapper .row.plus .percentage {
    color: #46AE32
}
.f-10 .wrapper .row.minus .percentage {
    color: #e44a4a
}
.f-10.in-news-page {
    padding: 10px 0;
}
.f-10.in-news-page {
    padding: 30px 0;
}
.f-100 {
    width: 100%;
    float: right;
    border-top: 3px solid #22276b;
    border-radius: 3px;
    padding-top: 7px;
    padding: 0;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
    margin-bottom: 17px;
}
.f-100 .bheader {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.f-100 .wrapper {
    width: 100%;
    float: right;
    padding: 10px 0;
}
.f-100 .wrapper .row {
    width: 100%;
    float: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 9px;
    position: relative;
}
.f-100 .wrapper .row:last-child {
    border: 0;
    margin: 0;
    padding: 0
}
.f-100 .wrapper .row .title {
    width: 35%;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1d;
}
.f-100 .wrapper .row .price-wrapper {
    width: 40%;
    float: right;
    font-size: 12px;
}
.f-100 .wrapper .row .price-wrapper>div {
    float: left;
    text-align: center;
}
.f-100 .wrapper .row .price-wrapper>div.price {
    margin-left: 5px;
    font-size: 12px;
    color: #1d1d1d;
}
.f-100 .wrapper .row .price-wrapper>div.symbol {
    font-size: 12px;
    color: #1d1d1d;
}
.f-100 .wrapper .row .percentage {
    width: 25%;
    float: right;
    font-size: 12px;
    text-align: center
}
.f-100 .wrapper .row.plus .percentage:after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 3px
}
.f-100 .wrapper .row.minus .percentage:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 3px
}
.f-100 .wrapper .row.plus .percentage {
    color: #46AE32
}
.f-100 .wrapper .row.minus .percentage {
    color: #e44a4a
}
.ffile {
    display: inline-block;
    width: 100%;
    float: right;
    background: url(../../d.newsweek.com/en/full/1538671/donald-trump-impeachment-obama-fox-news-hannity.jpg) no-repeat right top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 30px 0;
}
.ffile:before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #0000006b;
    z-index: 0;
}
.ffile .content {
    max-width: 1200px;
    margin: auto;
    display: table;
    padding: 30px 0;
    position: relative;
    z-index: 1000;
}
.ffile .content>.bheader span {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 5px;
    color: #fff;
    font-size: 21px;
}
.ffile .content .ffile-right {
    display: inline-block;
    width: 50%;
    padding-left: 30px;
    float: right;
}
.ffile .content .ffile-right .ffile-title,
.ffile .content .ffile-right .ffile-content {
    display: inline-block;
    width: 100%;
}
.ffile .content .ffile-right .ffile-title a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ffile .content .ffile-right .ffile-content p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.ffile .content .ffile-left {
    display: inline-block;
    width: 50%;
    background: #000000a6;
    border-radius: 7px;
    padding: 10px;
    float: left;
    max-width: 540px;
    box-shadow: 0px 0 4px 1px #272626;
}
.ffile .content .ffile-left .ffl-row {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.ffile .content .ffile-left .ffl-row:last-child {
    margin-bottom: 0
}
.ffile .content .ffile-left .ffl-row .ffl-image {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    float: right;
    margin-left: 10px;
    border-radius: 5px;
}
.ffile .content .ffile-left .ffl-row .ffl-image * {
    display: inline-block;
    width: 100%;
    border-radius: 7px;
    float: right;
    height: auto;
}
.ffile .content .ffile-left .ffl-row .ffl-suptitle {
    font-size: 12px;
    color: #d8d8d8;
    padding-bottom: 4px;
    font-weight: 500;
    padding-bottom: 6px;
}
.ffile .content .ffile-left .ffl-row .ffl-title {
    padding-bottom: 15px;
}
.ffile .content .ffile-left .ffl-row .ffl-title a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 2.3rem;
    line-height: 1.2rem;
}
.ffile .content .ffile-left .ffl-row .ffl-date * {
    color: #eee;
    font-size: 11px;
    direction: ltr;
    display: block;
    text-align: left;
    display: block;
}
.ffile .content .ffile-left .ffl-row .ffl-date svg {
    width: 10px;
    position: relative;
    top: 2px;
    float: left;
    margin-right: 4px;
}
.banner-wrapper {
    display: inline-block;
    width: 100%;
    float: right;
    margin: 0;
}
.banner-wrapper>* {
    margin-bottom: 10px;
}
.banner-wrapper:empty {
    display: none
}
.banner-wrapper * {
    display: inline-block;
    width: 100%;
    float: right;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.banner-wrapper.banner-wrapper-33 {
    width: 33.3%;
    padding: 10px 5px;
    border-radius: 5px;
    overflow: hidden;
}
.banner-wrapper.banner-wrapper-25 {
    width: 25%;
    padding-top: 69px;
    padding-right: 20px;
}
.banner-wrapper.banner-wrapper-25 a {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.banner-wide {
    display: inline-block;
    width: 100%;
    float: right;
    background: #fff;
    /* border-bottom: 1px solid #ececec; */
}
.banner-wide a {
    display: block;
    width: 100%;
    max-width: 970px;
    margin: auto;
    padding: 30px 0;
}
.banner-wide a * {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.ffile~.banner-wide {
    background: #ffffff;
}
.width1200 img {
    border: 1px solid #eee;
}
.width1200>a {
    max-width: 1200px;
    padding: 0;
}
.banner-full-width {
    display: inline-block;
    width: 100%;
    float: right;
    background: #ffffff;
}
.banner-full-width.s2s {
    padding-top: 20px;
}
.banner-full-width.a2a {
    padding-bottom: 40px;
}
.banner-full-width a {
    display: table;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.banner-full-width a img {
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    border-radius: 7px;
    width: 100%;
    height: auto;
}
.leftside .banner-full-width.s2s {
    padding-top: 0
}
.news-block .body .banner-full-width.s2s {
    padding-top: 0;
    padding-bottom: 10px;
}
.news-block .body .banner-full-width.s2s * {
    float: right;
    margin: 0;
}
.banner-twin .fww-content {
    display: table;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}
.banner-twin .banner-wide-twin {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    float: right;
}
.banner-twin .banner-wide-twin>div {
    width: 50%;
    float: right;
    padding-left: 10px;
}
.banner-twin .banner-wide-twin>div * {
    display: inline-block;
    width: 100%;
}
.banner-twin .banner-wide-twin>div.bwt2 {
    padding-left: 0;
    padding-right: 10px;
}
.banner-twin .banner-wide-twin>div * {
    border-radius: 5px;
}
.banner-300x250 {
    width: 100%;
    float: right;
    margin-bottom: 17px;
    border-radius: 3px;
    overflow: hidden
}
.banner-300x250 img {
    width: 100%;
    float: right;
    height: auto;
}
.nt-trends-wrapper {
    padding: 10px 0 10px;
    position: relative;
    z-index: 0;
    box-shadow: 2px 0 3px 0 #00000040;
    display: none;
}
.nt-trends-wrapper .fww-content {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}
.nt-trends-wrapper .nt-trends {
    display: table;
    float: none;
    margin: auto;
    width: auto;
}
.nt-trends-wrapper .nt-trends div {
    display: inline-block;
    float: right;
}
.nt-trends-wrapper .nt-trends div a {
    display: inline-block;
    float: right;
    padding: 1px 11px;
    background: #9C0A0D;
    border-radius: 5px;
    margin: 0 4px;
    font-size: 13px;
    color: #fff;
}
.nt-trends-wrapper .nt-trends div a:before {
    content: '#';
    position: relative;
    top: 1px;
    margin-left: 4px;
}
.nt-trends-wrapper .nt-trends div span {
    display: inline-block;
    float: right;
    padding: 1px 11px;
    border-radius: 5px;
    margin: 0 4px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.f-50 {
    width: 50%;
    float: right;
    padding: 10px;
    position: relative;
    margin-bottom: 17px;
}
.f-50 .bheader {
    background-color: #fff;
    font-size: 18px;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
.f-50 .bheader:before {
    content: '';
    background: #270f0f url('../images/header-pattern.png') repeat scroll right top;
    display: inline-block;
    width: 100%;
    height: 0px;
    position: absolute;
    right: 111px;
    top: 26px;
}
.f-50 .content {
    width: 100%;
    float: right;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 14px;
    border-top: 3px solid #22276b;
}
.f-50>.content>.view>.view-content {
    width: 100%;
    float: right;
    padding-bottom: 10px
}
.f-50>.content>.view>.view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
}
.f-50>.content>.view>.view-content .views-row .date {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 11px;
    direction: ltr;
    color: #333;
}
.f-50>.content>.view>.view-content .views-row .date svg {
    width: 9px
}
.f-50>.content>.view>.view-content .views-row:nth-child(2n+1) {
    background: #eee;
    border-right: 2px solid #9c0a0d;
}
.f-50>.content>.view>.view-content .views-row:nth-child(2n) {
    background: #fff;
    border-right: 2px solid #dedede;
}
.front-wide-wrapper .f-50>.content>.view>.view-content .views-row .title {
    width: 75%;
    float: right;
    position: relative;
    padding: 0 0px;
}
.f-50>.content>.view>.view-content .views-row .title {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 0px;
}
.f-50>.content>.view>.view-content .views-row .title a {
    font-size: 13px;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: 500;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 34px;
    text-indent: 11px;
}
.f-50.right {
    padding-right: 0
}
.f-50.left {
    padding-left: 0
}
.f-50.in-news-page {
    width: 100%;
    padding: 0;
}
.f-50.in-news-page>.content>.view>.view-content .views-row .date {
    display: none
}
.category-page .f-50 {
    padding-top: 54px;
}
.ft-left .f-50 {
    width: 100%;
    padding: 0;
}
.ft-left .f-50 .date {
    display: none
}
.ft-left .f-50>.content>.view>.view-content .views-row {
    border: 0 solid;
    padding: 0;
    border-bottom: 1px dotted #aaaaaa9c;
}
.ft-left .f-50>.content>.view>.view-content .views-row:nth-child(2n) {
    background: #f7f7f7ad;
}
.ft-left .f-50>.content>.view>.view-content .views-row:nth-child(2n+1) {
    background: #fff;
}
.ft-left .f-50>.content>.view>.view-content .views-row:last-child {
    border: 0 solid
}
.ft-left .f-50>.content>.view>.view-content .views-row .title a {
    text-indent: 0;
    padding: 0 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 19px;
    padding: 6px 10px;
    text-indent: 7px;
}
.ft-left .f-50>.content>.view>.view-content .views-row .title a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: relative;
    background: #de0000;
    border-radius: 5px;
    right: -5px;
}
.ft-left .f-50>.content {
    padding: 0
}
.ft-left .f-50 .bheader {
    text-indent: 12px;
}
.ft-left .f-50>.content>.view>.view-content {
    padding: 0
}
.f-68-wrapper {
    display: inline-block;
    width: 100%;
}
.f-68-wrapper .fww-content .f-68 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.f-68-wrapper .fww-content .f-68 .view-content {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.f-68-wrapper .fww-content .f-68 .bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #071635;
    font-size: 18px;
    padding: 0 0px 0 0;
}
.f-68-wrapper .fww-content .f-68 .bheader:before {
    /* content:''; */
    
    background: #071635 url('../images/header-pattern.png') repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    top: 11px;
}
.f-68-wrapper .fww-content .f-68 .bheader span {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600;
}
.f-68-wrapper .fww-content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
}
.f-68-wrapper .fww-content .views-row {
    display: inline-block;
    width: 33.3%;
    float: right;
    margin-bottom: 0;
    padding: 7px 10px;
    position: relative;
}
.f-68-wrapper .fww-content .views-row:nth-child(3n+1) {
    padding-right: 0;
    clear: right;
}
.f-68-wrapper .fww-content .views-row:nth-child(3n) {
    padding-left: 0;
}
.f-68-wrapper .fww-content .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 150px;
    margin-bottom: 0;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 3px;
}
.f-68-wrapper .fww-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
    height: auto;
}
.f-68-wrapper .fww-content .views-row .title {}
.f-68-wrapper .fww-content .views-row .title * {
    font-size: 14px;
    font-weight: 500;
}
.f-68-wrapper .fww-content .views-row .title a {
    padding-bottom: 10px;
    display: block;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-68-wrapper .fww-content .views-row .date {
    direction: ltr;
    text-align: left;
    font-size: 11px;
    color: #666;
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.f-68-wrapper .fww-content .views-row .date svg {
    width: 10px
}
.f-69-wrapper {
    display: inline-block;
    width: 100%;
}
.f-69-wrapper .fww-content .f-69 {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0;
    float: right;
}
.f-69-wrapper .fww-content .f-69 .bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #071635;
    font-size: 20px;
    padding: 0;
}
.f-69-wrapper .fww-content .f-69 .bheader span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600
}
.f-69-wrapper .view-content {
    margin: 0;
    display: inline-block;
    width: 101.2%;
    padding-top: 10px;
    margin-right: -0.7%;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.f-69-wrapper .fww-content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
}
.f-69-wrapper .fww-content .views-row {
    display: inline-block;
    width: 25%;
    float: right;
    margin-bottom: 30px;
    padding: 0 0.7%;
    position: relative;
}
.f-69-wrapper .fww-content .views-row:nth-child(3n+1) {}
.f-69-wrapper .fww-content .views-row:nth-child(3n) {}
.f-69-wrapper .fww-content .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
    border-radius: 3px;
}
.f-69-wrapper .fww-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
    height: auto;
}
.f-69-wrapper .fww-content .views-row .title {
    min-height: 3rem;
    max-height: 3rem;
    float: right;
    width: 100%;
}
.f-69-wrapper .fww-content .views-row .title * {
    font-size: 14px;
    font-weight: 500;
}
.f-69-wrapper .fww-content .views-row .title a {
    padding-bottom: 10px;
    display: block;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-69-wrapper .fww-content .views-row .date {
    direction: ltr;
    text-align: left;
    font-size: 11px;
    color: #666;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.f-69-wrapper .fww-content .views-row .date svg {
    width: 10px
}
.f-69-wrapper.wide .fww-content .f-69 {
    max-width: 100%;
}
.f-69-wrapper.wide .fww-content .f-69 .views-row {
    width: 20%
}
.f-69-wrapper.wide .fww-content .f-69 .date {
    display: none
}
.f-69-wrapper.wide.in-news-page .fww-content .f-69 {
    padding: 0 0;
}
.f-69-wrapper.wide.in-news-page .fww-content .f-69 .views-row {
    margin-bottom: 0;
}
.f-69-wrapper.in-news-page .fww-content .f-69>h2 {
    font-size: 22px;
}
.category .f-69-wrapper .fww-content .views-row:nth-child(4n+1) {
    clear: right
}
.f-70-wrapper {
    background: #28282b;
    padding: 40px 0;
    background-image: linear-gradient(to right, #28282b, #292a3e, #292b51, #292c64, #282c77, #282c77, #282c77, #282c77, #292c64, #292b51, #292a3e, #28282b);
    margin-bottom: 30px;
}
.f-70-wrapper .fww-content {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.f-70-wrapper .fww-content .bheader {
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
}
.f-70-wrapper .fww-content .bheader span {
    color: #fff;
    font-weight: 700;
}
.f-70-wrapper .fww-content .view-content {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.f-70-wrapper .fww-content .view-content .views-row {
    display: inline-block;
    width: 100%;
    float: right;
    position: relative;
}
.f-70-wrapper .fww-content .view-content .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 410px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 3px;
}
.f-70-wrapper .fww-content .view-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
}
.f-70-wrapper .fww-content .view-content .views-row .tag {}
.f-70-wrapper .fww-content .view-content .views-row .tag a {
    display: inline-block;
    background: #9C0A0D;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}
.f-70-wrapper .fww-content .view-content .views-row .suptitle {
    color: #fff;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.f-70-wrapper .fww-content .view-content .views-row .title {}
.f-70-wrapper .fww-content .view-content .views-row .date {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    direction: ltr;
    display: none;
}
.f-70-wrapper .fww-content .view-content .views-row .date svg {
    width: 9px
}
.f-70-wrapper .fww-content .view-content .views-row .body {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 24px;
}
.f-70-wrapper .fww-content .view-content .views-row .title a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    display: block;
}
.f-70-wrapper .fww-content .view-content .views-row {
    display: none
}
.f-70-wrapper .fww-content .view-content .views-row:first-child {
    display: inline-block;
}
.f-70-wrapper .fww-content .f-70-bubbles {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: center;
}
.f-70-wrapper .fww-content .f-70-bubbles span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 35px;
}
.f-70-wrapper .fww-content .f-70-bubbles span.active {
    background: #9C0A0D;
}
.f-680-wrapper {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.f-680-wrapper .fww-content .f-680 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    float: right
}
.f-680-wrapper .fww-content .f-680 .view-content {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid#22276b;
    border-radius: 3px;
}
.f-680-wrapper .fww-content .f-680 .bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #22276b;
    padding: 6px 0px 0 0;
}
.f-680-wrapper .fww-content .f-680 .bheader:before {
    /* content:''; */
    
    background: #071635 url('../images/header-pattern.png') repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    top: 11px;
}
.f-680-wrapper .fww-content .f-680 .bheader span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600;
}
.f-680-wrapper .fww-content .f-681 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.f-680-wrapper .fww-content .f-681 .bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #071635;
    font-size: 18px;
    padding: 0 0px 0 0;
}
.f-680-wrapper .fww-content .f-681 .bheader span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600;
}
.f-680-wrapper .fww-content .f-681 .bheader:before {
    /* content:''; */
    
    background: #071635 url('../images/header-pattern.png') repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    top: 9px;
}
.f-680-wrapper .fww-content .f-681 .view-content {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.f-680-wrapper .fww-content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
}
.f-680-wrapper .fww-content .views-row {
    display: inline-block;
    width: 35%;
    float: right;
    margin-bottom: 0;
    padding: 5px 10px 6px;
    position: relative;
    min-height: 75px;
}
.f-680-wrapper .fww-content .views-row:nth-child(3n+1) {}
.f-680-wrapper .fww-content .views-row:nth-child(1) {
    padding-right: 0;
    width: 30%;
    padding-bottom: 0;
}
.f-680-wrapper .fww-content .views-row:nth-child(1)~.views-row .image {
    overflow: hidden;
    border-radius: 5px;
}
.f-680-wrapper .fww-content .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 140px;
    margin-bottom: 0;
    margin-left: 10px;
}
.f-680-wrapper .fww-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
    height: auto;
}
.f-680-wrapper .fww-content .views-row .title {}
.f-680-wrapper .fww-content .views-row:nth-child(1) .title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    padding-left: 10px;
}
.f-680-wrapper .fww-content .views-row:nth-child(1) .title a {}
.f-680-wrapper .fww-content .views-row .title * {
    font-size: 13px;
    font-weight: 500;
}
.f-680-wrapper .fww-content .views-row .title a {
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.f-680-wrapper .fww-content .views-row .date {
    direction: ltr;
    text-align: left;
    font-size: 11px;
    color: #666;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.f-680-wrapper .fww-content .views-row .body {
    display: none;
    float: right;
    font-size: 14px;
    color: #222;
}
.f-680-wrapper .fww-content .views-row .date svg {
    width: 10px
}
.f-680-wrapper .fww-content .views-row:nth-child(1) .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
}
.f-680-wrapper .fww-content .views-row:nth-child(1) .title a {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    border-radius: 0 0 7px 7px;
    margin-bottom: 0;
    float: right;
}
.f-680-wrapper .fww-content .views-row:nth-child(1) .suptitle {
    padding: 10px 10px 0;
    color: #c2c1c1
}
.f-680-wrapper .fww-content .views-row:nth-child(1) .date {
    display: none
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .title a {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    border-radius: 0 0 7px 7px;
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .suptitle {
    color: #c2c1c1;
    padding: 10px 10px 0;
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .date {
    display: none
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    padding-right: 10px;
    padding-left: 0;
}
.f-680-wrapper .fww-content .f-681 .views-row:nth-child(1) .title a {}
.f-680-wrapper .fww-content .f-681 .views-row {
    padding-right: 0;
    padding-left: 20px;
}
.f-680-wrapper .fww-content .f-681 .views-row .date {
    left: 20px;
}
.mag-block {
    display: inline-block;
    width: 100%;
    float: right;
}
.mag-block .bheader {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mag-block .mag-block-content {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.mag-block .mag-block-content .mag-block-right {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
}
.mag-block .mag-block-content .mag-block-right .mag-block-image {
    display: inline-block;
    width: 100%;
    float: right;
    overflow: hidden;
    border-radius: 7px;
}
.mag-block .mag-block-content .mag-block-right .mag-block-image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
}
.mag-block .mag-block-content .mag-block-right .mag-block-title {
    display: inline-block;
    width: 100%;
    float: right;
}
.mag-block .mag-block-content .mag-block-right .mag-block-title a {
    width: 100%;
    float: right;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #1d1d1d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mag-block .mag-block-content .mag-block-right .mag-block-suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 14px;
    padding: 14px 0 5px;
    font-weight: 500;
    color: #1d1d1d;
}
.mag-block .mag-block-content .mag-block-right .mag-block-body {
    display: inline-block;
    width: 100%;
    float: right;
}
.mag-block .mag-block-content .mag-block-right .mag-block-body p {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    color: #444;
    line-height: 21px;
}
.mag-block .mag-block-content .mag-block-right .mag-block-date {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    margin-bottom: 10px;
    color: #1d1d1d;
}
.mag-block .mag-block-content svg {
    width: 10px;
}
.mag-block .mag-block-content .mag-block-left {
    display: inline-block;
    width: 65%;
    float: right;
}
.mag-block .mag-block-content .mag-block-left img {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
}
.mag-block .mag-block-content .mag-block-left .mag-row {
    display: inline-block;
    width: 50%;
    float: right;
    min-height: 79px;
}
.mag-block .mag-block-content .mag-block-left .mag-row:nth-child(2n+1) {
    clear: right
}
.mag-block .mag-block-content .mag-block-left .mag-row .mag-block-image {
    width: 140px;
    float: right;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 3px;
}
.mag-block .mag-block-content .mag-block-left .mag-row .mag-block-suptitle {
    width: 100%;
    font-size: 12px;
    color: #1d1d1d;
    font-weight: 500;
    display: none;
}
.mag-block .mag-block-content .mag-block-left .mag-row .mag-block-title a {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mag-block .mag-block-content .mag-block-left .mag-row .mag-block-date {
    font-size: 12px;
    color: #1d1d1d;
}
.mag-block-tabligh {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    padding-top: 55px;
}
.mag-block-tabligh img {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    float: right;
    border-radius: 3px;
}
.mag-block.in-news-page .mag-title {
    font-size: 22px;
}
.feature-block {
    display: inline-block;
    width: 100%;
    float: right;
    min-height: 400px;
    position: relative;
}
.feature-background {
    display: inline-block;
    width: 100%;
    float: right;
}
.feature-bg-wrapper {
    display: inline-block;
    width: 100%;
    float: right;
}
.feature-background .feature-bg-1 {
    height: 100%;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.feature-background .feature-bg-2 {
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 2;
    background: radial-gradient(circle, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)) 0% 0% / cover;
}
.feature-background .feature-bg-3 {
    display: inline-block;
    height: 100%;
    right: 0px;
    position: absolute;
    width: 50%;
    z-index: 1;
}
.feature-details {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 40px;
    z-index: 1000;
    position: absolute;
    right: 0;
    top: 0;
}
.feature-details .feature-top {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 30px;
}
.feature-details .feature-top .feature-top-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 35px;
    padding-bottom: 10px;
    font-weight: bold;
}
.feature-details .feature-top .feature-top-brief {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: right;
    font-size: 17px;
    color: #fff;
    padding: 0 20px;
}
.feature-details .feature-tags {
    display: inline-block;
    width: 100%;
    float: right;
}
.feature-details .feature-tags .feature-tags-title {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 30px;
}
.feature-details .feature-tags .feature-tags-tags {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: center;
    padding: 0 90px;
}
.feature-details .feature-tags .feature-tags-tags a {
    display: inline-block;
    color: #fff;
    padding: 5px 14px;
    border: 1px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 7px;
    font-size: 13px;
    margin: 5px 5px;
    font-weight: 500;
}
.feature-details .feature-tags .feature-tags-tags a:hover {
    background: #ffffff47;
}
.mag-block2 {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: -60px;
}
.mag-block2 .mag-title {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 40px 0;
    background: #22276b;
    text-align: revert;
    color: #fff;
    font-size: 35px;
    background-image: linear-gradient(to right, #28282b, #292a3e, #292b51, #292c64, #282c77, #282c77, #282c77, #282c77, #292c64, #292b51, #292a3e, #28282b);
}
.mag-block2 .mag-title span {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.mag-block2 .mag-block-content {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.mag-block2 .mag-block-content .mag-block-right {
    display: inline-block;
    width: 45%;
    float: left;
    padding-right: 30px;
    position: relative;
    top: -60px;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-image {
    display: inline-block;
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 3px;
    height: auto;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-title {
    display: inline-block;
    width: 100%;
    float: right;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-title a {
    display: inline-block;
    width: 100%;
    float: right;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 10px;
    color: #1d1d1d;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 16px;
    padding: 14px 0 5px;
    color: #1d1d1d;
    font-weight: 500;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-body {
    display: inline-block;
    width: 100%;
    float: right;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-body p {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    color: #444;
    line-height: 21px;
}
.mag-block2 .mag-block-content .mag-block-right .mag-block-date {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    margin-bottom: 10px;
    direction: ltr;
    color: #1d1d1d;
}
.mag-block2 .mag-block-content svg {
    width: 10px;
    float: right;
    margin-top: 3px;
    margin-left: 4px;
}
.mag-block2 .mag-block-content .mag-block-left {
    display: inline-block;
    width: 55%;
    float: right;
}
.mag-block2 .mag-block-content .mag-block-left img {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    height: auto;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row {
    display: inline-block;
    width: 50%;
    float: right;
    margin-bottom: 10px;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row:nth-child(2n+1) {
    padding-left: 15px;
    clear: right;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row:nth-child(2n) {
    padding-right: 15px;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row .mag-block-image {
    width: 100%;
    float: right;
    display: inline-block;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row .mag-block-suptitle {
    width: 100%;
    font-size: 13px;
    color: #1d1d1d;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row .mag-block-title a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 3px 0 8px;
    color: #1d1d1d;
}
.mag-block2 .mag-block-content .mag-block-left .mag-row .mag-block-date {
    font-size: 12px;
    color: #1d1d1d;
    direction: ltr;
}
body.category .mag-block2 {
    margin-bottom: 0px;
}
.category .mag-block2 .mag-block-content .mag-block-left .mag-row:nth-child(2n+1) {
    clear: right
}
.mag-block2-tabligh {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    padding-top: 55px;
}
.mag-block2-tabligh img {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    float: right;
    border-radius: 7px;
}
.f-698-wrapper {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.f-698-wrapper .fww-content .f-698 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.f-698-wrapper .fww-content .f-698 .bheader {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #071635;
    font-size: 28px;
    padding: 0 0px 10px 0;
    font-weight: 600
}
.f-698-wrapper .fww-content .f-698 .view-content {
    display: inline-block;
    width: 101%;
    margin-right: -0.5%;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.f-698-wrapper .fww-content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
}
.f-698-wrapper .fww-content .views-row {
    display: inline-block;
    width: 25%;
    float: right;
    margin-bottom: 20px;
    padding: 0 0.5%;
    position: relative;
}
.f-698-wrapper .fww-content .views-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 5px;
}
.f-698-wrapper .fww-content .views-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
    border-radius: 7px;
}
.f-698-wrapper .fww-content .views-row .image img {
    width: 100%;
}
.f-698-wrapper .fww-content .views-row .suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 6px;
    color: #1d1d1d;
}
.f-698-wrapper .fww-content .views-row .title {
    width: 100%;
    float: right;
    margin-bottom: 30px;
}
.f-698-wrapper .fww-content .views-row .title * {
    font-size: 14px;
    font-weight: 500;
}
.f-698-wrapper .fww-content .views-row .title a {
    color: #1d1d1d;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-698-wrapper .fww-content .views-row .date {
    direction: ltr;
    text-align: left;
    font-size: 11px;
    color: #666;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.f-698-wrapper .fww-content .views-row .date svg {
    width: 10px
}
.f-698-wrapper.tabligh .title {
    display: none
}
.f-698-wrapper.tabligh .date {
    display: none
}

/* special-videos-block3 */
.special-videos-block3 {
    display: inline-block;
    width: 100%;
    padding: 30px 0px 40px 0;
    border-bottom: 1px solid #eaeaead1;
    max-width: 100%;
}
.special-videos-block3 .svb-btitle {
    padding: 10px 10px;
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    font-weight: 600;
    color: #22276b;
}

/* .special-videos-block3 .svb-btitle:before {display: block;content: "";width: 100%;bottom: 27px;right: 0;height: 3px;position: absolute;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgb(34 39 107 / 40%) 25%,rgb(34 39 107 / 79%) 50%,rgb(34 39 107 / 40%) 75%,#00000000 100%);} */
.special-videos-block3 .svb-body {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.special-videos-block3 .svb-row {
    display: inline-block;
    width: 16.66%;
    float: right;
    padding: 0px 5px;
}
.special-videos-block3 .svb-row .svb-image {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.special-videos-block3 .svb-row .svb-image span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #000;
    font-weight: bold;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 12px;
}
.special-videos-block3 .svb-row .svb-image img {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    height: auto;
}
.special-videos-block3 .svb-row .svb-title {
    display: inline-block;
    width: 100%;
    float: right;
}
.special-videos-block3 .svb-row .svb-title a {
    display: inline-block;
    width: 100%;
    float: right;
    font-weight: bold;
    padding: 10px 5px;
    font-size: 15px;
    color: #333;
    min-height: 55px;
    max-height: 4rem;
    min-height: 4rem;
}
.special-videos-block3 .svb-row:hover .svb-title a {
    color: red
}
.special-videos-block3 .svb-row .svb-details {
    display: inline-block;
    width: 100%;
    /* float: right; */
    
    padding: 0;
    font-size: 9px;
    margin-top: 10px;
}
.special-videos-block3 .svb-row .svb-details>div {
    float: right;
    margin-left: 21px;
    font-size: 10px;
    color: #333;
}
.special-videos-block3 .svb-row .svb-details>div * {
    float: right;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    color: #000;
}
.dont-miss-wrapper .fww-content {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.dont-miss-block {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 10px 0 50px;
}
.dont-miss-block .bheader {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.dont-miss-block .bheader span {
    color: #22276b;
}
.dont-miss-block .view {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.dont-miss-block .dm-left {
    display: inline-block;
    width: 50%;
    float: right;
    position: relative;
}
.dont-miss-block .dm-left .briefs {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    padding: 30px 20px 20px;
    border-radius: 0 0 7px 7px;
}
.dont-miss-block .dm-left .briefs .category {
    float: right;
    padding: 3px 10px;
    background: #9C0A0D;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}
.dont-miss-block .dm-left .briefs .category span {
    color: #fff;
}
.dont-miss-block .dm-left .image {
    display: inline-block;
    width: 100%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
}
.dont-miss-block .dm-left .image * {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
}
.dont-miss-block .dm-left .briefs .suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 11px 0 0;
}
.dont-miss-block .dm-left .briefs .title a {
    display: inline-block;
    width: 100%;
    float: right;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 6px 0;
}
.dont-miss-block .dm-left .briefs .date {
    display: inline-block;
    width: 100%;
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 7px 0 0;
    direction: ltr;
}
.dont-miss-block .dm-left .briefs .date svg {
    width: 9px;
    float: right;
    color: #fff;
    margin-top: 3px;
    margin-left: 5px;
}
.dont-miss-block .dm-left .briefs .date svg * {
    color: #fff;
}
.dont-miss-block .dm-right {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
    padding-right: 10px;
}
.dont-miss-block .dm-right .dm-row {
    position: relative;
    width: 100%;
    display: inline-block;
    float: right;
    overflow: hidden;
}
.dont-miss-block .dm-right .dm-top {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 10px;
}
.dont-miss-block .dm-right .dm-bottom .dm-row {
    width: 50%;
}
.dont-miss-block .dm-right .dm-bottom .dm-row>div {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dont-miss-block .dm-right .dm-bottom .dm-row:nth-child(1) {
    padding-left: 5px;
}
.dont-miss-block .dm-right .dm-bottom .dm-row:nth-child(2) {
    float: left;
    padding-right: 5px;
}
.dont-miss-block .dm-right .dm-bottom .dm-row .title a {
    font-size: 15px;
}
.dont-miss-block .dm-right .briefs {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    padding: 30px 10px 10px;
    border-radius: 0 0 7px 7px;
}
.dont-miss-block .dm-right .briefs .category {
    float: right;
    padding: 2px 10px;
    background: #9C0A0D;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    width: auto;
}
.dont-miss-block .dm-right .briefs .category span {
    color: #fff;
}
.dont-miss-block .dm-right .image {
    display: inline-block;
    width: 100%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 240px;
}
.dont-miss-block .dm-right .dm-bottom .image {
    max-height: 150px;
}
.dont-miss-block .dm-right .image * {
    display: inline-block;
    width: 100%;
    float: left;
}
.dont-miss-block .dm-right .briefs .suptitle {
    display: inline-block;
    width: 100%;
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 7px 0 0;
    display: none;
}
.dont-miss-block .dm-right .briefs .title a {
    display: inline-block;
    width: 100%;
    float: right;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 0 8px;
}
.dont-miss-block .dm-right .briefs .date {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 11px;
    color: #fff;
}
.dont-miss-block .dm-right .briefs .date svg {
    width: 9px;
}
.dont-miss-block.in-news-page {
    padding-top: 30px;
}
.image-wall-block {
    padding: 0px 0 0;
    display: inline-block;
    float: right;
    overflow: hidden;
}
.image-wall-block .bheader {
    padding: 10px 10px;
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    font-weight: 600;
    display: block;
    height: 80px;
}
.image-wall-block .view {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 20px;
    border-top: 3px solid #22276b;
    border-radius: 3px;
}
.image-wall-block span {
    display: inline-block;
    float: right;
    width: 100%;
    color: #22276b;
}
.image-wall-wrapper {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 0;
}
.image-wall-wrapper .fww-content {
    display: block;
    width: 100%;
}
.image-wall-wrapper .fww-content .iw-top {
    display: inline-block;
    width: 100%;
    float: right;
}
.image-wall-wrapper .fww-content .iw-top .iw-row {
    display: inline-block;
    width: 25%;
    float: right;
    position: relative;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.image-wall-wrapper .fww-content .iw-top .iw-row:last-child {}
.image-wall-wrapper .fww-content .iw-top .iw-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    max-height: 290px;
    overflow: hidden;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2727272e;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 34%) 30%, rgb(0 0 0 / 36%) 80%, rgba(0, 0, 0, 1) 100%);
}
.image-wall-wrapper .fww-content .iw-top .iw-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs {
    display: inline-block;
    width: 100%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 10px;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs * {
    color: #fff;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs .suptitle {
    font-size: 12px;
    font-weight: 500;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs .title a {
    font-size: 17px;
    font-weight: 700;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs svg {
    width: 9px;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .date {
    font-size: 12px;
    direction: ltr;
}
.image-wall-wrapper .fww-content .iw-top .iw-row .date svg {
    float: right;
    margin-top: 3px;
    margin-left: 7px;
}
.image-wall-wrapper .fww-content .iw-bottom {
    display: inline-block;
    width: 100%;
    float: right;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row {
    display: inline-block;
    width: 16.665%;
    float: right;
    position: relative;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row:last-child {}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .image {
    display: inline-block;
    width: 100%;
    float: right;
    overflow: hidden;
    max-height: 190px;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2727272e;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 34%) 30%, rgb(0 0 0 / 36%) 80%, rgba(0, 0, 0, 1) 100%);
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .image * {
    display: inline-block;
    width: 100%;
    float: right;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .briefs {
    display: inline-block;
    width: 100%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 10px;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .briefs * {
    color: #fff;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .briefs .suptitle {
    font-size: 11px;
    font-weight: 500;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .briefs .title a {
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .briefs svg {
    width: 9px;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .date {
    font-size: 12px;
    direction: ltr;
}
.image-wall-wrapper .fww-content .iw-bottom .iw-row .date svg {
    float: right;
    margin-top: 3px;
    margin-left: 7px;
}
.footer {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #000000 url('../images/footer-bg.jpg') no-repeat center top;
    position: relative;
    background-size: cover;
}
.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000ab;
    z-index: 0;
}
.footer .footer-wrapper {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 100;
}
.footer .footer-wrapper .footer-top {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #828282;
}
.footer .footer-wrapper .footer-top .column {
    display: inline-block;
    width: 25%;
    float: right;
    padding: 0 10px;
}
.footer .footer-wrapper .footer-top .column * {
    color: #fff;
    font-size: 13px;
}
.footer .footer-wrapper .footer-top .column img {
    width: 100%;
    max-width: 150px;
    margin: auto;
    display: table;
    margin-bottom: 14px;
}
.footer .footer-wrapper .footer-top .column .social {
    position: relative;
    color: #000;
}
.footer .footer-wrapper .footer-top .column .social a {
    position: absolute;
    right: 9px;
    top: 7px;
    color: #000;
}
.footer .footer-wrapper .footer-top .column .social a i {
    color: #000
}
.footer .footer-wrapper .footer-top .column .bheader span {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    float: right;
    font-weight: 600;
}
.footer .footer-wrapper .footer-top .column.services ul {
    width: 100%;
    display: inline-block;
    padding: 0 10px
}
.footer .footer-wrapper .footer-top .column.services li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.footer .footer-wrapper .footer-top .column.services li a {
    width: 100%;
    display: inline-block;
    position: relative;
    text-indent: 15px;
    font-size: 14px;
}
.footer .footer-wrapper .footer-top .column.services li a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 8px;
    border-radius: 10px;
    background: #cecece;
    font-size: 13;
}
.footer .footer-wrapper .footer-top .column.tags ul {
    width: 100%;
    display: inline-block;
}
.footer .footer-wrapper .footer-top .column.tags li {
    display: inline-block;
    float: right;
    margin: 0 0 10px 10px;
}
.footer .footer-wrapper .footer-top .column.tags li a {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 12px;
    border-radius: 7px;
    width: 100%;
    font-weight: 300;
    position: relative;
    border: 1px solid #eee;
    padding: 6px 9px;
    border-right: 4px solid #bfbfbf;
}
.footer .footer-wrapper .footer-top .column.contactus ul {
    width: 100%;
    display: inline-block;
    padding: 0 10px
}
.footer .footer-wrapper .footer-top .column.contactus li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.footer .footer-wrapper .footer-top .column.contactus li a {
    width: 100%;
    display: inline-block;
    position: relative;
    text-indent: 15px;
    font-size: 14px;
}
.footer .footer-wrapper .footer-top .column.contactus li a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 8px;
    border-radius: 10px;
    background: #cecece;
    font-size: 13;
}
.footer .icons>div {
    margin: auto;
    display: table;
    margin-top: 14px;
}
.footer .icons>div>div {
    width: 30px;
    height: 30px;
    background-color: #efefef;
    float: right;
    margin-left: 8px;
    border-radius: 50%;
}
.footer .icons>div>div:last-child {
    margin: 0
}
.footer-bottom {
    float: right;
    width: 100%;
}
.footer-bottom .rights {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

/* .footer-block-news {display:inline-block;width: 100%;}
.footer-block-news h2 {color: #fff;font-size: 18px;padding-bottom: 6px;}
.footer-block-news .fww-content .f-68 {display: inline-block;width: 100%;margin-bottom: 30px;}
.footer-block-news .fww-content .f-68 > h2 {margin-bottom:10px;position: relative;overflow: hidden;color: #071635;font-size: 18px;padding: 0 0px 0 0;}
.footer-block-news .fww-content .f-68 > h2:before  {content:'';background: #071635 url('/images/header-pattern.png') repeat scroll 0 0;display: inline-block;width: 100%;height: 7px;position: absolute;right: 0;top: 11px;}
.footer-block-news .fww-content .f-68 > h2 span {background-color: #fff;position: relative;z-index: 10;padding-left: 10px;} */

/* .footer-block-news .view {width: 100%;display: block;margin: auto;}
.footer-block-news .view .fb-row {display: inline-block;width: 100%;float: right;margin-bottom: 0;padding: 7px 0px;position: relative;padding-left: 20px;}

.footer-block-news .view .fb-row .image {display: inline-block;width: 100%;float: right;max-width: 120px;margin-bottom: 0;margin-left: 10px;overflow: hidden;max-height: 60px;border-radius: 5px;}
.footer-block-news .view .fb-row .image * {display: inline-block;width: 100%;float: right;border-radius: 7px;}
.footer-block-news .view .fb-row .title {}
.footer-block-news .view .fb-row .title * {font-size: 14px;font-weight: 500;}
.footer-block-news .view .fb-row .title a {padding-bottom:10px;display:block;color: #fff;}
.footer-block-news .view .fb-row .date {direction: ltr;text-align: right;font-size: 11px;color: #666;}
.footer-block-news .view .fb-row .date svg { width:10px }
.footer-block-news .view .fb-row .date {font-size: 11px;direction: ltr;color: #fff;}
.footer-block-news .view .fb-row .date svg {float:right;margin-top: 3px;margin-left: 7px; width:9px; }
 */

/* .footer-top .column .view {display:inline-block;width: 100%;}
.footer-top .column .view .content {display:inline-block;width: 100%;}
.footer-top .column .view .content ul {display:inline-block;width: 100%;list-style: none;}
.footer-top .column.services .view .content ul li {display:inline-block;float: right;margin: 0 0 10px 10px;}
.footer-top .column .services .content ul li a {display:inline-block;float: right;color: #fff;font-size: 12px;border-radius: 7px;width: 100%;font-weight: 300;position:relative;border: 1px solid #eee;padding: 6px 9px;}
.footer-top .column .services .content ul li a:before {content:''; width: 6px;height: 6px;position: absolute;right: 0;top: 11px;border-radius: 10px;background: #cecece;}
.footer .footer-wrapper .footer-bottom {display: inline-block;width: 100%;float: right;padding-bottom: 40px;}
.footer .footer-wrapper .footer-bottom .column {display: inline-block;width: 33.3%;float: right;}
.footer .footer-wrapper .footer-bottom .column:nth-child(1) {    padding-left: 10px;}
.footer .footer-wrapper .footer-bottom .column:nth-child(2) {    padding: 0 5px;}
.footer .footer-wrapper .footer-bottom .column:nth-child(3) {    padding-right: 10px;}
.footer .footer-wrapper .footer-bottom h2 {color: #fff;font-size: 18px;padding-bottom: 6px;}
.footer .footer-wrapper .footer-bottom .footer-block-about p {font-size: 13px;color: #eee;margin-bottom: 15px;} */
.banner-header {
    position: absolute;
    left: 50%;
    margin-left: -594px;
    top: 26px;
    width: 600px;
}
.banner-header img {
    display: inline-block;
    width: 100%;
    height: auto
}
.twin-banner {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 0;
}
.twin-banner>div {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
}
.twin-banner>div .tb-row {
    width: 50%;
    float: right;
}
.twin-banner>div .tb-row * {
    display: inline-block;
    width: 100%;
    float: right;
}
.twin-banner>div .tb-row:nth-child(1) {
    padding-left: 10px;
}
.twin-banner>div .tb-row:nth-child(2) {
    padding-right: 10px;
}
.twin-banner>div .tb-row img {
    border-radius: 5px;
    height: 90px;
}
.fiple-banners {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 0px;
    margin: 30px 0;
}
.fiple-banners>div {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.fiple-banners>div .tb-row {
    display: inline-block;
    width: 25%;
    float: right;
    padding: 0 0.5%;
}
.fiple-banners>div .tb-row * {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}
.fiple-banners>div .tb-row img {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.triple-banners {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 20px;
}
.triple-banners>div {
    display: block;
    width: 100%;
    max-width: 1210px;
    margin: auto;
}
.triple-banners>div .tb-row {
    display: inline-block;
    width: 33.3%;
    float: right;
    padding: 0 5px;
}
.triple-banners>div .tb-row * {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}
.triple-banners>div .tb-row img {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.without-advertisement [class*='banner'] {
    display: none
}
.latest-news-block .bheader span {
    display: none;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #22276b;
    padding: 6px 0px 0 0;
    text-align: right;
    font-weight: 600;
    font-size: 25px;
}
.latest-news-block .view-content {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    border-top: 0px solid #22276ba8;
    border-radius: 3px;
}
.f-69 {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 17px;
}
.f-69 .bheader {
    background-color: #fff;
    font-size: 18px;
    padding: 15px 0px 10px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
.f-69 .bheader:before {
    content: '';
    background: #270f0f url('../images/header-pattern.png') repeat scroll right top;
    display: inline-block;
    width: 100%;
    height: 0px;
    position: absolute;
    right: 111px;
    top: 26px;
}
.f-69 .content {
    width: 100%;
    float: right;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 18%);
    background-color: #fff;
    padding: 0 10px;
    border-top: 3px solid #22276b;
}
.f-69>.content>.view>.view-content {
    width: 100%;
    float: right;
    padding-bottom: 10px
}
.f-69>.content>.view>.view-content .views-row {
    width: 100%;
    float: right;
    position: relative;
    padding: 4px 0px;
}
.f-69>.content>.view>.view-content .views-row .date {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 11px;
    direction: ltr;
    color: #333;
    display: none;
}
.f-69>.content>.view>.view-content .views-row .date svg {
    width: 9px
}
.f-69>.content>.view>.view-content .views-row:nth-child(2n+1) {
    background: #eee;
    border-right: 2px solid #22276b;
}
.f-69>.content>.view>.view-content .views-row:nth-child(2n) {
    background: #fff;
    border-right: 2px solid #dedede;
}
.front-wide-wrapper .f-69>.content>.view>.view-content .views-row .title {
    width: 75%;
    float: right;
    position: relative;
    padding: 0 0px;
}
.f-69>.content>.view>.view-content .views-row .title {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 0px;
}
.f-69>.content>.view>.view-content .views-row .title a {
    font-size: 13px;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: 500;
    color: #222;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    padding-right: 10px;
}
.f-69.right {
    padding-right: 0
}
.f-69.left {
    padding-left: 0
}

/*

img {transition: all .3s;}
.f-1 .view-content .views-row:hover img ,
.f-2 .view-content .views-row:hover .image img ,
.video-bottom-wrapper .view .views-row:hover .image img ,
.f-680-wrapper .fww-content .views-row:hover .image * ,
.ffile .content .ffile-left .ffl-row:hover .ffl-image * ,
.f-5 .attachment .views-row .image:hover img ,
.f-5 > .content > .view > .view-content .views-row:hover .image * ,
.f-6 > .content > .view > .view-content .views-row:hover .image img ,
.f-6 .attachment .view-content .views-row:hover .image img ,
.video-bottom-wrapper .view .views-row:hover .image img ,
.mag-block .mag-block-content .mag-block-right .mag-block-image:hover * ,
.mag-block .mag-block-content .mag-block-left:hover img ,
.f-69-wrapper .fww-content .views-row:hover .image * ,
.f-70-wrapper .fww-content .view-content .views-row:hover .image * ,
.f-68-wrapper .fww-content .views-row:hover .image * ,
.f-698-wrapper .fww-content .views-row:hover .image img ,
.dont-miss-block .dm-right:hover .image * ,
.dont-miss-block .dm-left:hover .image * ,
.special-videos-block3 .svb-row .svb-image:hover img ,
.mag-block2 .mag-block-content .mag-block-left:hover img ,
.mag-block2 .mag-block-content .mag-block-right .mag-block-image:hover * ,
.image-wall-wrapper .fww-content .iw-top .iw-row:hover .image * ,
.footer-block-news .view .fb-row:hover .image * {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
 */
.web.block-header {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 0px;
}
.eghtesadnews_box {
    display: none;
}
.eghtesadnews_box {
    width: 100%;
    float: none;
    display: table;
    background-color: #fff;
    margin: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11);
    padding: 0 6px;
}
.eghtesadnews_box h2 {
    background-color: #ffffff;
    color: #fff;
    padding: 15px 3px 5px 0;
    border-top: 0px solid #9C0A0D;
    line-height: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #270f0f;
}
.eghtesadnews_box .view-content {
    width: 100%;
    float: right;
    display: inline-block
}
.eghtesadnews_box .view-content .views-row {
    width: 100%;
    float: right;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding: 6px 0px
}
.eghtesadnews_box .view-content .views-row .views-field-title {
    width: 40%;
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding-right: 10px;
}
.eghtesadnews_box .view-content .views-row .views-field-title a {
    font-size: 11px;
    color: #000;
    display: inline-block;
    float: right;
}
.eghtesadnews_box .view-content .views-row .views-field-field-fake-price {
    width: 28%;
    float: right;
    display: inline-block;
    margin-top: 5px;
}
.eghtesadnews_box .view-content .views-row .percentage {
    width: 10%;
    float: right;
    display: inline-block;
    margin-top: 5px;
    height: 16px;
}
.eghtesadnews_box .view-content .views-row .views-field-field-fake-price .wrapper {
    width: 100%;
    float: right;
    display: inline-block;
    padding: 0;
}
.eghtesadnews_box .view-content .views-row .views-field-field-fake-price .wrapper div {
    float: right;
    display: inline-block
}
.eghtesadnews_box .view-content .views-row .views-field-field-fake-price .wrapper .price {
    margin-left: 3px;
    font-size: 11px
}
.eghtesadnews_box .view-content .views-row .views-field-field-fake-price .wrapper .symbol {
    font-size: 9px;
    position: relative;
    top: 1px;
}
.eghtesadnews_box .view-content .views-row .views-field-field-stat-time {
    width: 22%;
    float: right;
    padding: 0 4px 0 2px;
    border-left: 1px solid #eee;
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
}
.eghtesadnews_box .views-field-field-stat-icon .field-content {
    display: none
}
.eghtesadnews_box .views-field-field-stat-icon.minus:before {
    color: #e44a4a;
    content: "\f063";
    font-family: fontawesome;
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: -5px;
    right: 6px;
}
.eghtesadnews_box .views-field-field-stat-icon.plus:before {
    color: #46AE32;
    content: "\f062";
    font-family: fontawesome;
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: -5px;
    right: 6px;
}
.eghtesadnews_box .views-field-field-stat-icon.equal:before {
    color: #FFA70E;
    content: "\f068";
    font-family: fontawesome;
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: -5px;
    right: 7px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
    padding: 0 !important;
    margin-top: 0px;
}
.margin-bottom-30>div {
    padding-bottom: 0 !important
}
.margin-bottom-30>div>div {
    padding-bottom: 0 !important
}
#ecoiran-latest {
    display: inline-block;
    float: right;
    width: 100%;
}
#ecoiran-latest .ecoiran-videos {
    display: inline-block;
    float: right;
    width: 100%;
    margin: 0;
}
.right-left .rightside .content {
    display: inline-block;
    float: right;
    width: 100%;
}

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/*************************************************/

/* Search page style */
.archive-page-header h4 {
    margin-bottom: 10px;
    overflow: hidden;
    color: #071635;
    font-size: 20px;
}
.primary-archive-cell {
    width: 70%;
    float: right;
    padding-left: 30px;
}
.secondary-archive-cell {
    width: 30%;
    float: right;
}
.primary-archive-cell #archive-page-news {
    padding: 0;
}
.primary-archive-cell #archive-page-news .cont {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 0;
    padding: 7px 0px;
    position: relative;
    padding-right: 0;
}
.primary-archive-cell #archive-page-news .cont .res {
    display: inline-block;
    width: 100%;
    float: right;
    max-width: 200px;
    margin-bottom: 0;
    margin-left: 10px;
    overflow: hidden;
    max-height: 100px;
    border-radius: 5px;
}
.primary-archive-cell #archive-page-news .detail h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.primary-archive-cell #archive-page-news .detail .lead {
    font-size: 12px;
    color: #333;
}
.primary-archive-cell #archive-page-news .detail .news_time {
    position: absolute;
    left: 0;
    bottom: 0;
    direction: ltr;
    text-align: left;
    font-size: 11px;
    color: #444;
    padding-top: 13px;
}
.primary-archive-cell footer {
    float: right;
    width: 100%;
    margin-top: 12px;
    background-color: #22276b;
}
.primary-archive-cell footer a {
    display: table;
    margin: auto;
    color: #fff;
}

/* mobile menu style */
.menu-icon {
    display: none
}
#menu-mobile {
    display: inline-block;
    width: 100%;
    max-width: 290px;
    padding: 17px 20px;
    padding-bottom: 120px;
    box-shadow: 2px 2px 33px #24296b;
    background-image: linear-gradient(to top, #22276B, #272c77, #383d7f, #272c77, #22276b);
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000000;
    height: 120%;
    height: calc(100% + 100px);
}
#menu-mobile .menu-mobile-wrapper {
    position: relative;
    height: 100%;
    overflow-y: auto;
}
#menu-mobile.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
#menu-mobile ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 10px 0 9px;
    /* border-bottom: 1px dashed #ffffff91; */
}
#menu-mobile ul li ul {
    display: none !important;
}
#menu-mobile ul li ul.active {
    display: inline-block !important;
    width: 100%;
    float: right;
}
#menu-mobile .mobile-menu-top {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 10px;
}
#menu-mobile .mobile-menu-top svg {
    width: 19px;
    float: right;
    cursor: pointer;
}
#menu-mobile .mobile-menu-top>div {
    float: right;
    position: relative;
}
#menu-mobile .mobile-menu-top .close {
    float: left;
}
#menu-mobile .mobile-menu-top .close svg {
    width: 19px;
}
#menu-mobile .mobile-menu-top .search {
    float: right;
    position: relative;
    top: 4px;
}
#menu-mobile ul li.has-child {
    position: relative;
}
#menu-mobile ul li.has-child>span {
    width: 50px;
    float: left;
    height: 35px;
    z-index: 10000000;
}
#menu-mobile ul li.has-child>span svg {
    width: 13px;
    display: inline-block;
    /* position: absolute;
    top: 10px;
    left: 0; */
}
#menu-mobile ul li.has-child ul li a {
    text-indent: 20px;
}
@media screen and (max-width:1100px) {
    .menu-icon {
        display: inline-block;
        position: absolute;
        left: 20px;
        top: 18px;
    }
    
    .menu-icon svg {
        display: inline-block;
        width: 25px;
        height: 25px;
    }
}

/************** category-list **************/

/* in overwrite shode */
.category-list .view-content {
    border-top: 3px solid #22276b;
}

/* in ezafe shode */
.category-list .bheader {
    background-color: #fff;
    font-size: 18px;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

/* in overwrite shode */
.mag-block .mag-block-content .mag-block-left img {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    height: auto;
}

/* in overwrite shode */
.mag-block .mag-block-content .mag-block-right .mag-block-image * {
    height: auto;
}

/* in ezafe shode */
.mag-block .mag-title {
    background-color: #fff;
    font-size: 25px;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

/* in ezafe shode */
.bheader span,
.mag-title {
    color: #22276b !important;
}
#main_footer .bheader span {
    color: #fff !important;
}

/* in ezafe shode */
body.news-page .eghtesadnews_box .view-content .views-row {
    width: 50%
}
body.news-page .eghtesadnews_box .bheader {
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 3px solid #22276b;
    margin-bottom: 10px;
}

/* in ezafe shode */
@media screen and (max-width:1200px) {
    body.news-page .eghtesadnews_box {
        padding: 0 20px;
        box-shadow: none;
    }
    
    body.news-page .f-10 {
        padding: 0 0px !important;
    }
}

/* in ezafe shode */
@media screen and (max-width:800px) {
    body.news-page .eghtesadnews_box .view-content .views-row {
        width: 100%
    }
}

/* in overwrite shode */
.ffile .content>.bheader span {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 5px;
    color: #fff !important;
    font-size: 21px;
}

/* in ezafe shode */
.f-6 .bheader {
    display: none !important;
}

/* in overwrite shode */
.f-69>.content>.view>.view-content .views-row:nth-child(2n+1) {
    background: #eee;
    border-right: 2px solid #9c0a0d;
}

/* in overwrite shode */
@media screen and (max-width:900px) {
    .f-6>.content>.view>.view-content .views-row .title a {
        color: #000;
        display: inline-block;
        width: 100%;
        padding: 16px 15px 0px !important;
        margin: 0;
        text-align: right;
    }
}

/* in overwrite shode */
.image-wall-wrapper .fww-content .iw-top .iw-row .briefs .suptitle {
    display: none
}

/* in overwrite shode */
.image-wall-wrapper .fww-content .iw-top .iw-row .date {
    display: none
}

/* in overwrite shode */
.f-6>.content>.view>.view-content .views-row .title * {
    color: #fff;
    font-size: 13px;
    direction: ltr;
    margin-bottom: 0px;
}

/* in overwrite shode */
.f-6>.content>.view>.view-content .views-row .image:before {
    display: none;
}

/* in overwrite shode */
.f-6>.content>.view>.view-content .views-row .image:after {
    pointer-events: none;
    background: url('../images/youtube.svg') no-repeat;
    background-size: cover;
    border: 0;
    z-index: 10000000;
}

/* in overwrite shode */
.f-6 .attachment .view-content .views-row .image a:before {
    content: '';
    background-image: none;
    background-image: none;
    background-image: none;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 50%;
    margin-right: -15px;
    width: 30px;
    background: url('../images/youtube.svg') no-repeat;
    background-size: cover;
    bottom: auto;
    height: 30px;
}

/* in overwrite shode */
.news-page .eghtesadnews_box .view-content .views-row .views-field-field-stat-time {
    font-size: 12px;
}

/* in overwrite shode */
.news-page .eghtesadnews_box .view-content .views-row .views-field-title a {
    font-size: 12px;
}

/* in overwrite shode */
.news-page .eghtesadnews_box .view-content .views-row .views-field-field-fake-price .wrapper .price {
    font-size: 12px;
}

/* in overwrite shode */
.right-left {
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
    display: table;
}

/* in overwrite shode */
.news-block .bottom-info .shareButton a.icon-telegram i:before {
    color: #08c !important;
    font-size: 14px;
    position: absolute;
    left: 7px;
    top: 8px;
}

/* in overwrite shode */
.news-block .bottom-info .shareButton a i {
    color: #fff !important;
    width: 30px;
    height: 30px;
    margin: 0;
}

/* in overwrite shode */
.news-block .title h1 {
    margin-top: 0px;
}

/* in ezafe shode */
.news-block .news_time {
    direction: ltr;
    text-align: left;
    display: inline-block;
}
.rate-news {
    text-align: center;
}
.rate-news i {
    color: #22276b;
    font-size: 16px;
}
.rate-news .like-txt {
    padding-left: 4px;
}
.rate-news #t-plusme {
    font-size: 0.8em;
}
/* more (sara) */
.more-wrapper {
    float: left;
    padding-top: 4px;
}
.global-more {
    background-color: #9a0b19;
    padding: 3px 18px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    float: left;
    font-weight: bold;
}