
@media screen and (min-width: 768px) {
    .sub-menu-scroll {
        overflow-y: scroll;
    }

    .sub-menu-scroll::-webkit-scrollbar {
        width: 10px;
    }

    .sub-menu-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .sub-menu-scroll::-webkit-scrollbar-thumb {
        background: #888;
    }

    .sub-menu-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}
/*NEWS*/
/*HEADER-LOGO*/
code {
    color: #1965b9 !important;
    background-color: #5262841f !important;
}
.full-info-data-container * {
    font-family: segoe ui !important;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Ubuntu, Monaco, sans, Arial, sans-serif;
    font-weight: 500;
}

table, tr, td {
    border: 1px solid #dedede;
}

table {
    font-family: "Segoe UI", Tahoma, Ubuntu, Monaco, sans, Arial, sans-serif !important;
    font-size: 15px !important;
}

table span {
    font-family: "Segoe UI", Tahoma, Ubuntu, Monaco, sans, Arial, sans-serif !important;
    font-size: 15px !important;
}

.image-size-full > h1 img {
    width: 100%;
    height: auto;
}

.twitter-icon {
    position: relative;
}

.twitter-icon img {
    position: absolute;
    top: 8px;
    z-index: -1;
}

#twitter-widget-0 {
    opacity: 0;
    cursor: pointer;
    width: 16px !important;
    z-index: 99;
}

#twitter-widget-0:hover {
    opacity: 0.02;
    cursor: pointer;
    width: 16px !important;
    z-index: 99;
}

/*Header-logo-language*/

.header {
    position: fixed;
    z-index: 40;
    width: 100%;
    background-color: white;
    /*background-color: red;*/
}

.position-static {
    position: static;
}

.empty-div {
    height: 145px;
}

.header-logo-content {
    display: none;
}

.header .header-logo-content > ul > li > a {
    text-decoration: none;
    /*color: ;*/
}

.header-logo-content {
    width: 95%;
}

.header-logo-content h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 8px 0;
    color: #363636;
}

.header-logo-content > ul {
    margin: 0;
}

.header-logo-content > ul > li {
    display: inline-block;
    vertical-align: top;
    /*padding: 15px 0 15px 15px;*/
}

/*HEADER NAVBAR*/

.header-navbar-1 {
    background-color: #576282;
    display: none;
    padding: 12px 0;
    position: relative;
}

.social-icons-search {
    display: inline-block;
}

.mobile-menu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 6%;
    top: 23%;
}

.lines {
    background: white;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    display: block;
    transition: 0.2s;
}

.opacity-0 {
    opacity: 0;
    position: absolute;
    top: 6px;
    transition: 0s !important;
}

.rotate-1 {
    transform: rotate(45deg);
    margin-top: 44%;
    transition: 0.3s;
}

.rotate-3 {
    transform: rotate(-45deg);
    margin-top: -8px;
    transition: 0.3s;
}

.line-1, .line-3 {
    transition: 0.3s;
}

.social-icons-search > li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4%;
    padding-right: 6%;
}

.social-icons-search {
    width: 100%;
    margin: auto;
    text-align: right;
}

.search-mobile-icon {
    background-image: url(../img/search-mobile-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    display: block;
    text-decoration: none;
}

.search-close-icon {
    background-image: url(../img/search-close-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    display: block;
    text-decoration: none;
}

.languages {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.languages .select2 {
    width: 55px !important;
    outline: none;
}

.languages .selection {
    outline: none;
}

.languages .select2-selection {
    outline: none;
}

.languages .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #526285;
    line-height: 23px;
    font-size: 21px;
}

.languages .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-bottom: none;
    border-radius: 4px;
}


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


.padding-0 {
    padding: 0;
}

.header-logo {
    max-width: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1000;
    background: white;
}

.header-container {
    max-width: 1200px;
    margin: auto;
}

.logo, .text-for-logo {
    display: inline-block;
    vertical-align: middle;
}

.text-for-logo h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    margin: 0;
}

.text-logo {
    margin: 17px 0;
}

.logo > img {
    width: 63px;
}

.text-logo a {
    text-decoration: none;
}

.social-icons-row a {
    text-decoration: none;
}

.social-icon,
.facebook-icon,
.youtube-icon,
.site-map-icon {
    display: inline-block;
    text-align: center;
    margin-left: 23px;
}

.active1 {
    font-weight: bold;
    color: #526285;
}

.search-icon {
    margin: 17px 0 17px;
    text-align: right;
}

.language-row {
    text-align: right;
}

.language-row li {
    display: inline-block;
    padding-left: 10px;
}

.language-row li a {
    display: inline-block;
    color: #363636;
    text-decoration: none;
}

.icon-row {

}

.search-row {
    text-align: -webkit-right;
}

.search-row a {
    text-decoration: none;
    display: inline-block;
}

.social-icons-row img {
    height: 18px;
}

/*MOBILE Departments*/

.mobile-departments {
    display: none;
}

.mobile-departments-header {
    padding: 16px 0 16px 20px;
    background-color: #526285;
}

.mobile-departments-header h1 {
    font-size: 30px;
    color: white;
    margin: auto;
    text-transform: uppercase;
}

.mobile-departments-content > li {

}

.mobile-departments-content > li > a {
    text-decoration: none;
    color: #4E4E4E;
    font-size: 30px;
    padding: 15px 22px;
    display: inline-block;
}

.mobile-departments-content .mobile-departments-show-container {
    display: none;
    padding-left: 20px;
}

.mobile-departments-content .mobile-departments-show-container > li {
    padding: 7px 0;
}

.mobile-departments-content .mobile-departments-show-container > li > a {
    font-size: 21px;
    font-weight: 400;
    color: #7F7F7F;
    text-decoration: none;
}

.mobile-departments-content > li > a > img {
    margin-left: 33px;
    height: 19px;
    width: 12px;
    transition: 0.2s;
}

.rotate-4 {
    transform: rotate(90deg);
    transition: 0.2s;
}

.rotate-5 {
    transform: rotate(90deg);
    transition: 0.2s;
}

.departments-row {
    border: 1px solid #ddd;
    box-shadow: 2px 1px 24px #efefef;
    width: 100%;
    min-width: 130px;
    height: 32px;
    margin-top: 4px;
    text-align: center;
    padding: 0.1em 1em;
}

.img-menu, .text-menu {
    display: inline-block;
}

.text-menu {
    vertical-align: middle;
}

.text-menu h1 {
    font-size: 14px;
    color: #363636;
    text-transform: uppercase;
    margin: 0;
}

.search-place {
    /*text-align: right;*/
    /*margin-right: 22px;*/
    position: relative;
}

.search-content {
    display: inline-block;
    width: 80%;
}

.search-place-logo {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
}

/*mobile search*/
.mobile-search {
    position: fixed;
    top: 154px;
    right: 50%;
    transform: translateX(50%);
    z-index: 20;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: white;
    display: none;
}

.mobile-search .form-group {
    width: 50%;
    margin: auto;
}

.mobile-search .input-group .form-control {
    margin-top: 150px;
    border-bottom: 1px solid #CACACA;
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-search-button {
    width: 30%;
    margin: auto;
    background-color: #526285;
}

.mobile-search .mobile-search-button {
    font-size: 21px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px;
    padding: 15px 0;
    text-decoration: none;
    display: block;
}

.mobile-search .input-group-btn {
    top: 75px;
}

.mobile-search .input-group-btn .btn {
    border: none;
}

.mobile-search .input-group-btn .btn-default {
    text-shadow: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.mobile-search .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-search .btn-default:focus {
    background-color: white;
    background-position: 0 -15px;
}

.mobile-search .btn-default:hover {
    background-color: white;
    background-position: 0 -15px;
}

/*.search-content > .input-group {*/
/*opacity: 0;*/
/*width: 1px;*/
/*transition: 1s;*/
/*}*/
.search-content > .input-group {
    opacity: 1;
    width: 100%;
    transition: 1s;
}

.search-content > .hide-show {
    opacity: 1;
    transition: 1s;
    width: 100%;
}

.search-content .input-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid #CACACA;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-top: none;
    border-right: none;
}

.input-group .form-control:focus {
    border-color: #CACACA;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}


/*HEADER-NAV*/
.header-nav {
    background-color: #526285;
    position: relative;
    z-index: 1000;
}

.header-nav-row {
    width: 1200px;
    margin: auto;
    position: relative;
}

.header-navbar > li > a > img {
    display: none;
}

.header-navbar > li > a > img {
    margin-left: 33px;
    height: 19px;
    width: 12px;
    transition: 0.2s;
}

.header-nav ul {
    padding: 0;
    margin: 0;
}

.header-nav li {
    display: inline-block;
}

.header-navbar-link {
    font-size: 14px;
}

.header-nav-row .mobile-menu-show {
    display: none;
    padding-left: 22px;
}

.header-nav-row .mobile-menu-show li {
    padding: 5px 0;
}

.header-nav-row .mobile-menu-show > li > a {
    color: #7F7F7F;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}


/*NEWS CONTAINER*/
.news-container {
    max-width: 1200px;
    margin: auto;
}

.main-page-news {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.main-page-news a {
    text-decoration: none;
}

.main-page-news div {
    display: inline-block;
}

.main-page-news a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.main-page-news div:last-child {
    padding-left: 3px;
}

.main-page-news h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.main-page-news h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

/*MENU-CONTAINER*/


.header-menus {
    position: relative;
}

.submenu-container {
    /*max-width: 960px;*/
    background-color: white;
    box-shadow: 1px 3px 10px #e1dede;
    position: absolute;
    top: -1200px;
    left: 10px;
    z-index: 1;
    transition: 0.5s;
    /*width: 100%;*/
}

.submenu-container > ul {
    margin: 0;
    display: inline-block;
}

.menu-col {
    width: 320px;
    /*width: 100%;*/
    vertical-align: top;

}

.menu-col li {
    position: relative;
}

.menu-col .menu-col-slide {
    display: none;
}

.menu-col a {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 14px;
    width: 100%;
    display: block;
}

.menu-col-slide a {
    color: #808080;
    font-size: 13px;
}

.menu-col li {
    padding: 10px 0 10px 10px;
}

.menu-col-slide li {
    padding: 8px 0;
}

.submenu-container-show {
    top: 51px;
    transition: 0.5s;
}

/*departments*/


.departments {
    background-color: white;
    box-shadow: 1px 3px 10px #e1dede;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*transition: 0.5s;*/
    width: 100%;
    display: none;
}

.departments-cols {
    max-width: 1200px;
    margin: auto;
}

.departments ul {
    margin: 0;
    display: inline-block;
}

.departments-menu-col {
    max-width: 317px;
    width: 100%;
    vertical-align: top;
}

.arrow-rotate::after {
    content: url(../img/arrow-right.png);
    position: absolute;
    right: 3em;
    top: 0.6em;
    width: 7px;
    height: 17px;
    transition: 0.3s;
}

.departments-menu-col .rotate1::after, .header-menus .rotate1::after {
    transform: rotate(90deg);
}

.departments-menu-col .departments-menu-col-slide {
    display: none;
}

.departments-menu-col-slide {
    width: 100%;
}

.departments-menu-col a {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 14px;
    width: 100%;
    display: block;
}

.departments-menu-col-slide a {
    color: #808080;
    font-size: 13px;
}

.departments-menu-col li {
    padding: 10px 0 10px 10px;
    position: relative;
}

.departments-menu-col-slide li {
    padding: 8px 0;
}

.departments-container-show {
    top: 51px;
    transition: 0.5s;
}


/*.menu-purple-arrow-container-1 {*/
/*transition: 0.3s;*/
/*}*/
/*.twist-2{*/
/*transform:rotate(90deg);*/
/*transition: 0.3s;*/
/*}*/
/*.header .menu-column a:hover {*/
/*background-color: white;*/
/*color: #848483;*/
/*}*/
/*submenu-containers*/
/*.header-navbar .submenu-container-1 {*/
/*left: 1%;*/
/*}*/
/*.header-navbar .submenu-container-2 {*/
/*left: 15.6%;*/
/*}*/
/*.header-navbar .submenu-container-3 {*/
/*left: 28.6%;*/
/*}*/
/*.header-navbar .submenu-container-4 {*/
/*left: 43%;*/
/*}*/
/*.header-navbar .submenu-container-5 {*/
/*left: 56.2%;*/
/*}*/
/*.header-navbar .submenu-container-6 {*/
/*left: 65%;*/
/*}*/

/*BLUE-CUBE*/
.blue-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}

.blue-cube-content {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

/*NEWS-HEADER*/
.news-header {
    max-width: 1200px;
    margin: auto;
}

.news-header h1 {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: lighter;
    padding: 24px 0 53px 0;
}

.news-header span {
    font-size: 25px;
    color: #526285;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

/*NEWS-CONTENT*/
.news-content {
    max-width: 1200px;
    margin: auto;
}

.calendar, .date {
    display: inline-block;
}

.date h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.news-image-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    /*padding-bottom: 10%;*/
    height: 152px;
    width: 273px;
    position: relative;
}

.news-image-background, .news-text {
    display: inline-block;
}

.download-icon {
    background-image: url(../img/download-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 19px;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.news-text {
    vertical-align: top;
    padding-left: 36px;
    width: 50%;
}

.news-text a {
    text-decoration: none;
}

.news-text h2 {
    font-size: 15px;
    height: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    line-height: 1.3;
    color: #333333;
}

.news-text h2:hover {
    color: black;
}

.news-background-text {
    margin-bottom: 50px;
}

/*PAGINATINO*/
.pagination-bootstrap {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.pagination li.active span,
.pagination-active {
    background-color: #526285 !important;
    color: white !important;
    /*border: 1px solid #526285!important;*/
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #666666;
    background-color: white;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E0E0E0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666666;
    text-decoration: none;
    background-color: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #E0E0E0;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    border-top: none;
}


.gray-arrow-right {
    background-image: url("../img/gray-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
    display: inline-block;
}

.gray-arrow-right:hover {
    background-image: url("../img/blue-arrow-right.png") !important;
}

.gray-arrow-left {
    background-image: url("../img/gray-arrow-left.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 9px !important;
    width: 51px;
    display: inline-block;
}

.gray-arrow-left:hover {
    background-image: url("../img/blue-arrow-left.png") !important;
}

/*NEWS SLIDER*/
.news-information {
    max-width: 255px;
    margin: auto;
    padding-top: 22px;
    border: 0px solid gray;
    box-shadow: 2px 2px 28px #e9e9e9;
    padding-bottom: 19px;
    margin-bottom: 10px;
    background-color: white;
}

.news-slider-background {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 191px;
    max-width: 209px;
    margin-left: 23px;
}

.gray-line {
    width: 35px;
    height: 1px;
    background-color: #CACACA;
    margin-top: 10px;
    margin-left: 22px;
}

.news-information h1 {
    font-size: 15px;
    height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    /* margin: 0px 0; */
    padding: 12px 8px 12px 22px;
    margin: 0;
}

.news-inf-btn {
    text-align: center;
}

.news-inf-btn a {
    display: inline-block;
    font-size: 11px;
    color: #363636;
    text-transform: uppercase;
    border: 1px solid #edebeb;
    padding: 7px 19px;
}

.news-inf-btn a:hover {
    color: white;
    background-color: #526285;
    border: 1px solid #526285;
}

.news-information a {
    text-decoration: none;
}

/*SLICK SLIDER*/
.slick-slider-background .slick-slider {
    max-width: 1200px;
    margin: auto;
    padding: 53px 0 78px;
}

.sldr-responsive {
    margin-top: 5px;
    outline: none;
    transition: 0.1s;
}

.slick-track {
    padding: 20px 0;
}

.sldr-responsive:hover {
    transform: scale(1.1);
    transition: 0.1s;
}

.slick-slider-background {
    background-color: #F6F6F6;
}

.prev-slide {
    position: absolute;
    left: 45px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 126px;
    background-image: url(../img/gray-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.prev-slide:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.next-slide {
    position: absolute;
    right: -4px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 126px;
    background-image: url(../img/gray-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.next-slide:hover {
    background-image: url(../img/blue-arrow-right.png);
}

/*HOT LINE*/

.hot-line-background {
    background-color: #526285;
}

.hot-line > a {
    text-decoration: none;
}

.hot-line {
    max-width: 1200px;
    margin: auto;
}

.hot-line ul {
    margin: 0;
}

.hot-line ul li {
    width: 100%;
}

.white-cube {
    width: 63px;
    height: 9px;
    background-color: white;
    margin: 18px 0;
}

.hot-line-button-text {
    position: relative;
}

.hot-line-button-text a {
    text-decoration: none;
}

.hot-line-button-text, .hot-line-text {
    display: inline-block;
    vertical-align: middle;
}

.hot-line-button {
    padding-bottom: 10px;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: lighter;
}

.bold {
    font-weight: bold !important;
}

.hot-line-arrow-button-icon {
    position: absolute;
    right: -46px;
    bottom: 31px;
    transform: rotate(-90deg);
    transition: 0.3s;
}

.rotate1 {
    transform: rotate(0);
}

.hot-line-text {
    text-align: right;
    width: 80%;
}

.hot-line-text h1 {
    font-size: 13px;
    color: white;
}

.hot-line-text span {
    font-size: 13px;
    color: white;
}

.hot-line-text h1 {
    margin: 0;
}

.hot-line-text span {
    font-weight: bold;
}

/*BLUE-ROW*/
.blue-row {
    height: 5px;
    background-color: #3F4C6A;
}

.hot-line-info h1 {
    font-size: 13px;
    color: #363636;
    margin: 0;
    font-weight: 400;
    height: 30px;
}

.hot-line-info h2 {
    font-size: 17px;
    color: #363636;
    margin: 25px 0;
}

.row-row {
    display: none;
}

.hot-line-row {
    max-width: 1200px;
    margin: auto;
}

.hot-line-info {
    margin: 10px 0;
    text-align: center;
    border-left: 1px solid #edebeb;
}

.business-environment-icon {
    margin: 18px 0;
}

.blue .col-sm-2:last-child > div {
    border-right: 1px solid #CACACA;
}

/*mobile-hot-line-info*/

.mobile-hot-line-info {
    display: none;
    padding: 12px 0 7px 57px;
    border-top: 1px solid #F7F7F7;
    margin: 24px 0;
}

.mobile-hot-line-info ul {
    display: inline-block;
}

.mobile-hot-line-info > ul > li > i {
    height: 21px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.mobile-hot-line-info > ul > li {
    padding: 0.4em 0;
}

.mobile-hot-line-info span {
    color: #333333;
    font-size: 18px;
    vertical-align: top;
    display: inline;
    text-transform: uppercase;
}

.hot-line-text-1 {
    width: 100%;
    text-align: center;
    display: none;
}

.hot-line-text-1 h1 {
    font-size: 13px;
    color: white;
}

.hot-line-text-1 span {
    font-size: 13px;
    color: white;
}

.hot-line-text-1 h1 {
    margin: 0;
}

.hot-line-text-1 span {
    font-weight: bold;
}

/*Slider Institutes*/
.slider-inst {
    margin: auto;
    max-width: 1200px;
    position: relative;
    padding: 53px 0 78px;
}

.slider-institutes {
    width: 255px;
    transition: 0.1s;
}

.slider-institutes:hover {
    transition: 0.1s;
    transform: scale(1.1);
}

.slider-institutes:focus {
    outline: none;
}

.news-institute-information {
    text-align: center;
    border: 1px solid #edebeb;
    margin: 22px 0;
    outline: none;
}

.news-inst-info-background {
    background-repeat: no-repeat;
    background-position: center;
    height: 81px;
    margin-top: 4px;
}

.news-institute-information h1 {
    font-size: 13px;
    color: #363636;
    text-transform: uppercase;
    height: 42px;
    overflow: hidden;
}

.prev-slide-1 {
    position: absolute;
    left: 46px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 63px;
    background-image: url(../img/gray-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.prev-slide-1:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.next-slide-1 {
    position: absolute;
    right: -3px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 63px;
    background-image: url(../img/gray-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.next-slide-1:hover {
    background-image: url(../img/blue-arrow-right.png);
}

.slick-slider-inst {
    text-align: -webkit-center;
    outline: none;
}

.slick-slider-inst a {
    text-decoration: none;
    outline: none;
}

/*blue line*/
.black-line {
    height: 2px;
    background-color: black;
    max-width: 1200px;
    margin: auto;
}

/*FOOTER*/
.footer {
    margin: auto;
    max-width: 1200px;
    padding-top: 50px;
}

.footer-text-logo a {
    text-decoration: none;
}

.footer-row-1 {
    margin-bottom: 40px;
}

.address-logo span {
    color: #363636;
    font-size: 12px;
    padding-left: 10px;
}

.address-logo h1 {
    font-size: 12px;
    color: #363636;
    margin: 0;
    padding-left: 24px;
}

.text-for-logo-1 {
    display: inline-block;
    vertical-align: middle;
}

.text-for-logo-1 h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    margin: 0;
}

.text-logo-1 {
    margin: 17px 0;
}

.logo-1 {
    display: inline-block;
    width: 53px;
}

.address-fax-call {
    padding-top: 11px;
}

.footer-row-2 {
    text-align: center;
    padding: 4px 0;
    border-top: 1px solid #edebeb;
    position: relative;
}

.prepared {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
}

.footer-row-2 .prepared h1 {
    font-size: 10px;
    color: #4E4E4E;
}

.prepared a {
    display: inline;
    text-decoration: none;
    color: #202020;
    font-size: 10px;
}

.footer-row-2 h1 {
    font-size: 10px;
    color: #4E4E4E;
}

/*FULL-NEWS*/

.full-news {
    max-width: 1200px;
    margin: auto;
}

.main-page-full-news {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.main-page-full-news a {
    text-decoration: none;
}

.main-page-full-news div {
    display: inline-block;
}

.main-page-full-news a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.main-page-full-news div:last-child {
    padding-left: 3px;
}

.main-page-full-news h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.main-page-full-news h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

/*gray-CUBE*/
.gray-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}

.gray-cube-content {
    height: 9px;
    width: 63px;
    background-color: #333333;
    text-align: left;
}

/*Full-news-header*/

.full-news-header {
    max-width: 1200px;
    margin: 26px auto 52px;
}

.full-news-header h1 {
    color: #333333;
    font-size: 21px;
    margin: 0;
}

/*date-shares-icons*/
.date-shares-icons > div {
    display: inline-block;
    vertical-align: middle;
}

.date-shares-icons a {
    text-decoration: none;
}

.date-shares-icons {
    max-width: 1200px;
    margin: auto;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 16px;
}

.date-shares-icons > .shares {
    display: none;
}

.full-news-date h1 {
    font-size: 14px;
    color: #666666;
    margin: 0;
    margin-right: 10px;
}

.shares {
    border: 1px solid #F2F2F2;
}

.shares h2 {
    color: #4D4D4D;
    font-size: 10px;
    margin: 0;
    text-align: center;
    padding: 3px;
}

.small-facebook-icon, .twitter-icon, .fax-fax-icon {
    margin-left: 10px;
}

.fax-fax-icon {
    position: relative;
}

.fax-fax-icon > a {
    width: 17px;
    display: block;
    height: 16px;
    position: absolute;
    top: -14px;
}

.full-news-date-icon img {
    vertical-align: top;
}

/*full-news-slick-slider*/
.full-news-slick-slider {
    margin: auto;
    max-width: 1200px;
}

.full-news-slider-background {
    height: 298px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.prev-slide-2:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.prev-slide-2 {
    position: absolute;
    right: 46px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 18px;
    background-image: url(../img/gray-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.prev-slide-2:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.next-slide-2 {
    position: absolute;
    right: -24px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 18px;
    background-image: url(../img/gray-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.next-slide-2:hover {
    background-image: url(../img/blue-arrow-right.png);
}

.full-news-slider {
    padding-bottom: 10px;
}

.full-news-slider img {
    width: 100%;
}

.scrollbar {
    position: relative;
}

.scroll-bar {
    height: 312px;
    width: 84%;
    /*overflow-x: hidden;*/
    margin-left: 18%;
    margin-top: 3%;
    /*overflow: auto;*/
}

.scroll-bar > ul > li {
    color: #4D4D4D;
    font-size: 14px;
    padding: 11px 0 11px 22px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
    margin-right: 30px;
}

.scroll-bar > ul > li > a {
    text-decoration: none;
    color: #333333;
}

.full-info-data-container .dynamic-page-tags {
    height: auto;
    width: 31%;
    margin-left: 2%;
    margin-top: 2%;
    float: right;
}

body .scrollable {
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    height: 255px !important;
}

/*full-news-text*/
.full-news-text {
    margin: auto;
    max-width: 1200px;
    padding-bottom: 120px;
    text-align: justify;
}

.full-news-text h1 {
    font-size: 15px;
    color: #4D4D4D;
    line-height: 2.2;
}

/*Main-page*/
.main-page-slider-media-center {
    max-width: 1200px;
    margin: auto;
}

.main-page-slick-slider, .main-page-media-center {
    display: inline-block;
    vertical-align: top;
}

.main-page-slick-slider {
    width: 63%;
    position: relative;
}

.main-page-media-center {
    width: 36.6%;
    margin-top: 50px;
    padding-left: 35px;
    /*overflow-x: hidden;*/
    /*overflow: auto;*/
    height: 433px;
}

.main-page-news-content {
    /*overflow-x: hidden;*/
    /*overflow: auto;*/
    height: 381px;
    position: relative;
}

.main-page-slider-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 406px;
    position: relative;
    max-width: 757px;
    position: relative;
}

.text-for-slider {
    background-color: rgb(73, 98, 137);
    background-color: rgba(73, 98, 137, 0.7);
    position: absolute;
    z-index: 999;
    bottom: 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.text-for-slider h1 {
    color: white;
    font-size: 18px;
    margin: auto;
    padding: 21px 0;
    line-height: 1.6;
}

.main-page-slick-slider .slick-dotted.slick-slider {
    margin-top: 30px;
}

.blue-cube-1 {
    max-width: 1200px;
    margin: auto;
}

.blue-cube-content-1 {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

/*main-page-header*/
.main-page-header > div {
    margin-top: 0.4em;
    font-size: 25px;
    color: #496289;
    font-weight: lighter;
    text-transform: uppercase;
}

.main-page-header span {
    font-size: 25px;
    color: #496289;
    font-weight: bold;
    text-transform: uppercase;
}

.main-page-img, .main-page-date {
    display: inline-block;
    vertical-align: bottom;
}

.main-page-media-date {
    border-bottom: 1px solid #F7F7F7;
    padding: 10px 0;
}

.main-page-media-date:last-child {


}

.main-page-date h1 {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    margin: 0;
}

.main-page-text h1 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    margin-top: 10px;
    line-height: 1.4;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-page-text a {
    text-decoration: none;
}

.main-page-text h1:hover {
    color: black;
}

.main-page-media-bd {
    height: 78px;
    width: 104px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto;
}

.prev-slide-2:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.prev-slide-3 {
    position: absolute;
    right: 46px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 10px;
    background-image: url(../img/gray-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.prev-slide-3:hover {
    background-image: url(../img/blue-arrow-left.png);
}

.next-slide-3 {
    position: absolute;
    right: -24px;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: 10px;
    background-image: url(../img/gray-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 9px;
    width: 51px;
}

.next-slide-3:hover {
    background-image: url(../img/blue-arrow-right.png);
}

/*gray-line-1*/
.gray-line-1 {
    background-color: #F7F7F7;
    height: 11px;
    margin: 20px 0 40px 0;
}

/*blue-cube*/
.blue-cube-2 {
    max-width: 1200px;
    margin: auto;
}

.blue-cube-content-2 {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.main-page-chart-header {
    max-width: 1200px;
    margin: 23px auto;
}

.main-page-chart-header {
    font-size: 25px;
    color: #496289;
    font-weight: lighter;
}

/*main-page-chart-scrollbar*/
.main-page-chart-scrollbar {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 70px;
}

.scroll-bar-1 {
    height: 315px;
    width: 100%;
    /*overflow-x: hidden;*/
    margin-top: 3%;
    /*overflow: auto;/
    /*position: relative;*/
}

.scroll-bar-1 li a {
    display: block;
    color: #333333;
    font-size: 14px;
    padding: 11px 0 11px 22px;
    background-color: white;
    margin-bottom: 10px;
    width: 89%;
    border: 1px solid #edebeb;
    position: relative;
}

.scroll-bar-1 li a > div {
    width: 90%
}

.scroll-bar-1 li a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: transparent;
    width: 0;
    transition: 0.5s all ease-in-out;
}

.scroll-bar-1 li a.active2 {
    border: 1px solid #526285;
}

.scroll-bar-1 li a.active2:after {
    border: 1px solid #526285;
    width: 40px;
    transition: 0.5s all ease-in-out;
}

.scroll-bar-1 a {
    text-decoration: none;
}

.chart-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 332px;
    /*display: none;*/
}

.chart-background-2,
.chart-background-3,
.chart-background-4 {
    display: none;
}

/*Chart mobile version*/
/*.select2-results__option:hover {*/
/*background-color: black!important;*/
/*}*/
.chart-mobile-version {
    text-align: center;
    display: none;
}

.chart-mobile-version .select2 {
    width: 550px !important;
    margin-bottom: 20px;
}

.chart-name-list {
    display: none;
}

.chart-name-list > li > a {
    font-size: 16px;
    color: #363636;
    text-decoration: none;
}

.name-of-chart {

}

.name-of-chart a {
    font-size: 16px;
    color: #363636;
    text-decoration: none;
}

.chart-background-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 332px;
    /*display: none;*/
}

.chart-2,
.chart-3,
.chart-4,
.chart-5 {
    display: none;
}

.chart-mobile-version .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #526285;
    border-radius: 0;
}

.chart-mobile-version .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding-top: 8px;
}

.chart-mobile-version .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 49px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.chart-mobile-version .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #526285;
    color: white;
}

.select2-results__option {
    text-align: left;
}

/*Economic policy*/

/*NEWS CONTAINER*/
.economic-policy-container {
    max-width: 1200px;
    margin: auto;
}

.economic-policy-article {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.economic-policy-article a {
    text-decoration: none;
}

.economic-policy-article div {
    display: inline-block;
}

.economic-policy-article a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.economic-policy-article div:last-child {
    padding-left: 3px;
}

.economic-policy-article h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.economic-policy-article h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.economic-policy-blue-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}

.economic-policy-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.economic-policy-header {
    max-width: 1200px;
    margin: 15px auto 40px;
}

.economic-policy-header span:first-child {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.economic-policy-header span:last-child {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: lighter;
}

/*economicl-policy-buttons*/

.economic-policy-buttons {
    margin: auto;
    max-width: 1200px;
}

.economic-policy-buttons .active3 {
    background-color: #526285;
    color: white;
}

.economic-policy-buttons li {
    display: inline-block;
    text-align: center;
}

/*.economic-policy-buttons a:first-child {*/
/*display: inline-block;*/
/*font-size: 16px;*/
/*color: black;*/
/*margin: 0;*/
/*border: 1px solid #edebeb;*/
/*padding: 8px 16px;*/
/*text-decoration: none;*/
/*}*/
.economic-policy-buttons a {
    display: inline-block;
    font-size: 16px;
    color: black;
    margin: 0;
    border: 1px solid #edebeb;
    padding: 8px 20px;
    text-decoration: none;
}

.attached-file-button li:last-child {
    margin-left: 24px;
}

/*economic-policy-content*/
.scroll-bar-2 {
    float: right;
    height: 312px;
    width: 50%;
    /*overflow-x: hidden;*/
    /*overflow: auto;*/
    display: inline;
    padding-left: 3em;
    margin-bottom: 3em;
    /*position: relative;*/
}

.economic-policy-content {
    max-width: 1200px;
    margin: 2em auto;
    position: relative;
}

.show-hide-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.economic-policy-content p {
    font-size: 16px;
    color: #4D4D4D;
    padding: 0;
    /*text-align: justify;*/
    padding-bottom: 1em;
}

.scroll-bar-2 li {
    color: #4D4D4D;
    font-size: 14px;
    padding: 11px 0 11px 22px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
    margin-right: 30px;
}

.scroll-bar-2 a {
    text-decoration: none;
}


/*scroll bar - 4*/

.scroll-bar-4 {
    height: 312px;
    width: 100%;
    /*overflow-x: hidden;*/
    /*overflow: auto;*/
    display: inline;
    padding-left: 3em;
    margin-bottom: 3em;
    display: none;
    /*position: relative;*/
}

.scroll-bar-4 li {
    color: #4D4D4D;
    font-size: 14px;
    padding: 11px 0 11px 22px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
    margin-right: 30px;
}

.scroll-bar-4 a {
    text-decoration: none;
}


/*attached files*/
.attached-files-rows {
    /* margin: auto; */
    max-width: 1200px;
    display: none;
}

.attached-files {
    padding-bottom: 2.8em;
    /*border-bottom: 1px solid #edebeb;*/
}

.attached-files-header {
    margin-top: 25px;
    margin-bottom: 24px;
}

.attached-files-header h1 {
    font-size: 16px;
    color: #333333;
    margin: 1em 0;
}

.attached-files-hide > div {
    display: inline-block;
    float: initial;
    vertical-align: top;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.attached-files-content > .col-sm-4 {
    display: inline-block;
    float: initial;
    vertical-align: top;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 370px;
    margin-bottom: 20px;
}

.attached-files-text h1 {
    margin: 0;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1.3em;
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 5;*/
    /*height: 77px;*/
    overflow: hidden;
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
}

.attached-files-row {
    /*box-shadow: 2px 2px 28px #e9e9e9;*/
    text-align: left;
    position: relative;
}

.attached-files-download, .attached-files-pdf-background {
    display: inline-block;
}

.attached-files-download {
    text-align: center;
}

.attached-files-download a {
    font-size: 13px;
    color: #CC4B4C;
    text-transform: uppercase;
    text-decoration: none;
}

.attached-files-pdf-background {
    width: 29px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /*background-image: url(../img/pdf-icon.png);*/
    position: absolute;
    left: 17px;
    bottom: 8px;
}

.attached-files-text {
    /*padding: 1em 1em;*/
    /*border-bottom: 1px solid #edebeb;*/
    line-height: 2em;
    /*min-height: 123px;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 5;*/
}

.attached-files-pdf-download {
    border-top: 1px solid #edebeb;
    text-align: center;
    padding: 1.3em 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.attached-files-content {
    margin: 1em 0;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: stretch;
    /* align-items: flex-start; */
}

.plus-icon {
    height: 9px;
    width: 15px;
    background-image: url("../img/arrow-icon-blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -18px;
}

.minus-icon {
    height: 9px;
    width: 15px;
    background-image: url("../img/arrow-icon-blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: rotate(180deg);
}

.attached-files-content .attached-files-hide {
    display: none;
    /*transition: 0.5s;*/
}

/*CONTACT*/


.contact-container {
    max-width: 1200px;
    margin: 0 auto 1.5em;
}

.contact-path {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.contact-path a {
    text-decoration: none;
}

.contact-path div {
    display: inline-block;
}

.contact-path a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.main-page-news div:last-child {
    padding-left: 3px;
}

.contact-path h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.contact-path h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

/*contact-content*/

.contact-content {
    max-width: 1200px;
    margin: 0 auto 10em;
}

.contact-info {
    position: relative;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #F2F2F2;
    width: 95%;
}

.contact-info:last-child {
    border-bottom: none;
}

.contact-header h1 {
    margin: 0;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 1.4em;
    width: 85%;
}

.contact-header {
    padding: 1em 0;
}

.contact-icon-text {
    display: block;
    margin: 0;
}

.contact-icon-text li {
    padding: 0.5em 0;
}

.contact-icon-text span {
    font-size: 14px;
    color: #4E4E4E;
}

.contact-icon-text span:last-child {
    padding-left: 1em;
}

.contact-icons {
    height: 41px;
    width: auto;
    top: 0.3em;
    right: 1em;
    position: absolute;
    cursor: pointer;
}

.contact-icons a > div {
    height: 41px;
    width: 41px;
    top: 0.3em;
    right: 1em;
    position: relative;
    display: inline-block;
    border: 1px solid #4E4E4E;
    cursor: pointer;
}

.contact-facebook-icon {
    background-image: url("../img/facebook-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.contact-facebook-icon:hover {
    background-image: url("../img/white-facebook-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #526285;
    background-color: #526285;
    cursor: pointer;
}

.contact-website-icon {
    background-image: url("../img/website-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.contact-website-icon:hover {
    background-image: url("../img/website-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #526285;
    background-color: #BFD2F7;
    cursor: pointer;
}

.contact-blue-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 0.3em;
}

.contact-blue-cube-content {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.contact-us-header {
    margin: 1em 0;
    font-size: 25px;
    color: #526285;
    font-weight: lighter;
}

/*form group*/
.form-group input::placeholder {
    color: #CACACA;
    text-transform: capitalize;
}

.form-group textarea::placeholder {
    color: #CACACA;
    text-transform: capitalize;
}

/*copy from here*/

.contact-group .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: white;
    background-image: none;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.contact-group input.form-control {
    height: 50px;
}

.contact-group .form-control:focus {
    outline: none;
}

/*to here*/
.contact-us {
    max-width: 1336px;
    margin: auto;
}

.contact-us-header h1 {
    font-size: 21px;
    color: #602a57;
    text-transform: uppercase;
    text-align: center;
    margin: 34px 0 56px;
}

.contact-us .form-group {
    color: #666666;
}

.contact-us .form-control {
    border-color: #CCCCCC;
    resize: none;
    width: 476px;
    height: 60px;
    border-radius: 10px;
}

.contact-us .form-control:focus {
    border-color: #CCCCCC;
}

#message {
    height: 180px;
}

textarea#message {
    resize: none;
}

.form-control-file {
    display: none !important;
}

.choose-file-div {
    margin-bottom: 16px;
}

.choose-file-div span {
    color: black;
}

.choosefile {
    border: 1px solid #F2F2F2;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.choosefile h1 {
    font-size: 16px;
    margin: 0;
    padding: 14px 24px;
    text-transform: uppercase;
}

.choosefile:hover > h1 {
    color: #526285;
}

.choosefile:hover {
    border: 1px solid #526285;
}

.send {
    background-color: #526285;
}

.send a {
    text-decoration: none;
}

.send h1 {
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 15px 0;
    text-transform: uppercase;
}

/*googlemap*/

#map {
    height: 292px;
    width: 100%;
    margin-top: 3em
}


/*ministry sturcture*/
.ministry-structure-body {
    max-width: 1200px;
    margin: 2em auto;
}

.ministry-structure {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
}

.ministry-structure a {
    text-decoration: none;
}

.ministry-structure div {
    display: inline-block;
}

.ministry-structure a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.ministry-structure div:last-child {
    padding-left: 3px;
}

.ministry-structure h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.ministry-structure h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.ministry-structure-blue-cube {
    margin-top: 33px;
}

.ministry-structure-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.ministry-structure-header {
    max-width: 1200px;
    margin: 15px auto 0;
}

.ministry-structure-header span:first-child {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.ministry-structure-header span:last-child {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: lighter;
}

/*structure-chart*/
.structure-chart {

}

.structure-chart > .row {
    margin-left: -7px;
    margin-right: -7px;
}

.structure-chart > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.structure-chart span {
    color: #333333;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.structure-chart > ul > li > span {
    padding-left: 0.5em;
    width: 90%;
    width: calc(100% - 30px);
}

.chart-structure-columns > li > i {
    height: 16px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.structure-chart li {
    padding: 0.4em 0;;
}

.structure-chart li a {
    text-decoration: none;
    font-size: 13px;
    color: #526285;
    font-weight: bold;
}

.structure-chart ul {
    padding: 1em 0;
    margin: 0.4em 0;
    border-top: 3px solid #F2F2F2;
    min-height: 186px;
    padding-left: 0.5em;
}

.chart-structure-header h1 {
    font-size: 16px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
}

.chart-structure-header {
    margin: 2em 0 1.5em 0;
}


/*structural subsidiaries departments*/

.structural-subsidiaries-departments {

}

.structural-subsidiaries-departments > .row {
    margin-left: -7px;
    margin-right: -7px;
}

.structural-subsidiaries-departments > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.structural-subsidiaries-departments span {
    color: #333333;
    font-size: 12px;
    padding-left: 12px;
}

.structural-subsidiaries-departments > ul > li > span {
    padding-left: 0.5em;
    width: 90%;
    width: calc(100% - 30px);
}

.structural-subsidiaries-departments-columns > li > i {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.structural-subsidiaries-departments li:first-child {
    height: 63px;
    overflow: hidden;
}

.structural-subsidiaries-departments li {
    padding: 0.4em 0;
    height: 35px;
    overflow: hidden;
    display: flex;
}

.structural-subsidiaries-departments li a {
    text-decoration: none;
    font-size: 13px;
    color: #526285;
    font-weight: bold;
    display: inline;
    vertical-align: top;
}

.structural-subsidiaries-departments ul {
    padding: 2em 0;
    margin: 0.4em 0;
    border: 1px solid #F2F2F2;
    /*min-height: 240px;*/
    padding-left: 0.5em;
}

.structural-subsidiaries-departments-header h1 {
    font-size: 16px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
}

.structural-subsidiaries-departments-header {
    margin: 2em 0 1.5em 0;
}

.structural-subsidiaries-departments-header-1 h1 {
    font-size: 16px;
    color: black;
    /*text-transform: uppercase;*/
    margin: 0;
}

.structural-subsidiaries-departments-header-1 {
    margin: 3em 0 1em;
}

/*sections*/

.structural-subsidiaries-sections {

}

.structural-subsidiaries-sections > .row {
    margin-left: -7px;
    margin-right: -7px;
}

.structural-subsidiaries-sections > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.structural-subsidiaries-sections span {
    color: #333333;
    font-size: 13px;
    vertical-align: top;
    display: inline;
}

.structural-subsidiaries-sections > ul > li > span {
    padding-left: 0.5em;
    width: 90%;
    width: calc(100% - 30px);
}

.structural-subsidiaries-sections-columns > li > i {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.structural-subsidiaries-sections li {
    padding: 0.4em 0;;
}

.structural-subsidiaries-sections li a {
    text-decoration: none;
    font-size: 13px;
    color: #526285;
    font-weight: bold;
}

.structural-subsidiaries-sections ul {
    padding: 2em 0;
    margin: 0.4em 0;
    border: 1px solid #F2F2F2;
    min-height: 240px;
    padding-left: 0.5em;
}

.structural-subsidiaries-sections-header-1 h1 {
    font-size: 16px;
    color: black;
    margin: 0;
}

.structural-subsidiaries-sections-header-1 {
    margin: 3em 0 1em;
}

/*separate subdv*/

.structural-subsidiaries-separate-subdv {

}

.structural-subsidiaries-separate-subdv > .row {
    margin-left: -7px;
    margin-right: -7px;
}

.structural-subsidiaries-separate-subdv > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.structural-subsidiaries-separate-subdv span {
    color: #333333;
    font-size: 13px;
    vertical-align: top;
    display: inline;
}

.structural-subsidiaries-separate-subdv > ul > li > span {
    padding-left: 0.5em;
    width: 90%;
    width: calc(100% - 30px);
}

.structural-subsidiaries-separate-subdv-columns > li > i {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.structural-subsidiaries-separate-subdv li {
    padding: 0.4em 0;;
}

.structural-subsidiaries-separate-subdv li a {
    text-decoration: none;
    font-size: 13px;
    color: #526285;
    font-weight: bold;
}

.structural-subsidiaries-separate-subdv ul {
    padding: 2em 0;
    margin: 0.4em 0;
    border: 1px solid #F2F2F2;
    min-height: 240px;
    padding-left: 0.5em;
}

.structural-subsidiaries-separate-subdv-header h1 {
    font-size: 16px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
}

.structural-subsidiaries-separate-subdv-header {
    margin: 2em 0 1.5em 0;
}

/*public-body*/

.structural-subsidiaries-public-body {

}

.structural-subsidiaries-public-body > .row {
    margin-left: -7px;
    margin-right: -7px;
}

.structural-subsidiaries-public-body > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.structural-subsidiaries-public-body span {
    color: #333333;
    font-size: 13px;
    vertical-align: top;
    display: inline;
}

.structural-subsidiaries-public-body > ul > li > span {
    padding-left: 0.5em;
    width: 90%;
    width: calc(100% - 30px);
}

.structural-subsidiaries-public-body-columns > li > i {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.structural-subsidiaries-public-body li {
    padding: 0.4em 0;;
}

.structural-subsidiaries-public-body li a {
    text-decoration: none;
    font-size: 13px;
    color: #526285;
    font-weight: bold;
}

.structural-subsidiaries-public-body ul {
    padding: 2em 0;
    margin: 0.4em 0;
    border: 1px solid #F2F2F2;
    min-height: 240px;
    padding-left: 0.5em;
}

.structural-subsidiaries-public-body-header h1 {
    font-size: 16px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
}

.structural-subsidiaries-public-body-header {
    margin: 2em 0 1.5em 0;
}

/*FULL INFRO*/

.full-info-body {
    max-width: 1200px;
    margin: 2em auto;
}

.full-info-blue-cube {
    margin-top: 33px;
}

.full-info-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.full-info-structure {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
}

.full-info-structure a {
    text-decoration: none;
}

.full-info-structure div {
    display: inline-block;
}

.full-info-structure a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.full-info-structure div:last-child {
    padding-left: 3px;
}

.full-info-structure h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.full-info-structure h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.full-info-header {
    max-width: 1200px;
    margin: 15px auto 15px;
}

.full-info-header span {
    font-size: 25px;
    color: #526285;
    /*text-transform: uppercase;*/
    margin: 0;
    font-weight: bold;
}

.full-info-img, .full-info-main {
    display: inline-block;
    vertical-align: top;
}

.full-info-img {
    width: 37%;
    height: 290px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.full-info-main {
    width: 62%;
    padding: 2em 0 0 1em;
}

.full-info-main ul {
    display: inline-block;
    vertical-align: middle;
}

.full-info-main span {
    font-size: 16px;
    color: #333333;
    vertical-align: top;
}

.full-info-main > ul > li > i {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.full-info-main > ul > li {
    padding: 0.4em 0;
}

.full-info-buttons {
    margin-top: 3em;
}

.full-info-buttons a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    vertical-align: middle;
    padding: 0.1em 1em 0.3em;
    border: 1px solid #F2F2F2;
    /*margin-right: 1.5em;*/
}

.full-info-buttons .active4 {
    background-color: #526285;
    color: white;
}

.working-activity li {
    padding: 0.5em 0;
    font-size: 16px;
    color: #4D4D4D;
}

.working-activity {
    margin: 2em 0;
}

.education {
    margin: 2em 0;
    display: none;
}

.education li {
    padding: 0.5em 0;
    font-size: 16px;
    color: #4D4D4D;
}

.other-data {
    margin: 2em 0;
    display: none;
}

.other-data li {
    padding: 0.5em 0;
    font-size: 16px;
    color: #4D4D4D;
}

/*LINKS*/
.links-body {
    max-width: 1200px;
    margin: auto;
}

.links-container {
    /*max-width: 1200px;*/
    margin: 2em auto 1em;
}

.links-container a {
    text-decoration: none;
    font-size: 14px;
    color: #4D4D4D;
    display: block;
    padding: 1em 0;
    border-bottom: 3px solid #edebeb;
    text-transform: capitalize;
}

.links-blue-cube {
    /*max-width: 1200px;*/
    /*margin: auto;*/
    margin-top: 33px;
}

.links-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.links-header {
    /*max-width: 1200px;*/
    margin: 15px auto 40px;
}

.links-header span {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.links-buttons .active5 {
    background-color: #526285;
    color: white;
}

.links-buttons li {
    display: inline-block;
    text-align: center;
    /*margin-right: 24px;*/
    padding: 2px 0;
}

.links-buttons a {
    display: inline-block;
    font-size: 16px;
    color: black;
    margin: 0;
    border: 1px solid #edebeb;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: capitalize;
}

.links-row {
    max-width: 1200px;
    margin: auto;
    border-bottom: 3px solid #edebeb;
    padding: 1em 0;
}

.links-row > li {
    padding: 0.7em 0;
}

.links-row li > a {
    font-size: 16px;
    color: #526285;
    text-decoration: none;
}

/* Lists */
.links-lists {
    /*display: none*/
}

.links-lists ul > li > a {
    font-size: 16px;
    color: #526285;
    text-decoration: none;
}

.links-lists ul > li {
    padding: 0.7em 0;
}

.links-lists ul {
    padding-bottom: 5em;
}

/*FAQ*/

.FAQ-body {
    max-width: 1200px;
    margin: auto;
}

.FAQ-container {
    padding: 2em 0 1em;
    border-bottom: 3px solid #edebeb;
}

.FAQ-container a {
    text-decoration: none;
    font-size: 14px;
    color: #4D4D4D;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 0.5em;
}

.FAQ-container .main-page-link {
    border-right: 1px solid #edebeb;
}

.FAQ-container .FAQ-link {
    color: #333333;
    padding-left: 0.3em;
}

.FAQ-blue-cube {
    margin-top: 33px;
}

.FAQ-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.FAQ-header {
    /*max-width: 1200px;*/
    margin: 15px auto 40px;
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    font-weight: lighter;
}

.FAQ-content {
    margin: 1em 0 4em;
}

.FAQ-content > div > a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 2em 0;
    font-weight: bold;
    font-size: 15px;
}

.FAQ-content > div {
    border-top: 1px solid #edebeb;
    position: relative;
}

.FAQ-content > div:last-child {
    border-bottom: 1px solid #edebeb;
}

.accordion-row > div {
    display: none;
}

.FAQ-hide > li {
    padding: 0.5em 0;
}

.FAQ-hide > li > a {
    font-size: 15px;
    color: #4D4D4D;
    text-decoration: none;
}

.FAQ-content > .accordion-row::after {
    content: url('../img/FAQ-right-arrow-icon.png');
    position: absolute;
    right: 1em;
    top: 1.6em;
    width: 13px;
    height: 19px;
    transition: 0.3s;
    /*pointer-events: none;*/
}

.FAQ-content > .rotate::after {
    transform: rotate(90deg);
}

/*Legal acts*/

.legal-acts-body {
    max-width: 1200px;
    margin: auto;
}

.legal-acts-path {
    padding: 2em 0 1em;
    border-bottom: 3px solid #edebeb;
}

.legal-acts-path a {
    text-decoration: none;
    font-size: 14px;
    color: #4D4D4D;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 0.5em;
}

.legal-acts-path .main-page-link {
    border-right: 1px solid #edebeb;
}

.legal-acts-path .legal-acts-link {
    color: #333333;
    padding-left: 0.3em;
}

.legal-acts-blue-cube {
    margin-top: 33px;
}

.legal-acts-cube {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.legal-acts-header {
    /*max-width: 1200px;*/
    margin: 15px auto 40px;
}

.legal-acts-header span {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.legal-acts-header .lighter {
    font-weight: lighter;
}

.legal-acts-content {
    margin: auto;
    /*max-width: 1200px;*/
    /*display: none;*/
}

.legal-acts-row {
    padding-bottom: 2.8em;
    border-bottom: 1px solid #edebeb;
}

.legal-acts-header-1 {
    margin-top: 25px;
    margin-bottom: 24px;
}

.legal-acts-header-1 h1 {
    font-size: 16px;
    color: #333333;
    margin: 1em 0;
}

.legal-acts-hide > div {
    display: inline-block;
    float: initial;
    vertical-align: top;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.legal-acts-container > .col-sm-4 {
    display: inline-block;
    float: initial;
    vertical-align: top;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.legal-acts-text h1 {
    margin: 0;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1.3em;
}

.legal-acts-rows {
    box-shadow: 2px 2px 28px #e9e9e9;
    text-align: left;
}

.legal-acts-download, .legal-acts-pdf-background {
    display: inline-block;
}

.legal-acts-download {
    text-align: center;
}

.legal-acts-download a {
    font-size: 13px;
    color: #CC4B4C;
    text-transform: uppercase;
    text-decoration: none;
}

.legal-acts-pdf-background {
    width: 34px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-image: url(../img/pdf-icon.png);
    position: absolute;
    left: 17px;
    bottom: 8px;
}

.legal-acts-text {
    padding: 1em 1em;
    border-bottom: 1px solid #edebeb;
    line-height: 2em;
    height: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.legal-acts-pdf-download {
    position: relative;
    text-align: center;
    padding: 1.3em 0;
}

.legal-acts-container {
    margin: 1em 0;
    position: relative;
    font-size: 0;
}

.legal-acts-plus-icon {
    height: 15px;
    width: 15px;
    background-image: url("../img/plus-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 2em;
    bottom: -18px;
}

.legal-acts-container .legal-acts-hide {
    display: none;
    /*transition: 0.5s;*/
}

/*videos*/

.videos-container {
    max-width: 1200px;
    margin: auto;
}

.main-page-videos {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.main-page-videos a {
    text-decoration: none;
}

.main-page-videos div {
    display: inline-block;
}

.main-page-videos a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.main-page-videos div:last-child {
    padding-left: 3px;
}

.main-page-videos h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.main-page-videos h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.videos-blue-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}

.videos-blue-cube-content {
    height: 9px;
    width: 63px;
    background-color: #526285;
    text-align: left;
}

.videos-header {
    max-width: 1200px;
    margin: auto;
}

.videos-header h1 {
    font-size: 25px;
    color: #526285;
    text-transform: uppercase;
    margin: 0;
    font-weight: lighter;
    padding: 24px 0 53px 0;
}

.videos-header span {
    font-size: 25px;
    color: #526285;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.videos-image-background {
    padding-top: 19px;
}

.video-video-1 {
    height: 140px;
    width: 253px;
}

.videos-background-text {
    margin-bottom: 50px;
}

.videos-image-background, .videos-text {
    display: inline-block;
}

.videos-text {
    vertical-align: top;
    padding-left: 36px;
    width: 50%;
}

.videos-text a {
    text-decoration: none;
}

.videos-text h2 {
    font-size: 15px;
    height: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    line-height: 1.3;
    color: #333333;
}

.videos-text h2:hover {
    color: black;
}

.calendar-1, .date-1 {
    display: inline-block;
}

.videos-content {
    max-width: 1200px;
    margin: auto;
}

.video-not-found {
    color: #b2b2b2;
    padding-bottom: 48px;
}

.date-1 h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    margin: 0;
}


/*FULL VIDEOS*/
.full-videos {
    max-width: 1200px;
    margin: auto;
}

.main-page-full-videos {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 17px;
    padding-top: 53px;
}

.main-page-full-videos a {
    text-decoration: none;
}

.main-page-full-videos div {
    display: inline-block;
}

.main-page-full-videos a:first-child div {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

.main-page-full-videos div:last-child {
    padding-left: 3px;
}

.main-page-full-videos h1 {
    text-transform: capitalize;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    font-weight: lighter;
}

.main-page-full-videos h2 {
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.videos-gray-cube {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}

.videos-gray-cube-content {
    height: 9px;
    width: 63px;
    background-color: #333333;
    text-align: left;
}

.full-videos-header {
    max-width: 1200px;
    margin: 26px auto 52px;
}

.full-videos-header h1 {
    color: #333333;
    font-size: 21px;
    margin: 0;
}

.video-video {
    margin-top: 15px;
    width: 600px;
    height: 255px;
}

.videos-scroll-bar {
    height: 256px;
    width: 91%;
    /*overflow-x: hidden;*/
    margin-left: 8%;
    margin-top: 3%;
    /*position: relative;*/
    /*overflow: auto;*/
}

.videos-scroll-bar li {
    color: #4D4D4D;
    font-size: 14px;
    padding: 11px 0 11px 22px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
    margin-right: 30px;
}

.videos-scroll-bar a {
    text-decoration: none;
}

.full-videos-container {
    margin: auto;
    max-width: 1200px;
}

.full-videos-text {
    margin: auto;
    max-width: 1200px;
    padding-bottom: 120px;
    text-align: justify;
}

.full-videos-text h1 {
    font-size: 15px;
    color: #4D4D4D;
    line-height: 2.2;
}

/*search*/

.search-container {
    max-width: 1200px;
    margin: auto;
}

.search-header {
    border-bottom: 3px solid #F1F1F1;
    padding: 62px 0 25px;
}

.search-header > h1 {
    margin: 0;
    font-size: 14px;
    color: #4E4E4E;
}

.search-info-img > li {
    border-bottom: 1px solid #edebeb;
    padding-bottom: 8px;
    padding-top: 8px;
}

.search-info-image {
    display: inline-block;
}

.search-info-text {
    display: inline-block;
}

.search-info-img > li > .search-info-image {
    width: 127px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;

}

.search-info-img {
    padding-top: 35px;
}

.search-info-img > li > .search-info-text {
    vertical-align: top;
    padding-left: 11px;
    width: 73%;
}

.search-info-img > li > .search-info-text > h1:before {
    content: "";
    background-image: url(../img/calendar-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
}

.search-info-img > li > .search-info-text > h1 {
    margin: 0;
    height: 20px;
    padding-top: 3px;
}

.search-info-img > li > .search-info-text > h1 > span {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 2px;
}

.search-info-img > li > .search-info-text > p {
    margin: 0;
    color: #363636;
    font-size: 11px;
    width: 72%;
    padding-top: 5px;
    height: 52px;
    overflow: hidden;;
}


.search-info-img-none > li > .search-info-text > h1:before {
    content: "";
    background-image: url(../img/calendar-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
}

.search-info-img-none > li > .search-info-text > h1 {
    margin: 0;
    height: 20px;
    padding-top: 3px;
}

.search-info-img-none > li > .search-info-text > h1 > span {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 2px;
}

.search-info-img-none > li > .search-info-text > p {
    margin: 0;
    color: #363636;
    font-size: 11px;
    width: 352px;
    padding-top: 5px;
    height: 52px;
    overflow: hidden;;
}

.search-info-img-none > li {
    border-bottom: 1px solid #edebeb;
    padding-bottom: 8px;
    padding-top: 8px;
}


@media screen and (max-width: 1220px) {
    .header-container {
        max-width: 970px;
    }

    .text-for-logo h1 {
        font-size: 11px;
    }

    .main-page-slider-background {
        height: 433px;
        max-width: 581px;
    }

    .text-for-slider h1 {
        font-size: 15px;
    }

    .footer {
        max-width: 978px;
    }

    .header-nav-row {
        max-width: 970px;
    }

    .menu-col a {
        font-size: 12px;
    }

    .menu-col {
        width: 208px;
    }

    .main-page-slider-media-center {
        max-width: 970px;
    }

    .main-page-slick-slider {
        width: 60%;
    }

    .main-page-media-center {
        width: 38.6%;
    }

    .gray-line-1 {
        height: 6px;
    }

    .blue-cube-2 {
        max-width: 970px;
    }

    .main-page-chart-header {
        max-width: 970px;
    }

    .slick-slider-background .slick-slider {
        max-width: 970px;
        padding: 0 0 8px;
    }

    .next-slide {
        right: -25px;
        bottom: 22px;
    }

    .prev-slide {
        left: 25px;
        bottom: 22px;
    }

    .main-page-chart-scrollbar {
        max-width: 970px;
    }

    .scroll-bar-1 li a.active2:after {
        width: 40px;
    }

    .scroll-bar-1 li a:after {
        left: 98%;
    }

    .scroll-bar-1 li a {
        width: 93%;
    }

    .news-slider-background {
        height: 162px;
        max-width: 193px;
        margin-left: 19px;
    }

    .sldr-responsive {
        margin-right: 7px;
    }

    .sldr-responsive:hover {
        transform: scale(1.05);
    }

    .news-information h1 {
        height: 97px;
    }

    .hot-line {
        max-width: 970px;
    }

    .hot-line-row {
        max-width: 1000px;
    }

    .slider-institutes {
        width: 231px;
        transition: 0.1s;
    }

    .slider-institutes:hover {
        transform: scale(1.05);
    }

    .text-for-logo-1 h1 {
        font-size: 12px;
    }

    .prev-slide-1 {
        left: 38px;
        bottom: 86px;
    }

    .next-slide-1 {
        right: -15px;
        bottom: 86px;
    }

    .contact-content {
        max-width: 970px;
    }

    .contact-header h1 {
        font-size: 14px;
    }

    .contact-icon-text span {
        font-size: 12px;
    }

    .choosefile h1 {
        font-size: 14px;
    }

    .contact-us-header span:last-child {
        font-size: 22px;
    }

    .contact-us-header span:first-child {
        font-size: 22px;
    }

    .contact-container {
        max-width: 970px;
    }

    .contact-path {
        padding-top: 36px;
    }

    .economic-policy-container {
        max-width: 970px;
    }

    .economic-policy-blue-cube {
        max-width: 970px;
    }

    .economic-policy-header {
        max-width: 970px;
    }

    .economic-policy-buttons a {
        font-size: 14px;
    }

    .economic-policy-content p {
        font-size: 14px;
    }

    .scroll-bar-2 li {
        font-size: 13px;
    }

    .economic-policy-buttons {
        max-width: 970px;
    }

    .economic-policy-content {
        max-width: 970px;
    }

    .scroll-bar-2 {
        height: 297px;
    }

    .plus-icon {
        right: 5px;
        bottom: -18px;
    }

    .attached-files-rows {
        margin: auto;
        max-width: 970px;
        display: none;
    }

    .FAQ-body {
        max-width: 970px;
    }

    .FAQ-content > div > a {
        font-size: 14px;
    }

    .full-info-body {
        max-width: 970px;
    }

    .other-data li {
        padding: 0.5em 0;
        font-size: 15px;
        color: #4D4D4D;
    }

    .full-news {
        max-width: 970px;
    }

    .gray-cube {
        max-width: 970px;
    }

    .date-shares-icons {
        max-width: 970px;
    }

    .full-news-slick-slider {
        max-width: 970px;
    }

    .full-news-header {
        max-width: 970px;
    }

    .full-news-header h1 {
        font-size: 19px;
    }

    .scroll-bar {
        height: 288px;
        margin-top: 4.2%;
    }

    .full-news-text {
        max-width: 970px;
    }

    .full-news-text {
        padding-bottom: 30px;
    }

    .legal-acts-body {
        max-width: 970px;
    }

    .legal-acts-plus-icon {
        right: 15px;
    }

    .links-body {
        max-width: 970px;
    }

    .links-header span {
        font-size: 22px;
    }

    .links-buttons a {
        font-size: 14px;
    }

    .links-row li > a {
        font-size: 14px;
    }

    .list-of-government {
        padding-bottom: 2em;
    }

    .ministry-structure-body {
        max-width: 970px;
    }

    .ministry-structure-header span:first-child {
        font-size: 22px;
    }

    .ministry-structure-header span:last-child {
        font-size: 22px;
    }

    .structure-chart ul {
        padding: 1em 0;
        margin: 0.4em 0;
        min-height: 186px;
    }

    .structural-subsidiaries-departments ul {
        padding: 1em 0;
        margin: 0.4em 0;
        max-height: 226px;
        overflow: hidden;
        padding-left: 0.5em;
    }

    .news-container {
        max-width: 970px;
    }

    .blue-cube {
        max-width: 970px;
    }

    .news-header {
        max-width: 970px;
    }

    .news-header h1 {
        font-size: 22px;
    }

    .news-header span {
        font-size: 22px;
    }

    .news-content {
        max-width: 970px;
    }

    .news-image-background {
        width: 243px;
    }

    .news-text {
        padding-left: 21px;
        width: 48%;
    }

    .hot-line-button span {
        font-size: 22px;
        color: white;
        text-transform: uppercase;
        font-weight: lighter;
    }

    .full-videos {
        max-width: 970px;
        margin: auto;
    }

    .videos-gray-cube {
        max-width: 970px;
    }

    .full-videos-header {
        max-width: 970px;
    }

    .full-videos-header h1 {
        font-size: 18px;
    }

    .full-videos-container {
        max-width: 970px;
    }

    .video-video {
        margin-top: 4px;
        width: 506px;
        height: 255px;
    }

    .videos-scroll-bar {
        height: 248px;
    }

    .videos-scroll-bar li {
        font-size: 13px;
    }

    .full-videos-text {
        max-width: 970px;
    }

    .full-videos-text h1 {
        font-size: 14px;
    }

    .videos-container {
        max-width: 970px;
    }

    .videos-blue-cube {
        max-width: 970px;
    }

    .videos-header {
        max-width: 970px;
    }

    .videos-header h1 {
        font-size: 22px;
    }

    .videos-header span {
        font-size: 22px;
    }

    .video-video-1 {
        height: 132px;
        width: 239px;
    }

    .videos-text h2 {
        font-size: 13px;
    }

    .videos-text {
        padding-left: 24px;
        width: 47%;
    }

    .videos-content {
        max-width: 970px;
        padding-bottom: 30px;
    }

    .legal-acts-body {
        max-width: 970px;
    }

    .search-container {
        max-width: 98%;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .text-for-logo h1 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    .main-page-slider-background {
        height: 416px;
        max-width: 430px;
    }

    .text-for-slider h1 {
        padding: 5px 0;
    }

    .slick-slider-background .slick-slider {
        max-width: 713px;
        padding: 0 0 8px;
    }

    .social-icon,
    .facebook-icon,
    .youtube-icon,
    .site-map-icon {
        display: inline-block;
        text-align: center;
        margin-left: 11px;
    }

    .prepared {
        position: static;
        right: unset;
        bottom: unset;
        margin-bottom: 0;
        transform: unset;
    }

    .header-container {
        max-width: 740px;
    }

    .language-row li {
        padding-left: 0px;
    }

    .search-content {
        width: 67%;
    }

    .header-nav-row {
        max-width: 741px;
    }

    .header-navbar-link {
        font-size: 11px;
    }

    .main-page-slider-background {
        height: 427px;
    }

    .main-page-header span {
        font-size: 22px;
    }

    .main-page-header > div {
        font-size: 22px;
    }

    .main-page-text h1 {
        font-size: 13px;
        height: 70px;
    }

    .main-page-slider-media-center {
        max-width: 715px;
    }

    .main-page-media-center {
        width: 36.6%;
        padding-left: 7px;
    }

    .text-for-slider h1 {
        font-size: 13px;
    }

    .prev-slide-3 {
        right: 46px;
        bottom: 25px;
    }

    .next-slide-3 {
        right: -24px;
        bottom: 25px;
    }

    .blue-cube-2 {
        max-width: 713px;
    }

    .main-page-chart-header {
        max-width: 713px;
    }

    .scroll-bar-1 li a {
        font-size: 12px;
    }

    .scroll-bar-1 li a {
        width: 92%;
    }

    .scroll-bar-1 li a:after {
        left: 93%;
    }

    .scroll-bar-1 {
        height: 305px;
    }

    .news-slider-background {
        height: 122px;
        max-width: 144px;
        margin-left: 19px;
    }

    .news-information {
        max-width: 255px;
        margin: auto;
        padding-top: 22px;
        border: 0 solid gray;
        box-shadow: 2px 2px 28px #e9e9e9;
        padding-bottom: 19px;
        margin-bottom: 10px;
        background-color: white;
    }

    .hot-line-button span {
        font-size: 22px;
    }

    .hot-line-button span {
        font-size: 19px;
    }

    .hot-line {
        max-width: 713px;
    }

    .hot-line-text h1 {
        font-size: 11px;
    }

    .hot-line-text span {
        font-size: 11px;
    }

    .hot-line-text {
        width: 84%;
    }

    .hot-line-info h2 {
        font-size: 12px;
    }

    .hot-line-info h1 {
        font-size: 10px;
    }

    .slider-institutes {
        width: 167px;
    }

    .footer {
        margin: auto;
        padding-top: 13px;
    }

    .footer-text-logo {
        text-align: center;
    }

    .text-for-logo-1 {
        padding-top: 0;
    }

    .address-fax-call {
        /*text-align: center;*/
    }

    .text-for-logo-1 {
        text-align: left;
    }

    .footer-address-text {
        padding-bottom: 10px;
    }

    .footer-row-1 {
        margin-bottom: 0;
    }

    .contact-container {
        max-width: 713px;
    }

    .contact-content {
        max-width: 713px;
    }

    .contact-header h1 {
        font-size: 13px;
    }

    .contact-icon-text span {
        font-size: 11px;
    }

    .contact-us-header span:first-child {
        font-size: 19px;
    }

    .contact-us-header span:last-child {
        font-size: 19px;
    }

    .economic-policy-container {
        max-width: 713px;
    }

    .economic-policy-buttons {
        max-width: 713px;
    }

    .economic-policy-buttons a {
        font-size: 12px;
    }

    .economic-policy-content {
        max-width: 713px;
    }

    .scroll-bar-2 {
        height: 334px;
    }

    .economic-policy-blue-cube {
        max-width: 713px;
    }

    .economic-policy-header {
        max-width: 713px;
    }

    .FAQ-body {
        max-width: 713px;
    }

    .FAQ-header span {
        font-size: 19px;
    }

    .FAQ-content > div > a {
        font-size: 13px;
    }

    .FAQ-hide > p {
        font-size: 13px;
    }

    .full-info-body {
        max-width: 713px;
    }

    .full-info-header {
        max-width: 1200px;
        margin: 15px auto -5px;
    }

    .full-info-img {
        height: 234px;
    }

    .full-info-main span {
        font-size: 13px;
    }

    .full-info-buttons a {
        font-size: 14px;
    }

    .working-activity li {
        font-size: 13px;
    }

    .full-news {
        max-width: 713px;
    }

    .gray-cube {
        max-width: 713px;
    }

    .full-news-header {
        max-width: 713px;
    }

    .date-shares-icons {
        max-width: 713px;
    }

    .full-news-slick-slider {
        max-width: 713px;
    }

    .scroll-bar {
        height: 327px;
    }

    .scroll-bar li {
        font-size: 12px;
    }

    .full-news-text {
        max-width: 713px;
    }

    .full-news-text h1 {
        font-size: 13px;
    }

    .next-slide-2 {
        bottom: 38px;
    }

    .prev-slide-2 {
        bottom: 38px;
    }

    .full-videos {
        max-width: 713px;
    }

    .videos-gray-cube {
        max-width: 713px;
    }

    .full-videos-container {
        max-width: 713px;
    }

    .full-videos-header {
        max-width: 713px;
    }

    .full-videos-header h1 {
        font-size: 15px;
    }

    .video-video {
        margin-top: 28px;
        width: 377px;
        height: 182px;
    }

    .videos-scroll-bar li {
        font-size: 11px;
    }

    .full-videos-text {
        max-width: 713px;
    }

    .full-videos-text h1 {
        font-size: 13px;
    }

    .full-videos-text {
        max-width: 713px;
        padding-bottom: 28px;
    }

    .links-body {
        max-width: 713px;
    }

    .links-buttons a {
        font-size: 11px;
    }

    .links-buttons li {
        margin-right: 8px;
    }

    .links-row li > a {
        font-size: 12px;
    }

    .links-row > li {
        padding: 0.2em 0;
    }

    .list-of-government > li > a {
        font-size: 13px;
    }

    .list-of-government > li {
        padding: 0.4em 0;
    }

    .links-header {
        margin: 15px auto 20px;
    }

    .links-header span {
        font-size: 18px;
    }

    .list-of-banks > li > a {
        font-size: 13px;
    }

    .list-of-banks > li {
        padding: 0.4em 0;
    }

    .list-of-science > li > a {
        font-size: 13px;
    }

    .list-of-science > li {
        padding: 0.4em 0;
    }

    .list-of-int-organizations > li > a {
        font-size: 13px;
    }

    .list-of-int-organizations > li {
        padding: 0.4em 0;
    }

    .list-of-others > li > a {
        font-size: 13px;
    }

    .list-of-others > li {
        padding: 0.4em 0;
    }

    .ministry-structure-body {
        max-width: 713px;
    }

    .ministry-structure-header span:first-child {
        font-size: 19px;
    }

    .ministry-structure-header span:last-child {
        font-size: 19px;
    }

    .structural-subsidiaries-departments span {
        font-size: 11px;
    }

    .structural-subsidiaries-departments-columns > li > i {
        width: 12px;
    }

    .structural-subsidiaries-sections-columns > li > i {
        width: 12px;
    }

    .structural-subsidiaries-sections span {
        font-size: 11px;
    }

    .structural-subsidiaries-separate-subdv-columns > li > i {
        width: 12px;
    }

    .structural-subsidiaries-separate-subdv span {
        font-size: 11px;
    }

    .structural-subsidiaries-separate-subdv li a {
        font-size: 12px;
    }

    .structural-subsidiaries-sections li a {
        font-size: 12px;
    }

    .structural-subsidiaries-departments li a {
        font-size: 12px;
    }

    .structural-subsidiaries-public-body-columns > li > i {
        width: 12px;
    }

    .structural-subsidiaries-public-body span {
        font-size: 11px;
    }

    .structural-subsidiaries-public-body li a {
        font-size: 12px;
    }

    .news-container {
        max-width: 713px;
    }

    .blue-cube {
        max-width: 713px;
    }

    .news-header {
        max-width: 713px;
    }

    .news-header h1 {
        font-size: 19px;
    }

    .news-header span {
        font-size: 19px;
    }

    .news-content {
        max-width: 713px;
    }

    .news-background-text {
        margin-bottom: 30px;
    }

    .news-image-background {
        width: 198px;
    }

    .news-text {
        padding-left: 6px;
        width: 43%;
    }

    .news-text h2 {
        font-size: 13px;
        height: 114px;
    }

    .videos-container {
        max-width: 713px;
    }

    .videos-blue-cube {
        max-width: 713px;
    }

    .videos-header {
        max-width: 713px;
    }

    .videos-header h1 {
        font-size: 19px;
    }

    .videos-header span {
        font-size: 19px;
    }

    .video-video-1 {
        height: 143px;
        width: 202px;
        padding-bottom: 27px;
    }

    .videos-text h2 {
        font-size: 11px;
        height: 98px;
    }

    .videos-text {
        padding-left: 8px;
        width: 42%;
    }

    .videos-content {
        max-width: 713px;
    }

    .legal-acts-pdf-background {
        width: 27px;
        height: 29px;
    }

    .legal-acts-download a {
        font-size: 12px;
    }

    .legal-acts-pdf-download {
        padding: 1em 0;
    }

    .legal-acts-body {
        max-width: 713px;
    }

    .legal-acts-text h1 {
        font-size: 11px;
        line-height: 1.4em;
    }

    .main-page-chart-scrollbar {
        max-width: 713px;
    }

    .menu-col {
        width: 188px;
    }
}

@media screen and (max-width: 768px) {
    .text-for-logo h1 {
        font-size: 11px;
    }

    .fancybox-inner .fancybox-toolbar {
        left: 0 !important;
        bottom: 0 !important;
        transform: translateX(0) !important;
        text-align: unset !important;
    }
}

@media screen and (min-width: 767px) {
    .header-navbar-link:hover {
        background-color: #364B6B;
    }

    .header-navbar-link:focus, .header-navbar-link:hover {
        color: white;
        text-decoration: none;
    }

    .header-navbar-link {
        text-decoration: none;
        color: white;
        text-transform: capitalize;
        display: inline-block;
        padding: 15px 22px
    }
}

@media screen and (max-width: 767px) {
    .arrow-rotate {
        position: relative;
    }
    .arrow-rotate::after {
	    content: url(../img/arrow-right.png);
	    position: absolute;
	    right: -17px;
	    top: -4px;
	    width: 7px;
	    height: 17px;
	    transition: 0.3s;
	}

	.rotate1::after {
	    transform: rotate(90deg);
	    right: -30px;
	    top: 5px;
	}

    .mobile-size-h1 {
        text-decoration: none;
    }

    .mobile-size-h1 > h1 {
        font-size: 15px;
        margin: 0;
        color: #0f0f0f;
        text-transform: uppercase;
    }

    body .mobile-style {
        margin: 10px 0 0;
    }

    .full-news {
        max-width: 95%;
    }

    .gray-cube {
        max-width: 95%;
    }

    .full-news-header {
        max-width: 95%;
    }

    .scroll-bar {
        height: 335px;
    }

    .scroll-bar {
        height: 292px;
        width: 95%;
        margin-left: 2%;
    }

    .next-slide-2 {
        right: 11px;
    }

    .prev-slide-2 {
        right: 77px;
    }

    .full-news-slider {
        max-width: 95%;
    }

    .full-news-slick-slider {
        max-width: 95%;
    }

    .full-news-text {
        max-width: 95%;
    }

    .full-videos {
        max-width: 95%;
    }

    .videos-gray-cube {
        max-width: 95%;
    }

    .full-videos-header {
        max-width: 95%;
    }

    .date-shares-icons {
        max-width: 95%;
    }

    .video-video {
        margin-top: 28px;
        width: 95%;
        height: 4%;
        padding-left: 2%;
    }

    .videos-scroll-bar {
        height: 232px;
    }

    .videos-scroll-bar {
        margin-left: 3%;
    }

    .full-videos-text {
        max-width: 95%;
    }

    .full-videos-header {
        max-width: 95%;
        margin: 21px auto 22px;
    }

    .main-page-full-videos {
        padding-bottom: 17px;
        padding-top: 13px;
    }

    .header-logo {
        display: none;
    }

    .header-nav {
        display: none;
        position: fixed;
        top: 154px;
        width: 100%;
        background-color: white;
        height: 100%;
        overflow-x: scroll;
        padding-bottom: 162px;
    }

    .header-navbar .header-navbar-link {
        text-decoration: none;
        color: #4E4E4E;
        font-size: 30px;
        text-transform: capitalize;
        display: inline-block;
        padding: 15px 22px;
    }

    .header-nav li {
        display: block;
    }

    .hot-line-text-1 {
        width: 100%;
        text-align: center;
        display: block;
    }


    /*select 2*/
    .header-logo-content {
        display: inline-block;
        margin: 15px 0 15px 15px;
        position: relative;
    }

    .header-navbar-1 {
        display: block;
    }

    .main-page-slick-slider {
        width: 100%;
    }

    .main-page-media-center {
        width: 100%;
    }

    .main-page-slider-background {
        max-width: 100%;
    }

    .main-page-slick-slider .slick-dotted.slick-slider {
        margin-top: 0px;
    }

    .text-for-slider h1 {
        font-size: 18px;
    }

    .main-page-header span {
        font-size: 35px;
    }

    .main-page-header > div {
        font-size: 35px;
    }

    .main-page-date h1 {
        font-size: 19px;
        color: #363636;
    }

    .main-page-text h1 {
        font-size: 16px;
        font-weight: 400;
    }

    .main-page-media-bd {
        height: 122px;
        width: 140px;
        margin: auto;
    }

    .main-page-chart-scrollbar {
        display: none;
    }

    .chart-mobile-version {
        display: block;
    }

    .news-slider-background {
        height: 296px;
        max-width: 288px;
        margin-left: 19px;
    }

    .news-information {
        max-width: 324px;
    }

    .hot-line-info {
        display: none;
    }

    .mobile-hot-line-info {
        display: block;
    }

    .hot-line-text {
        display: none;
    }

    .slider-institutes {
        width: 313px;
    }

    .prev-slide {
        left: 38px;
    }

    .next-slide {
        right: -7px;
    }

    .next-slide-1 {
        right: 4px;
    }

    .prev-slide-1 {
        left: 56px;
    }

    .contact-content {
        max-width: 95%;
    }

    .scroll-bar-2 {
        display: none;
    }

    .scroll-bar-4 {
        display: block;
    }

    /*.paragreph-hide-show {*/
    /*display: none;*/
    /*}*/
    .economic-policy-content p {
        font-size: 16px;
    }

    .hot-line-text-1 h1 {
        color: #363636;
    }

    .hot-line-text-1 span {
        font-weight: bold;
        color: #363636;
    }

    .full-info-body {
        max-width: 609px;
    }

    .full-info-header span {
        font-size: 35px;
    }

    .full-info-main span {
        font-size: 16px;
    }

    .full-info-img {
        width: 100%;
        height: 273px;
        background-position: center;
    }

    .full-info-buttons a {
        font-size: 20px;
    }

    .full-info-buttons a {
        margin-bottom: 1em;
    }

    .full-info-main {
        width: 100%;
        padding: 2em 0 0 0;
    }

    .full-info-header {
        margin: 15px auto 15px;
    }

    .working-activity li {
        font-size: 18px;
    }

    .legal-acts-body {
        max-width: 675px;
    }

    .legal-acts-path a {
        font-size: 21px;
    }

    .legal-acts-header span {
        font-size: 35px;
    }

    .legal-acts-text h1 {
        font-size: 19px;
        line-height: 1.4em;
    }

    .legal-acts-download a {
        font-size: 18px;
    }

    .legal-acts-pdf-background {
        width: 37px;
        height: 41px;
    }

    .links-body {
        max-width: 95%;
    }

    .links-container a {
        font-size: 20px;
    }

    .links-header span {
        font-size: 35px;
    }

    .links-buttons a {
        font-size: 21px;
    }

    .links-buttons li {
        margin-bottom: 17px;
    }

    .links-row li > a {
        font-size: 18px;
    }

    .list-of-others > li > a {
        font-size: 18px;
    }

    .list-of-government > li > a {
        font-size: 18px;
    }

    .list-of-banks > li > a {
        font-size: 18px;
    }

    .list-of-science > li > a {
        font-size: 18px;
    }

    .list-of-int-organizations > li > a {
        font-size: 18px;
    }

    .ministry-structure h1 {
        font-size: 18px;
    }

    .ministry-structure h2 {
        font-size: 18px;
    }

    .ministry-structure-header span:first-child {
        font-size: 26px;
    }

    .ministry-structure-header span:last-child {
        font-size: 26px;
    }

    .chart-structure-header h1 {
        font-size: 18px;
    }

    .ministry-structure-body {
        max-width: 95%
    }

    .structure-chart span {
        font-size: 15px;
    }

    .structure-chart li a {
        font-size: 15px;
    }

    .structural-subsidiaries-departments-header h1 {
        font-size: 18px;
    }

    .structural-subsidiaries-departments-header-1 h1 {
        font-size: 17px;
    }

    .structural-subsidiaries-departments span {
        font-size: 15px;
    }

    .structural-subsidiaries-departments li a {
        font-size: 15px;
    }

    .structural-subsidiaries-departments ul {
        border-top: 3px solid #F2F2F2;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .structural-subsidiaries-sections-header-1 h1 {
        font-size: 17px;
    }

    .structural-subsidiaries-sections span {
        font-size: 15px;
    }

    .structural-subsidiaries-sections li a {
        font-size: 15px;
    }

    .structural-subsidiaries-sections ul {
        border-top: 3px solid #F2F2F2;
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 1em 0;
        margin: 0.4em 0;
        min-height: 183px;
    }

    .structural-subsidiaries-separate-subdv-header h1 {
        font-size: 18px;
    }

    .structural-subsidiaries-separate-subdv span {
        font-size: 15px;
    }

    .structural-subsidiaries-separate-subdv li a {
        font-size: 12px;
    }

    .structural-subsidiaries-separate-subdv ul {
        border-top: 3px solid #F2F2F2;
        border-bottom: none;
        border-left: none;
        border-right: none;
        min-height: 184px;
        padding: 1em 0;
    }

    .structural-subsidiaries-public-body-header h1 {
        font-size: 18px;
    }

    .structural-subsidiaries-public-body span {
        font-size: 15px;
    }

    .structural-subsidiaries-public-body li a {
        font-size: 15px;
    }

    .structural-subsidiaries-public-body ul {
        border-top: 3px solid #F2F2F2;
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 1em 0;
        min-height: 174px;
    }

    .news-container {
        max-width: 95%;
    }

    .blue-cube {
        max-width: 95%;
    }

    .news-header {
        max-width: 95%;
    }

    .news-content {
        max-width: 95%;
    }

    .main-page-news h2 {
        font-size: 18px;
    }

    .main-page-news h1 {
        font-size: 18px;
    }

    .news-header span {
        font-size: 35px;
    }

    .news-header h1 {
        font-size: 35px;
    }

    .news-image-background {
        width: 332px;
        height: 168px;
    }

    .news-text {
        padding-left: 6px;
        width: 46%;
    }

    .news-text h2 {
        font-size: 16px;
        height: 121px;
    }

    .videos-container {
        max-width: 95%;
    }

    .videos-blue-cube {
        max-width: 95%;
    }

    .videos-header {
        max-width: 95%;
    }

    .videos-header span {
        font-size: 35px;
    }

    .videos-header h1 {
        font-size: 35px;
    }

    .videos-content {
        max-width: 95%;
    }

    .video-video-1 {
        height: 161px;
        width: 313px;
    }

    .videos-image-background {
        padding-top: 0px;
    }

    .videos-text h2 {
        font-size: 14px;
        height: 108px;
    }

    .date-1 h1 {
        font-size: 16px;
    }

    .videos-text {
        width: 49%;
    }

    .mobile-departments {
        display: block
    }

    .header-navbar > li > a > img {
        display: inline;
    }

    .contact-container {
        max-width: 95%;
    }

    .contact-path h2 {
        font-size: 18px;
    }

    .contact-path h1 {
        font-size: 18px;
    }

    .contact-header h1 {
        font-size: 17px;
    }

    .contact-icon-text span {
        font-size: 16px;
    }

    .contact-us-header span:last-child {
        font-size: 25px;
    }

    .contact-us-header span:first-child {
        font-size: 25px;
    }

    .choosefile h1 {
        font-size: 18px;
    }

    .footer-address-text {
        width: 330px;
        margin-left: 33%;
    }

    .blue-cube-2 {
        max-width: 95%;
    }

    .main-page-chart-header {
        max-width: 95%;
    }

    .scroll-bar-4 {
        width: 94%;
    }

    .economic-policy-container {
        max-width: 95%;
    }

    .economic-policy-blue-cube {
        max-width: 95%;
    }

    .economic-policy-header {
        max-width: 95%;
    }

    .economic-policy-buttons {
        max-width: 95%;
    }

    .economic-policy-content {
        max-width: 95%;
    }

    .attached-files-header {
        width: 93%;
        margin: auto;
    }

    .FAQ-body {
        max-width: 95%;
    }

    .full-info-structure h2 {
        text-transform: capitalize;
        font-size: 18px;
        color: #333333;
        margin: 0;
    }

    .full-info-structure h1 {
        text-transform: capitalize;
        font-size: 18px;
        color: #4D4D4D;
        margin: 0;
        font-weight: lighter;
    }

    .legal-acts-body {
        max-width: 95%;
    }

    .mobile-search {
        /*display: block;*/
    }

    .header-logo-content > ul > li > a > img {
        width: 52px;
    }

}

@media screen and (max-width: 680px) {
    .news-image-background {
        width: 275px;
        height: 150px;
    }

    .news-text h2 {
        height: 118px;
    }

    .videos-image-background {
        padding-top: 0px;
        width: 100%;
    }

    .videos-text {
        width: 100%;
    }

    .video-video-1 {
        height: 296px;
        width: 100%;
    }

    .videos-text h2 {
        font-size: 18px;
        height: 108px;
    }

}

@media screen and (max-width: 650px) {
    .search-info-img > li > .search-info-text {
        vertical-align: top;
        padding-left: 0;
    }

    .header-logo-content h2 {
        font-size: 11px;
    }

    .full-info-body {
        max-width: 95%;
    }

    .slider-institutes {
        width: 256px;
    }

    .mobile-search {
        top: 142px;
    }

    .header-nav {
        top: 143px;
    }
}

@media screen and (max-width: 570px) {
    .chart-mobile-version .select2 {
        width: 93% !important;
    }

    .news-text {
        padding-left: 6px;
        width: 100%;
    }

    .news-image-background {
        width: 100%;
        height: 260px;
    }

    .site-map-mobile-icon {
        width: 28px;
    }

    .search-mobile-icon {
        width: 25px;
        height: 25px;
    }

    .full-news-slider-background {
        height: 247px;
    }

    .mobile-search {
        top: 129px;
    }

    .header-nav {
        top: 130px;
    }
}

@media screen and (max-width: 535px) {
    .languages .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    .header-logo-content > ul > li:last-child {
        display: none;
    }

    .news-slider-background {
        height: 167px;
        max-width: 165px;
        margin-left: 19px;
    }

    .news-information {
        max-width: 200px;
    }

    .next-slide {
        right: 8px;
    }

    .prev-slide {
        left: 51px;
    }

    .hot-line {
        max-width: 95%;
    }

    .slider-institutes {
        width: 204px;
    }

    .contact-path h1 {
        font-size: 16px;
    }

    .contact-path h2 {
        font-size: 16px;
    }

    .contact-header h1 {
        font-size: 16px;
    }

    .footer-address-text {
        width: 275px;
        margin-left: 33%;
    }

    .text-for-logo-1 {
        display: none;
    }

    .text-for-slider h1 {
        font-size: 14px;
    }

    .main-page-slider-background {
        height: 294px;
    }

    .FAQ-content > .accordion-row::after {
        right: 0;
    }

    .legal-acts-path a {
        font-size: 16px;
    }

    .legal-acts-header span {
        font-size: 23px;
    }

    .legal-acts-text h1 {
        font-size: 15px;
        line-height: 1.4em;
    }

    .links-buttons a {
        font-size: 15px;
    }

    .links-container a {
        font-size: 16px;
    }

    .links-header span {
        font-size: 23px;
    }

    .prev-slide-2 {
        right: 66px;
    }

    .next-slide-2 {
        right: -2px;
    }

    .mobile-search .mobile-search-button {
        font-size: 16px;
        margin-top: 41px;
        padding: 7px 0;
    }

    .mobile-search .form-group {
        width: 71%;
    }

    .mobile-search .input-group .form-control {
        margin-top: 129px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-right: none;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px 11px;
    }
}

@media screen and (max-width: 480px) {
    .contact-facebook-icon {
        right: -0.5em;
    }

    .contact-header h1 {
        font-size: 14px;
    }

    .contact-icon-text span {
        font-size: 13px;
    }

    .scroll-bar-4 {
        height: 286px;
    }

    .full-info-header span {
        font-size: 25px;
    }

    .ministry-structure-header span:last-child {
        font-size: 20px;
    }

    .chart-structure-header h1 {
        font-size: 17px;
    }

    .structure-chart span {
        font-size: 13px;
    }

    .structural-subsidiaries-departments-header h1 {
        font-size: 17px;
    }

    .structural-subsidiaries-departments span {
        font-size: 13px;
    }

    .structural-subsidiaries-sections span {
        font-size: 13px;
    }

    .structural-subsidiaries-sections ul {
        padding: 1em 0;
        min-height: 191px;
    }

    .structural-subsidiaries-separate-subdv-header h1 {
        font-size: 17px;
    }

    .structural-subsidiaries-separate-subdv span {
        font-size: 13px;
    }

    .structural-subsidiaries-public-body span {
        font-size: 13px;
    }

    .news-header h1 {
        font-size: 28px;
    }

    .news-header span {
        font-size: 28px;
        padding: 24px 0 28px 0;
    }

    .video-video-1 {
        height: 216px;
        width: 100%;
    }

    .videos-header h1 {
        font-size: 27px;
    }

    .videos-header span {
        font-size: 27px;
    }

    .videos-text h2 {
        font-size: 15px;
        height: 108px;
    }

    .full-news-slider-background {
        height: 207px;
    }

}

@media screen and (max-width: 479px) {
    .news-information {
        max-width: 291px;
    }

    .news-slider-background {
        height: 229px;
        max-width: 252px;
    }

    .next-slide {
        right: 64px;
    }

    .prev-slide {
        left: 106px;
    }

    .next-slide-1 {
        right: 106px;
    }

    .prev-slide-1 {
        left: 153px;
    }

    .news-image-background {
        width: 80%;
        height: 177px;
    }

    .news-text {
        padding-left: 6px;
        width: 81%;
    }

    .slider-institutes {
        width: 282px;
    }

    .prev-slide-1 {
        left: 113px;
    }

    .next-slide-1 {
        right: 68px;
    }
}

@media screen and (max-width: 445px) {
    .search-info-img-none > li > .search-info-text > p {
        width: 98%;
    }

    .footer-address-text {
        width: 95%;
        text-align: center;
        margin-left: 0;
    }

    .main-page-header span {
        font-size: 25px;
    }

    .main-page-header > div {
        font-size: 25px;
    }

    .main-page-date h1 {
        font-size: 15px;
    }

    .main-page-text h1 {
        font-size: 13px;
    }

    .main-page-media-bd {
        width: 109px;
    }

    .main-page-media-center {
        width: 94%;
    }

    .header-navbar .header-navbar-link {
        font-size: 19px;
    }

    .header-nav-row .mobile-menu-show > li > a {
        font-size: 15px;
    }

    .mobile-departments-header h1 {
        font-size: 25px;
    }

    .mobile-departments-content > li > a {
        font-size: 19px;
    }

    .mobile-departments-content .mobile-departments-show-container > li > a {
        font-size: 15px;
    }

    .gray-arrow-left {
        position: absolute;
        bottom: -34px;
        left: 28px;
    }

    .gray-arrow-right {
        position: absolute;
        bottom: -47px;
        right: 24px;
    }
}

@media screen and (max-width: 320px) {
    .next-slide-1 {
        right: -13px;
    }

    .prev-slide-1 {
        left: 35px;
    }

    .social-icons-search > li {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0%;
        padding-right: 6%;
    }

    .mobile-hot-line-info {
        padding: 12px 0 7px 7px;
    }

    .mobile-hot-line-info span {
        font-size: 15px;
    }

    .text-for-slider h1 {
        font-size: 13px;
    }

    .scroll-bar-4 {
        height: 274px;
    }

    .scroll-bar-4 {
        width: 97%;
    }

    .scroll-bar-4 {
        padding-left: 0.5em;
    }

    .attached-files-header {
        width: 80%;
    }

    .FAQ-content > div > a {
        font-size: 12px;
    }

    .full-info-buttons a {
        font-size: 14px;
    }

    .working-activity li {
        font-size: 14px;
    }

    .news-information {
        max-width: 273px;
    }

    .news-slider-background {
        max-width: 231px;
    }

    .next-slide {
        right: -7px;
    }

    .prev-slide {
        left: 38px;
    }

    .legal-acts-text h1 {
        font-size: 13px;
        line-height: 1.4em;
    }

    .legal-acts-pdf-background {
        width: 28px;
        height: 32px;
    }

    .legal-acts-download a {
        font-size: 14px;
    }

    .links-buttons a {
        font-size: 12px;
    }

    .links-row li > a {
        font-size: 15px;
    }

    .list-of-others > li > a {
        font-size: 15px;
    }

    .list-of-government > li > a {
        font-size: 15px;
    }

    .list-of-banks > li > a {
        font-size: 15px;
    }

    .list-of-science > li > a {
        font-size: 15px;
    }

    .list-of-int-organizations > li > a {
        font-size: 15px;
    }

    .news-text {
        padding-left: 6px;
        width: 100%;
    }

    .news-image-background {
        width: 100%;
        height: 144px;
    }

    .news-header h1 {
        font-size: 20px;
    }

    .news-header span {
        font-size: 20px;
        padding: 24px 0 25px 0;
    }

    .main-page-news h2 {
        font-size: 14px;
    }

    .main-page-news h1 {
        font-size: 14px;
    }

    .video-video-1 {
        height: 149px;
        width: 100%;
    }

    .videos-header h1 {
        font-size: 22px;
    }

    .videos-header span {
        font-size: 23px;
    }

    .videos-text h2 {
        font-size: 14px;
    }

    .full-news-slider-background {
        height: 137px;
    }

    .next-slide-2 {
        right: -10px;
    }

    .prev-slide-2 {
        right: 54px;
    }

    .scroll-bar {
        height: 262px;
        width: 95%;
        margin-left: 2%;
    }
}


.fax_row {
    cursor: pointer;
}

.language-row a[disabled] {
    cursor: not-allowed;
    color: lightgrey;
}

/*Fancybox*/

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }

}

.fancybox-thumbs__list a:before {
    border: 6px solid #337ab7;
}

.fancybox-toolbar {
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    top: unset;
    text-align: center;
}

.fancybox-infobar {
    left: 49%;
    bottom: 35px;
    top: unset;
    text-align: center;
}

/*Fancybox*/

@media print {
    .empty-div {
        display: none !important;
    }

    .header {
        display: none !important;
        content: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .slick-slider-background, .slick-slider-background ~ div {
        display: none !important;
        content: none !important;
    }
}

a:not([href]) {
    cursor: default !important;
}

.site-map:first-child {
    margin-top: 20px;
}

.site-map a {
    text-decoration: none;
    color: #4b6cb5;
}

.site-map {
    padding: 2px 0;
}

.structural-subsidiaries-departments-header h1.header-0:first-child, .structure-chart h1.header-0:first-child {
    display: none;
}

.cycle-slide {
    z-index: 20 !important;
}

.pdf-file-text {
    padding: 1em 1em;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1.3em;
    margin: 0;
}

/*attached file*/

/*.attached-file-container {*/
/*display: flex;*/
/*align-items: stretch;*/
/*padding: 10px;*/
/*}*/
/*.attached-file-cont {*/
/*width: 380px;*/
/*position: relative;*/
/*box-shadow: 2px 2px 28px #e9e9e9;*/
/*}*/
/*.attached-file-cont:not(:last-child) {*/
/*margin-right: 20px;*/
/*margin-bottom: 16px;*/
/*}*/
/*.attached-file-cont > p {*/
/*font-size: 16px;*/
/*padding: 30px;*/
/*margin-bottom: 50px;*/
/*}*/
/*.attached-file-cont > a {*/
/*font-size: 16px;*/
/*text-align: center;*/
/*text-decoration: none;*/
/*display: block;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 50%;*/
/*transform: translateX(-50%);*/
/*border-top: 1px solid black;*/
/*width: 100%;*/
/*padding: 20px 0;*/
/*}*/

.attached-file-cont {
    box-shadow: 2px 2px 28px #e9e9e9 !important;
}

.attached-file-cont:not(:last-child) {
    margin-right: 20px;
    /*margin-bottom: 20px;*/
}

.attached-file-cont > h1 {
    margin: 0;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1.3em;
    padding: 0 0 43px 0;
}


.attached-files-pdf-background {
    width: 29px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: absolute;
    bottom: 8px;
}

.attached-files-download {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
}

.line {
    height: 1px;
    background-color: #edebeb;
    position: absolute;
    bottom: 58px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.departments-row {
    display: none;
}
