h1, h2, h3, legend, #add-edit th, h1, h2, h3, legend, #add-edit th {
    font: bold 16px/24px BMitra
}

h4, h5, h6 {
    font: normal normal normal 12px/18px bmitrabold
}

p {
    font: normal normal normal 12px/18px BMitra
}

body {
    background: #ededed;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*---------login------------*/
#login {
    position: fixed;
    z-index: 300;
    top: 0;
    margin: 0;
    padding: 5px 20px;
    display: block;
    width: 100%;
    height: 30px;
    font: normal 13px/18px tahoma;
    vertical-align: top;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid #000;
    background-color: #484848;
    background-color: rgba(72, 72, 72, .8);
    filter: alpha(opacity=80);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .35);
    ursor: default;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

html[dir=rtl] #login {
    right: 0;
}

html[dir=ltr] #login {
    left: 0;
}

#login.min {
    width: 80px;
    box-shadow: none;
    background-color: #323232;
}

html[dir=rtl] #login.min {
    border-radius: 0 0 0 5px;
    border-left: 1px solid #000;
}

html[dir=ltr] #login.min {
    border-radius: 0 0 5px 0;
    border-right: 1px solid #000;
}

#login a,
#login span {
    color: #fc0;
}

#login section {
    white-space: nowrap;
}

html[dir=rtl] #login section,
html[dir=rtl] #login img,
html[dir=rtl] #login div {
    float: right;
}

html[dir=ltr] #login section,
html[dir=ltr] #login img,
html[dir=ltr] #login div {
    float: left;
}

html[dir=rtl] #login section:last-child {
    float: left;
}

html[dir=ltr] #login section:last-child {
    float: right;
}

#login div {
    cursor: pointer;
    margin: 15px;
    margin-top: 1px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: 8px 0;
}

html[dir=rtl] #login div,
html[dir=ltr] #login.min div {
    border-color: transparent;
    border-left-color: #fc0;
    border-left-width: 16px;
}

html[dir=ltr] #login div,
html[dir=rtl] #login.min div {
    border-color: transparent;
    border-right-color: #fc0;
    border-right-width: 16px;
}

/*---------------------------------------*/
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(200, 200, 200, 0.4);
}

hr {
    width: 100%;
    border: 1px dotted #969696;
    height: 1px;
}

hr.clear {
    clear: both;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
    outline-width: 0;
}

.bc_gray {
    background-color: #dcdcdc;
}

.bc_white {
    background-color: #fff;
}

.bc_dark {
    background-color: #4e4e4e;
}

.bc_black {
    background-color: #000;
}

.blue {
    color: #043db3;
}

.summary {
    color: #414141;
    background: #f1f1f1;
    padding: 5px;
}

.darkgray {
    color: #414141;
}

.zero_padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.column-list .column a h2 {
    color: #2980b9;
}

.full-list header a * {
    color: #2980b9;
}

/* custom inclusion of right, left and below tabs */
#share {
    text-align: center;
    /*padding-top: 5px;*/
    padding-bottom: 20px;

    /*background: #e0e0e0;*/
    padding: 2px;
}

#share > a {
    display: inline-block;
    margin: 2px 2px;
}

.block_border {
    border: 1px solid rgb(226, 226, 226);
    border-top: none;
}

.share {
    display: inline-block;
    padding: 4px;

    /*background: #e0e0e0;*/

}

.share_icon {
    /*background-position: 50%;*/
    /*background-size: cover;*/
    /*height: 50px;*/
    /*display: inline-block;*/
    /*width: 50px;*/

}

.share_icon:before {
    font-size: 22px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    /*margin-right: 19px;*/
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    height: 80px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #858585 #eeeeee #eeeeee;
}

div.tab-content > .tab-pane {
    border: none;
    border-left: 1px solid #858585;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #858585 transparent #858585 #858585;
    *border-right-color: #ffffff;

}

.tabs-left > .nav-tabs > li {
    width: 100%;
}

#prog .prog_news {
    padding: 0px;
    margin-bottom: 10px;
}

.prog_img {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /* background-image: url(./view/img/custom/about.png); */
    /*background-position: center;*/
    max-width: 140px;
    width: 100%;
    float: right;

    /*max-width:100%;*/
}

.noimg_prog {
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-position: center;
}

.prog_img_spec {
    width: 100%;
    float: right;
    min-height: 100px;
}

#video_sec {
    background-color: #1d1d1d;
    display: inline-block;
}

#video_sec .nav-tabs li:nth-child(odd) {
    background-color: #363636;
}

#video_sec .nav-tabs li:nth-child(even) {
    background-color: #2f2f2f;
}

#video_sec .nav-tabs {
    width: 100px;
}

#video_sec .tab-content {
    text-align: center;
    float: right;
    width: calc(100% - 102px);
}

#video_sec .nav-tabs > li.active > a, #video_sec .nav-tabs > li.active > a:focus, #video_sec .nav-tabs > li.active > a:hover {
    color: #f1f1f1;
    cursor: default;
    background-color: #1d1d1d;
}

#video_sec .nav > li > a:focus, #video_sec .nav > li > a:hover {
    background-color: #757575;
}

#video_sec .tab-pane img {
    max-width: 100%;
}

#video_sec .duration {
    width: 100%;
    text-align: center;
}

#video_sec .video_titile {
    width: 100%;
    text-align: center;
    color: #f1f1f1;
    font-size: 2em;
    padding: 24px 0;
    border-top: 3px solid #2f2f2f;
}

#video_sec .nav > li > a {
    /*padding: 10px 10px 10px 15px;*/
    padding: 0;
    color: #f1f1f1;
    font-weight: bold;
}

.mini_thumb {
    /*float: right;*/
    /*margin: 0 0 0 7px;*/
}

.mini_thumb img {
    width: 100%;
    height: 65px;
    object-fit: cover;
}

.video_h {
    /* height: 30px; */
    width: 100%;
    /* background: url(../img/custom/video_h.png); */
    background-repeat: repeat-x;
    background-position: 0 5px;
    float: right;
    margin-bottom: 10px;
}

.video_h .btitle {
    width: 30%;
    height: 30px;
    float: left;
}

.video_icon {
    float: right;
    /* height: 30px; */
    color: #f1f1f1;
    font-size: 15px;
    display: inline-block;
    padding: 6px 10px 8px 15px;
    background: #01b8ca;
    /* margin-right: 40px; */
}

.video_icon i:before {
    font-size: 20px;
}

#video, #gallery {
    padding-bottom: 10px;
    height: 410px;
    position: relative;
}

#report .btitle > span {
    /*color: #ff2222;*/
}

.mini_fullist header h2 {
    color: #121212;
    font-size: 14px;
    line-height: 25px;
}

.mini_fullist header h3 {
    color: #043db3;
    font-size: 12px;
}

.footerpaneTop {
    background: #e6e6e6;
    padding: 0 10px 0 10px;
    margin: auto;
}

.divider {
    display: none;
}

/*--------------------------------*/
@font-face {
    font-family: 'Icon';
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2') format('woff2'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font: normal 18px/18px "Icon";
    color: #5e5e5e;

    unicode-bidi: embed;

    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/*fortawesome.github.com/Font-Awesome*/
/**
* Share 1.0 : 2013.11.11
* hashemi.sa at gmail.com
*/
#_share,
#_share a,
#_share a span {
    padding: 0;
    margin: 0;
    vertical-align: middle;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#_share {
    margin: 9px 0;
}

#_share a {
    margin: 0 2px;
}

#_share a span {
    background-color: #fff;
    border-radius: 3px;
    padding: 0 2px;
    width: 16px;
    height: 16px;
}

#_share a#_share_print,
body#print-1 #_share a {
    display: none;
}

body#print-1 #_share a#_share_print {
    display: block;
}

html[dir="rtl"] #content .radio label, html[dir="rtl"] #content .checkbox label {
    padding-right: 0px;
}

#main-news-box .main_ttl {
    background: #f1f1f1;
    padding: 5px;
}

.main_ttl h6 {
    font-size: 12px;
    font-family: Tahoma;
}

html[lang=fa] .main_ttl h2 {
    font-size: 20px;
}

#main-news-box h2 {
    padding: 5px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: bmitrabold, BMitra;
}

#main-news-box .summary {
    border: 0;
    margin: 0;
    font-weight: bold;
    font-family: bmitrabold, BMitra;
    font-size: 14px;

}

html[dir="ltr"] #main-news-box h2, html[dir="ltr"] #main-news-box .summary {
    font-family: Arial, Helvetica, freesans, sans-serif;

}

#content > article {
    border: 1px solid #dcdcdc;
}

#nav-menu {
    background-color: #eee;
    /*position: fixed;*/
    /*right: 6px;*/
    /*top: 3px;*/
    display: none;
    z-index: 1000;
}

#header #top_menu, #header #menu {
    z-index: 1001;
}

#backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

#main_slider_box {
    position: relative;
    /*width: 100%;*/
    display: inline-block;
    direction: ltr;
}

#main_slider .item a, #main_slider .item {
    /*height: 240px;*/
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.img_slier {
    background-position: 50%;
    background-size: cover;
    height: 440px;
    /*height: 50vh;*/
    display: inline-block;
    width: 100%;
}

div.owl-theme .owl-controls {
    margin-top: -24px;
    margin-bottom: 10px;
}

.owl_before, .owl_after {
    position: absolute;
    line-height: 12px;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    z-index: 100;
    font-size: 33px;
    background: rgba(4, 60, 179, 0.7);
    color: #fff;
    padding: 0 7px;
    border-radius: 100%;
}

.owl_before i, .owl_after i {
    line-height: 20px;
}

.owl_before {
    right: 19px;
}

.owl_after {
    left: 19px;
}

.owl_after:hover, .owl_before:hover {
    background-color: rgba(4, 60, 179, 1);
    cursor: pointer;
}

.img_slier .slider_title {
    width: 100%;
    height: 30%;
    margin: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.53);
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
    color: #f2f2f2;
    opacity: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.img_slier:hover .slider_title {
    opacity: 1;
}

.simple_list {
    margin-bottom: 4px;
}

.p_li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    max-width: 100%;
}

.p_li li {
    position: relative;
}

.p_li li h6 {
    font-size: 13px;
}

.p_li li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    /* width: 8px; */
    /* height: 8px; */
    /* background-color: #b00f0a; */
    color: #043db3;
    position: absolute;
    /*right: 5px;*/
    top: 11px;
    font-size: 6px;
}

.simple_list > div {
    display: inline-block;
}

.p_li li {
    padding: 3px 15px;
}

.p_li li a {
    /* color: #2f2f2f; */
    display: inline-block;
}

a:hover, a:visited:hover, a:active, a:focus {
    color: #043db3;
}

.btitle {
    margin-bottom: 3px;
    height: 30px;
}

.btitle > span {
    color: #043db3;
    /* background-color: #FFF; */
    height: 30px;
    display: inline-block;
    font-size: 17px;
    line-height: inherit;
    padding: 5px 5px;
}

.btitle > a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #043db3;
}

.btitle > a:hover, .btitle > a.active {
    background-color: #a93737;
}

.btitle > a i:before {
    font-size: 30px;
}

.dib {
    display: inline-block;
}

.dib > section {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dib > section:last-child {
    border: none;
}

.img_q {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 100%;
    /*width: calc(100% - 10px);*/
    /* float: left; */
    /*margin: 10px 5px 5px 5px;*/
}

.noimg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    height: 120px;
    width: 100%;
    /*width: calc(100% - 10px);*/
    /*margin: 10px 5px 5px 5px;*/
}

.img_full_list {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 93px;
    width: 134px;
    margin: 5px 13px;
    /*float: right;*/
}

#full_list {
    margin-bottom: 10px;
}

#full_list p {
    text-align: justify;
}

figure {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;

}

.mini_fullist {
    margin-bottom: 12px;
}

.mini_fullist figure {
    border: none;
    box-shadow: none;
    position: relative;
    padding: 0px;
    margin: 0;
}

.mini_fullist figure > a {
    padding: 4px;
    margin: 2px 3px;
}

.mini_fullist article {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    /*border-bottom: 1px dotted #919191;*/
}

.mini_fullist article:last-of-type {
    border: none;
}

.mini_fullist article:before {
    content: ' ';
    height: 2px;
    background-color: #bebebe;
    width: 75px;
    position: absolute;
    top: 32px;
    z-index: 4;
}

.mini_fullist article:after {
    content: ' ';
    height: 8px;
    background-color: #bebebe;
    width: 27px;
    position: absolute;
    right: 132px;
    top: 29px;
    z-index: 4;
    border-radius: 5px;
}

.mini_fullist article:hover:before, .mini_fullist article:hover:after {
    background-color: #478dc9;
}

.img_mini {
    border-radius: 100%;
    max-height: 55px;
    border: 1px solid #e02727;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img_list {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    width: 100%;
    max-width: 100%;

}

.image_list {
    margin-bottom: 12px;
}

.image_list article {
    text-align: center;
}

#more {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(102, 188, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(102, 188, 214, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(102, 188, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(102, 188, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(102, 188, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(102, 188, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    padding: 6px 0;
}

.center {
    text-align: center;
}

.cat_titile {
    margin: 0 15px;
    width: calc(100% - 30px);
    margin: 2px 15px 5px;
    padding: 5px;
    font-size: 15px;
    color: #043db3;
    /*background-color: #dcdcdc;*/
    font-weight: bold;
    display: block;
}

.cat_titile > span {
    color: #043db3;
}

.p_li li a {
    color: #4e4e4e;
}

.sec_news {
    text-align: justify;
}

.col_title, html[lang=fa] .col_title h2 {
    font-family: BMitra;
}

html[dir="ltr"] .col_title, html[dir="ltr"] .col_title h2 {
    font-family: Arial, Helvetica, freesans, sans-serif;
}

.sec_news a .col_title {
    border-bottom: 1px solid #b9b9b9;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;

}

.sec_news:last-of-type a .col_title {
    border: none;
}

#content video, #content audio {
    max-width: 100%;
}

.svg {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.svg {
    stroke: #bebebe;
}

article:hover .svg svg {
    stroke: #478dc9;
}

.mini_title * {
    display: inline-block;
    width: calc(100% - 74px);
    max-width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.tab-pane > a {
    position: relative;
}

.play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
}

.play_video:before {
    font-size: 60px;
    color: #bfbfbf;
}

#video .pgwSlider .ps-current, #gallery .pgwSlider .ps-current {
    width: 82.7%;
    overflow: visible;
}

#video .pgwSlider > .ps-list > li span, #gallery .pgwSlider > .ps-list > li span {
    display: none;
}

#video ul.ps-list, #gallery ul.ps-list {
    width: 17.3%;
}

#gallery ul.pgwSlider > li, #gallery .pgwSlider > .ps-list > li {
    margin-bottom: 0;
}

ul.pgwSlider > li img, .pgwSlider > ul > li img {
    height: 100%
}

.pgwSlider .ps-caption a {
    font-family: BMitra, bmitrabold;
    font-size: 1.7em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#video .pgwSlider .ps-caption, #gallery .pgwSlider .ps-caption {
    position: absolute;
    bottom: -40px;
}

.pgwSlider .ps-current ul {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden
}

#full_list h2 {
    font-size: 19px;
    line-height: 24px;
    font-family: BMitra;
}

#full_list h6, #full_list p {
    color: #1f1f1f;
    font-family: BMitra;
}

html[dir="ltr"] .pgwSlider .ps-caption a, html[dir="ltr"] #full_list h6, html[dir="ltr"] #full_list p, html[dir="ltr"] #full_list h2 {
    font-family: Arial, Helvetica, freesans, sans-serif;
}

#full_list h6 {
    font-size: 13px;
}

#full_list p {
    font-size: 16px;
}

#main_slider .img_slier {
    height: 385px;
}

.content_title {
    text-align: center;
}

html[lang=fa] .content_title h6, html[dir="ltr"] .content_title h6 {
    font-size: 17px;
}

html[lang=fa] .content_title h1, html[lang=ar] .content_title h1, html[dir="ltr"] .content_title h1 {
    font-size: 18px;
    color: #004d99;
    padding-bottom: 17px;
}

#social > span {
    text-align: center;
    font-family: bmitrabold;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 4px;

}

#social > span:nth-of-type(odd) {
    padding-right: 0;
    padding-left: 2px;
}

#social > span:nth-of-type(even) {
    padding-left: 0;
    padding-right: 2px;
}

#social > span > a {
    background-color: #e1e1e1;
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-family: bmitrabold;
}

#simple_list_1 {
    font-family: BMitra;
}

html[dir="ltr"] #simple_list_1 {
    font-family: Arial, Helvetica, freesans, sans-serif;
}

#simple_list_1 .nav {
    display: inline-block;
    margin-bottom: -7px;
}

#simple_list_1 .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 8px;
}

#simple_list_1 div.tab-content > .tab-pane {
    border-left: none;
}

#social > span:hover > a {
    background-color: #8E8E8E;
}

#in_film a, #in_gallery a {
    display: inline-block;
}

#in_film img, #in_gallery img {
    max-width: 100%;
    height: auto;
}

#in_film article {
    position: relative;
}

#in_film article a:after {
    position: absolute;
    content: "\f01d";
    font-family: FontAwesome;
    left: 50%;
    top: 50%;
    font-size: 40px;
    margin-left: -17px;
    margin-top: -20px;
}

.clear {
    clear: both;
}

.p_li li h6 {
    font-size: 10px;
}

html[dir="ltr"] .p_li li h6 {
    font-size: 13px;
}

html[dir="rtl"] .p_li li h6 {
    font-size: 14px;
}

html[lang=ar] .p_li li h6 {
    font-size: 10px;
}

.breadcrumb > li + li:before {
    display: inline-block;
}

.breadcrumb > li > h1 {
    display: inline-block;
}

html[lang=ar], html[lang=ar] .font-b, html[lang=ar] #body .font-b, html[lang=ar] #main-news-box h2, html[lang=ar] .btitle > span, html[lang=ar] #full_list h6, html[lang=ar] #full_list p, html[lang=ar] .col_title h2, html[lang=ar] #main-news-box .summary, html[lang=ar] p, html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3, html[lang=ar] h4, html[lang=ar] h5, html[lang=ar] h6, html[lang=ar] div {
    font-family: DroidKufi;
    font-size: 11px;
}

html[lang=ar] #body .cat_titile .font-b {
    font-size: 12px;
}

html[lang=ar] html[lang=ar] {
    font-size: 16px;
}

html[lang=ar]  #main-news-box h2 {
    font-size: 20px;
}

html[lang=ar] #main-news-box .summary {
    font-size: 11px;
}

html[lang=ar] .news-frame .col_title {
    font-size: 11px;
}

html[lang=ar] #full_list h6 {
    font-size: 10px;
}

/* html[lang=ar] #content p{
   font-weight: bold;
 }*/

html[dir="ltr"], html[dir="ltr"] .font-b, html[dir="ltr"] #main-news-box h2, html[dir="ltr"] .btitle > span, html[dir="ltr"] #full_list h6, html[dir="ltr"] #full_list p, html[dir="ltr"] .col_title h2, html[dir="ltr"] #main-news-box .summary, html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] h4, html[dir="ltr"] h5, html[dir="ltr"] h6, html[dir="ltr"] div {
    font-family: Arial, Helvetica, freesans, sans-serif;
}

html[lang=ar] #content p {
    font-family: DroidKufi, Arial, Helvetica, freesans, sans-serif;
}

html[dir="ltr"] .col_title h2 {
    font-size: 11px;
}

html[dir="ltr"] #main-news-box h2 {
    font-size: 49px;
    line-height: initial;
}

html[dir="ltr"] #main-news-box .summary {
    font-size: 12px;
}

html[dir="ltr"] #full_list p {
    font-size: 12px;
}

html[dir="ltr"] h1, html[dir="ltr"] h1 li, h1 a {
    font-size: 16px;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

html[lang=ar] .pgwSlider .ps-caption > a {
    font-family: DroidKufi;
    font-size: 13px;
}

.img_l {
    width: 90px;
    height: auto;
    min-height: 60px;
    max-height: 105px;
    margin: 7px;
    background: rgba(232, 232, 232, 0.24);
}

.news-frame {
    display: table-cell;
    vertical-align: middle;
}

.news-frame .col_title {
    font-size: 15px;
    padding: 8px 2px;
}

@media (max-width: 992px) {
    #banner_1 .prog_img {
        height: 85px;
    }
}

@media (max-width: 768px) {
    #main_slider .img_slier {
        height: 220px;
    }

    #video_sec .tab-content {
        background: #1d1d1d;
        width: 100%;
    }

    #video_sec .nav-tabs {
        width: 100%;
    }

    #nav-menu {
        /*  width: 70px;
          height: 70px;
          line-height: 70px;*/
    }

    #nav-menu i:before {
        font-size: 4vw;
    }

    ul li[data-sizex="1"] header.block_title > label {
        background-image: url(./view2378/img/custom/c3block.png) !important;
    }

    #top_menu {
        position: absolute;
        top: 40px;
        /*right: -100%;*/
        transition: all 0.3s;
        height: auto;
        width: 70vw;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        display: none;
        z-index: 1001;
    }

    #nav-menu.focus + #top_menu {
        display: block;
    }

    #top_menu > ul {
        width: 100%;
    }

    .summary {
        width: 95%;
    }

    #top_menu ul li:hover a {
        background: none;
        color: white;
    }

    #top_menu ul li, #top_menu ul li ul {
        background-image: none;
        display: block;
        width: 100%;
        position: relative;
        /*text-align: right;*/
        height: 100%;
        border: none;
        background: none;

    }

    #top_menu.menu-h > ul ul {
        top: 0;
    }

    #top_menu ul {
        right: 0;
    }

    #top_menu ul li a {
        border-bottom: 1px solid #fff;
        margin: 0px;
        font-size: 4vw;
        width: 100%;
        color: #fff;
    }

    #top_menu:before, #top_menu:after {
        display: none;
    }

    #nav-menu {
        display: block;
    }

    .menu-h ul li > a:not(:last-child):after {
        display: none;
    }

    .menu-v > ul > li:hover > ul.immediate,
    .menu-h > ul > li:hover > ul.immediate,
    .menu-v ul ul > li:hover > ul,
    .menu-h ul ul > li:hover > ul {
        display: block;
        -webkit-animation: none;
        -o-animation: none;
        transition: none;

    }

    .menu-v ul ul, .menu-v ul ul li, .menu-h ul ul, .menu-h ul ul li, .menu-v ul ul li, .menu-h ul ul li {
        max-width: 100%;
    }

    /**/
    #search-caption .font_icon {
        font-size: 10px;
    }

    #search-caption div a i:before {
        font-size: 5vw;
    }

    #top_menu ul li ul li {
        padding-right: 4vw;
    }

    div#f_menu ul li {
        width: 98%;
    }

    #bg-attach {
        background-image: none;
    }

    #logo_white, #logo_r {
        display: none;
    }

}

