/*

    Author Css: Mehrdad Khodaei
    
    ---------------- Info ----------------
    
    Date Created:   1398/08/08
    Email:          mkhodaii@itshams.ir - mehrdadkhodaei18@gmail.com
    Phone:          +98 933 805 9497
    
    Powerd By:    ITShams Company - https://www.itshams.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}

* {
    font-family: IRANSans, Open_Sans;
    outline: medium none !important;
    text-decoration: none !important;
}

.pad-150 {

    padding-right: 150px !important;
    padding-left: 150px !important;
}
.padding0 {
   padding:0;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

.header-main {

    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 9999999;
}

/*---------------------- Header Top ---------------------*/
 .header-main .header-menu .nav-nchir .navbar-header {

        
      float:left !important;
    }
.header-main .header-top {

    padding: 10px 0 8px;
    border-bottom: 1px solid #eee;
}
.header-main .header-top .rt-top {

  display:inline-flex;
}
.header-main .header-top .rt-top a {

    float: right;
    margin-left: 15px;
    font-size: 11px;
    color: #333;
    transition: all 0.3s;
}

.header-main .header-top .rt-top a:hover {

    color: #01449f;
}

.header-main .header-top .rt-top .fas {

    font-size: 16px;
    color: #01449f;
    vertical-align: sub;
    margin-left: 2px;
    transition: all 0.3s;
}

.header-main .header-top .rt-top a:hover .fas {

    color: #7ebc2b;
}

.header-main .header-top .lf-top div {

    float: left;
    margin-right: 15px;
    font-size: 11px;
}

.header-main .header-top .lf-top .date {

    color: #999;
    font-weight: 300;
}

.header-main .header-top .lf-top .date .fas {

    font-size: 16px;
    margin-left: 2px;
    vertical-align: sub;
}

.header-main .header-top .lf-top .signs a {

    color: #333;
    transition: all 0.3s;
}

.header-main .header-top .lf-top .signs a:hover {

    color: #7ebc2b;
}

.header-main .header-top .lf-top .signs .sign-up {

    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.header-main .header-top .lf-top .signs .sign-up:after {

    content: "";
    width: 1px;
    height: 15px;
    background-color: #666;
    position: absolute;
    top: 1px;
    right: -11px;
    transform: rotate(25deg);
}
.header-main .header-top .updated-site {
    padding: 0 0 0 8px;
}

.header-main .header-top .updated-site .up-box {

    
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: #0a0a0a;
    padding: 4px 0 3px;
    letter-spacing: -0.3px;
}
.header-main .header-top .updated-site .title{
    
    margin: 0;
    font-size: 11px;
}
.header-main .header-top .updated-site .up-box > span{
    
    margin-right: 5px;
}

/*---------------------- /Header Top ---------------------*/

/*---------------------- Header Logos ---------------------*/

.header-main .header-logos {

    text-align: center;
    padding: 0;
}

.header-main .header-logos .container {

    position: relative;
}

.header-main .header-logos .lg-main {

    position: relative;
    float: right;
    z-index: 99;
    margin-top: 5px;
}

.header-main .header-logos .lg-salamat {

    position: relative;
    float: left;
    z-index: 99;
}

.header-main .header-logos .lg-main img {

    width: 60px;
}

.header-main .header-logos .lg-salamat img {

    width: 180px;
}

.header-main .header-logos .lg-text {

    position: absolute;
    right: 0;
    left: 0;
}

.header-main .header-logos .lg-text img {

    width:300px;
   
}

/*---------------------- /Header Logos ---------------------*/

/*---------------------- Header Menu ---------------------*/

.header-main .header-menu {

    padding: 0;
}

.header-main .header-menu .nav-nchir {

    background-color: #013378;
    border: none;
    border-radius: 0;
    z-index: 9999;
    margin: 0;
}

.header-main .header-menu .nav-nchir > .container {

    position: relative;
}

.header-main .header-menu .nav-nchir .container-fluid {

    padding: 0 5px;
}

.header-main .header-menu .nav-nchir .navbar-brand {

    cursor: pointer;
    margin: 0;
    position: relative;
    left: 0;
    top: 8px;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    z-index: 9999;
    transition: all 0.5s;
    width: 220px;
    height: 35px;
}

.header-main .header-menu .nav-nchir .navbar-brand.view,
.header-main .header-menu .nav-nchir .navbar-brand.view .input-group {

    width: 100%;
}

.header-main .header-menu .nav-nchir .navbar-brand .input-group-addon {

    cursor: pointer;
    position: absolute;
    font-size: 16px;
    color: #8dc444;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.header-main .header-menu .nav-nchir .navbar-brand.view .input-group-addon {

    background-color: #013378;
    left: 0;
}

.header-main .header-menu .nav-nchir .navbar-brand .input-group-addon .fa {

    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main .header-menu .nav-nchir .navbar-brand .form-control {

    background-color: transparent;
    border: none;
    padding: 0 10px;
    box-shadow: none;
    color: #013378;
    height: 35px;
}

.header-main .header-menu .nav-nchir .navbar-brand.view {

    border-radius: 4px;
}

.header-main .header-menu .nav-nchir .navbar-brand .form-control::placeholder {

    font-size: 10px;
    color: #bbb;
}

.header-main .header-menu .nav-nchir .navbar-brand > i {

    position: relative;
    top: 2px;
}

.header-main .header-menu .nav-nchir .navbar-collapse {

    padding: 0;
   float:right;
}

.header-main .header-menu .nav-nchir .navbar-nav {

    padding: 0;
    margin: 0;
}

.header-main .header-menu .nav-nchir .navbar-nav > li {

    float: right;
    position: static;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a {

    background-color: transparent;
    position: relative;
    font-size: 13px;
    color: #fff;
    padding: 15px 10px;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .navbar-nav > li:first-child > a {

    padding-right: 0;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a:hover {

    color: #7ebc2b;
}

.header-main .header-menu .nav-nchir .navbar-nav > li .fas {

    font-size: 10px;
    opacity: 0.4;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .navbar-nav > li:hover .fas {

    opacity: 1;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a:before {

    content: "";
    height: 0;
    width: 1px;
    background-color: #7ebc2b;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a:hover:before {

    height: 8px;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a:after {

    content: "";
    width: 0;
    height: 0;
    background-color: #7ebc2b;
    border-radius: 100%;
    position: absolute;
    bottom: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .navbar-nav > li > a:hover:after {

    width: 6px;
    height: 6px;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu{
   padding: 0;
    width: 100%;
}
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu{
   
   padding: 20px;
    width: 100%;
    box-shadow: 0 2px 9px -4px #999;
    -webkit-box-shadow: 0 2px 9px -4px #999;
    border: 1px solid #eee;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.95);
   display: block;
}
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li {

    float: right;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > .img-mega {

    padding: 0;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #555;
    padding: 5px;
    text-align: right;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li > ul > li > a:hover {

    padding-right: 10px;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li ul > li > a:hover,
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .dropdown-header,
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .dropdown-header > a {
    font-size: 16px;
    color: #013378;
    padding: 5px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .dropdown-link > a {

    font-size: 14px;
    color: #555;
    padding: 5px;
    line-height: 25px;
    font-weight: bold;
    text-align: right;
}
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .dropdown-link > a:hover {

    font-size: 14px;
    color: #7ebc2b;
    padding: 5px 0;
    line-height: 25px;
    font-weight: bold;
    text-align: right;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .img-mega .dropdown-header,
.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .img-mega .dropdown-header > a {

    text-align: center;
    color: #7ebc2b;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .img-mega.national {

    margin-left: 15px;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .img-mega .image-menu img {

    width: 100%;
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #eee;
}

.header-main .header-menu .nav-nchir .divider {

    margin-bottom: 0;
    border-color: #eee;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown {

    padding-right: 15px;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown li {

    text-align: right;
    list-style: none;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown .dropdown-header {

    font-size: 14px;
    color: #7ebc2b;
    padding: 0;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown li > a {

    position: relative;
    font-size: 11px;
    color: #999;
    padding-right: 8px;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown li > a:hover {

    color: #333;
    padding-right: 10px;
}

.header-main .header-menu .nav-nchir .mega-dropdown .dropdown-menu .mega-dropdown-menu .sub-dropdown li > a:before {

    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 1px;
    background-color: #bbb;
}
.header-main .header-menu .nav-nchir .mega-dropdown-menu .dropdown-link > a:before {

    content: "";
    width: 0;
    height: 0;
    background-color: #7ebc2b;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 15px;
    transition: all 0.3s;
}

.header-main .header-menu .nav-nchir .mega-dropdown-menu .dropdown-link > a:hover:before {

    width: 6px;
    height: 6px;
    right: 0;
}
.header-main .header-menu .nav-nchir .mega-dropdown-menu .dropdown-link a:hover:before {

    width: 6px;
    height: 6px;
    right: 0;
}
.header-main .header-menu .nav-nchir .mega-dropdown-menu .dropdown-link a:hover {
    color: #7ebc2b;
}

/*---------------------- /Header Menu ---------------------*/

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

.content-main,
.content-main .slideshow-main,
.content-main .slideshow-main .camera_wrap {

    padding: 0;
}

.site-statistics {

    position: fixed;
    width: 180px;
    height: 150px;
    top: 30%;    
    box-shadow: 0 0 9px -5px #999;
    background-color: #fff;
    z-index: 9999999;
    left: -140px;
    border-radius: 0px 4px 4px 0;
    transition: all 0.8s;
}

.site-statistics.open {

    left: 0;
}

.site-statistics .site-statistics-fixed {

    cursor: pointer;
    width: 40px;
    height: 150px;
    float: right;
    background-color: #013378;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 4px 0;
}

.site-statistics .site-statistics-fixed > span {

    writing-mode: tb-rl;
    color: #fff;
}

/* .site-statistics .list-statistics {

    float: right;
   position: relative;
    top: -150px;
   right: 30px;
display: flex
} */

.site-statistics .list-statistics > .list-items > .list-items {

    width: 100%;   
   padding: 2px;
   margin: 0;
   display: block;
   
}
.site-statistics .list-items .list-items {
    display: inline;
}
.site-statistics .list-items  {

    list-style: none;
   font-size: 12px;
   margin-bottom: 3px;
   padding: 12px;
}

.site-statistics .list-items .list-items {

  
   font-weight: bold;
   color: #7ebc2b;
   margin-left: -20px;
}

/*---------------------- Slideshow Main ---------------------*/
.camera_target_content .camera_link {
    background: url(blank.gif);
    display: block;
    height: 100%;
    position: relative;
    z-index: 999;
}
.content-main .slideshow-main {

    position: relative;
    top: -21px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 99999;
}

.content-main .slideshow-main .camera_wrap {

    margin-bottom: 0 !important;
}

.content-main .slideshow-main .camera_caption {

    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.content-main .slideshow-main .camera_caption > div {

    height: 100%;
    padding: 120px 100px 0 200px;
    text-align: right;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 21%, rgba(10, 60, 127, 0.62) 47%, rgba(10, 60, 127, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(255, 255, 255, 0.44)), color-stop(47%, rgba(10, 60, 127, 0.62)), color-stop(100%, rgba(10, 60, 127, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 21%, rgba(10, 60, 127, 0.62) 47%, rgba(10, 60, 127, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 21%, rgba(10, 60, 127, 0.62) 47%, rgba(10, 60, 127, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 21%, rgba(10, 60, 127, 0.62) 47%, rgba(10, 60, 127, 1) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 21%, rgba(10, 60, 127, 0.62) 47%, rgba(10, 60, 127, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0a3c7f', GradientType=1);
    /* ie6-9 */
}

.content-main .slideshow-main .camera_commands {

    display: none;
}

.content-main .slideshow-main .camera_caption h4 {

    font-weight: bold;
    font-size: 22px;
}

.content-main .slideshow-main .camera_caption p {

    font-size: 12px;
    line-height: 1.8;
    font-weight: 300;
}

.content-main .slideshow-main .camera_prev,
.content-main .slideshow-main .camera_next {

    opacity: 1 !important;
    position: absolute;
    bottom: 15px;
    top: auto;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.content-main .slideshow-main .camera_prev:hover,
.content-main .slideshow-main .camera_next:hover {

    background-color: rgba(255, 255, 255, 1);
}

.content-main .slideshow-main .camera_prev {

    left: 15px;
}

.content-main .slideshow-main .camera_next {

    left: 53px;
}

.content-main .slideshow-main .camera_prev:after,
.content-main .slideshow-main .camera_next:after {

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
}

.content-main .slideshow-main .camera_prev:after {

    content: "\f104";
}

.content-main .slideshow-main .camera_next:after {

    content: "\f105";
}

.content-main .slideshow-main .camera_pag {

    position: absolute;
    top: 40%;
    right: 15px;
}

.content-main .slideshow-main .camera_pag .camera_pag_ul {

    display: flex;
    flex-wrap: wrap;
    width: 20px;
}

.content-main .slideshow-main .camera_pag .camera_pag_ul li {

    background-color: transparent;
    margin: 2px 5px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.content-main .slideshow-main .camera_pag .camera_pag_ul li.cameracurrent {

    border-color: #fff;
}

.content-main .slideshow-main .camera_pag .camera_pag_ul li > span {

    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 0.2;
}

.content-main .slideshow-main .camera_pag .camera_pag_ul li.cameracurrent > span {

    opacity: 0;
}
.camera_next > span,
.camera_prev > span
 {
    display: none !important;

}
/*---------------------- /Slideshow Main ---------------------*/

/*---------------------- Services Site ---------------------*/

.content-main .services-site {

    position: relative;
    z-index: 99999;
    background-color: #fff;
   margin-top: -20px;
}
.content-main .services-site .owl-nav.disabled {

    display: block;

}
.content-main .services-site,
.content-main .services-site .list-services {

    padding: 0;
}

.content-main .services-site .list-services .owl-stage-outer {

    padding-bottom: 20px;
}

.content-main .services-site .list-services .item-sc {

    position: relative;
    background-color: #345e94;
    width: 100%;
    height: 150px;
    border-radius: 0;
    text-align: center;
    border-bottom: 5px solid #7ebc2b;
    transition: all 0.3s;
}

.content-main .services-site .list-services .item-sc:hover {

    border-color: #345e94;
}

.content-main .services-site .list-services .item-sc:before {

    content: "";
    background-color: #7ebc2b;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
}

.content-main .services-site .list-services .item-sc:hover:before {

    height: 100%;
    opacity: 1;
}

.content-main .services-site .list-services .item-sc .box-link a {

    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.content-main .services-site .list-services .item-sc .title-sc a {

    position: relative;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
    line-height: 1.5;
    z-index: 20;
    transition: all 0.3s;
}
.content-main .services-site .list-services .item-sc h3 {

    margin-top: 0 !important;
}

.content-main .services-site .list-services .item-sc:hover .title-sc {

    color: #013378;
}

.content-main .services-site .list-services .item-sc .icon-sc {

    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    opacity: 1;
    z-index: 20;
    transition: all 0.3s;
   margin-top: 15px;
}

.content-main .services-site .list-services .item-sc:hover .icon-sc {

    opacity: 1;
}

.content-main .services-site .list-services .item-sc .icon-sc:after {

    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    transition: all 0.5s;
}

.content-main .services-site .list-services .item-sc.ic-presentation .icon-sc:after {

    background: url('../images/services/presentation.png') no-repeat center center / 70px;
}

.content-main .services-site .list-services .item-sc.ic-journals .icon-sc:after {

    background: url('../images/services/newspaper.png') no-repeat center center / 70px;
}
.content-main .services-site .list-services .item-sc.ic-report .icon-sc:after {

    background: url('../images/services/seo-report.svg') no-repeat center center / 70px;
}

.content-main .services-site .list-services .item-sc.ic-conference .icon-sc:after {

    background: url('../images/services/lecture.png') no-repeat center center / 70px;
}

.content-main .services-site .list-services .item-sc.ic-roundtable .icon-sc:after {

    background: url('../images/services/teamwork.png') no-repeat center center / 70px;
}

.content-main .services-site .list-services .item-sc.ic-reports .icon-sc:after {

    background: url('../images/services/analysis.png') no-repeat center center / 70px;
}

.content-main .services-site .list-services .item-sc.ic-forum .icon-sc:after {

    background: url('../images/services/conversation.png') no-repeat center center / 70px;
}
.content-main .services-site .list-services .item-sc.ic-knowledge .icon-sc:after {

    background: url('../images/services/knowledge.png') no-repeat center center / 70px;
}
.content-main .services-site .list-services .item-sc .icon-sc:after {

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.content-main .services-site .list-services .owl-nav div[class*='owl-'] {

    position: absolute;
    top: 34%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 0 auto;
    font-size: 18px;
    transition: all 0.3s;
}

.content-main .services-site .list-services .owl-nav .owl-next {

    position: absolute;
    right: 10px;
    color: #eee;
}

.content-main .services-site .list-services .owl-nav .owl-prev {

    position: absolute;
    left: 10px;
    color: #eee;
}

.content-main .services-site .list-services .owl-nav .owl-next:hover,
.content-main .services-site .list-services .owl-nav .owl-prev:hover {

    background-color: rgba(255, 255, 255, 1);
    color: #7ebc2b;
}
.content-main .services-site .view-sub-services,
.content-main .services-site .view-sub-journals,
.content-main .services-site .view-sub-roundtable {

    background-color: #013378;
    margin-bottom: 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.8s;
}
.content-main .services-site .view-sub-services.view,
.content-main .services-site .view-sub-journals.view,
.content-main .services-site .view-sub-roundtable.view{
    
    opacity: 1;
    visibility: visible;
    height: 135px;
    padding: 20px 0;
}

.content-main .services-site .view-sub-services > .container,
.content-main .services-site .view-sub-journals > .container,
.content-main .services-site .view-sub-roundtable > .container {

    padding: 0;
}

.content-main .services-site .view-sub-services .item-sc,
.content-main .services-site .view-sub-journals .item-sc,
.content-main .services-site .view-sub-roundtable .item-sc {

    float: right;
    display: none;
}

.content-main .services-site .view-sub-services .box-link .icon-sc:after,
.content-main .services-site .view-sub-journals .box-link .icon-sc:after,
.content-main .services-site .view-sub-roundtable .box-link .icon-sc:after {

    background-size: 50px;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.content-main .services-site .view-sub-services .box-link:hover .icon-sc:after,
.content-main .services-site .view-sub-journals .box-link:hover .icon-sc:after,
.content-main .services-site .view-sub-roundtable .box-link:hover .icon-sc:after {

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.content-main .services-site .view-sub-services .item-sc .icon-sc,
.content-main .services-site .view-sub-journals .item-sc .icon-sc,
.content-main .services-site .view-sub-roundtable .item-sc .icon-sc {

    height: 50px;
   display: block;
   position: relative;
    top: 5px;
}
.content-main .services-site .view-sub-services .item-sc span:after,
.content-main .services-site .view-sub-journals .item-sc span:after,
.content-main .services-site .view-sub-roundtable .item-sc span:after {

    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    transition: all 0.5s;
}
.content-main .services-site .view-sub-services .item-sc span:after {

    background: url('../images/services/lecture.png') no-repeat center center / 70px;
   
}
.content-main .services-site .view-sub-roundtable .item-sc span:after {

    background: url('../images/services/teamwork.png') no-repeat center center / 70px;
   
}
.content-main .services-site .view-sub-journals .item-sc span:after {

   background: url('../images/services/newspaper.png') no-repeat center center / 70px;
   
}
 
.content-main .services-site .view-sub-services .item-sc .title-sc ,
.content-main .services-site .view-sub-roundtable .item-sc .title-sc a,
.content-main .services-site .view-sub-journals  .item-sc .title-sc a{

    font-size: 13px;
    color: #013378;
}

.content-main .services-site .view-sub-services .item-sc:hover .title-sc ,
.content-main .services-site .view-sub-roundtable .item-sc:hover .title-sc a,
.content-main .services-site .view-sub-journals .item-sc:hover .title-sc a
 {

    color: #fff !important;
}
.content-main .services-site .view-sub-services .item-sc:hover .title-sc ,
.content-main .services-site .view-sub-roundtable .item-sc:hover .title-sc ,
.content-main .services-site .view-sub-journals .item-sc:hover .title-sc ,
.content-main .services-site .view-sub-services .item-sc .title-sc ,
.content-main .services-site .view-sub-roundtable .item-sc .title-sc ,
.content-main .services-site .view-sub-journals .item-sc .title-sc
 {

    margin-top:0;
}

.content-main .services-site .view-sub-services .item-sc .box-link,
.content-main .services-site .view-sub-roundtable .item-sc .box-link,
.content-main .services-site .view-sub-journals .item-sc .box-link {

    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding:  0;
    transition: all 0.3s;
}

.content-main .services-site .view-sub-services .item-sc .box-link:hover,
.content-main .services-site .view-sub-roundtable .item-sc .box-link:hover,
.content-main .services-site .view-sub-journals .item-sc .box-link:hover {

    background-color: rgba(255, 255, 255, 0.3);
}

.content-main .services-site .view-sub-services .fa-times,
.content-main .services-site .view-sub-roundtable .fa-times,
.content-main .services-site .view-sub-journals .fa-times {

    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #013378;
    position: absolute;
    top: 35%;
    right: 15px;
    cursor: pointer;
}
/*---------------------- /Services Site ---------------------*/

/*---------------------- Tab News ---------------------*/
.content-main .news-tab {
   padding :0 30px;
}
.content-main .news-tab .title-news,
.content-main .multimedia-tab .title-news,
.content-main .list-books .list-publishers .sub-title {

    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #01449f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content-main .news-tab .title-news h3 {
   
   font-size: 16px;
   margin :0;
}
/* .content-main .news-tab .title-news:after,
.content-main .multimedia-tab .title-news:after,
.footer-main .footer-info .title:after,
.content-main .list-books .list-publishers .sub-title:after {

    content: "";
    width: 40px;
    height: 3px;
    background-color: #7ebc2b;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.content-main .news-tab .right-tabs {

    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.content-main .news-tab .recall {

    padding: 0;
}

.content-main .news-tab .right-tabs:after{

    content: "";
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
}
.content-main .news-tab .recall .left-tabs:after {

    content: "";
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.content-main .news-tab .sec-news,
.content-main .news-tab .main-news .other-news,
.content-main .news-tab .main-news {

    padding: 0;
}

.content-main .news-tab .sec-news .main-news {

    margin: 0 -8px;
}

.content-main .news-tab .sec-news .main-news .news-flex {

    position: relative;
    padding: 0;
    display: flex;
}

.content-main .news-tab .sec-news .main-news .newsletter {

    padding: 0 8px;
    margin-top: 20px;
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
}

.content-main .news-tab .sec-news .main-news .newsletter .title-newsletter {

    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #7ebc2b;
    width: 40%;
    margin: 8px 0;
}

.content-main .news-tab .sec-news .main-news .newsletter .btn-default {

    background-color: #7ebc2b;
    color: #fff;
    padding: 7px 20px;
    border: none;
    transition: all 0.3s;
}

.content-main .news-tab .sec-news .main-news .newsletter .btn-default:hover {

    padding: 7px 22px;
    background-color: #01449f;

}

.content-main .news-tab .sec-news .main-news .newsletter .form-control::placeholder {

    color: #ccc;
}

.content-main .news-tab .sec-news .main-news .newsletter .form-control {

    border: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 12px;
    border-left: none;
}

.content-main .news-tab .main-news .mitem-news {

    height: 342px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin: 0 8px;
    transition: all 0.3s;
}
.content-main .news-tab .main-news .mitem-news .news-item,
.kotobnews .news-item{
   padding: 0;
}
.content-main .news-tab .main-news .mitem-news:hover {

    border-color: #7ebc2b;
}

.content-main .news-tab .main-news .mitem-news .image-news {

    display: block;
    height: 180px;
    overflow: hidden;
}

.content-main .news-tab .main-news .mitem-news .image-news img {

    width: 100%;
    height: 200px;
    transform: scale(1);
    transition: all 0.8s;
}
.content-main .news-tab .main-news .mitem-news .img-responsive {

    display: block;
    max-width: 100%;
    height: 200px;

}
.content-main .news-tab .main-news .mitem-news:hover .image-news > img {

    transform: scale(1.1);
    opacity: 0.7;
}

.content-main .news-tab .main-news .mitem-news .info-news {

    padding: 10px;
}

.content-main .news-tab .main-news .mitem-news .title {

    margin: 0;
    font-size: 14px;
    color: #01449f;
    font-weight: bold;
    line-height: 1.5;
    transition: all 0.3s;
   text-align: center;
}

.content-main .news-tab .main-news .mitem-news .title > a {

    color: #01449f;
    display: block;
    text-align: center;
}

.content-main .news-tab .main-news .mitem-news:hover .title  {

    color: #7ebc2b;
}

.content-main .news-tab .main-news .mitem-news .desc {

    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
    color: #aaa;
    text-align: justify;
    margin: 12px 0 0;
}

.content-main .news-tab .main-news .owl-dots {

    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

.content-main .news-tab .main-news .owl-dot {

    width: 12px;
    height: 12px;
    background-color: #eee;
    border-radius: 100%;
    margin: 0 4px;
    transition: all 0.3s;
}

.content-main .news-tab .main-news .owl-dot:hover {

    background-color: #ccc;
}

.content-main .news-tab .main-news .owl-dot.active {

    background-color: #01449f;
}

.content-main .news-tab .other-news {

    padding: 0;
   display: flex;
}

.content-main .news-tab .oitem-news {

    border: 1px solid #eee;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.content-main .news-tab .oitem-news:hover {

    border: 1px solid #7ebc2b;
    background-color: #01449f;
}

.content-main .news-tab .oitem-news .img-news {

    padding: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    height: 90px;
   width: 100px;
}

.content-main .news-tab .oitem-news .img-news > img {

    width: 100%;
    height: 100%;
    transform: scale(1);
    filter: grayscale(0);
    transition: all 0.8s;
}

.content-main .news-tab .oitem-news:hover .img-news > img {

    transform: scale(1.1);
    opacity: 1;
}

.content-main .news-tab .oitem-news .info-news {

    padding: 0 8px;
    position: relative;
}
.content-main .news-tab .oitem-news .info-news h3 {

   margin: 0;
}
.content-main .news-tab .oitem-news .news-item {
   padding: 0;
}
.content-main .news-tab .oitem-news .info-news .title {

    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    height: 15px;
    margin: 8px 0;
   color: #345e94 ;
}


.content-main .news-tab .oitem-news:hover .info-news .title  {
    color: #7ebc2b !important;
}



.content-main .news-tab .oitem-news .info-news .desc {

    font-size: 10px;
    color: #aaa;
    font-weight: 300;
}
.content-main .news-tab .oitem-news:hover .info-news .desc {

    color: #fff;
}

.content-main .news-tab .oitem-news .date {

    position: absolute;
    left: 5px;
    font-size: 10px;
    color: #bbb;
    bottom: -2px;
}

.content-main .news-tab .oitem-news .date > .fas {

    font-size: 14px;
    margin-right: 2px;
    vertical-align: sub;
}

.content-main .news-tab .other-news .btn-archive,
.content-main .multimedia-tab .btn-archive,
.content-main .list-books .list-publishers .btn-archive {

    background-color: #7ebc2b;
    padding: 3px 18px 5px;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 5px 0;
    transition: all 0.3s;
}

.content-main .news-tab .other-news .btn-archive:hover,
.content-main .multimedia-tab .btn-archive:hover,
.content-main .list-books .list-publishers .btn-archive:hover {

    background-color: #01449f;
    padding: 3px 22px 5px;
}
.content-main .news-tab .other-news .rss {
   
   float:right;
   margin: 7px 7px;
   
}
.content-main .multimedia-tab .jp-video-270p {

    margin-bottom: 0;
   padding: 0;
}

/*---------------------- /Tab News ---------------------*/
/*---------------------- khabarname ---------------------*/
.content-main .khabarname .newsletter {

    padding: 0 8px;
    margin-top: 20px;
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
}

.content-main .khabarname .newsletter .title-newsletter {

    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #7ebc2b;
    width: 40%;
    margin: 8px 0;
}

.content-main .khabarname .newsletter .btn-default {

    background-color: #7ebc2b;
    color: #fff;
    padding: 7px 20px;
    border: none;
    transition: all 0.3s;
}

.content-main .khabarname .newsletter .btn-default:hover {

    padding: 7px 22px;
    background-color: #01449f;

}

.content-main .khabarname .newsletter .form-control::placeholder {

    color: #ccc;
}

.content-main .khabarname .newsletter .form-control {

    border: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 12px;
    border-left: none;
}
/*---------------------- /khabarname ---------------------*/

/*---------------------- List Books ---------------------*/

.content-main .list-books {

    position: relative;
    background-color: #f0f3f8;
    padding:  0;
    margin: 0;
}

.content-main .list-books:before {

    content: "";
    background: url('../images/site/pt-books.png') repeat center center / 350px fixed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.06;
}

.content-main .list-books .info-publishers {

    padding: 0;
}

.content-main .list-books .info-publishers .book-digital {

    text-align: center;
    padding-top: 25px;
}

.content-main .list-books .info-publishers .book-digital .btn-book {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    background-color: #01449f;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 5px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 15px -4px #999;
    margin-bottom: 20px;
}

.content-main .list-books .info-publishers .book-digital .btn-book:before {

    content: "";
    background: url('../images/book/digital-book.jpg') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.content-main .list-books .info-publishers .book-digital .title-digital {

    font-size: 22px;
    color: #01449f;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.content-main .list-books .info-publishers .title-publishers {

    margin-top: 85px;
}

.content-main .list-books .info-publishers .sub-title {

    font-size: 24px;
    border-radius: 2px;
    color: #01449f;
    display: block;
    margin: 0;
}

.content-main .list-books .info-publishers .btn-archive {

    display: inline-block;
    font-size: 13px;
    background-color: #7ebc2b;
    font-weight: 500;
    border-radius: 2px;
    padding: 4px 15px;
    color: #fff;
    margin-top: 10px;
    transition: all 0.3s;
}

.content-main .list-books .info-publishers .btn-archive:hover {

    background-color: #01449f;
    padding: 4px 20px;
}

.content-main .list-books .info-publishers .desc {

    font-size: 12px;
    color: #999;
    text-align: justify;
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
}

.content-main .list-publishers {

    padding: 0;
    position: relative;
    left: 10px;
}
.content-main .list-publishers .owl-stage-outer{
    
    padding-top: 25px;
}

.content-main .list-publishers .item-book {

    position: relative;
    text-align: center;
}

.content-main .list-publishers .item-book:after {

    content: "";    
    width: 120px;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 999;
}
.content-main .list-publishers .item-book.avl-jadid:after{
    
    background: url('../images/site/new.png') no-repeat center center / 120px;
}
.content-main .list-publishers .item-book.avl-payan:after{
    
    background: url('../images/site/payan.png') no-repeat center center / 120px;
}
.content-main .list-publishers .item-book.avl-tamdid:after{
    
    background: url('../images/site/tamdid.png') no-repeat center center / 120px;
}

.content-main .list-publishers .item-book .back-image {

    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 85%;
    bottom: 0;
    margin: 0 auto;
    height: 92%;
    overflow: hidden;
    opacity: 0.3;
    border-radius: 4px;
    transition: all 0.8s;
}

.content-main .list-publishers .item-book:hover .back-image {

    width: 10%;
    height: 10%;
    opacity: 0;
}

.content-main .list-publishers .item-book .back-image > img {

    transform: scale(1.1);
}

.content-main .list-publishers .item-book .img-book {

    width: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.content-main .list-publishers .item-book .img-book a,
.content-main .list-publishers .item-book .img-book a > img {

    display: block;
    width: 100%;
}

.content-main .list-publishers .item-book .info-book {

    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0 2px 9px -4px #bbb;
    position: relative;
    z-index: 99;
    transition: all 0.5s;
}

.content-main .list-publishers .item-book:hover .info-book {

    background-color: #7ebc2b;
}

.content-main .list-publishers .item-book .info-book .title {

    margin: 0;
}

.content-main .list-publishers .item-book .info-book .title > a {

    margin: 0;
    color: #333;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.content-main .list-publishers .item-book:hover .info-book .title > a {

    color: #fff;
}

.content-main .list-publishers .item-book .info-book .btn-more {

    font-size: 10px;
    color: #7ebc2b;
    font-weight: bold;
    transition: all 0.3s;
}

.content-main .list-publishers .item-book:hover .info-book .btn-more {

    color: #01449f;
}

.content-main .list-publishers .owl-nav [class*="owl-"] {

    position: absolute;
    background-color: #01449f;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 3px solid #f0f3f8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    top: 40%;
    transition: all 0.5s;
}

.content-main .list-publishers .owl-nav [class*="owl-"]:hover {

    background-color: #7ebc2b;
    border-color: #fff;
    box-shadow: 0 1px 8px -4px #555;
}

.content-main .list-publishers .owl-nav .owl-next {

    right: -4px;
}

.content-main .list-publishers .owl-nav .owl-prev {

    left: 0;
}

.content-main .list-books .list-publishers .sub-title {

    font-size: 18px;
}

.content-main .list-books .list-publishers .btn-archive {

    margin-left: 65px;
}

/*---------------------- /List Books ---------------------*/

/*---------------------- Multimedia Tab ---------------------*/

.content-main .multimedia-tab .nav-tabs {

    margin: 0;
}

.content-main .multimedia-tab .container > .row {

    margin: 0 -30px;
}

.content-main .multimedia-tab .list-boxes {

    position: relative;
    padding: 0 30px;
   
}

.content-main .multimedia-tab .list-boxes .list-items {

    padding: 0;
}

.content-main .multimedia-tab .list-boxes .item-img {

    padding: 0 8px;
    margin-bottom: 30px;
}

.content-main .multimedia-tab .list-boxes .box-img {

    position: relative;
    height: 110px;
    border-radius: 4px;
    
}

.content-main .multimedia-tab .list-boxes .box-img img {

    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.8s;
}
.content-main .multimedia-tab .list-boxes .box-img p {

    display:none;
}

.content-main .multimedia-tab .list-boxes .box-img:hover img {

    filter: grayscale(1);
    opacity: 0.5;
}
.content-main .list-items .SubGroupPager .msdn-pagination {
   
   display: none;
}
.content-main .multimedia-tab .list-boxes .box-img .title-img {

    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 0 2px 9px -4px #999;
    z-index: 99;
    transition: all 0.4s;
}



.content-main .multimedia-tab .btn-archive {

    margin:15px 0;
    float: left;
}


.content-main .multimedia-tab .title-news span {

    padding: 0 10px 10px;
    float: right;
}

.content-main .multimedia-tab .title-news .fas {

    font-size: 20px;
    vertical-align: sub;
    color: #7ebc2b;
}

.content-main .multimedia-tab .title-news span::after {

    right: 10px;
}

.content-main .multimedia-tab .video-group:before,
.content-main .multimedia-tab .video-group:after {

    content: "";
    background-color: #eee;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

.content-main .multimedia-tab .video-group:before {

    right: 0;
}

.content-main .multimedia-tab .video-group:after {

    left: 0;
}
.report-box .tbl-report .table-striped tbody .link-report:hover {
    color: #ffffff !important;
}
.report-box .tbl-report .table-striped tbody td {
    text-align: center;
}
/*---------------------- /Multimedia Tab ---------------------*/

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/
.topbar {
   display:none;
}
.footer-main {

    padding: 0;
    border-top: 1px solid #eee;
   
}

.footer-main .footer-info {

    background-color: #eef4ff;
   padding: 10px 50px 0;
}

.footer-main .footer-info .container,
.footer-main .footer-info .map-site {

    padding: 0;
}

.footer-main .footer-info .lg-footer {

    padding-left: 30px;
}

.footer-main .footer-info .lg-footer img {

    width: 85%;
    margin-bottom: 10px;
}

.footer-main .footer-info .info-site {

    padding: 0;
}

.footer-main .footer-info .info-site > div {

    font-size: 14px;
    color: #01449f;
    margin-bottom: 20px;
    font-weight: 300;
}

.footer-main .footer-info .info-site .fas {

    font-size: 16px;
    color: #01449f;
    width: 20px;
    text-align: right;
    padding: 10px 0;
}

.footer-main .footer-info .info-site .address .fas {

    font-size: 20px;
    
}

.footer-main .footer-info .title {

    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #01449f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-main .footer-info .title:after {

    display: none;
}

.footer-main .footer-info .links-site .list-link {

    padding: 0;
}
.footer-main .footer-info .nazarsanji {

    margin-top: -8px;
}
.footer-main .footer-info .nazarsanji img[id*="chrResult_Image"]{

    height: auto !important;
    width: 100% !important;
    border-width: 0px;
}
.footer-main .footer-info .nazarsanji [id*="maintable"]{

        overflow: visible !important;
}

.footer-main .footer-info .links-site .list-link > li {

    list-style: none;
    margin-bottom: 8px;
}

.footer-main .footer-info .links-site .list-link > li > a {

    font-size: 11px;
    color: #01449f;
    position: relative;
    display: inline-block;
    padding-right: 12px;
    transition: all 0.3s;
}

.footer-main .footer-info .links-site .list-link > li > a:before {

    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ccc;
    position: absolute;
    top: 4px;
    right: 0;
    transition: all 0.3s;
}

.footer-main .footer-info .links-site .list-link > li > a:hover {

    color: #333;
}

.footer-main .footer-info .links-site .list-link > li > a:hover:before {

    background-color: #7ebc2b;
}

.footer-main .footer-info .links-site .list-link > li:last-child > a::before {

    display: none;
}

.footer-main .footer-info .links-site .list-link > li:last-child > a {

    font-weight: bold;
    color: #7ebc2b;
    padding-right: 0;
}
.footer-main .footer-info .question {

    position: relative;
    z-index: 10;
   float: right;
   width: 100%;
   padding-bottom: 30px;
}
.footer-main .footer-info .login-button{

    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 5px 25px;
    margin: 0 3px;
    transition: all 0.3s;
   background-color: #01449f;
   color:#fff;
   position: absolute;
   bottom: -30px;
   right: -60px;
}

.footer-main .footer-info .box .btn-orange {

    background-color: #01449f;
    color: #fff;
}

.footer-main .footer-info .box .ShowChart {

    background-color: #7ebc2b;
    color: #fff;
   padding: 5px 5px 5px 10px;
   position: absolute;
   bottom: 15px;
   z-index: 9999;
   right: 0;
}

.footer-main .footer-info .box .btn:hover {

    background-color: #345e94;
    color: #fff;
}

.footer-main .footer-info .line-dotted {

    background: url('../images/news/title/line-dotted.png') no-repeat center center / 450px;
    height: 2px;
    border: none;
    margin: 5px 0;
    position: relative;
    z-index: 20;
}

.footer-main .footer-info .radio-gp {

    padding: 0;
    margin-bottom: 15px;
    float: right;
    width: 100%;
}

.footer-main .footer-info .radio-gp .gp {

    display: flex;
    justify-content: center;
}

.footer-main .footer-info .radio-gp .lb-radio {

    float: right;
    margin: 8px 0;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

/* The lb-radio */
.footer-main .footer-info .lb-radio {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s;
}

/* Hide the browser's default radio button */
.footer-main .footer-info .lb-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.footer-main .footer-info .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.footer-main .footer-info .lb-radio:hover input ~ .checkmark {
    background-color: #345e94;
}

/* When the radio button is checked, add a blue background */
.footer-main .footer-info .lb-radio input:checked ~ .checkmark {
    background-color: #7ebc2b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.footer-main .footer-info .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.footer-main .footer-info .lb-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.footer-main .footer-info .lb-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #01449f;
}

.footer-main .footer-info .map-site .box-map {

    display: block;
    height: 280px;
    border: 5px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px -3px #bbb;
}

.footer-main .footer-info .map-site .box-map img {

    width: 100%;
    height: 100%;
}

.footer-main .footer-copyright {

    background-color: #013378;
    padding: 12px 0 10px;
    color: #fff;
    font-size: 10px;
}

.footer-main .footer-copyright .cp-site {

    float: right;
}

.footer-main .footer-copyright .cp-itshams {

    float: left;
}

.footer-main .footer-copyright .cp-itshams a {

    color: #7ebc2b;
}

.footer-main .footer-copyright .cp-itshams .tooltip-inner {

    font-size: 10px;
    min-width: 300px;
}
.content-main .multimedia-tab .sound  {
    
    padding: 0 !important ;
}
.jp-jplayer img {
    width: 100% !important;
    height: 100% !important;
}
.jp-video-270p {
   
    width: 100% !important;
   
}
.jp-jplayer {

    width: 100% !important;
    height: 192px !important;

}
/*---------------------- /Footer Main ---------------------*/

.SubGroupDiv {
   padding: 0;
   margin: 0;
}
.SubGroupDiv .col-xs-12 {
   padding: 2px;
   margin: 0;
}
.content-main .multimedia-tab .image-group .btn-archive {
   
   margin-top: -27px !important;
}
.content-main .multimedia-tab .list-boxes .list-items .container-fluid {
    padding: 0;
}
.links-site .module-body .box .desc {
   width: 100%;
   color: #1c449f;
}
.links-site .module-body .box .desc input{
   margin: 0 -15px;
}
.links-site .module-body .box .radio-inline {
   padding: 5px 10px;
}
.links-site .module-body .security-sec .form-control {

    display: block;
    width: 75px !important;
}
.SubGroupDiv img {
    height: 100% !important;
    box-shadow: 3px 0px 9px 3px #ccc;
    width: 100%;
}
/*---------------------- Responsive ---------------------*/

@media only screen and (min-width:300px) and (max-width: 1024px) {

    .header-main .header-menu .nav-nchir .navbar-header {

        
      float:left !important;
    }

    .header-main .header-menu .nav-nchir .navbar-toggle,
    .header-main .header-menu .nav-nchir .navbar-toggle:focus,
    .header-main .header-menu .nav-nchir .navbar-toggle:hover {

        margin: 10px 0;
        border: none;
        background-color: #8dc444;
        border-radius: 2px;
    }

    .header-main .header-menu .nav-nchir .navbar-toggle .icon-bar {

        background-color: #fff;
        width: 16px;
    }

    .header-main .header-menu .nav-nchir .navbar-toggle .icon-bar + .icon-bar {

        margin-top: 3px;
    }

    .navbar-toggle {
        display: block;
    }

    .header-main .header-menu .nav-nchir .navbar-collapse {

        position: absolute;
        margin: 0;
        right: 0;
        left: 0;
        background-color: #345e94;
        top: 48px;
        z-index: 99999;
        box-shadow: 0 2px 15px -4px #000;
    }

    .header-main .header-menu .nav-nchir .navbar-nav > li {

        width: 100%;
    }

    .header-main .header-menu .nav-nchir .navbar-nav > li.open > a {

        background-color: #013378;
    }

    .header-main .header-menu .nav-nchir .navbar-nav > li > a,
    .header-main .header-menu .nav-nchir .navbar-nav > li:first-child > a {

        padding: 10px 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

        background-color: #ddd;
    }

    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
    }

    .collapse.in {
        display: block !important;
    }

    .header-main .header-menu .nav-nchir .mega-dropdown-menu > .img-mega,
    .content-main .tab-news .nav-tabs .owl-nav [class*="owl-"].disabled,
    .header-main .nav-teb .nav-nchir .navbar-nav > li > .dropdown-menu .dropdown-submenu a:hover + .dropdown-menu,
    .header-main .nav-teb .nav-nchir .navbar-nav > li > .dropdown-menu .dropdown-submenu a + .dropdown-menu:hover,
    .header-main .header-menu .nav-nchir .navbar-nav > li > a::before,
    .header-main .header-menu .nav-nchir .navbar-nav > li > a::after {

        display: none;
    }

    .header-main .header-menu .nav-nchir > .container {

        width: 100%;
    }
}

/*---------------------- /Responsive ---------------------*/
/*---------------------- MP ---------------------*/

.moduletable.MP1,
.MP1{

    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 9px -4px #bbb;
    margin: 30px 0;
    border: solid 1px #eee;
    width: 100%;
    float: right;
}
.MP1 .PSearch{

    width: 100%;
}
.MP1 .module-header,
.MP1 .panelhead{

    background-color: #013378;
    color: #fff;
    direction: rtl;
    font-size: 17px;
    height: 50px;
    text-align: right;
    border-radius: 4px 4px 0 0;
}
.MP1 .module-body{

    background-color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
    min-height: 300px;
    direction: rtl;
    line-height: 2;
}
.MP1 .module-header h3{

   margin: 0;
   font-size: 16px;
   padding: 10px;
}
.MP1 .module-header div{

    line-height: 38px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    float: right;
}
.MP1 .module-header .subject-code{

    float: right;
    background-color: ##1e88e5;
    line-height: 1;
    margin: 12px;
    border-radius: 4px;
}
.MP1 .module-header .Short_Link{

    float: left;
}
.MP1 .module-header .Short_Link .shortlink{

    direction: ltr;
    text-align: left;
    height: 25px;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 4px;
}
.MP1 .paneltable {
    width:100%;
}
.opinion-border{

    float: left;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #ddd;
    margin-right: 15px;
}
.opinion-border .highslide-caption{

    display: none;
}
.subject-body .News_STitr h3{

    font-size: 14px;
    color: #013378;
}
.subject-body .News_Titr h3{

    font-size: 20px;
    color: ##1e88e5;
}
.highslide img{

    cursor: url(/Component/HighSlide/graphics/zoomin.cur), pointer !important;
    width: 350px;
}
.opinion-div-intro{

    background-color: #f2f2f2;
    color: #999;
    direction: rtl;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin: 15px 0 0;
    padding: 10px;
    width: calc(100% - 370px);
    float: right;
}
.opinion-div-fulltext-news, 
.opinion-div-fulltext-news div, 
.opinion-div-fulltext-news p, 
.opinion-div-fulltext-news span, 
.opinion-div-fulltext-news .label{

    color: #333333;
    direction: rtl;
    display: inline-block;
    font-size: 15px !important;
    line-height: 2 !important;
    padding: 5px;
    text-align: justify;
    white-space: normal;
   
}


.content-related-pages.Related_News_Head,
.content-detailsbox-body,
.subject-body .content-comment-box,
.subject-body .keyword-box{

    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 4px;
}
.subject-body .content-comment-box{

    margin-top: 0;
    border-radius: 0 0 4px 4px;
}
.subject-body .content-comment-box .comment-div > label{

    position: absolute;
    left: 10px;
    top: -32px;
    padding: 0px 10px 2px;
    background-color: #013378;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.subject-body .content-comment-box > div{

    float: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.subject-body .content-comment-box .form-groupbox{

    
    float: right;
    margin: 0 16px;
}
.subject-body .content-comment-box .comment-div{

    width: 97%;
    margin-top: 15px;
}
.subject-body .content-comment-box > .form-groupbox:nth-child(3){

    float: left;
    margin-top: 10px;
}
.subject-body .content-comment-box .form-groupbox .btn-info{

    background-color: #013378;
    border:none;
    border-radius: 2px;
    transition: all 0.3s;
}
.subject-body .content-comment-box .form-groupbox .btn-info:hover{

    background-color: #FF5722;
}
.content-related-pages.Related_News_Head .related-title{

    background-color: #eee;
    border-radius: 4px;
    padding: 5px 10px;
    color: #013378;
    font-weight: bold;
    margin-bottom: 15px;
}
.subject-body .content-comment-list{

    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px 4px 0 0;
}
.content-related-pages.Related_News_Head ul{

    padding-right: 25px;
}
.content-related-pages.Related_News_Head ul > li{

    list-style: none;
    line-height: 2.5;
}
.content-related-pages.Related_News_Head ul > li > a{

    color: #555;
    transition: all 0.3s;
}
.content-related-pages.Related_News_Head ul > li > a:hover{

    color: #FF5722;
    padding-right: 5px;
}
.subject-body .content-toolbox{

    width: 100%;
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
}
.subject-body .content-toolbox,
.subject-body .content-toolbox ul > li{
    
    float: right;
    list-style: none;
}
.subject-body .content-toolbox ul{

    padding: 0;
}
.subject-body .content-toolbox ul > li{

    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    background-color: #fff;
}
.subject-body .content-toolbox ul > li a{

    font-size: 18px;
    color: #013378;
}
.content-detailsbox .boxrow{

    width: 50%;
    float: right;
}
.content-detailsbox .boxrow > ul{

    padding-right: 10px;
    display: flex;
    justify-content: center;
}
.content-detailsbox .boxrow > ul > li{

    list-style: none;
    float: right;
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}
.content-detailsbox .boxrow > ul > li:first-child,
.content-detailsbox #ctl01_pnlEditDateTime > ul > li:nth-child(2){

    color: #555;
}
.subject-body .content-toolbox ul{

    display: flex;
    justify-content: center;
}
.subject-body .keyword-box .tag-Keywords ul{

    padding: 0;
}
.subject-body .keyword-box .tag-Keywords ul > li{

    list-style: none;
    float: right;
}
.subject-body .keyword-box .tag-Keywords ul > li > a{

    font-size: 10px;
    border: none;
    border-radius: 2px;
    margin-left: 5px;
    padding: 2px 5px;
    background-color: #013378;
    color: #fff;
    transition: all 0.3s;
}
.subject-body .keyword-box .tag-Keywords ul > li > a:hover{
 
    background-color: #013378;
}
.MP1 .panelhead span{

    font-size: 12px;
}
.MP1 .panelhead .keyword-title{

    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px 6px;
    background-color: ##1e88e5;
    border-radius: 4px;
}
.MP1 .PSearch .panelbody{

    position: relative;
}
.MP1 .PSearch .panel_link{

    margin-left: 10px;
    margin-top: 10px;
    color: ##1e88e5;    
    transition: all 0.3s;
}
.MP1 .PSearch .panel_link > h2.introtext{

    font-weight: bold;
    padding-right: 10px;
    font-size: 15px;
}
.MP1 .PSearch .panel_link:hover{

    color: #013378;
}
.MP1 .PSearch .panel_link .imgnews{

    border: 1px solid #ddd !important;
    border-radius: 4px;
}
.MP1 .art-main{
    
    padding: 0;
}
.MP1 .art-main .panel-default{

    border: none;
}
.MP1 .art-main .panel-archive .panel-heading{

    background-color: #013378;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.MP1 .art-main .panel-archive .panel-title .triangle{

    background-color: ##1e88e5;
}
.MP1 .art-main .panel-archive .panel-title .triangle::after{

    border-width: 0 0 46px 15px;
    border-color: transparent transparent ##1e88e5 transparent;
    left: -15px;
}
.MP1 .art-main .panel-archive .panel-heading .triangletitle{

    margin: 10px 15px;
    font-size: 18px;
}
.MP1 .art-main .panel-archive .btn-info{

    background-color: #013378;
}
.MP1 .art-main .panel-archive .btn-info:hover{

    background-color: ##1e88e5;
}
.MP1 .art-main .panel-archive .breadcrumb > li{

    color: #013378;
}
.MP1 .art-main .panel-archive .well-result .thumbnail > img{

    width: 100%;
}
.MP1 .art-main .panel-archive .well-result .breadcrumb > li > h2{

    font-size: 15px;
    color: ##1e88e5;
}
.MP1 .art-main .panel-archive .well-result .breadcrumb > li > h2 > span,
.MP1 .art-main .panel-archive .well-result .item-news .text-main > span{

    background-color: #013378 !important;
    color: #fff !important;
}
.MP1 .art-main .panel-archive .well-news .item-news .date{

    color: #fff;
    top: -12px;
    bottom: auto;
    background-color: #013378;
    display: inline-block;
    padding: 5px 10px 3px;
    border-radius: 4px;
}
.MP1 .art-main .panel-archive .well-news .item-news .thumbnail{

    width: 140px;
}
.MP1 .art-main .panel-archive .well-news .item-news .sub-title{

    color: #013378;
    font-size: 12px;
}
.MP1 .art-main .panel-archive .well-news .item-news .title-main{

    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
}
.MP1 .art-main .panel-archive .well-news .item-news .text-main{

    padding-top: 5px;
}
.MP1 .art-main .panel-archive .well-news{

    margin-bottom: 0;
}
[data-name="md-persiandatetimepicker"] table.table td.bg-primary{

    background-color: #c0a67d;
}
[data-name="md-persiandatetimepicker"] table.table td.bg-primary:hover{

    background-color: #013378;
}
.popover.bottom > .arrow::after{

    left: -10px;
    margin-left: 0;
}
.header-main .nav-teb .module-header,
.footer-main .links-ft .module-header{

    display: none;
}
.content-main .MP1 .panelhead > div{

    text-align: right;
    margin: 0;
}
.content-main .MP1 .panelhead > div::before{

    display: none;
}
.content-main .MP1 .panelhead > div > span{

    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
.topbar {
   display: none !important;
}
.content-main .module-header > h3:before, .content-main .panelhead > div:before, .content-main .multimedia .section-title:before {
    content: "";
    width: 0;
    height: 0px;
   
}
.khbarkhon {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: #eee;
    margin-top: 30px;
margin-bottom: 30px;
}
.khbarkhon .rssbox {
    position: relative;
    top: -40px;
display: inline-block;
}
.khbarkhon .rssbox h3 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}

.khbarkhon ul li {
    list-style-type: none;
}

.khbarkhon ul li img {
    vertical-align: middle;
    padding: 5px 5px;
}
.art-main .panel-archive .radio-search-option > input {

    vertical-align: sub;
    width: 40px !important;
    padding-right: 18px;

}
.art-main .panel-archive .radio-search-option {

    padding: 0 5px;
    background-color: #fff;
   border-radius: 4px;
   display: inline-block;
   border: 1px solid #ddd;
    margin-left: 5px;
    width: 115px;

}
/*---------------------- /MP ---------------------*/
/*---------------------- gozareshat ---------------------*/

.content-main .gozareshat,
.content-main .gozareshat .aside-report,
.content-main .gozareshat .P1

 {
   padding: 0;
}
.content-main .gozareshat .MP1 {
   margin:0;
   box-shadow: none;
   border: none;
}


/*---------------------- /gozareshat ---------------------*/
/*---------------------- team ---------------------*/

.bk-paging {

    background-color: #8dc444;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bk-paging:before {

    content: "";
    background: url('../images/page/medical.png') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.bk-paging .en-title-page,
.bk-paging .fa-title-page {

    position: absolute;
    z-index: 99;
}

.bk-paging .en-title-page {

    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.2;
    bottom: -45px;
}

.bk-paging .fa-title-page {

    font-size: 25px;
    color: #fff;
    font-weight: bold;
    top: 30px;
   display: contents;
}

.team-page {

    margin-top: 5px;
}

.team-page .modal {

    z-index: 9999999;
}

.modal-backdrop {

    z-index: 9999998;
}

.team-page .modal .modal-dialog {

    margin: 120px auto;
}

.team-page .modal .modal-content {

    overflow: hidden;
}

.team-page .modal .modal-content .modal-header .close {

    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 10px;
    margin: 0;
    text-shadow: none;
}

.team-page .modal .modal-content .modal-header {

    background-color: #345e94;
    text-align: center;
    color: #fff;
}

.team-page .modal .modal-content .modal-header .modal-title {

    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
}

.team-page .modal .modal-content .modal-header,
.team-page .modal .modal-content .modal-body,
.team-page .modal .modal-content .modal-footer {

    padding: 10px;
}

.team-page .modal .modal-content .modal-body .lbl-title {

    margin-top: 10px;
}

.team-page .modal .modal-content .modal-body .txt-dsc {

    font-size: 12px;
    color: #999;
}

.team-page .modal .modal-content .modal-body .bio-resume .txt-dsc {

    line-height: 2;
}

.team-page .modal .modal-content .modal-footer {

    display: flex;
    justify-content: center;
}

.team-page .modal .modal-content .modal-footer .btn {

    padding: 6px 10px;
    margin: 0 3px;
    border: none;
    color: #fff;
}

.team-page .modal .modal-content .modal-footer .btn-pdf {

    background-color: #8dc444;
}

.team-page .modal .modal-content .modal-footer .btn-mail,
.team-page .modal .modal-content .modal-footer .btn-phone {

    background-color: #345e94;
}

.team-page {

    padding: 0;
}

.team-page .list-team {

    padding: 0 100px;
}

.team-page .list-team > div {

    float: right;
}

.team-page .list-team .item-member {

    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.team-page .list-team .item-member:hover {

    background-color: #f5f6fb;
}

.team-page .list-team .item-member .image-member {

    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
}

.team-page .list-team .item-member .image-member > img {

    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.5s;
}

.team-page .list-team .item-member:hover .image-member > img {

    transform: scale(1.2);
}

.team-page .list-team .item-member .name-member {

    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.team-page .list-team .item-member .post-member {

    display: block;
    font-size: 12px;
    color: #bbb;
}

.team-page .list-team .item-member .view-resume {

    cursor: pointer;
    background-color: #345e94;
    border-radius: 4px;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 5px 10px -5px #bbb;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s;
}

.team-page .list-team .item-member .view-resume:hover {

    background-color: #8dc444;
    padding: 5px 15px;
}

.team-page .list-team .item-member .mem-socials {

    position: relative;
}

.team-page .list-team .item-member .title-sc {

    margin-top: 15px;
    font-size: 10px;
    color: #ddd;
    opacity: 1;
    transition: all 0.3s;
}
.team-page .list-services  .item-sc .title-sc a{

    color: #013378 !important;
}

.team-page .list-team .item-member:hover .title-sc {

    opacity: 0;
}
.team-page .list-services  .item-sc:hover .title-sc a{

    color: #fff !important;
}

.team-page .list-team .item-member .list-sc {

    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    opacity: 0;
    transition: all 0.6s;
}

.team-page .list-team .item-member:hover .list-sc {

    bottom: -13px;
    opacity: 1;
}

.team-page .list-team .item-member .list-sc > li {

    list-style: none;
    margin: 0 10px;
}

.team-page .list-team .item-member .list-sc > li > a {

    color: #555;
    transition: all 0.3s;
}

.team-page .list-team .item-member .list-sc > li > a:hover {

    color: #8dc444;
}

.team-page .list-team .item-member .list-sc .tooltip-inner {

    font-size: 10px;
}

@media only screen and (min-width:300px) and (max-width: 1024px) {

    .team-page .list-team {

        padding: 0;
    }

    .team-page .list-team .item-member .list-sc {

        bottom: -12px;
        opacity: 1;
    }

    .team-page .list-team .item-member .title-sc {

        opacity: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .bk-paging .en-title-page {

        font-size: 20px;
        bottom: 10px;
    }

    .bk-paging .fa-title-page {

        font-size: 20px;
        top: 18px;
    }

    .team-page .list-team > div {

        padding: 0 5px;
    }

    .team-page .list-team .item-member {

        margin-bottom: 10px;
    }

    .team-page .list-team .item-member .name-member {

        font-size: 14px;
        margin-bottom: 4px;
    }
    .team-page .list-team .item-member .post-member{
        
        font-size: 10px;
    }
    .team-page .modal{
        
        padding: 0 20px;
    }
}
/*---------------------- /team ---------------------*/
/*---------------------- about ---------------------*/

.headabout-page {

    background: url('../images/page/bk-about.jpg') no-repeat bottom center / cover;
    position: absolute;
    height: 250px;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.headabout-page:after {

    content: "";
    background-color: #013378;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.8;
}

.headabout-page .head-info {

    text-align: center;
    margin: 50px 0;
    position: relative;
    z-index: 99;
}

.headabout-page .head-info .title-about {

    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -1px;
}

.headabout-page .head-info .txt-about {

    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.about-box {

    position: relative;
    z-index: 99;
    margin-top: 180px;
}

.about-box > .container {

    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 99;
    height: 570px;
    padding: 0;
    box-shadow: 0 4px 15px -5px #ccc;
    transition: all 0.5s;
}

.about-box .about-text {

    padding: 40px;
    text-align: right;
}

.about-box .about-text .item-about {

    margin-bottom: 10px;
}

.about-box .about-text .item-about:first-child {

    margin-bottom: 20px;
}

.about-box .about-text .fas {

    color: #8dc444;
    margin-left: 4px;
    font-size: 20px;
    vertical-align: sub;
}

.about-box .about-text .title-address {

    font-size: 14px;
    color: #345e94;
}

.about-box .about-text .desc-address {

    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
}

.about-box .about-text label.title-address {

    font-size: 12px;
    display: inline-block;
}

.about-box .about-text label.title-address > i {

    color: #345e94;
    font-size: 16px;
}

.about-box .about-text .dw-app .title-dw {

    text-align: center;
    font-size: 14px;
    margin: 20px 0;
    color: #8dc444;
    font-weight: bold;
}

.about-box .about-text .dw-app .app-nchir {

    display: flex;
    justify-content: space-between;
}

.about-box .about-text .dw-app .app-nchir .app-box {

    margin: 0 10px;
}

.about-box .about-text .dw-app .qr-app {

    background-color: #fff;
    border: 2px solid #f8f8f8;
    box-shadow: 0 4px 15px -5px #ccc;
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.about-box .about-text .dw-app .qr-app img {

    width: 100%;
    height: 100%;
}

.about-box .about-text .dw-app .app-box .title-app {

    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 2px 0 3px;
    margin-top: 10px;
}

.about-box .about-text .dw-app .app-box:first-child .title-app {

    background: #8dc444;
}

.about-box .about-text .dw-app .app-box:last-child .title-app {

    background: #345e94;
}

.about-box .about-text .dw-app .qr-icon {

    display: flex;
    align-items: center;
}

.about-box .about-text .dw-app .qr-icon > .fas {

    color: #000;
    font-size: 50px;
    opacity: 0.1;
}

.about-box .about-map,
.about-box .about-map .box-map,
.about-box .about-map .box-map > iframe {

    height: 100%;
    padding: 0;
}

.team-page > .container,
.team-page .list-team {

    padding: 0;
}

.team-page .list-team .row > div {

    float: right;
}

.team-page .list-team .item-member {

    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
    height: 245px;
    transition: all 0.5s;
}

.team-page .list-team .item-member:hover {

    background-color: #f5f6fb;
}

.team-page .list-team .item-member .image-member {

    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
}

.team-page .list-team .item-member .image-member > img {

    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.5s;
}

.team-page .list-team .item-member:hover .image-member > img {

    transform: scale(1.2);
}

.team-page .list-team .item-member .name-member {

    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.team-page .list-team .item-member .post-member {

    display: block;
    font-size: 12px;
    color: #bbb;
}

.team-page .list-team .item-member .phone {

    display: block;
    background-color: #345e94;
    padding: 2px 0 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
    position: absolute;
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -4px;
    transition: all 0.4s;
}

.team-page .list-team .item-member:hover .phone {

    background-color: #8dc444;
}

.team-page .table thead th {

    text-align: right;
}
.team-page .table thead > tr{
    
    background-color: #eef4ff;
}

.team-page .title-table {

    margin: 0;
    background-color: #345e94;
    height: 44px;
    border-radius: 6px 6px 0 0;
    text-align: center;
    padding: 10px;
}
.team-page .title-table > span {

    background-color: #8dc444;
    font-size: 14px;
    padding: 4px 15px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}
.table-hover > tbody > tr:nth-child(odd):hover{
    
    background-color: #8dc444;
    color: #fff;
}
.table-hover > tbody > tr:nth-child(even):hover{
    
    background-color: #345e94;
    color: #fff;
}

@media only screen and (min-width:300px) and (max-width: 1024px) {
    
    .about-box{
        
        padding: 0 40px;
    }
    .about-box > .container{
        
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    
    .about-box{
        
        padding: 0 20px;
    }
    .about-box > .container{
        
        width: 100%;
        height: auto;
    }
    .about-box .about-text .dw-app .app-nchir{
        
        display: block;
    }
    .about-box .about-text .dw-app .qr-app{
        
        width: 100%;
        height: auto;
    }
    .about-box .about-text .dw-app .qr-icon{
        
        justify-content: center;
        margin-bottom: 10px;
    }
}
/*---------------------- /about ---------------------*/
/*---------------------- tab ---------------------*/

.bk-paging {

    background-color: #8dc444;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bk-paging:before {

    content: "";
    background: url('../images/page/medical.png') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.bk-paging .en-title-page,
.bk-paging .fa-title-page {

    position: absolute;
    z-index: 99;
}

.bk-paging .en-title-page {

    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.2;
    bottom: -22px;
}

.bk-paging .fa-title-page {

    font-size: 25px;
    color: #fff;
    font-weight: bold;
    top: 30px;
}

.tab-page .tab-box {

    background-color: #fff;
    margin: 30px 0 15px;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 9px -6px #ccc;
    padding: 15px;
}

.tab-page .tab-box .nav-tabs {

    padding: 0;
    display: flex;
    justify-content: center;
    height: 30px;
    border-bottom: 1px solid #eee;
}

.tab-page .tab-box .nav-tabs > li {

    position: relative;
    top: -25px;
}

.tab-page .tab-box .nav-tabs > li > a {

    margin: 0 15px;
    background-color: #345e94;
    border: none;
    border-radius: 0 0 4px 4px;
    width: 120px;
    text-align: center;
    color: #fff;
    padding: 8px;
    transition: all 0.3s;
}
.tab-page .tab-box .nav-tabs > li > a:hover{
    
    background-color: #013378;
}
.tab-page .tab-box .nav-tabs > li.active > a{
    
    background-color: #8dc444;
    box-shadow: 0 4px 12px -5px #aaa;
}

.tab-page .tab-box .nav-tabs > li > a:after {

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 8px;
    border-color: transparent transparent #013378 transparent;
    position: absolute;
    top: 0;
    left: -8px;
}
.tab-page .tab-box .nav-tabs > li > a:before {

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 8px;
    border-color: transparent transparent transparent #013378;
    position: absolute;
    top: 0;
    right: -8px;
}
.tab-page .tab-box .nav-tabs > li > a:hover:after{
    
    border-color: transparent transparent #345e94 transparent;
}
.tab-page .tab-box .nav-tabs > li > a:hover:before{
    
    border-color: transparent transparent transparent #345e94;
}
.tab-page .tab-box .nav-tabs > li.active > a:after{
    
    border-color: transparent transparent #68952d transparent;
}
.tab-page .tab-box .nav-tabs > li.active > a:before{
    
    border-color: transparent transparent transparent #68952d;
}

/*---------------------- /tab ---------------------*/



/*---------------------- janomaye modol ---------------------*/

.bk-paging {

    background-color: #8dc444;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bk-paging:before {

    content: "";
    background: url('../images/page/medical.png') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.bk-paging .en-title-page,
.bk-paging .fa-title-page {

    position: absolute;
    z-index: 99;
}

.bk-paging .en-title-page {

    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.2;
    bottom: -22px;
}

.bk-paging .fa-title-page {

    font-size: 25px;
    color: #fff;
    font-weight: bold;
    top: 30px;
}

.innerbook-page {

    margin: 15px 0;
}

.innerbook-page > .container {

    display: flex;
}

.innerbook-page .innerbook-box {

    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 9px -6px #ccc;
    padding: 15px;
    margin-top: 15px;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header {

    background-color: #345e94;
    border-radius: 4px;
    padding: 10px;
    float: right;
    width: 100%;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header .created-date {

    font-size: 12px;
    color: #fff;
    float: right;
    margin-left: 10px;
    line-height: 2;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header .subject-code {

    background-color: #8dc444;
    padding: 3px 10px 0;
    color: #fff;
    border-radius: 2px;
    float: right;
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header .Short_Link {

    float: left;
    color: #fff;
    font-size: 12px;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header .shortlink {

    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 4px;
    direction: ltr;
    margin-right: 5px;
    padding: 2px 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.innerbook-page .innerbook-box .moduletable.MP .module-header .shortlink:active,
.innerbook-page .innerbook-box .moduletable.MP .module-header .shortlink:focus {

    background-color: rgba(255, 255, 255, 1);
    color: #345e94;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body {

    margin: 20px 0;
    float: right;
    width: 100%;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .opinion-border {

    position: relative;
    width: 250px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
    float: right;
    margin-left: 20px;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .opinion-border img {

    width: 100%;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .view-book {

    display: inline-block;
    background-color: #8dc444;
    padding: 5px 15px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 9px -5px #555;
    font-weight: 500;
    margin-top: 10px;
    transition: all 0.3s;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .view-book:hover {

    background-color: #345e94;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .News_STitr span {

    font-size: 20px;
    color: #345e94;
    font-weight: bold;
    margin-bottom: 2px;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .opinion-div-intro {

    font-size: 12px;
    color: #aaa;
    display: block;
    float: right;
    width: calc(100% - 300px);
    border: 2px solid #f2f2f2;
    border-radius: 6px;
    padding: 10px;
    margin-top: 5px;
    background-color: #f9f9f9;
}

.innerbook-page .innerbook-box .moduletable.MP .module-body .opinion-div-fulltext-news {

    margin-top: 20px;
    margin-left: 5px;
    line-height: 2 !important;
    font-size: 13px !important;
    color: #555;
    text-align: justify;
}

.innerbook-page .aside-boxs {

    padding-right: 10px;
    padding-left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.innerbook-page .aside-boxs .title-box {

    margin: 0;
    background-color: #345e94;
    height: 44px;
    border-radius: 6px;
    text-align: center;
    padding: 6px;
}

.innerbook-page .aside-boxs .title-box > span {

    background-color: #8dc444;
    font-size: 12px;
    padding: 4px 15px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

.innerbook-page .aside-boxs .share-socials .list-sc {

    padding: 0;
    inline-block;
    margin: 15px 0 0;
}
.innerbook-page .aside-boxs .soialnetwork{
   text-align: center;
}


.innerbook-page .aside-boxs .share-socials a {

    background-color: #fff;
    border-radius: 6px;
    width: 40px;
    height: 40px;    
    border: 2px solid #f8f8f8;
    box-shadow: 0 2px 9px -6px #ccc;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .share-socials .link-sc:hover {

    border-color: #345e94;
}

 .newsletter {

    padding: 15px;
    margin-top: 0 !important; 
    direction: ltr;
    display: black !important;
    flex-direction: row-reverse;
   background-color: #013378 !important;
}
.readnews .module-header {
   display:none;
   
}
.newsletter .readnews  {
    padding: 0 0px;
    margin-top: 20px;
    direction: ltr;
    margin-bottom: 20px;
    display: grid;
    flex-direction: row-reverse;
    background-color: #013378;
   justify-content: right;
    align-items: center;
}
.newsletter .row {
   width: 100%;
}

.innerbook-page .aside-boxs .newsletter .title-newsletter {

    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #7ebc2b;
    width: 40%;
    margin: 8px 0;
   display: none;
}

.innerbook-page .aside-boxs .newsletter .btn-default {

    background-color: #345e94;
    color: #fff;
    padding: 7px 20px;
    border: none;
    transition: all 0.3s;
}

.innerbook-page .aside-boxs .newsletter .btn-default:hover {

    padding: 7px 22px;
    background-color: #7ebc2b;

}

.innerbook-page .aside-boxs .newsletter .form-control::placeholder {

    color: #ccc;
}

.innerbook-page .aside-boxs .newsletter .form-control {

    border: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 12px;
    border-left: none;
}

.innerbook-page .aside-boxs .share-socials .link-sc > img {

    width: 22px;
}

.innerbook-page .aside-boxs .list-book {

    margin-top: 0;
}

.innerbook-page .aside-boxs .list-book .item-book {

    margin-bottom: 10px;
    float: right;
    width: 100%;
}
.innerbook-page .aside-boxs .list-book .item-book .news-item {

    padding: 0;
}
.art-main .panel-archive .well-result .breadcrumb > li > h2 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
.art-main .panel-archive .panel-title .triangle {
   
    padding: 11px !important;
    
}
.innerbook-page .aside-boxs .item-book .img-book {

    position: relative;
    width: 60px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
    float: right;
    margin-left: 10px;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .item-book:hover .img-book {

    border-color: #8dc444;
}

.innerbook-page .aside-boxs .item-book .img-book > img {

    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .item-book:hover .img-book > img {

    transform: scale(1.1);
}

.innerbook-page .aside-boxs .item-book .info-book {

    margin-top: 15px;
}

.innerbook-page .aside-boxs .item-book .title-book {

    font-size: 13px;
    margin: 0 0 5px;
}

.innerbook-page .aside-boxs .item-book .title-book > a {

    color: #345e94;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .item-book:hover .title-book > a {

    color: #8dc444;
}

.innerbook-page .aside-boxs .item-book .writer-book {

    font-size: 10px;
    color: #aaa;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .item-book:hover .writer-book {

    color: #555;
}

.innerbook-page .aside-boxs .list-news .item-news {

    display: flex;
    align-items: center;
    margin: -10px;
}

.innerbook-page .aside-boxs .list-news .item-news:last-child {

    margin-bottom: 5px;
}

.innerbook-page .aside-boxs .list-news .item-news .fa-brain {

    margin-left: 5px;
    color: #8dc444;
    position: relative;
    top: 5px;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .list-news .item-news:hover .fa-brain {

    transform: rotate(180deg);
    color: #345e94;
    margin-left: 8px;
}

.innerbook-page .aside-boxs .list-news .item-news .title-news {

    font-size: 12px;
    font-weight: 500;
    color: #345e94;
    margin: 0;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 0.4s;
}

.innerbook-page .aside-boxs .list-news .item-news:hover .title-news {

    color: #8dc444;
}
.social_networks{
   display: contents;
}
.soialnetwork .list-sc{
   
   width: 30px;
   height: 30px;
   display: inline-block;
}
.soialnetwork .list-sc.telegram{
   
   background: url('../images/socials/telegram.png') no-repeat center center / 25px;
}

.soialnetwork .list-sc.whatsapp{
   
   background: url('../images/socials/whatsapp.png') no-repeat center center / 25px;
}

.soialnetwork .list-sc.insta{
   
   background: url('../images/socials/instagram.png') no-repeat center center / 25px;
}

.soialnetwork .list-sc.twitter{
   
   background: url('../images/socials/twitter.png') no-repeat center center / 25px;
}

.soialnetwork .list-sc.aparat{
   
   background: url('../images/socials/aparat.png') no-repeat center center / 25px;
}
@media only screen and (min-width:300px) and (max-width: 1024px) {

    .innerbook-page > .container {

        display: block;
        width: 100%;
    }

    .innerbook-page .aside-boxs {

        padding: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .innerbook-page .innerbook-box .module-header {

        text-align: center;
    }

    .innerbook-page .innerbook-box .module-header .created-date,
    .innerbook-page .innerbook-box .module-header .subject-code {

        float: none;
    }

    .innerbook-page .innerbook-box .module-header .Short_Link {

        width: 100%;
        margin-top: 10px;
    }

    .innerbook-page .innerbook-box .module-body .image-book {

        width: 100%;
        margin: 0;
    }

    .innerbook-page .innerbook-box .module-body .title-book {

        float: right;
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
    }

    .innerbook-page .innerbook-box .module-body {

        text-align: center;
    }
    .innerbook-page .innerbook-box .module-body .writer-book{
        
        width: 100%;
    }
}



/*---------------------- /janomaye modol ---------------------*/



/*---------------------- ganjine danesh ---------------------*/

.bk-paging {

    background-color: #8dc444;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bk-paging:before {

    content: "";
    background: url('../images/page/medical.png') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.bk-paging .en-title-page,
.bk-paging .fa-title-page {

    position: absolute;
    z-index: 99;
}

.bk-paging .en-title-page {

    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.2;
    bottom: -22px;
}

.bk-paging .fa-title-page {

    font-size: 25px;
    color: #fff;
    font-weight: bold;
    top: 30px;
}

.book-page {

    margin-top: 30px;
}
.book-page .list-book{
    
    padding: 0;
}

.book-page .list-book > div {

    float: right;
    padding: 0 8px;
}

.book-page .list-book .item-book {

    position: relative;
    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.book-page .list-book .item-book:hover {

    background-color: #f9faff;
}

.book-page .list-book .item-book .image-book {

    width: 100%;
    height: 220px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
}

.book-page .list-book .item-book .image-book img {

    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.book-page .list-book .item-book:hover .image-book img {

    transform: scale(1.2);
}

.book-page .list-book .item-book .title-book .News_Titr {

    font-size: 12px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.book-page .list-book .item-book:hover .title-book .News_Titr{
    
    color: #8dc444;
}

.book-page .list-book .item-book .news-introtext {

    display: block;
    font-size: 11px;
    color: #bbb;
    height: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.book-page .list-book .item-book .view-book {

    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #345e94;
    border-radius: 4px;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 5px 10px -5px #bbb;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s;
}

.book-page .list-book .item-book .view-book:hover {

    background-color: #8dc444;
    padding: 5px 15px;
    width: 80%;
}

@media only screen and (min-width:300px) and (max-width: 1024px) {

    .book-page .list-book .item-book .view-book,
    .book-page .list-book .item-book .view-book:hover{
        
        width: 80%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .book-page .list-book .item-book .image-book{
        
        height: 200px;
    }    
}

/*--------------------- /ganjine danesh --------------------------*/

.content-main .slideshow-main .go-bottom {

    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    text-align: center;
}

.content-main .slideshow-main .go-bottom > a {

    background: url('../images/site/go-bottom.png') no-repeat center center / 200px;
    margin: 0 auto;
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #01449f;
    position: relative;
    z-index: 99;
}
.footer-main .footer-copyright .cp-itshams {

    float: left;
    position: relative;
    padding-left: 55px;
}

.footer-main .footer-copyright .cp-itshams .go-top {
    position: absolute;
    left: 0;
    top: -13px;
    float: left;
    background-color: #7ebc2b;
    width: 40px;
    height: 38px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    align-items: center;
    font-size: 16px;
    color: #01449f;
    border: 4px solid rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    transition: all 0.4s;
    overflow: hidden;
}

.footer-main .footer-copyright .cp-itshams .go-top:before {

    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.footer-main .footer-copyright .cp-itshams .go-top:hover::before {

    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.footer-main .footer-copyright .cp-itshams .go-top:hover {

    color: #253966;
    border: 4px solid rgba(255, 255, 255, 0.10);
}

.footer-main .footer-copyright .cp-itshams .go-top > .fas {

    position: relative;
    z-index: 10;
}
.report-box .btn-info {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 11px;
    color: #333;
    font-weight: 300;
    padding: 0;
    display: block !important;
    text-align: right !important;
}
.mizgerd td a {
   background-color: #013378;
    font-size: 14px;
    padding: 4px 15px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.report-box .info-report .title-report {
    font-size: 16px !important;
    margin: 0;
}
.lightImagegallery .list-unstyled .caption p {
   
    display: none;
}
.newsletter .title-newsletter {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #7ebc2b;
    width: 60%;
    margin: 8px 0;
}
.newsletter .title-newsletter {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #7ebc2b;
    width: 60% !important;
    margin: 8px 0;
}
.report-box .tbl-report .table-striped thead > tr > th, .report-box .tbl-report .table-striped thead > tr > td {
    text-align: center !important;
}
.demo-gallery .caption p {
   display: none !important;
}
.report-box .tbl-report .table-striped tbody .date {
    
    text-align: center;
}

.report-box .tbl-report .table-striped tbody .gun {
    text-align: center !important;
}
.single .single-video {
    width: 300px !important;
}
.content-main .list-books .list-publishers .btn-archive {
    margin-left: 10px;
    float: left;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}
.content-main .list-publishers .item-book .info-book .title {
    margin: 0;
    overflow: hidden;
}
.proItem {
    
    min-height: 360px;
}
.art-main .panel-archive .well-news .item-news:hover {
    filter: initial !important;
}
.sf-menu ul {
       
    width: 10em !important;
    
}