.header {
    padding: 18px 22px 18px 22px !important;
}

.table_table a {
    padding: 8px 0 !important;
    font-size: 16px !important;
}

.table_table a:hover,
.table_table a:active,
.table_table a:focus {
    color: #336699 !important;
    background: none !important;
}

.mobile-menu {
    display: none;
}

.date-without-day {
    cursor: pointer;
}

.press-releases .content_title {
    padding-left: 23px;
}

.lg-actions {
    top: 50%;
}

.type_text a.page-gallery-item {
    margin-right: 5px;
}

.type_text a.page-gallery-item img {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    border: 2px solid #D1D0D0;
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    margin-top: 8px;
}

.type_text a.page-gallery-item img:hover {
    opacity: 0.7;

}

.type_text a.button {
    display: block;
    width: 180px;
    color: #ffffff !important;
    background: #1C3651;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    margin: 15px 0;
}

.type_text a.button:hover {
    background: #132438;
}

.map_canvas {
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin: 15px 0;
    border: 1px solid #DCE7EB;
}

.map_canvas #google_map {
    width: 100%;
    height: 250px;
}

table.references {
    width: 100%;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #222;
    border-color: #EEEEEE;
}

table.references tr td {
    padding: 10px 20px;
    border: 1px solid #DCE7EB;
}

.ajax-preview {
    display: block;
    margin: 20px 0;
}

.ajax-preview .fail-message {
    padding: 20px;
    background-color: #E95758;
    color: white;
    margin-bottom: 15px;
}

.ajax-preview .success-message {
    padding: 20px;
    background-color: #5DB75D;
    color: white;
    margin-bottom: 15px;
}

table.journal tr td {
    border: 1px solid #DCE7EB !important;
    padding: 10px;
}

table.journal tr:first-child {
    background: #95B3D7;
}

table.journal tr:last-child {
    background: #F6F6F6;
    text-align: center;
}

/* Sitemap List */

.sitemap-wrapper {
    margin: 10px 5px;
}

ul.list,
ul.list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.list ul {
    position: relative;
    margin-left: 15px;
}

ul.list ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    border-left: 3px solid #CBCBCB;
}

ul.list > li {
    margin-bottom: 15px !important;
}

ul.list li {
    position: relative;
    margin: 0;
    padding: 0 25px;
    color: #5190D0 !important;
    text-decoration: none;
}

ul.list li a {
    position: relative;
    color: #518AC4 !important;
    font-weight: 500;
    text-decoration: none;
    line-height: 26px;
}

ul.list li a:hover,
ul.list li a:hover + ul li a {
    color: #405c85 !important;
}

ul.list ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 0;
    border-top: 3px solid #CBCBCB;
}

ul.list ul li:last-child:before {
    top: 10px;
    bottom: 0;
    height: auto;
    background: RGBA(246, 246, 246, 1);
}

.pagination-table {
    margin: 0 auto;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1C3651;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1C3651;
    border-color: #1C3651;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.highlight {
    color: #1C3651;
    font-weight: bold !important;
}

#controls {
    float: right;
    padding-right: 11px;
    background: #1c3651;
    text-align: center;
    transition: .25s ease-out;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#controls a {
    font-size: 24px;
    color: #aaa;
    display: block;
    font-weight: bold;
    padding: 0 15px;
}

#controls a:hover {
    color: #fff;
    background: #000;
    transition: .25s ease-out;
}

#controls a.selected {
    background: #000;
    color: #fff !important;
}

#controls #small {
    font-size: 12px !important;
}

#controls #medium {
    font-size: 18px !important;
}

#controls #large {
    font-size: 18px !important;
}

#controls .resize-icon {
    display: inline-block;
    position: absolute;
    top: -3px;
    font-size: 14px;
}

#controls .controls .letter {
    position: relative;
}

#return-to-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    background-color: #1c3550cf;
    width: 50px;
    height: 50px;
    display: block;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top > .angle-up {
    background: url(../images/scroll-icon.svg) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 15px;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover .angle-up {
    background-position: center 13px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #1c3550;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.rss-icon {
    background: rgba(0, 0, 0, 0) url(../images/rss.svg) no-repeat;
    display: inline-block;
    width: 51px;
    height: 28px;
    margin-left: 5px;
    background-size: 15px;
    background-position: left bottom;
}

a.page-gallery-item {
    display: inline-block;
    height: 133px;
    margin-top: 11px;
}

.type_text a.page-gallery-item img {
    margin-top: 0 !important;
    width: auto !important;
    height: inherit;
}

.type_text a.page-gallery-item {
    margin-right: 15px !important;
}

.gallery-item .image.coins img, .gallery-item .image.coins img:hover {
    opacity: 1 !important;
}

.excel-btn {
    color: #fff;
    font-size: 16px;
    height: 56px;
    padding: 0 27px;
    margin-left: 2px;
    background: url(../images/excel.svg) no-repeat #1c3651;
    background-size: 27px;
    background-position: center center;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.excel-btn:hover {
    background: url(../images/excel-hover.svg) no-repeat #1c3651;
    background-size: 27px;
    background-position: center center;
    -webkit-box-shadow: 5px -5px 16px -3px rgba(36, 39, 41, 0.33);
    -moz-box-shadow: 5px -5px 16px -3px rgba(36, 39, 41, 0.33);
    box-shadow: 5px -5px 16px -3px rgba(36, 39, 41, 0.33);
}

.table_title p {
    height: 56px;
    line-height: 56px;
    background: #1c3651;
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

.top_img {
    margin-right: 12px !important;
    display: flex;
    align-items: center;
}

.top_img a {
    background: url(../images/logo-az.svg) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    width: 413px;
    height: 98px;
    background-size: 430px !important;
    background-position: -10px 3px !important;
}

.top_img_en a {
    background: url(../images/logo-en.svg) no-repeat rgba(0, 0, 0, 0);
    background-position: -13px 3px !important;
}

.top_txt {
    text-align: justify !important;
    text-align-last: justify;
}

.top_txt p {
    font-size: 19px !important;
    line-height: normal !important;
}

.top_txt p:first-child {
    margin-bottom: 2px;
}

.top_txt span {
    font-size: 38px;
    font-weight: 500;
}

.top_txt_en p {
    font-size: 17px !important;
}

.top_txt_en p:first-child {
    margin-bottom: 0 !important;
}

.head_youtube img {
    width: 20px;
}

.head_icons {
    width: 160px !important;
}

.head_icons a {
    margin-top: 4px;
}

.diagramm .infolines_banner {
    background-color: transparent !important;
    padding: 0 !important;
}

.diagramm .infolines_banner img {
    width: 100%;
    object-fit: fill;
}

.banner-in {
    height: 94px;
}

.banner-in img {
    width: 100%;
    object-fit: fill;
    height: 94px;
}

.pages-gallery-img {
    max-width: 100%;
}

.pages-gallery table {
    width: 100%;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #222;
    border-color: #EEEEEE;
}

.pages-gallery table tr td {
    padding: 10px 20px;
    border: 1px solid #DCE7EB;
}

.read_more {
    background: url(../images/icons/arrow-down.svg) no-repeat #1c3651;
    background-size: 11px;
    background-position: 155px center;
    width: 180px !important;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 22px 0 30px 34px;
    font-size: 16px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.read_less {
    background: url(../images/icons/arrow-up.svg) no-repeat #1c3651;
    background-size: 11px;
    background-position: 155px center;
    margin: 0 0 30px 34px;
}

.lang .opened .jq-selectbox__dropdown {
    display: block !important;
}

.auto-height {
    height: auto !important;
    max-height: auto !important;
}

.relize_item ul li img {
    position: relative !important;
    margin-left: 0 !important;
    margin-right: 25px;
}

.meas-search-wrap {
    margin: 25px 30px 20px;
}

.meas-search-wrap .table_hand_input {
    width: 48%;
}

.meas-search-wrap .form-row input {
    height: 40px;
    line-height: 34px;
    border: 1px solid #ECF0F1;
    width: 100%;
    padding: 0 10px;
}

.meas-search-wrap .form-row .select-wrap {
    width: 49%;
}

.meas-search-wrap .date_select {
    width: 100% !important;
}

.meas-search-wrap .table_input {
    padding-left: 40px !important;
    text-align: left !important;
    background-color: #fff !important;
    color: #000 !important;
}

.meas-search-wrap .date_select:before {
    right: 76px !important;
}

.meas-search-wrap .date_select:after {
    top: 11px !important;
    left: 76px !important;
}

.meas-search-wrap .date_select:before {
    background-size: 13px 7px !important;
}

.meas_search_btn {
    width: 180px;
    height: 35px;
    color: #fff;
    background: #1C3651;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.meas_search_btn:hover {
    background: #132438;
}

.meas-table {
    margin-top: 25px;
}

.meas-table table {
    background-color: transparent !important;
    margin: 1px 0 !important;
    width: 100% !important;
}

.meas-table th {
    border: 1px solid #DCE7EB;
    text-align: left;
    padding: 10px 20px;
}

.meas-table th, .meas-table td {
    background-color: #fff;
    border: 1px solid #f6f6f6 !important;
    line-height: 26px;
}

.meas-table .table_title {
    background-color: #1c3651;
    display: flex;
}

.pdf-btn {
    color: #fff;
    font-size: 16px;
    height: 56px;
    padding: 0 30px;
    margin-left: 2px;
    background: url(../images/icons/pdf.svg) center center/34px no-repeat #1c3651;
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.meas-search-wrap label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.meas-search-wrap .select-wrap,
.meas-search-wrap .table_head {
    margin-bottom: 15px;
}

.header_menu {
    margin-right: 2em;
}

.header_menu .menu > li {
    display: inline-block;
    margin: 0 6px;
}

.header_menu .menu .menu_link {
    font-weight: 400;
    color: #222222;
    padding: 6px 13px;
}

.header_menu .menu .menu_drop_link span {
    background: url(../images/angle-arrow-down1.png) no-repeat center center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 33;
    border-left: 1px solid #ECF0F1;
    display: flex;
    align-items: center;
}

.header_menu .menu > li:first-child:hover {
    background: rgba(23, 44, 65, 1);
    background: -moz-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 44, 65, 1)), color-stop(100%, rgba(28, 54, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 44, 65, 1)), to(rgba(28, 54, 81, 1)));
    background: linear-gradient(to bottom, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
}

.header_menu .menu > li:hover .menu_link {
    color: #fff;
}

.header_menu .menu > li:hover .menu_drop_link span {
    background: url(../images/angle-arrow-down.png) no-repeat center center !important;
    border-left: 1px solid #1a0b0b !important;
}

.header_menu .menu li a {
    font-weight: normal;
    text-transform: none;
}

.menu_drop_link {
    padding: 6px 46px 6px 13px !important;
}

.header_menu .menu li a:hover {
    background: none !important;
}

.header_menu .submenu li a {
    border-bottom: 1px solid #14273C !important;
    padding: 10px 16px !important;
    font-size: 16px;
}

.header_menu .submenu li a:hover {
    background: #132438 !important;
    color: #fff;
}

.mh-menu {
    display: none;
}

.list-view .summary {
    text-align: right;
    padding-right: 32px;
}

.list-view .empty {
    padding: 10px 32px;
}

.press-releases .list-view .empty {
    padding: 20px !important;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.header_hotline {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
}

.header_hotline img {
    width: 18px;
    margin: 0 3px 0 0;
}

.foot_item.contact p {
    margin-bottom: 10px;
}

.foot_item.contact p:last-child {
    margin-bottom: 0;
}

.copyright {
    position: absolute;
    bottom: 0;
}

.laws_table tr td {
    padding: 15px !important;
}

.laws_table tr td:first-child {
    text-align: center;
}

.laws_table td:last-child a {
    background: url(../images/icons/pdf.svg) center center/34px no-repeat;
    display: block !important;
    height: 37px;
    width: 30px;
    padding: 0;
    margin: auto;
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    text-indent: -1000px;
    overflow: hidden;

}

.social_icons {
    padding: 0 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e9e9e9;
}

.social_icons a {
    margin-right: 15px;
}

.social_icons > div a:nth-child(2) img {
    margin-bottom: 2px;
}

.social_icons .print_btn {
    background: url(../images/icons/print.svg) center center/27px no-repeat;
    background-size: 24px;
    height: 56px;
    margin-right: 0;
    width: 56px;
    border-left: 1px solid #f6f6f6;
}

.social_icons .print_btn:hover {
    background: url(../images/icons/print-hover.svg) center center/27px no-repeat;
    background-size: 24px;
    background-color: #1C3651;
    box-shadow: 5px -5px 16px -3px rgba(36, 39, 41, .33);
}

.social_icons a img {
    width: 20px;
}

/* Cards wrapper*/
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 20px 35px;
}

.cards-item {
    background: #fff;
    width: calc((100% - 20px) / 2);
    min-height: 360px;
    height: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ecf0f1;
    overflow: hidden;
}

.cards-content {
    height: 100%;
    min-height: 225px;
    padding: 20px;
}

.cards-content div {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 100%;
    padding: 0px 20px;
}

.cards-item hr {
    margin: 0px 20px;
    border-color: #F6F6F6;
}

.cards-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 20px;
    background: #1A324B;
    color: #fff;
}

.cards-content p {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-bottom: 15px;
}

.cards-content-btn {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    padding-right: 15px;
    font-size: 18px;
    color: #222;
}

.cards-content-btn::before {
    content: "";
    position: absolute;
    right: -25px;
    background-color: #1A324B;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.cards-content-btn::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 21px;
    top: 8px;
    position: absolute;
}

/* Content image */
.content-image {
    margin-bottom: 20px;
}
.content-image {
    max-width: 100%;
}

.pages-gallery .inner-accordion table tr td {
    padding: 0;
    border: 0;
}

.inner-accordion .inner-accordion-cell table tr td {
    padding: 10px 20px;
    border: 1px solid #DCE7EB;
}

/* Accordion inner */
.inner-table tr td {
    padding: 10px 20px;
    border: 1px solid #dce7eb;    
}

/* join us page  */
.type_text > .title-hr {
    font-size: 20px;
    font-weight: bold;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.info-card {
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 15%);
}

.info-card:before,
.info-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 1;
}

.info-card:after {
    transform-origin: right bottom;
}

.info-card:before {
    transform-origin: left top;
}

.info-card:hover:after,
.info-card:hover:before,
.info-card:focus:before,
.info-card:focus:after {
    transform: scale3d(1, 1, 1);
}

.info-card:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.info-card-inner {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.info-card-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-content {
    background-color: #1A324B;
    height: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.img-item {
    display: grid;
    justify-items: center;
}

.img-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.img-item > div,
.img-wrapper > div {
    width: 200px;
    display: grid;
    grid-auto-rows: 200px auto;
}

.img-wrapper > div > img,
.img-item > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1370px) {
    .img-wrapper {
        grid-gap: 20px;
    }
}

@media (max-width: 1080px) {
    .img-item > div,
    .img-wrapper > div {
        width: 150px;
        display: grid;
        grid-auto-rows: 150px auto;
    }
}

@media (max-width: 480px) {
    .info-cards {
        grid-template-columns: 1fr;
    }

    .img-item > div,
    .img-wrapper > div {
        width: 100px;
        display: grid;
        grid-auto-rows: 100px auto;
    }
}

@media (min-width: 240px) and (max-width: 320px) {
    .img-item > div,
    .img-wrapper > div {
        width: 80px;
        display: grid;
        grid-auto-rows: 80px auto;
    }
}

/* Charts */
.two-column {
    display: flex;
    justify-content: space-between;
}

.two-column, .one-column {
    min-height: 415px;
    margin-bottom: 50px;
}

.two-column .chart {
    width: 49%;
}

.two-column .chart,
.one-column .chart {
    background-color: #FFFFFF;
    max-height: 980px;
    min-height: 415px;
    position: relative;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}

.one-column.pie-chart .chart {
    min-height: auto;
}

.multiple-chart {
    display: flex;
    height: auto;
    flex-direction: column;
}

.multiple-chart-open {
    max-height: 500px!important;
    height: 500px!important;
}

.two-column .chart h4,
.one-column .chart h4 {
    background-color: #1A324B;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 5px 5px 0 0;
}

.pie-chart h4 {
    background-color: #1A324B;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 5px 5px 0 0;
}

#chart5 .apexcharts-legend-series[rel="2"],
#chart6 .apexcharts-legend-series[rel="2"],
#chart7 .apexcharts-legend-series[rel="2"],
#chart8 .apexcharts-legend-series[rel="2"],
#chart9 .apexcharts-legend-series[rel="2"] {
    display: none;
}

.pie-chart .chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-chart .chart {
    transition: .3s ease;
}

#chart10 .apexcharts-slices g[rel="1"],
#chart16 .apexcharts-slices g[rel="1"] {
    cursor: pointer;
}

#chart10 {
    overflow: hidden;
}

#chart13 .apexcharts-legend {
    justify-content: left;
}

.multiple-chart > .resize-triggers {
    height: 0;
}

#chart13:before {
    content: "";
    position: absolute;
    top: 9%;
    left: 28%;
    background-color: #222;
    width: 2px;
    height: 15px;
    transform: rotate(-25deg);
    opacity: 0;
}

#chart13.animated:before {
    opacity: 1;
}

.animated {
    -webkit-animation-name: bounceInLeft;
    animation: bounceInLeft;
    animation-duration: 2s;
}

.animate-chart {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-out {
    opacity: 0;
    -webkit-animation-name: bounceOutLeft;
    animation: bounceOutLeft;
    animation-duration: 1s;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0) scaleX(3);
    transform: translate3d(-300px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0) scaleX(3);
    transform: translate3d(-300px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0) scaleX(2);
    transform: translate3d(-300px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0) scaleX(2);
    transform: translate3d(-300px, 0, 0) scaleX(2);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0) scaleX(2);
    transform: translate3d(300px, 0, 0) scaleX(2);
  }
}

#chart5 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(1) {
    opacity: 0;
}

#chart5 .apexcharts-bar-series > g:nth-child(3) text,
#chart6 .apexcharts-bar-series > g:nth-child(3) text,
#chart7 .apexcharts-bar-series > g:nth-child(3) text {
    fill: #FFFFFF;
    /*transform: translate(0px, 27px);*/
}

#chart6 .apexcharts-bar-series > g:nth-child(4) text {
    transform: translate(0px, -30px);
}
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(2) {
    transform: translate(0px, -3px);
}
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(3) {
    transform: translate(0px, -12px);
}
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(4),
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(5) {
    transform: translate(0px, -15px);
}
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(6) {
    transform: translate(0px, -20px);
}
#chart6 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(7) {
    transform: translate(0px, -15px);
}

#chart7 .apexcharts-bar-series > g:nth-child(4) text {
    transform: translate(0px, -80px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(2) {
    transform: translate(0px, -5px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(3) {
    transform: translate(0px, 5px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(4) {
    transform: translate(0px, -2px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(5) {
    transform: translate(0px, 20px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(6) {
    transform: translate(0px, 20px);
}
#chart7 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(7) {
    transform: translate(0px, 20px);
}

#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(1),
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(2),
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(3),
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(4),
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(5) {
    opacity: 0;
}
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(1),
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(2),
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(3),
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(4),
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(5) {
    opacity: 0;
}

#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(6) text,
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(7) text,
#chart8 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(8) text,
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(6) text,
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(7) text,
#chart9 .apexcharts-bar-series > g:nth-child(3) > g:nth-child(8) text {
    fill: #FFFFFF;
}
#chart8 .apexcharts-bar-series > g:nth-child(4) text {
    transform: translate(0px, -35px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(2) {
    transform: translate(0px, -5px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(3){
    transform: translate(0px, -10px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(4) {
    transform: translate(0px, -15px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(5) {
    transform: translate(0px, -22px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(6) {
    transform: translate(0px, -25px);
}
#chart8 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(7) {
    transform: translate(0px, -27px);
}

#chart9 .apexcharts-bar-series > g:nth-child(4) text {
    transform: translate(0px, -50px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(2) {
    transform: translate(0px, -7px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(3) {
    transform: translate(0px, -5px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(4) {
    transform: translate(0px, -10px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(5) {
    transform: translate(0px, -20px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(6) {
    transform: translate(0px, -25px);
}
#chart9 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(7) {
    transform: translate(0px, -22px);
}


#chart5 .apexcharts-bar-series > g:nth-child(4) text {
    transform: translate(0px, -90px);
}
#chart5 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(2),
#chart5 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(3) {
    transform: translate(0px, -5px);
}
#chart5 .apexcharts-bar-series > g:nth-child(4) > g:nth-child(4) {
    transform: translate(0px, 5px);
}

/*#chartInner:before {
    content: "";
    position: absolute;
    top: 5%;
    right: 52%;
    background-color: #222;
    width: 2px;
    height: 15px;
    transform: rotate(-10deg);
    opacity: 0;
}

#chartInner.open-inner:before {
    opacity: 1;
}

#chartInner .apexcharts-slices > g:nth-child(6) {
    transform: translate(0px, -55px);
}

#chartInner .apexcharts-inner .apexcharts-pie > g:nth-child(1), 
#chartInner2 .apexcharts-inner .apexcharts-pie > g:nth-child(1) {
    transform: translateY(30px);
}

#chartInner .apexcharts-slices > g:nth-child(6) text {
    fill: #222;
}*/

/*.apexcharts-bar-area:hover {
    fill: #FF0099;
}*/

#chart13 .apexcharts-slices > g:nth-child(5) {
    transform: translate(-20px, -45px);
}
#chart13 .apexcharts-inner .apexcharts-pie > g:nth-child(1) {
    transform: translateY(25px);
}
#chart13 .apexcharts-slices > g:nth-child(5) text {
    fill: #222;
}


#chart6 .apexcharts-tooltip,
#chart7 .apexcharts-tooltip {
    white-space: pre-wrap!important;
    max-width: 210px;
}
#chart6 .apexcharts-tooltip-marker,
#chart7 .apexcharts-tooltip-marker {
    min-width: 12px;
    min-height: 12px;
    margin-right: 8px;
}

#chart10 .apexcharts-slices g:nth-child(3) {
    transform: translate(0, -107px);  
}



.pie-text-1, .pie-text-2 {
    position: absolute;
    z-index: 10;
    color: #FFFFFF;  
}

.pie-text-1 {
    width: 15%;
    top: 38%;
    left: 35%;
}

.pie-text-2 {
    width: 20%;
    top: 38%;
    left: 52%;
}

.chart.show-chart .pie-text-1 {
    left: 20%;
}

.chart.show-chart .pie-text-2 {
    left: 38%;
}

#chart10 .apexcharts-datalabels {
    position: relative;
}

#chart10 .apexcharts-datalabels:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
}

#chart .apexcharts-legend-series [rel="2"],
#chart2 .apexcharts-legend-series [rel="2"] {
    cursor: pointer;
}

/* apexcharts global styles */
#chart10 .apexcharts-legend {
    display: none;
}

#chart .apexcharts-legend .apexcharts-legend-marker,
#chart2 .apexcharts-legend .apexcharts-legend-marker {
    cursor: auto;
}

#chart17 {
    cursor: pointer;
}

.chart.chart-flip {
    background-color: transparent;
    box-shadow: none;
    overflow: unset;
}

.flip-card-inner {
    height: 100%;
    max-height: 477px;
    position: relative;
    -webkit-transition: all 1.5s cubic-bezier(0.5, 1.1, 0.5, 1.1);
    transition: all 1.5s cubic-bezier(0.5, 1.1, 0.5, 1.1);
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    height: 100%;
    background-color: #ffffff;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: rotateY(180deg);
    z-index: 1;
}

.rotate-card {
    transform: rotateY(180deg);
}

.chart.multiple-chart .inner-title {
    background-color: transparent;
    display: none;
    color: #222222;
    text-align: center;
    padding: 10px 20px;
}

.chart.multiple-chart .open-title {
    display: block;
}


/* Float */
.hvr_float {
    display: inline-block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr_float:hover, .hvr_float:focus, .hvr_float:active {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/**
 * Highlight target note
 */
.type_text.pages-gallery :target {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

/**
 * Gridview
 */
.grid-view {
    padding: 30px;
}

.grid-view .pagination {
    margin: 0 !important;
}

.grid-view .summary {
    margin-bottom: 10px;
    text-align: right;
}

.grid-view .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.grid-view .table th,
.grid-view .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.grid-view thead {
    background: #1C3651;
    color: white;
}

.grid-view thead th a {
    color: white;
}

.grid-view td a, .grid-view td a:active, .grid-view td a:focus {
    color: #518ac4 !important;
}

.grid-view td a:hover {
    color: #132438 !important;
    text-shadow: 1px 1px 0 rgba(150, 150, 150, 1);
}

/* add sorting icons to gridview sort links */
.grid-view a.asc:after, .grid-view a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.grid-view a.asc:after {
    content: /*"\e113"*/ "\e151";
}

.grid-view a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.grid-view .sort-numerical a.asc:after {
    content: "\e153";
}

.grid-view .sort-numerical a.desc:after {
    content: "\e154";
}

.grid-view .sort-ordinal a.asc:after {
    content: "\e155";
}

.grid-view .sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.grid-view .table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.grid-view .table-sm th,
.grid-view .table-sm td {
    padding: 0.3rem;
}

.grid-view .table-bordered {
    border: 1px solid #dee2e6;
}

.grid-view .table-bordered th,
.grid-view .table-bordered td {
    border: 1px solid #dee2e6;
}

.grid-view .table-bordered thead th,
.grid-view .table-bordered thead td {
    border-bottom-width: 2px;
}

.grid-view .table-borderless th,
.grid-view .table-borderless td,
.grid-view .table-borderless thead th,
.grid-view .table-borderless tbody + tbody {
    border: 0;
}

.grid-view .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.grid-view .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.grid-view .table-primary,
.grid-view .table-primary > th,
.grid-view .table-primary > td {
    background-color: #b8daff;
}

.grid-view .table-primary th,
.grid-view .table-primary td,
.grid-view .table-primary thead th,
.grid-view .table-primary tbody + tbody {
    border-color: #7abaff;
}

.grid-view .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.grid-view .table-hover .table-primary:hover > td,
.grid-view .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.grid-view .table-secondary,
.grid-view .table-secondary > th,
.grid-view .table-secondary > td {
    background-color: #d6d8db;
}

.grid-view .table-secondary th,
.grid-view .table-secondary td,
.grid-view .table-secondary thead th,
.grid-view .table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.grid-view .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.grid-view .table-hover .table-secondary:hover > td,
.grid-view .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.grid-view .table-success,
.grid-view .table-success > th,
.grid-view .table-success > td {
    background-color: #c3e6cb;
}

.grid-view .table-success th,
.grid-view .table-success td,
.grid-view .table-success thead th,
.grid-view .table-success tbody + tbody {
    border-color: #8fd19e;
}

.grid-view .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.grid-view .table-hover .table-success:hover > td,
.grid-view .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.grid-view .table-info,
.grid-view .table-info > th,
.grid-view .table-info > td {
    background-color: #bee5eb;
}

.grid-view .table-info th,
.grid-view .table-info td,
.grid-view .table-info thead th,
.grid-view .table-info tbody + tbody {
    border-color: #86cfda;
}

.grid-view .table-hover .table-info:hover {
    background-color: #abdde5;
}

.grid-view .table-hover .table-info:hover > td,
.grid-view .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.grid-view .table-warning,
.grid-view .table-warning > th,
.grid-view .table-warning > td {
    background-color: #ffeeba;
}

.grid-view .table-warning th,
.grid-view .table-warning td,
.grid-view .table-warning thead th,
.grid-view .table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.grid-view .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.grid-view .table-hover .table-warning:hover > td,
.grid-view .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.grid-view .table-danger,
.grid-view .table-danger > th,
.grid-view .table-danger > td {
    background-color: #f5c6cb;
}

.grid-view .table-danger th,
.grid-view .table-danger td,
.grid-view .table-danger thead th,
.grid-view .table-danger tbody + tbody {
    border-color: #ed969e;
}

.grid-view .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.grid-view .table-hover .table-danger:hover > td,
.grid-view .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.grid-view .table-light,
.grid-view .table-light > th,
.grid-view .table-light > td {
    background-color: #fdfdfe;
}

.grid-view .table-light th,
.grid-view .table-light td,
.grid-view .table-light thead th,
.grid-view .table-light tbody + tbody {
    border-color: #fbfcfc;
}

.grid-view .table-hover .table-light:hover {
    background-color: #ececf6;
}

.grid-view .table-hover .table-light:hover > td,
.grid-view .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.grid-view .table-dark,
.grid-view .table-dark > th,
.grid-view .table-dark > td {
    background-color: #c6c8ca;
}

.grid-view .table-dark th,
.grid-view .table-dark td,
.grid-view .table-dark thead th,
.grid-view .table-dark tbody + tbody {
    border-color: #95999c;
}

.grid-view .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.grid-view .table-hover .table-dark:hover > td,
.grid-view .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.grid-view .table-active,
.grid-view .table-active > th,
.grid-view .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.grid-view .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.grid-view .table-hover .table-active:hover > td,
.grid-view .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.grid-view .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.grid-view .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.grid-view .table-dark {
    color: #fff;
    background-color: #343a40;
}

.grid-view .table-dark th,
.grid-view .table-dark td,
.grid-view .table-dark thead th {
    border-color: #454d55;
}

.grid-view .table-dark.table-bordered {
    border: 0;
}

.grid-view .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.grid-view .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}


.grid-view .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-view .table-responsive > .table-bordered {
    border: 0;
}

.grid-view .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-view .table-responsive > .table-bordered {
    border: 0;
}

.lightgallery {
    cursor: pointer;
}

.semi-bold {
    font-weight: 500 !important;
}

.bold {
    font-weight: 800 !important;
}

.blue {
    color: #1C3651 !important;
}

@media (max-width: 1370px) {
    .content_overlay {
        display: flex;
        flex-direction: column-reverse;
    }

    .ratings-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    table.references tbody {
        font-size: 14px;
    }

    table.references tr td {
        padding: 5px;
    }

    .content_title {
        padding-left: 13px;
        position: relative;
    }

    #controls {
        padding-right: 11px;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: -96px;
        justify-content: flex-start;
        background-color: #eeeeeef7;
    }

    #controls a {
        display: block;
        font-weight: 700;
        padding: 8px;
        height: inherit;
        width: 37px;
        color: #1c3651 !important;
        margin: 0 3px;
    }

    #controls a:hover, #controls a:active, #controls a:focus {
        background: #c3c6ca !important;
    }

    #controls #small {
        font-size: 16px !important;
    }

    #controls #large, #controls #medium {
        font-size: 20px !important;
    }

    #controls .resize-icon {
        top: 1px;
    }

    dd {
        padding: 10px 15px;
    }

    .references {
        width: 312px !important;
    }

    table.references tr td {
        padding: 10px 5px;
        line-height: 19px;
    }

    .meas-table th, .meas-table td {
        font-size: 14px;
        padding: 10px 9px;
    }

    .social_icons {
        padding: 0 0 0 11px;
        width: 100%;
        background-color: #fbfbfb;
        margin-bottom: 38px;
    }

    .social_icons a {
        margin-right: 15px;
    }

    .social_icons a:last-child {
        padding-right: 0;
    }

    .content_content {
        position: relative;
    }

}

@media (min-width: 768px) {
    .man_txt > p {
        min-height: 63px;
    }

    .meas-table .fix-col {
        width: 355px;
    }
}

@media (max-width: 768px) {
    .top_img a {
        width: 300px;
        height: 65px;
        background-size: 296px !important;
        background-position: left center !important;
    }

    .table_title p {
        width: 80%;
        text-align: center;
        float: left;
        margin-right: 2px;
    }

    .excel-btn {
        width: 19% !important;
        margin: 0 !important;
    }

    [class*=hint--]:after {
        display: none !important;
    }

    [class*=hint--]:before {
        display: none !important;
    }

    .meas-search-wrap {
        margin: 25px 10px 20px;
    }

    .meas-search-wrap label {
        font-size: 16px;
    }

    .meas-table th {
        text-align: center;
    }
}

@media (max-width: 668px) {
    .relize_item ul li img {
        margin-right: 31px !important;
    }
}

@media (min-width: 481px) {
    .laws_table_wrap {
        padding: 20px !important;
    }
}

@media (max-width: 481px) {
    .date_select {
        width: 100% !important;
    }

    .top_txt p {
        font-size: 13px !important;
    }

    .top_img {
        margin-right: 19px !important;
    }

    .top_txt span {
        font-size: 27px !important;
    }

    .top_txt_en p {
        font-size: 12px !important;
    }

    .type_text {
        padding: 11px !important;
    }
}

@media (max-width: 1080px) {
    .lang {
        margin-left: 10px !important;
    }

    .head_icons {
        width: 133px !important;
    }

    .header_menu {
        margin-right: 0;
    }
}

@media (min-width: 980px) {
    .header_menu .menu {
        background: none !important;
    }

    .header_menu .menu > li {
        border: 1px solid #ECF0F1;
    }

    .header_menu .menu > li {
        background: #fff;
    }

    .laws_table {
        width: 100% !important;
    }
}

@media (max-width: 980px) {
    .head_icons {
        width: 145px !important;
    }

    .meas-table .table_title p {
        text-align: left;
        padding: 0 13px !important;
    }

    .header_menu {
        margin-right: 0;
    }

    .header_menu .menu, header .header_hotline {
        display: none;
    }

    .mh-menu {
        display: block;
    }

    .mh-menu {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(to bottom, rgb(240, 239, 239) 0%, rgb(245, 245, 245) 100%) !important;
    }

    .mh-menu > li {
        width: 50%;
        margin: 0 !important;
    }

    .mh-menu > li:first-child {
        border-right: 1px solid #dedede !important;
    }

    .header_menu .menu li a {
        font-size: 16px;
    }

    .header_menu .header_hotline {
        color: #000 !important;
        display: flex;
        align-items: center;
        padding: 3px 0;
        justify-content: center;
        font-size: 18px !important;
        margin-right: 0;
    }

    .header_menu .header_hotline::before {
        width: 10px;
    }

    .header_menu .header_hotline:hover,
    .header_menu .header_hotline:active,
    .header_menu .header_hotline:focus {
        background-color: transparent !important;
    }

    .menu_drop_link {
        padding: 7px 33px 7px 13px !important;
    }

    .mh-menu .submenu {
        width: 100%;
    }

    .mh-menu .submenu::before {
        content: '';
        position: absolute;
        right: 5px;
        top: calc(50% - 3px);
        border-top: 5px solid rgba(0, 0, 0, 0.3);
        border-bottom: 0 solid transparent;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .header_menu .menu .menu_drop_link span {
        border-left: 0 !important;
    }

    .search_block {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .banner-in {
        height: 40px !important;
    }

    .banner-in img {
        height: 40px !important;
    }
}

@media (min-width: 481px) and (max-width: 1171px) {
    .date_select {
        width: 150px !important;
    }
}

@media (max-width: 1171px) {
    .table_title p {
        font-size: 14px !important;
        height: 45px !important;
        line-height: 45px !important;
        padding: 0 10px !important;
    }

    .excel-btn {
        padding: 0 25px !important;
        height: 45px !important;
    }

    .table_hand_input {
        width: 100% !important;
    }

    .banner-in {
        height: 63px;
    }

    .banner-in img {
        height: 63px;
    }

    .header_menu .menu > li {
        margin: 0 4px;
    }

    .header_menu {
        margin-right: 7px;
    }

    .m_header_menu {
        margin-right: 0 !important;
    }
}

@media (min-width: 240px) and (max-width: 320px) {

    .header {
        padding: 18px 15px 18px 15px !important;
    }

    .head_icons {
        width: 111px !important;
    }

    .references {
        width: 258px !important;
    }

    .references tbody {
        font-size: 12.5px !important;
    }

    .meas-table th, .meas-table td {
        font-size: 12px;
    }

    .meas-search-wrap label {
        font-size: 13px;
    }

}

@media (max-width: 890px) {
    .table-wrap {
        overflow: auto;
        margin: 0 -30px;
    }

    .search_block {
        display: none !important;
    }
}