﻿:root {
    --color-main: #135ca1;
    --color-second: #003d75;
    --font-family: "yekanbakh";
}

/*
Yekan Bakh fonts are considered a proprietary software. To gain information about the laws
regarding the use of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (72I8OBZT123)
---------------------------------------------------------------------
*/
@supports (font-variation-settings: "wght" 900) {
    @font-face {
        src: url("../fonts/YekanBakh/YekanBakhFaNum-VF.woff") format("woff"),
        url("../fonts/YekanBakh/YekanBakhFaNum-VF.ttf") format("truetype");
        font-display: swap;
        font-family: "yekanbakh";
        font-weight: 10 1000;
    }
}

@supports (not (font-variation-settings: "wght" 900)) {
    @font-face {
        src: url("../fonts/YekanBakh/YekanBakhFaNum-Regular.woff") format("woff"),
         url("../fonts/YekanBakh/YekanBakhFaNum-Regular.ttf") format("truetype");
        font-display: swap;
        font-weight: 400;
        font-family: "yekanbakh";
    }

    @font-face {
        src: url("../fonts/YekanBakh/YekanBakhFaNum-Bold.woff") format("woff"), 
        url("../fonts/YekanBakh/YekanBakhFaNum-Bold.ttf") format("truetype");
        font-display: swap;
        font-weight: 700;
        font-family: "yekanbakh";
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html {
    font-size: 14.5px;
}

body {
    font-size: 1rem;
    font-family: var(--font-family);
    line-height: 1.8;
    background-color: #ebebec;
    font-weight: normal;
    overflow-x: hidden
}

h1 {
    font-size: 1.6rem
}

h2 {
    font-size: 1.4rem
}

h3,
h4,
h5,
h6 {
    font-size: 1.2rem
}

* {
    outline: none
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none
}

a {
    transition: all .35s;
}

.tooltip {
    font-family: var(--font-family);
}

:focus {
    outline: 0 !important;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: var(--font-family);
}

img {
    max-width: 100%
}

.no-padding {
    padding: 0
}

header {
    background-color: var(--color-second);
    position: relative;
    padding-bottom: 15px;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 999;
    animation: fade-in .6s forwards
}

.h-top {
    position: relative;
    direction: rtl;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 8px;
}

.h-top a {
    display: block
}

header .h-top>div {
    flex-grow: 1;
    flex-direction: column
}

.h-top .right {
    text-align: right;
    padding-top: 10px;
}

.h-top .right img.logo {
    width: 70px;
    margin-left: 15px;
    margin-top: 5px;
}

.h-top .right img.logo-text {
    width: 100px;
    margin-top: 5px;
}

.h-top .center {
    padding: 0;
    position: relative;
    justify-content: center;
    background: url(../img/header-bg.png) no-repeat center center;
    background-size: cover
}

.h-top .center img {
    position: relative;
    top: 30px;
    max-width: 510px;
    margin: auto;
    display: block;
}

.h-top .left {
    width: auto;
    padding-top: 5px;
    position: relative;
    text-align: left
}

.h-top .left img {
    width: 160px
}

span.shoar {
    position: absolute;
    bottom: -6px;
    color: #94a5be;
    display: block;
    font-family: var(--font-family);
    right: inherit;
    left: 135px;
    width: 265px;
    text-align: left;
    font-weight: bold;
    font-size: 0.9rem;
}

header nav>div,
header nav>span {
    display: inline-block;
    float: right
}

header nav>span {
    height: 56px
}

header nav .mainmenu {
    background-color: white;
    border-bottom: 4px solid #b99004 !important;
    z-index: 1000;
    padding-right: 0 !important;
    position: relative;
    display: inline-block;
    width: calc(100% - 50px);
    height: 56px;
    text-align: right
}

header nav .mainmenu .cdd0_main_menu {
    height: auto !important
}

header nav .mainmenu .cdd0_main_menu:after,
header nav .mainmenu .cdd0_main_menu:before {
    content: "";
    display: table;
    float: none;
    clear: both
}

header nav .mainmenu .cdd0_main_menu>li {
    padding: 0;
    margin: 0;
    width: auto !important;
    border: 0 !important;
    height: 52px !important
}

header nav .mainmenu:after {
    content: "";
    display: inline-block;
    border-bottom: 52px solid transparent;
    border-left: 52px solid var(--color-main, #135ca1);
    position: absolute;
    bottom: 0;
    left: 0;
}

header nav .mainmenu .cdd0_main_menu>li>a {
    padding: 12px 13px !important;
    border: 0 !important;
    color: var(--color-main, #135ca1);
    background-color: white;
    text-decoration: none !important;
    font-family: var(--font-family) !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    height: 52px !important
}

header nav .mainmenu .cdd0_main_menu>li:hover>a {
    color: #0273ae
}

header nav .cdd0_main_menu>li>a img[class*='imefix'] {
    display: none !important
}

header nav a.homelink {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background: url(../img/home.svg) no-repeat center;
    background-size: 32px;
    background-color: #054979;
    border-right: 4px solid white;
    width: 50px
}

header nav:after {
    position: absolute;
    content: "";
    display: block;
    width: 60%;
    height: 31px;
    bottom: -30px;
    background: var(--color-main, #135ca1);
    transform: skewX(-45deg);
    left: -20px;
    margin-right: 20%;
}

.menu-btn-icon {
    border: 2px solid #4574a3;
    width: 43px;
    height: 43px;
    border-radius: 8px;
    position: relative;
    margin-top: 6px;
    margin-right: 15px;
    cursor: pointer
}

.menu-btn-icon .line,
.menu-btn-icon .line:before,
.menu-btn-icon .line:after {
    position: absolute;
    height: 3px;
    width: 30px;
    background: #4574a3;
    -webkit-transition: all .25s;
    transition: all .25s;
    right: 5px;
    top: 50%
}

.menu-btn-icon .line {
    margin-top: -1px
}

.menu-btn-icon .line:before {
    content: '';
    top: -9px;
    right: 0
}

.menu-btn-icon .line:after {
    content: '';
    top: 9px;
    right: 0
}

.h-bottom:after {
    content: "";
    position: absolute;
    width: 59%;
    background: var(--color-main, #135ca1);
    display: block;
    height: 56px;
    z-index: 0;
    left: 0;
    bottom: 14px;
}

.h-bottom .code {
    height: 40px;
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-right: 15%;
    max-width: 85%;
    background-color: var(--color-main, #135ca1);
}

.h-bottom .code:before {
    content: "";
    position: absolute;
    background: var(--color-main, #135ca1);
    display: block;
    height: 40px;
    z-index: 0;
    right: 0;
    top: 0;
    border-top: 40px solid var(--color-main, #135ca1);
    border-right: 40px solid var(--color-second, #004381);
}

.h-bottom .code .morcecode {
    color: #a2a1a1;
    white-space: pre-wrap;
    max-height: 32px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 15px;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
    overflow: hidden;
    position: relative;
    padding-right: 25px
}

.DateDigitalServer {
    position: relative;
    z-index: 1000;
    color: #b7f7f5;
    direction: rtl;
    width: min-content;
    margin-right: -1rem;
    margin-top: 5px;
    white-space: nowrap;	
}

.DateCaption {
    font-family: var(--font-family);
    display: block;
    text-align: center;
    margin: auto;
    font-size: .9rem;
}

.DateCaption span,
.TimeCaption {
    font-weight: 200;
    font-size: 0.9rem;    
}

.h-bottom .date {
    text-align: center;
    max-width: unset;
    flex-grow: 1;
}

.SearchWrapper {
    position: relative;
    z-index: 10
}

.SearchWrapper::after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/search.svg) no-repeat center;
    background-size: 24px;
    cursor: pointer;
    filter: grayscale(1);
}

.SearchWrapper.show::after {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    background-size: 18px;
}

.SearchButton {
    background: url(../img/search.svg) no-repeat center;
    width: 64px;
    height: 54px;
    border-top: 0;
    border-bottom: 0;
    background-size: 32px;
    display: block;
    float: left;
    cursor: pointer;
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7) translateY(-78px) translateX(-10px);
    filter: grayscale(1) brightness(0);
}

.SearchWrapper.show .SearchInputWrapper+.SearchButton {
    opacity: 1;
    visibility: visible;
}

img.SearchButtonSize {
    display: none
}

.SearchButton a {
    display: block
}

.SearchButton a.active {
    height: 100%
}

.SearchInputWrapper {
    display: none
}

.show .SearchInputWrapper {
    display: block
}

.SearchInputWrapper .SearchText {
    height: 43px;
    left: 0;
    position: absolute;
    width: 280px;
    top: -49px;
    border: none;
    font-family: var(--font-family);
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 4px;
}

.search-pw {
    max-width: max-content;
}

.h-bottom .search-pw,
.h-bottom .date {
    padding: 0
}

.h-bottom.row {
    margin: 0;
    height: 55px;
}

.sticky .h-bottom.row {
    height: auto;
}

.h-bottom .menu-pw {
    padding: 0;
    height: 57px;
}

section {
    padding: 40px 0
}

.home section {
    padding: 0;
}

.home section [class*='SiPo'] {
    padding: 40px 0
}

#slider {
    padding: 0 0 40px;
    background-color: var(--color-second, #004381);
    position: relative;
    overflow: hidden
}

.home .infoknowledge [class*='SiPo'],
.home .info [class*='SiPo'],
.home .banner [class*='SiPo'],
#slider [class*='SiPo'] {
    padding: 0;
}

.home .info>div>div>div[class*='SiPo'] {
    padding-top: 40px;
}

.home .info>div>div>div[class*='SiPo'] h2.pw-title {
    margin-bottom: 0
}

#slider .bg {
    background: url(../img/slider-bg.png) repeat center left;
    position: relative;
    z-index: 0;
    background-color: var(--color-second);
    background-blend-mode: overlay;
}

.pw-wrapper {
    text-align: center;
}

.pw-wrapper .border-more-title {
    display: inline-block;
    margin-bottom: 3rem;
    width: 100%
}

.pw-wrapper h2.pw-title:empty {
    margin: 0;
}

.pw-wrapper h2.pw-title:not(:empty) {
    text-align: center;
    margin: auto;
    color: #ebdaa4;
    display: inline-block;
    background: var(--color-main, #135ca1);
    font-size: 1.6rem;
    background-size: cover;
    min-width: inherit;
    position: relative;
    border-radius: 10px;
    position: relative;
    padding: 13px 40px;
    margin-bottom: 30px;
}

.pw-wrapper h2.pw-title:not(:empty):before,
.pw-wrapper h2.pw-title:not(:empty):after {
    content: "";
    display: inline-block;
    background: url(../img/pw-title-green.png) no-repeat;
    background-position: left center;
    top: 0;
    bottom: 0;
    width: 125px;
    height: 100%;
    background-size: 100%;
    position: absolute
}

.pw-wrapper h2.pw-title:not(:empty):before {
    left: 100%;
}

.pw-wrapper h2.pw-title:not(:empty):after {
    right: 100%;
}

.home .link-inner .pw-wrapper h2.pw-title:not(:empty):before,
.home .link-inner .pw-wrapper h2.pw-title:not(:empty):after {
    display: none
}

.home .link-inner div[class*='SiPo'] table,
.home .link-inner div[class*='SiPo'] .pw-content {
    display: none
}

.home .link-inner .pw-wrapper .border-more-title {
    margin-bottom: 0
}

.pw-wrapper h2.pw-title:after {
    left: -170px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.white .pw-wrapper h2.pw-title {
    background: url(../img/title-white-bg.png) no-repeat center white;
    background-size: cover;
    color: #386099
}

.white .pw-wrapper h2.pw-title::before,
.white .pw-wrapper h2.pw-title::after {
    background: url(../img/pw-title-white.png) no-repeat;
    background-size: 100%
}

.white .pw-wrapper h2.pw-title span:before,
.white .pw-wrapper h2.pw-title span:after {
    background: #386099
}

.box-wrapper {
    background: white;
    -webkit-box-shadow: 0 4px 8px 5px #d5d5da;
    -moz-box-shadow: 0 4px 8px 5px #d5d5da;
    box-shadow: 0 4px 8px 5px #d5d5da;
    border-radius: 15px
}

.box-wrapper .box-content {
    background: white;
    margin-bottom: 30px;
    transition: all .35s
}

section.info .box-wrapper .box-content {
    background: none;
    border-radius: 0 0 12px 12px;
}
.wrap.home .info .box-wrapper {
    margin-top: 30px;
}

.box-wrapper:hover .box-content {
    background: rgba(26, 99, 137, 0.10)
}

.box-wrapper h3.box-title {
    margin: 0;
    text-align: center;
    color: white;
    height: 60px;
    background: no-repeat center var(--color-main, #135ca1);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0
}

.box-wrapper h3.box-title a.More {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    text-indent: -9999px;
    background: transparent;
}

section.infoknowledge {
    background: var(--color-second);
    padding: 40px 0;
}

section.infoknowledge .pw-title {
    padding: 30px 0;
    margin: 0;
    width: 100% !important;
    background-color: #386099;
    min-width: inherit;
    border-radius: 10px 10px 0 0
}

section.infoknowledge .pw-title:before,
section.infoknowledge .pw-title:after {
    display: none;
}

section.infoknowledge .box-wrapper h3.box-title {
    background: var(--color-main, #135ca1);
    transition: all 0.4s;
    height: 70px;
    border-radius: 10px;
    font-size: 1.3rem;
}

section.infoknowledge .box-wrapper h3.box-title:hover {
    background: var(--color-second, #004381);
}

section.infoknowledge .links {
    padding: 0
}

section.infoknowledge .links .link-inner {
    background: white;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
    height: calc(100% - 10px);
}

section.infoknowledge .links>.link-inner>div {
    padding: 20px 30px;
}

section.infoknowledge .links>.link-inner>div:first-child {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.infoknowledge .links>.link-inner div[class*='SiPo']:nth-child(2) {
    margin-top: 90px;
}

section.infoknowledge .box-wrapper .box-content {
    margin: 0
}

section.infoknowledge .links .link-inner:after {
    content: "";
    display: table;
    clear: both;
    float: none
}

section.banner {
    padding: 5px 0 5px 0;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0
}

.media {
    position: relative;
    background-repeat: repeat;
    background: linear-gradient(0deg, #192339, #553d37);
    background-size: cover;
}

.media:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../img/slider-bg.png");
    opacity: 0.3;
}
footer {
    background-color: var(--color-second)
}

footer .fbottom {
    background-color: var(--color-main, #135ca1);
    color: white;
    padding: 10px 0
}

footer .ftop {
    padding: 30px 0
}

.f-pw {
    text-align: right
}

.f-pw-title {
    display: inline-block;
    width: auto;
    text-align: right;
    color: white;
    margin: 10px 0 20px;
    border-bottom: 2px solid white;
    padding: 10px 0
}

.ftop .logo {
    margin-top: 30px
}

.ftop .logo img {
    display: block
}

.ftop .logo img.logo {
    max-width: 110px;
    margin: auto;
    margin-bottom: 20px
}

.ftop .logo img.logo-text {
    max-width: 150px;
    margin: auto
}

#mainmenu .cdd0_main_menu {
    width: 100%;
    position: relative;
    height: auto !important
}

img.imefix,
.imefixh {
    display: none !important
}

#mainmenu .cdd0_main_menu:after,
.cdd0_main_menu:before {
    float: none;
    clear: both;
    content: "";
    display: table
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc {
    position: absolute !important;
    left: 0 !important;
    right: 0;
    background: white;
    width: 100% !important;
    top: 50px !important;
    position: absolute !important;
    left: auto !important;
    right: 0;
    background: var(--color-main, #135ca1);
    top: 0 !important;
    visibility: visible !important;
    display: none;
    width: 220px !important;
    border: 0 !important
}

#mainmenu .cdd0_main_menu>li:hover>.imsc>.imsubc {
    display: block;
    z-index: 100
}

#mainmenu .cdd0_main_menu>li:hover>a {
    background: transparent
}

#mainmenu li ul,
.sp-header nav ul {
    background-color: transparent !important;
    border: 0 solid transparent !important;
    margin: 0 !important;
    padding: 0 !important
}

#mainmenu li a,
.sp-header nav li a {
    border: 0 solid transparent !important;
    font-family: var(--font-family) !important;
    text-decoration: none !important
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li {
    width: 100% !important;
    float: none !important;
    text-align: right;
    position: relative;
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li a {
    padding: 10px 16px !important;
    color: white !important;
    display: block;
    width: 100%;
    font-family: var(--font-family) !important;
    font-size: 0.93rem !important;
    transition: .6s;
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li>.imsc>.imsubc {
    top: 0 !important;
    right: 0 !important;
    left: inherit !important;
    min-width: 100% !important;
    visibility: visible !important;
    display: none
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li:hover>.imsc>.imsubc {
    display: block;
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu li:hover>a {
    background: transparent;
    transition: .6s !important;
    color: #ddd4a2 !important
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li {
    text-align: center !important;
}

#imenus0 li a {
    transition: 0s !important;
    padding-left: 5px !important;
}

#imenus0 .cdd0_main_menu ul li.has-submenu>a {
    position: relative;
}

.cdd0_main_menu ul li.has-submenu>a::before {
    content: '';
    border: double #ddd4a2;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 3px;
    content: '';
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 10px;
    pointer-events: none;
    transform: translateY(-50%) rotate(135deg);
}

.cdd0_main_menu ul li.has-submenu>a:hover::before {
    border: solid #d7c97c;
    border-width: 0 3px 3px 0;
}

#imenus0 li li:hover>a {
    background-color: transparent;
}

#mainmenu .cdd0_main_menu li {
    position: relative;
}

#mainmenu .cdd0_main_menu>li>.imsc .imsc {
    position: absolute;
    right: 101%;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#mainmenu .cdd0_main_menu>li>.imsc .imsc .imsubc {
    position: static !important;
    margin: 0;
    width: 100% !important;
    visibility: hidden !important;
}

#mainmenu .cdd0_main_menu>li>.imsc li:hover>.imsc,
#mainmenu .cdd0_main_menu>li>.imsc li:hover>.imsc>.imsubc {
    visibility: visible !important;
}

#mainmenu .cdd0_main_menu li>.imsc>.imsubc>ul.cdd0_sub_menu>li>.imsc::before {
    content: '';
    position: absolute;
    width: 100%;
    right: -10px;
    height: 100%;
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li a {
    line-height: 25px;
    text-align: right !important;
    padding: 10px !important;
    font-size: 0.75rem;
    background-color: var(--color-main, #135ca1);
}

#mainmenu .cdd0_main_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li>.imsc>.imsubc>ul.cdd0_sub_menu>li:last-child a {
    border-bottom: 0 solid black !important
}

#mainmenu .animated {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#mainmenu .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#mainmenu iframe {
    display: none
}

@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes move {
    0% {
        right: 100%
    }

    100% {
        right: -100%
    }
}

#mainmenu .slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.overflow-hidden {
    overflow: hidden
}

.mainwrapper {
    min-height: 100%;
    position: relative;
    transition: .4s right;
    right: 0;
}

.mainwrapper.menu-on {
    right: 260px;
}

#menuresponsive {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    width: 260px;
    background-color: var(--color-main, #135ca1);
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s 0s, visibility 0 .1s;
    -moz-transition: -moz-transform .1s 0s, visibility 0 .1s;
    transition: transform .1s 0s, visibility 0 .1s;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    font-family: var(--font-family);
    transform: translateX(260px)
}

#menuresponsive.menu-on {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0 0;
    -moz-transition: -moz-transform .4s 0s, visibility 0 0;
    transition: transform .4s 0s, visibility 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99999;
}

#menuresponsive ul ul li.hassubmenu>a {
    width: 82%;
    position: relative;
}

#menuresponsive ul ul li.hassubmenu>a:before {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 50% !important;
    right: 109%;
    text-align: center !important;
    pointer-events: none;
    transform: translateY(-50%) rotate(135deg) !important;
}

#menuresponsive ul ul {
    list-style-type: none;
    padding-right: 3% !important;
}

#menuresponsive ul ul ul {
    padding-right: 6% !important;
}

#menuresponsive ul ul ul ul {
    padding-right: 9% !important;
}

#menuresponsive ul ul ul ul ul {
    padding-right: 12% !important;
}

#menuresponsive ul ul ul ul ul ul {
    padding-right: 15% !important;
}

body.menu-on {
    overflow: hidden;
    position: fixed
}

body.menu-on .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#header.sticky {
    border-bottom: 5px solid white;
    transition: all .4s
}

#header.sticky .h-top {
    background: none
}

#header.sticky .h-top .left {
    display: none
}

#header.sticky .h-top .center {
    display: none
}

#header.sticky .h-top .right {
    display: none;
    margin-left: auto;
    max-width: 50%;
    text-align: right
}

#header.sticky .h-top .right img {
    display: inline-block
}

#header.sticky .h-bottom .code,
#header.sticky .date,
#header.sticky .search-pw,
#header.sticky nav:after,
#header.sticky .h-bottom:after,
#header.sticky nav {
    display: none
}

#header.sticky .marquee {
    display: none !important
}

#header.sticky nav .mainmenu:after {
    border-left: 52px solid var(--color-second, #004381)
}

#header.sticky nav {
    transition: opacity .6s;
    opacity: 1;
    margin-right: 15rem;
    float: left;
    padding: 0;
    margin-top: -75px;
    display: block;
}

#header.sticky {
    padding: 0
}

#header.sticky .h-top .right {
    display: block;
    padding-top: 0px
}

.wrap-mohtava-archive .MainCommentWrapper,
.wrap-mohtava-archive .box-wrapper .box-title {
    display: none
}

.wrap-mohtava-archive .box-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wrap-mohtava-archive .box-wrapper:hover .box-content {
    color: inherit
}

.wrap-mohtava-archive .pw-wrapper .pw-title {
    display: none !important
}

.wrap-mohtava-archive .pw-wrapper .pw-title:after,
.wrap-mohtava-archive .pw-wrapper .pw-title:before {
    display: none
}

.Contentpw {
    background: white;
    border-top: 10px solid var(--color-main, #135ca1);
    position: relative;
    -webkit-box-shadow: 0 4px 8px 5px #d5d5da;
    -moz-box-shadow: 0 4px 8px 5px #d5d5da;
    box-shadow: 0 4px 8px 5px #d5d5da;
    position: relative
}

.Contentpw .line1 {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 150px;
    height: 10px;
    background-color: var(--color-main, #135ca1);
    top: 0;
    bottom: 0;
    z-index: 1
}

.Contentpw .line1:after {
    content: "";
    display: inline-block;
    border-top: 10px solid white;
    border-right: 10px solid var(--color-main, #135ca1);
    position: absolute;
    top: 0;
    right: 150px
}

.Contentpw .line2 {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 230px;
    height: 25px;
    background: var(--color-second, #004381);
    top: 10px;
    z-index: 1
}

.Contentpw .line2:after {
    content: "";
    display: inline-block;
    border-top: 25px solid white;
    border-right: 25px solid var(--color-second, #004381);
    position: absolute;
    top: 0;
    right: 230px
}

div#toTop {
    background: #f2bb00;
    width: 60px;
    height: 30px;
    border-radius: 20px 0 0 20px;
    bottom: 30px;
    position: fixed;
    right: 10px;
    cursor: pointer;
    z-index: 9999
}

div#toTop:before {
    content: "";
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    bottom: 6px;
    line-height: 1;
    left: 25px;
    transform: rotate(-135deg)
}

section.navigation {
    padding: 0;
    overflow: hidden;
    background: #ebebec;
    margin-bottom: 0
}

section.navigation .navpw {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 48px;
    bottom: 0;
    background: #ebebec;
    z-index: 0;
    margin-left: auto
}

section.navigation .navpw:before {
    content: "";
    position: absolute;
    display: block;
    height: 49px;
    right: 0;
    top: 0;
    width: 200%;
    right: -200%;
    background: var(--color-second, #004381);
    z-index: -1
}

section.navigation .breadcrumbs {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: right
}

section.navigation .breadcrumbs:before {
    content: "";
    position: absolute;
    width: 87%;
    top: -1px;
    border-top: 2px solid #b99004;
    z-index: 100;
    right: 0;
    margin: auto
}

section.navigation .breadcrumbs:after {
    content: "";
    position: absolute;
    width: 87%;
    bottom: 0;
    border-bottom: 2px solid #b99004;
    z-index: 100;
    right: 0;
    margin: auto
}

table.NavigationBar {
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 300;
    right: 0;
    position: relative;
    z-index: 999
}

span.NavigationCurrent {
    display: none
}

table.NavigationBar .NavigationLink {
    padding: 0;
    line-height: 48px;
    display: inline-block;
    color: var(--color-main);
    font-weight: 500;
}

table.NavigationBar .NavigationLink:first-child {
    color: white;
    text-align: left;
    position: relative;
    padding-left: 50px;
    background-color: var(--color-second, #004381);
    min-width: 248px;
    margin-right: -30px
}

table.NavigationBar .NavigationLink {
    padding-left: 30px;
}

table.NavigationBar .NavigationLink:first-child:after {
    content: "";
    display: inline-block;
    border-bottom: 50px solid var(--color-second, #004381);
    border-left: 50px solid #ebebec;
    position: absolute;
    bottom: 0;
    left: 0
}

#header.sticky {
    transition: opacity .4s;
}

#header.sticky.hide {
    top: -200px
}

#header.sticky .h-top .right img.logo {
    width: 80px;
    margin-top: 9px;
    padding: 10px;
}

#header.sticky .h-top .right img.logo-text {
    width: 90px;
}

.Table-pagination {
    margin: auto;
    direction: rtl !important
}

.Table-pagination tbody {
    margin: 20px auto 0
}

.pagination td {
    display: inline-block !important
}

.PageNumber+td+td {
    display: inline-block !important
}

.pagination td a,
.pagination td span {
    border: 0;
    background: none;
    padding: 3px 11px;
    color: var(--color-second, #004381);
    font-family: var(--font-family) !important;
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0 5px;
    border: none;
    border-radius: 4px
}

a.PageNumber:hover,
.CurrentPage:hover {
    background: var(--color-second, #004381);
    border: none;
    color: white
}

.CurrentPage {
    background: #2c58ec !important;
    border-radius: 0;
    font-weight: bold !important;
    color: white !important
}

.Table-pagination td:empty {
    display: none !important
}

.pagination a.PageNumber {
    background: #b7b7b7
}

.infoknowledge .row>.col-lg-9 .box-wrapper.effect.fadeInUp {
    background: transparent;
    box-shadow: none
}

.infoknowledge .row>.col-lg-9 .box-wrapper .box-title {
    display: none
}

.infoknowledge .row>.col-lg-9 .box-wrapper .box-content {
    background: transparent;
}

.wrap-mohtava-archive .box-wrapper .box-content,
.wrap-inner .box-wrapper .box-content {
    background: transparent !important;
}

a.More {
    display: inline-block;
    padding: 10px 20px;
    min-width: 100px;
    background: var(--color-main, #135ca1);
    color: white;
    margin: 15px auto;
}

a.More:hover {
    background: var(--color-second, #004381)
}

.slick-slide img {
    width: 100%;
}
/* #region content share */
.top-icons-wrapper{ padding: 10px; border: 1px solid var(--color-second, #004381); margin-left: 10px; cursor: pointer; position: relative; border-radius: 4px; transition: .6s }
.top-icons-wrapper:hover{ background-color: #eee; }
.top-icons-part .top-icons-wrapper .icon-wrapper{color:var(--color-second);background:var(--color-white);transition:.6s;cursor:pointer;box-shadow:0 7px 10px -5px var(--color-black,rgba(0,0,0,.1));border-radius:calc(var(--border-radius,3px) + 2px);margin:0 7.5px;position:relative;z-index:9}
.top-icons-part .top-icons-wrapper .icon-wrapper a,
.top-icons-part .top-icons-wrapper .icon-wrapper span{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size: 1.25rem}
.top-icons-part .top-icons-wrapper .icon-wrapper:last-child{margin-left:0}
.top-icons-part .top-icons-wrapper .icon-wrapper .icon{color:var(--color-second);transition:.6s}
.top-icons-part .top-icons-wrapper .icon-wrapper:hover{background:var(--color-second)}
.top-icons-part .top-icons-wrapper .icon-wrapper:hover .icon{border-radius:50%;color:var(--color-main)}
.top-icons-part .top-icons-wrapper .icon-x{border-radius:50%;overflow:hidden;display:inline-block}
.top-icons-part .top-icons-wrapper ul.social-share{display:flex; flex-direction: row-reverse; position:absolute;right:0;width:0;opacity:0;visibility:hidden;margin:0;align-items:center; top: 50%; transform: translate(120%, -50%); }
.top-icons-part .top-icons-wrapper ul.social-share.show{transition:all .3s;opacity:1;visibility:visible;width:auto; transform: translate(100%, -50%);}
.top-icons-part .top-icons-wrapper ul.social-share li{list-style:none;margin:0 4px;display:flex;font-size:calc(var(--font-size) + 16px); transition: .6s;}
.top-icons-part .top-icons-wrapper ul.social-share li:hover{ opacity: .6;}
.top-icons-part .share-icon a{ border-radius: 50%; padding: 5px; }
.top-icons-part .share-icon.share-icon a svg{ display: block; width: 30px; height: 30px; }
/* #endregion content share */

/* .home [class*='SiPo'] .More, */
.home .pw-wrapper .pw-content .More {
    display: none;
}

section.navigation {
    margin-top: -15px;
    position: relative
}

.wrap-mohtava-archive section.navigation .SiPo-search {
    display: none !important;
}

section.navigation .breadcrumbs:before {
    display: none
}

.carousel-indicators {
    padding: 0;
}

#slider .carousel-item img {
    max-height: inherit;
    aspect-ratio: 16/8;
    height: auto;
}

.info .slick-initialized .slick-slide {
    max-height: inherit !important;
}

section.infoknowledge .pw-wrapper h2.pw-title:not(:empty) {
    border-radius: 10px 10px 0 0;
    background-color: var(--color-main, #135ca1);
    padding: 25px 0;
}

.has-sticky-menu .wrap {
    padding-top: 150px;
}

.related-news-content {
    background-color: white;
    box-shadow: 0 -10px 0px 0px white, 0 4px 8px 5px #d5d5da;
    margin-bottom: 40px;
    padding: 0 15px;
}

.wrap-mohtava-archive .border-header {
    text-align: right;
    margin-bottom: 15px;
}

.wrap-inner .innercontent .border-header-wrapper,
.wrap-mohtava-archive .innercontent .border-header-wrapper {
    display: none;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper {
    display: block;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper .box-image {
    position: relative;
    overflow: hidden;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper .box-image::after {
    position: relative;
    overflow: hidden;
    content: '';
    background: rgba(0, 0, 0, 0.4) url('../img/play-button.png') no-repeat center center;
    background-size: 60px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
    transition: .6s;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper .box-image:hover::after {
    top: 0;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper .box-image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    max-width: 100%;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-header-wrapper .border-header {
    width: 100%;
    background-color: white;
    z-index: 2;
    margin: 0;
    padding: 16px 10px;
    color: #777;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    font-size: 1.125rem;
    text-align: right;
}

.wrap-inner .innercontent .multiwebpart-wrapper .border-content,
.wrap-inner .innercontent .multiwebpart-wrapper .border-more-wrapper {
    display: none;
}

.wrap-inner .innercontent .multiwebpart-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.wrap-inner .innercontent .multiwebpart-wrapper [class*='SiPo'] {
    width: 50%;
    padding: 12px;
}

.wrap-inner .innercontent .multiwebpart-wrapper [class*='SiPo'] .general-border {
    position: relative;
}

.wrap-inner .innercontent .bottom-part {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.wrap-inner .innercontent .bottom-part .border-content-wrapper,
.wrap-inner .innercontent .bottom-part .border-header-wrapper {
    display: none;
}

.wrap-inner .innercontent .bottom-part .border-more-wrapper {
    text-align: center;
}

.wrap-inner .innercontent .bottom-part .border-more-wrapper a.More {
    margin: 0;
}

.wrap .innercontent {
    min-height: 600px
}

.wrap .innercontent .Contentpw ol li,
.wrap .innercontent .Contentpw ul li {
    margin-right: 8px;
    margin-left: 8px;
}

.ripple {
    box-sizing: border-box;
    position: relative;
    border: none;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: block;
}

.badge{
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 0.904rem;
}

.ripple:before {
    animation: ripple 3s ease-out infinite;
    border: solid 2px white;
    border-radius: 1em;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ripple:after {
    animation: ripple 3s 1.5s ease-out infinite;
    border: solid 2px white;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.wrap-mohtava-archive .ripple:before {
    border: solid 2px red;
}

.wrap-mohtava-archive .ripple:after {
    border: solid 2px red;
}
.carousel-indicators li,
.slick-dots li{
    width: 12px;
    height: 12px;
}
.carousel-indicators li.active,
.slick-dots li.slick-active{
    background: #0d86aa;
    width: 30px;
    border-radius: 25px;
}

/* #region tab */
.tab-part{
    width: 100%;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
}

.loaded .tab-part {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.tab-headers-wrapper .tab-back {
  position: absolute
}

.tab-part-wrapper .tab-headers-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    gap: 10px;
    padding: 30px 0 0;
    position: relative;
    border-bottom: 1px solid gray;
}
.tab-part-wrapper.media .tab-headers-wrapper {
    border-bottom: 1px solid #dee2e6;
}

.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper {
    color: black;
    min-height: 45px;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: .5rem 0.5rem 0 0 !important;
}
.tab-part-wrapper.media .tab-headers-wrapper .border-header-wrapper {
    color: white;
}
.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper h2 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
}

.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper .box-image:not(:empty) {
  width: 40px;
  height: 40px;
  overflow: hidden
}

.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper .box-image img {
  max-width: 100%
}

.tab-part-wrapper .border-contents-wrapper .border-content-wrapper {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper.active {
    background: var(--color-main);
    color: #ebdaa4;
}
.tab-part-wrapper.media .tab-headers-wrapper .border-header-wrapper.active {
    background: white;
    color: var(--color-white);
}

.tab-part-wrapper .tab-headers-wrapper .border-header-wrapper.active .box-image img {
  filter: brightness(0) invert(1)
}

.tab-part-wrapper .border-contents-wrapper .border-content-wrapper.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s;
}

.border-contents-wrapper .tab-header-title {
    display: none
}

@media (max-width:991px) {
    
.tab-part-wrapper {
    margin-bottom: 2rem !important
}

.tab-part-wrapper .tab-header-title.active .nav-item {
    margin-bottom: 0;
    border-radius: .5rem .5rem 0 0 !important
  }

  .tab-part-wrapper .tab-headers-wrapper {
    margin: 0.63rem 0.63rem 0 0.63rem;
    overflow: auto;
}

  .tab-part-wrapper .border-contents-wrapper .border-content-wrapper.active {
    padding: 1rem;
    margin-bottom: .5rem;
    border-radius: 0 0 .5rem .5rem
}

}


/* #endregion tab */

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        border-radius: 50%;
        opacity: 0;
        transform: scale(2);
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1340px
    }

    #slider .slider-container {
        max-width: 1140px;
    }

    section.navigation .navpw {
        right: 0
    }
}

@media only screen and (max-width: 1399px) {
    header nav .mainmenu .cdd0_main_menu>li>a {
        padding: 8px !important;
        font-size: 0.875rem !important;
    }

    #imenus0 li a {
        line-height: 35px;
    }

    section.navigation .navpw {
        right: 0
    }

    #header.sticky nav {
        margin-right: 14rem;
    }
}

@media only screen and (max-width: 1199px) {
    #imenus0 li a {
        line-height: 30px;
    }

    .has-sticky-menu .wrap {
        padding-top: 215px;
    }

    header nav .mainmenu .cdd0_main_menu>li>a {
        padding: 12px 4px !important;
        font-size: 0.875rem !important;
    }

    .h-top .right {
        text-align: center
    }

    .h-top .right .logo-text {
        width: 90px;
        margin-bottom: 15px;
    }

    .h-top .center img {
        top: 70px
    }

    body {
        font-size: 0.9rem
    }

    #header.sticky .container {
        width: 100%;
        max-width: 100%
    }

    #header.sticky nav {
        max-width: 70%;
        max-width: 77%
    }

    span.shoar {
        left: 25px;
    }

    .h-top .right img.logo {
        margin: 0
    }

    #header.sticky nav .mainmenu .cdd0_main_menu>li>a {
        padding: 12px 5px !important;
    }

    .DateDigitalServer {
        width: 100px;
       white-space: normal
    }

    .TimeCaption {
        display: none;
    }

    #header.sticky nav {
        margin-right: 12rem;
    }

}

@media only screen and (max-width: 991px) {
    #header.sticky nav {
        margin-right: 8rem;
    }
}

@media only screen and (min-width: 576px) {
    .h-bottom .menu-pw {
        max-width: 81%;
        flex: 0 0 81%;
    }
}

@media only screen and (min-width: 768px) {
    #slider .bg .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .h-bottom .menu-pw {
        max-width: 81% !important;
        flex: 0 0 81% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #slider .bg .container {
        max-width: 960px;
    }

    header nav .mainmenu .cdd0_main_menu>li>a {
        font-size: 0.75rem !important;
    }

    .h-bottom .menu-pw {
        max-width: 83%;
        flex: 0 0 83%;
    }

    #header.sticky nav {
        max-width: 81%;
    }

    #header.sticky .h-top .right img.logo {
        width: 75px;
    }

    #header.sticky .h-top .right img.logo-text {
        width: 90px;
    }

    #header.sticky .h-top .right img.logo-text {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .DateDigitalServer {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    #slider .bg .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .DateDigitalServer {
        margin-right: -1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-inner .innercontent .multiwebpart-wrapper [class*='SiPo'] {
        width: 70%;
        margin: auto;
    }

    .has-sticky-menu .wrap {
        padding-top: 272px;
    }

    h1 {
        font-size: 1.4rem
    }

    h2 {
        font-size: 1.2rem
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 1.1rem
    }

    .pw-wrapper h2.pw-title {
        font-size: 2rem
    }

    .h-top .right {
        width: 130px;
        text-align: center
    }

    .h-top .right img[class*="logo"] {
        display: block;
        margin: 0 7px;
    }

    .h-top .right img.logo {
        margin: 0 15px
    }

    .container {
        width: 100%;
        max-width: 100%
    }

    .h-top .left img {
        width: 230px;
        max-width: 100%
    }

    .h-top .center {
        background: transparent
    }

    .h-top {
        padding: 0 0 5px 0;
        position: relative;
        /*justify-content:center;*/
        background: url(../img/header-bg.png) no-repeat center center;
        background-size: 100%;
    }

    .h-top .center {
        position: static
    }

    .h-top .center img {
        position: absolute;
        top: inherit;
        max-width: 550px;
        margin: auto;
        display: block;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }

    .h-top .left {
        padding-bottom: 60px;
        text-align: left !important;
    }

    .TimeCaption {
        display: none
    }

    .DateDigitalServer {
        position: absolute;
        font-size: 0.93rem;
        left: 0;
        right: 0
    }

    .DateCaption span {
        text-align: center;
        display: block
    }

    .pw-wrapper h2.pw-title {
        width: auto;
        min-width: inherit
    }

    section.infoknowledge .links>.link-inner>div:first-child {
        padding: 0;
        width: 100%;
        float: none
    }

    header nav:after {
        width: 65%
    }

    footer .ftop .logo img {
        display: inline-block;
        margin: 0;
        margin-bottom: 0 !important
    }

    footer .ftop .logo img.logo-text {
        max-width: 150px;
        margin: 0 15px;
        vertical-align: middle
    }

    #menuresponsive.sp-nav .cdd0_main_menu {
        width: 100%
    }

    #menuresponsive.sp-nav .cdd0_main_menu li {
        float: none;
        width: 100% !important;
        background: none;
        text-align: right;
        cursor: pointer;
    }

    #menuresponsive.sp-nav .cdd0_main_menu li:hover:before {
        display: none
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li a,
    #menuresponsive.sp-nav .cdd0_main_menu>li:first-child a {
        color: black;
        padding: 5px 10px;
        line-height: 35px;
        font-size: 0.875rem;
        display: block;
        text-align: right;
        font-family: var(--font-family);
        text-decoration: none;
        color: white;
        border: 0
    }

    #menuresponsive.sp-nav .cdd0_main_menu li:hover>a {
        background: #fff1;
        color: #ebdaa4 !important
    }

    #menuresponsive.sp-nav li>a {
        font-weight: bold;
        position: relative;
    }

    #menuresponsive.sp-nav .cdd0_main_menu li.hassubmenu>a:before {
        border: solid #d1c888;
        border-width: 0 3px 3px 0;
        display: block;
        padding: 3px;
        content: '';
        transition: all .3s;
        position: absolute;
        top: 50%;
        right: 109%;
        pointer-events: none;
        transform: translateY(-50%) rotate(135deg);
    }

    #menuresponsive.sp-nav>.cdd0_main_menu>li.hassubmenu>a:before {
        right: 89.5%;
    }

    #menuresponsive.sp-nav ul ul ul li.hassubmenu>a:before {
        right: 108% !important;
    }

    #menuresponsive.sp-nav ul ul ul ul li.hassubmenu>a:before {
        right: 106.5% !important;
    }

    #menuresponsive.sp-nav .cdd0_main_menu .cdd0_sub_menu li.hassubmenu>a:before {
        top: 12px
    }

    #menuresponsive.sp-nav .cdd0_main_menu li.hassubmenu>a.submenuisopen:before {
        transform: translateY(-50%) rotate(45deg) !important
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li.hassubmenu .arrowbtn {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        float: left;
        text-align: center
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li .cdd0_sub_menu {
        display: none;
        background: transparent;
        border: 0;
        color: white;
        padding: 0
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li .cdd0_sub_menu a {
        color: white;
        font-size: 0.75rem;
        line-height: 30px;
        padding-right: 20px !important
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li .cdd0_sub_menu a:before {
        border-color: #d1c888
    }

    #menuresponsive.sp-nav .cdd0_main_menu>li .cdd0_sub_menu .cdd0_sub_menu a {
        color: white
    }

    #header.sticky .h-top .right img.logo-text {
        display: none
    }

    section.navigation .breadcrumbs:before {
        width: 100%
    }

    section.navigation .breadcrumbs:after {
        width: 100%
    }

    table.NavigationBar {
        right: 0
    }

    header nav .mainmenu .cdd0_main_menu>li>a {
        padding: 12px 6px !important
    }

    .DateCaption span,
    .TimeCaption {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .wrap-inner .innercontent .multiwebpart-wrapper [class*='SiPo'] {
        width: 80%;
    }

    .h-top .center img {
        max-width: 360px
    }

    .h-top .right img.logo {
        width: 85px;
        margin: 0 auto;
    }

    .h-top .right img.logo-text {
        width: 110px;
        margin: 0 auto;
    }

    .h-top .right {
        padding-left: 0
    }

    .SearchButton {
        width: 50px;
        background-size: 28px
    }

    .pw-wrapper h2.pw-title {
        font-size: 1.6rem
    }

    .pw-wrapper h2.pw-title:before,
    .pw-wrapper h2.pw-title:after {
        width: 120px
    }

    header nav:after {
        width: 58%
    }

    #header.sticky .h-top .right {
        margin-top: -10px
    }

    #header.sticky nav {
        margin-top: -70px
    }

    section.navigation .navpw {
        right: 0
    }

    section.navigation .breadcrumbs:before {
        width: 100%
    }

    section.navigation .breadcrumbs:after {
        width: 100%
    }

    .DateDigitalServer {
        margin-right: -2rem;
    }

    header nav .mainmenu {
        width: calc(100% - 95px);
    }
}

@media only screen and (max-width: 690px) {
    .has-sticky-menu .wrap {
        padding-top: 308px;
    }

    .h-bottom.row {
        position: relative
    }

    header {
        padding: 0;
        overflow: hidden
    }

    .marquee img {
        width: 550px;
        max-width: inherit;
        padding: 10px 0;
        height: 85px;
    }

    .marquee {
        display: block !important;
        position: relative;
        width: 100%;
        text-align: right;
        position: relative;
        animation: move 20s linear infinite
    }

    .h-top .left {
        padding-bottom: 0
    }

    .h-top .center img {
        display: none
    }

    .h-bottom:after {
        width: 59%;
        height: 56px;
        left: -23px;
        bottom: 0;
    }

    header nav:after,
    .carousel.slide .line {
        display: none
    }

    .wrap-mohtava-archive header nav:after {
        display: none
    }

    table.NavigationBar .NavigationLink:first-child {
        right: -20px
    }

    #header.sticky {
        padding: 10px 0
    }

    .DateCaption span {
        font-size: 0.8rem;
    }

    section.navigation .breadcrumbs:before {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .badge{
        font-size: 0.804rem;
    }
    .pw-wrapper h2.pw-title:not(:empty):before,
    .pw-wrapper h2.pw-title:not(:empty):after {
        display: none
    }

    .wrap-inner .innercontent .multiwebpart-wrapper [class*='SiPo'] {
        width: 100%;
    }

    .h-top .center img {
        max-width: 345px
    }

    .h-top {
        background-size: 150%
    }

    .h-bottom .search-pw {
        margin-right: auto
    }

    .pw-wrapper h2.pw-title {
        font-size: 1.4rem;
        padding: 16px 20px
    }

    .box-wrapper h3.box-title {
        height: 50px;
        font-size: 1rem;
        padding: 0 10px
    }

    .info .row {
        margin: 0
    }

    .info .box:nth-child(odd) {
        padding: 0 5px
    }

    .info .box:nth-child(even) {
        padding: 0 5px
    }

    .ftop .logo img.logo {
        max-width: 80px
    }

    footer .ftop .logo img.logo-text {
        max-width: 124px
    }

    header nav:after {
        width: 50%
    }

    section.infoknowledge .box-wrapper h3.box-title {
        font-size: 0.9rem
    }

    span.shoar {
        font-size: 0.8rem;
    }

    .DateDigitalServer{
        left: 0;
    }
}

@media only screen and (max-width: 481px) {
    .h-top .center img {
        max-width: 290px
    }

    .h-top .right img.logo-text {
        width: 100px
    }

    .h-top .right img.logo {
        width: 75px;
        margin: 0 auto;
    }

    .h-top .left img {
        width: 190px
    }

    .h-bottom:after {
        width: 70%
    }

    .pw-wrapper h2.pw-title:before,
    .pw-wrapper h2.pw-title:after {
        width: 50px;
        background-size: cover !important
    }

    header nav:after {
        width: 43%
    }
}

@media only screen and (max-width: 400px) {
    .h-top .center img {
        max-width: 260px
    }

    header nav:after {
        width: 32%
    }

    #header.sticky .h-top .right img.logo {
        width: 65px
    }

    #header.sticky nav {
        margin-top: -60px
    }

    .h-top {
        padding-bottom: 10px
    }

    span.shoar {
        bottom: -10px
    }
}

.SiPo-FORM .AlphabeticSearch.dynamic-form-filter-alphabetic td a,
.SiPo-FORM .AlphabeticSearch.dynamic-form-filter-alphabetic td span {
    padding: 30px 2px;
    color: black !important
}

.SiPo-FORM .dynamic-form-textbox-multiline {
    width: 98% !important
}

.inner-h .Contentpw {
    padding: 70px 0px
}

#SearchResults table.dg {
    width: 95% !important;
}

#SearchResults table.dg tr:first-child th {
    background: var(--color-main, #135ca1);
    padding: 5px;
    color: white;
    border-radius: 0 !important
}

#SearchResults table.DG tr.DGAlt td:first-child {
    border: 1px solid
}

#SearchResults table.dg td,
#SearchResults table.dg td span {
    color: black;
    text-align: justify
}

#SearchResults table.dg tr td {
    padding: 5px;
}

#SearchResults table.dg tr td:first-child {
    text-align: center;
}

.wrap-inner .box-wrapper.pw-container {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dynamic-form-panel .dynamic-form-td span {
    border: none !important
}

#SearchResults>.PartHeader {
    padding-right: 25px;
    margin-bottom: 10px;
}

.SiPo-FORM .pagination td a,
.SiPo-FORM .pagination td span {
    margin: 2px
}

.Table-pagination.pagination tr:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap:0.5rem
}

.Table-pagination.pagination tr td {
    width: auto;
}

@media only screen and (max-width: 1023px) {
    #SearchResults table.dg .DGAlt.row-mob-hidden {
        display: block !important;
        height: auto !important
    }

    #SearchResults table.dg tr td {
        border-top: 0;
    }

    #SearchResults table.dg tr:first-child+tr td {
        border-top: 1px solid;
    }
}

.vertical .caption p.title {
    word-break: break-word;
}

/* print style */
.wrap-mohtava-archive .PrintControl {
    display: none;
}

.PrintControl a {
    font-family: var(--font-family);
}

@media print {
    @font-face {
        src: url("../fonts/YekanBakh/YekanBakhFaNum-Regular.woff") format("woff"),
         url("../fonts/YekanBakh/YekanBakhFaNum-Regular.ttf") format("truetype");
        font-display: swap;
        font-weight: 400;
        font-family: "yekanbakh";
    }

    @font-face {
        src: url("../fonts/YekanBakh/YekanBakhFaNum-Bold.woff") format("woff"), 
        url("../fonts/YekanBakh/YekanBakhFaNum-Bold.ttf") format("truetype");
        font-display: swap;
        font-weight: 700;
        font-family: "yekanbakh";
    }
    html,
    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .DateCaption span,
    .TimeCaption {
        font-weight: 400;
    }
    footer {
        page-break-inside: avoid;
    }

    #mainmenu .cdd0_main_menu {
        background-color: white;
    }

    .has-sticky-menu .wrap {
        padding: 0;
    }

    #mohtava .badge-wrapper {
        margin: 0 !important;
    }

    .imsc {
        display: none !important;
    }

    header,
    header * {
        margin-top: 0;
        transform: none;
    }

    header,
    .sticky {
        position: static !important;
    }

    body * {
        max-width: 100% !important;
        word-break: normal !important;
        table-layout: fixed !important;
    }

    @page {
        margin: 1cm 0;
    }

    body {
        background: transparent;
    }

    .SiPo-Menu {
        display: block !important;
    }

    #imenus0 li a {
        padding-left: 3px !important;
    }

    header nav .mainmenu .cdd0_main_menu>li>a {
        font-size: 0.84rem !important;
    }

    .share-print-part,
    header nav:after,
    .site_footer,
    .h-bottom:after,
    table.NavigationBar .NavigationLink:first-child:after,
    .search-pw,
    .breadcrumbs,
    .line1,
    .line2 {
        display: none !important;
    }

    .h-bottom .date {
        display: flex;
        align-items: center;
    }

    .h-bottom .menu-pw {
        max-width: 80% !important;
        flex: 0 0 80% !important;
    }

    header nav .mainmenu:after {
        bottom: 0;
        left: -2px;
        border-bottom: 54px solid transparent;
        border-left: 54px solid var(--color-second, #004381);
    }

    .effect.f-pw {
        visibility: visible !important;
    }

    .h-bottom.row {
        justify-content: center;
        height: auto;
        padding-bottom: 0;
    }

    .ftop .logo img {
        display: inline-block;
    }

    .h-top {
        justify-content: space-between;
    }

    .h-top .center img {
        width: 100%;
        position: static !important;
    }

    #header.sticky nav {
        margin: 0 !important;
    }

    .h-top>div {
        width: 30% !important;
        max-width: 30% !important;
    }

    .h-top .center {
        width: 40% !important;
        max-width: 40% !important;
    }

    .h-top .left {
        padding-bottom: 30px;
    }

    .Contentpw {
        border-top: 0;
        box-shadow: none;
    }

    .Contentpw .wrap-box-text {
        padding-top: 20px !important;
    }

    .Contentpw .col-left img {
        position: static;
        margin-top: 0 !important;
    }

    .Contentpw .Date {
        position: static !important;
        text-align: right !important;
    }

    header#header.sticky {
        position: static;
        background-color: var(--color-second, #004381);
        padding-bottom: 0;
    }

    #header.sticky .date,
    #header.sticky .h-top .center,
    #header.sticky .h-top .left {
        display: block;
    }

    .date {
        flex-grow: 1;
    }

    .DateDigitalServer,
    #header.sticky .date {
        position: static;
        margin-right: 0;
    }

    .DateDigitalServer {
        display: flex;
        justify-content: center;
        width: 200px;
    }

    .DateCaption {
        margin: 0;
    }

    .DateCaption span {
        display: inline;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    #toTop {
        display: none !important;
    }

    footer .ftop .logo img.logo-text,
    .ftop .logo img.logo {
        width: 90px;
    }

    .fbottom {
        color: white !important;
    }

    .mainmenu>.d-lg-block.d-none {
        display: block !important;
    }

    .menu-btn-icon {
        display: none !important;
    }

    .Content-text>* {
        page-break-inside: avoid;
    }
}