/*
@font-face {
    font-family: Noto Sans SC,sans-serif;
    font-display: swap;
    src: url(/frontend/static/fonts/NotoSansSC-Thin.otf);
    src: local("NotoSansSC-Black"),url(/frontend/static/fonts/NotoSansSC-Thin.woff2) format("woff2"),url(/frontend/static/fonts/NotoSansSC-Thin.woff) format("woff");
    font-weight: 100
}*/

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .printable{
        display: block !important;
    }
}

div.TAJ p{
    text-align: justify;
}

.printable{
    display: none;
}

.top {}

.logo{
    margin: 0;
}

.tel{
    /* Text button */

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #7F8294;
}

.topicons{
    margin-bottom: 10px;
}

.topicons svg{
    margin-right: 15px;
}

.how{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #072FA0;
}

.menu{}

.menuitem{
    padding: 12px 12px 12px 12px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #101223;
}

.imglink{
    text-decoration: none;
}

.boxborder {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D0D4E1;
    border-radius: 10px;

    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}

.rightboxborder{
    min-height: 225px;
}

.rightboxheader{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #4F5266;
}

.rightboxtext{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101223;
}

.leftboxmore{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7F8294;
    text-decoration: none;
}

a.leftboxmore:hover {
    color: #7F8294;
}

.getSpecOptions{
    cursor: pointer;
}

.newshead {
    margin-bottom: 15px;
}

.newshead * {
    display: inline;
}

.newsheader {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    vertical-align: middle;
    height: 25px;
    color: #101223;
}

.newstitle{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101223;
    text-align: justify;
}

.newsdate{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F8294;
}

.infoforclientsheader {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #072FA0;
    margin-bottom: 30px;
}

.infoforclient {
    margin-top: 15px;
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101223;
}

.mobheader1{
    margin-top: 50px;
    margin-bottom: 25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101223;
}

.mobheader2{
    margin-bottom: 25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101223;
}

nav.mainmenu {
    display: block;
}

.submenu {
    display: block;
}
.submenu ul li a:hover,
.submenu ul li a.active {
    color: #072FA0;
}

@media (max-width: 768px) {

    .logodiv{
        /*display: flex;
        justify-content: center;*/
    }

    .mainmenu ul {
        display: block;
        padding-left: 0;
        list-style: none;
        margin: 0 auto;
    }

    .mainmenu ul li a {
        display: block;
        padding: 12px 24px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #101223;
        text-decoration: none;
    }

    .mainmenu ul li {
        display: inline;
    }


    .submenu ul {
        display: block;
        padding-left: 0;
        list-style: none;
        margin: 0 auto;
    }
    .submenu ul li {
        display: inline;
    }
    .submenu ul li a{
        text-align: center;
        display: block;
        padding: 12px 24px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #7F8294;
        text-decoration: none;
        border-right: 0px solid #D0D4E1;
    }

    .submenu ul li a:first-child{
        display: block;
        padding: 12px 24px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #7F8294;
        text-decoration: none;
        border-left: 0px solid #D0D4E1;

    }
}
@media (min-width: 768px) {

    .logodiv{

    }

    .mainmenu ul {
        display: -webkit-flex;
        display: flex;
        padding-left: 0;
        list-style: none;
        margin: 0 auto;
    }

    .mainmenu ul li a {
        display: block;
        padding: 12px 24px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #101223;
        text-decoration: none;
    }

    .mainmenu ul li {

    }


    .submenu ul {
        display: -webkit-flex;
        display: flex;
        padding-left: 0;
        list-style: none;
        margin: 0 auto;
    }
    .submenu ul li {
        text-align: center;
        flex-basis: auto;
        flex-grow: 1;
    }
    .submenu ul li a{
        display: block;
        padding: 12px 24px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #7F8294;
        text-decoration: none;
        border-right: 1px solid #D0D4E1;
    }

    .submenu ul li a:first-child{
        display: block;
        padding: 12px 24px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #7F8294;
        text-decoration: none;
        border-left: 1px solid #D0D4E1;

    }

}


.mainmenu ul li a.active {
    background: #072FA0;
    color: #FFFFFF;
} {
    background: #072FA0;
    color: #FFFFFF;
}
.mainmenu ul li a:hover {
    background: #D8D9DD;
    color: #FFFFFF;
} {
    background: #072FA0;
    color: #FFFFFF;
}


.submenu ul li a:hover,
.submenu ul li a.active {
    color: #072FA0;
}

footer {
    margin-top: 50px;
    padding: 50px 0px;
    background: #F4F5F8;
}


nav.headercontactmenu {
    display: block;
}

.headercontactmenu ul {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
}

.headercontactmenu ul li {
    padding-bottom: 4px;
}

.headercontactmenu ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7F8294;
    text-decoration: none;
}
.headercontactmenu svg {
    margin-right: 10px;
}


nav.footercontactmenu {
    display: block;
}

.footercontactmenu ul {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
}

.footercontactmenu ul li {
    padding-bottom: 4px;
}
.footercontactmenu ul li:last-child {
    padding-top: 4px;
}

.footercontactmenu ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #7F8294;
    text-decoration: none;
}

nav.footermenu {
    margin-top: 3px;
    display: block;
}

.footermenu ul {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
}

.footermenu a {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #101223;
    text-decoration: none;
}

nav.howmenu{
    display: block;
}

.howmenu ul {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
}

.howmenu a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #072FA0;
}

.rightlistnews {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 0px;
    gap: 12px;
    border-bottom: 1px solid #ABB0C0;
}

.rightlistnews p {
    text-align: justify;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #4F5266;
    margin: 0;
}

.rightlistnews svg {
    margin: 8px;
}

.mainnews{
    background: url(/assets/images/main.svg);
    background-size: cover;
    background-blend-mode: hue, normal;
    border-radius: 10px;
    height: 225px;
}

.mainnews h2{
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    width: 350px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #4F5266;
    text-transform: uppercase;
}


.pageheader {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #072FA0;
}

.breadcrumb li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4F5266;
    text-decoration: none;
}

.servicebox h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #7F8294;
    text-transform: uppercase;
}

ul.service-head {
    padding-left: 0;
    list-style: none;
    margin: 10px auto;
}

ul.service-head li {
    margin: 15px auto;
}

ul.service-head li h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #072FA0;
}

ul.service-items {
    list-style: circle;
}

ul.service-items li {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4F5266;
}

ul.service-items li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #4F5266;
}

.firsttext {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.newslist {}

.newslist > .newslist-item {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ABB0C0;

    padding: 15px 0px;
}

.newslist > .newslist-item > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101223;
}

.boxarticle{

}

.boxarticle .article-date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #072FA0;
}
.boxarticle .article-date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #072FA0;
}
.boxarticle .article-title {

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101223;
}

.boxarticle .article-column {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101223;
    text-align: justify;
    margin-bottom: 25px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.boxarticle .back-newslist, .btn-link {
    vertical-align: baseline;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #072FA0;
    text-decoration: none;
    margin-right: 50px;
}

.boxarticle a:not(btn-link), .servicebox a:not(btn-link) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #101223;
}

.btn-link img {
    margin-left: 8px;
}

a.btn-link:hover {
    color: #072FA0;
}

.contact-orgname {
    text-align: center;
}

.contact-orgname h3{
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 22px;
    color: #101223;
}

.contact-info {
    height: 100%;
}

.contact-info h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #101223;
}

.contact-info p, .contact-info p a, .contact-info address {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.contact-info td {
    padding-right: 25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
}

.terminal-item{
    padding: 20px 20px 20px 0px;
}

.terminal-link{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
}

ul.leftmenu  {
    padding-left: 0;
    list-style: none;
    margin: 10px auto;
}

ul.leftmenu li {}

ul.leftmenu > li > h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #4F5266;
}

ul.leftmenu > li > h5 > img{
    margin-right: 8px;
}

ul.leftmenu > li > ul {
    padding-left: 25px;
    list-style: circle;
    margin: 10px auto;
}

ul.leftmenu > li > ul > li {
    margin-left: 25px;
}

ul.leftmenu > li > ul > li > a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F8294;
    text-decoration: none;
}

ul.leftmenu > li > ul > li > a:hover, ul.leftmenu > li > ul > li > a.active{
    color: #072FA0;
}

#custom-search-input{
    padding: 3px 15px;
    border: solid 1px #E4E4E4;
    border-radius: 32px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .fa-search{
    font-size: 23px;
}

ul.left-menu-operinfo {
    padding-left: 0;
    list-style: none;
    margin: 10px auto;
}
ul.left-menu-operinfo > li {
    margin: 15px auto;
}
ul.left-menu-operinfo > li > a > h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #4F5266;
    vertical-align: baseline;
}
ul.left-menu-operinfo > li:not(.active) ul.left-submenu-operinfo {
    display: none;
    text-decoration: none;
}
ul.left-menu-operinfo > li.active ul.left-submenu-operinfo {
    display: block;
    padding-left: 24px;
}

ul.left-menu-operinfo > li > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F5266;
    text-decoration: none;
}

ul.left-menu-operinfo > li > a.active > h5 {
    color: #072FA0;
}

ul.left-submenu-operinfo {
    padding-left: 4rem;
    list-style: circle;
    margin: 5px auto 20px auto;
}

ul.left-submenu-operinfo > li > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F8294;
    text-decoration: none;
}
ul.left-submenu-operinfo > li > a.active {
    font-weight: bold;
    color: #072FA0;
}


.logo-new-year, .logo-new-year1 {
    position: relative;
}

.logod:before {
    top: 5px;
}
.logo-new-year:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    left: 73px;
    top: 7px;
    background: url(/assets/images/logo-new-year.svg) 50%/cover;
}
.logo-new-year1:before {
    content: "";
    width: 39px;
    height: 39px;
    position: absolute;
    display: block;
    left: 25px;
    top: -4px;
    background: url(/assets/images/logo-new-year.svg) 50%/cover;
}

.getSpecOptions {
    vertical-align: middle;
}
.getSpecOptions img {
    margin: auto 8px;
}


#ajaxupdater_report table {
    border-collapse: collapse!important;
}
#ajaxupdater_report table th, #ajaxupdater_report table td {
    border: 1px solid black;
}