/* all */
html,
body {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    counter-reset: section;
}
[data-elementor-type] {
    position: relative;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    outline: 1px solid rgba(0, 0, 0, 0.07);
}
body a {
    text-decoration: none !important;
}
@media (min-width: 576px) {
    .disable-container-padding.container,
    .disable-container-padding.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}
.fa, .fab, .fal, .far, .fas {
    font-family: "Font Awesome 5 Free", FontAwesome !important;
    font-weight: normal;
}
.no-wrap {
    white-space: nowrap;
}
.wp-block-image {
    text-align: center;
}
figure.wp-block-image:not(.is-resized),
.wp-block-image figure:not(.is-resized) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image img {
    width: 100%;
}
.wp-block-image figcaption {
    display: block !important;
    max-width: 95%;
    margin: auto;
}
blockquote.wp-block-quote {
    border-color: #39C2D7;
    border-style: solid;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05);

    /*rtl:ignore*/
    border-width: 0 0 0 0.2rem;
    color: inherit;
    font-size: 1em;
    margin: 1.5rem 0;

    /*rtl:ignore*/
    padding: 0.5rem 1.5rem 0.5rem 2rem;
}
.w-max {
    width: max-content !important;
}
.max-height {
    height: max-content;
}
.text-bold {
    font-weight: bold;
}
.big-space-0 {
    width: 0 !important;
}
.big-space-1 {
    width: 37.5% !important;
}
.big-space-2 {
    width: 25% !important;
}
.big-space-3 {
    width: 12.5% !important;
}
.container-loading {
    position: relative;
    transition: all 1s;
}
.container-loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.8;
    z-index: 100;
}
.container-loading::after {
    content: url("../images/loading.gif");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}
/******************************************************************************************************/
/*                                          GLOBAL                                                    */
/******************************************************************************************************/
.overflow-auto {
    overflow: auto;
}
/* pagination global */
.pagination-global {
    margin-top: 20px;
    width: 100%;
    overflow: auto;
}
.pagination-global ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.pagination-global li > * {
    padding: 6px 6px;
    min-width: 32px;
    min-height: 32px;
    margin: 0 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
.pagination-global li span.current {
    background: #222222;
    color: #FFFFFF;
}
.pagination-global li a {
    text-decoration: none;
    color: #222222;
}
.pagination-global li .prev,
.pagination-global li .next {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
    .pagination-global li > * {
        margin: 0 2px;
    }

    [data-elementor-type="header"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}
@media (max-width: 575px) {
    .pagination-global li > * {
        margin: 0;
    }
}
/* pagination category */
.pagination-category {
    margin-top: 20px;
    width: 100%;
    overflow: auto;
}
.pagination-category ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    width: max-content;
}
.pagination-category li > * {
    padding: 6px 6px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
.pagination-category li span.current {
    background: #222222;
    color: #FFFFFF;
}
.pagination-category li a {
    text-decoration: none;
    color: #222222;
}
.pagination-category li .prev,
.pagination-category li .next {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
    .pagination-category li > * {
        margin: 0 2px;
    }

    [data-elementor-type="header"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}
@media (max-width: 575px) {
    .pagination-category li > * {
        margin: 0;
    }
}
/* subscribe email */
.subscribe-email-section .elementor-container {
    padding: 15px 70px;
}
.subscribe-email-section .elementor-widget-heading {
    margin-bottom: 0;
}
.subscribe-email-section .subscribe-content {
    max-width: 374px;
}
.subscribe-email-section .form-subscribe-email {
    width: 100%;
    max-width: 559px;
    position: relative;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-email-section .form-subscribe-email input {
    margin-bottom: 0;
    width: 100%;
    height: 58px;
    border-radius: 8px;
    border: none;
    outline: none;
    padding-left: 56px;
}
.subscribe-email-section .form-subscribe-email input::placeholder {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    letter-spacing: 0.1px;
}
.subscribe-email-section .form-subscribe-email button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
    background: linear-gradient(135deg, #6BE3ED 0%, #39C2D7 100%);
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
    padding: 0 41px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}
.subscribe-email-section .form-subscribe-email i {
    font-size: 16px;
    position: absolute;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
}
.subscribe-email-section .form-email .elementor-widget-wrap {
    align-content: center;
}
@media (max-width: 991px) {
    .subscribe-email-section .elementor-column {
        width: 100%;
    }
    .subscribe-email-section .subscribe-content {
        margin: auto;
    }
    .subscribe-email-section .form-subscribe-email {
        margin-top: 32px;
    }
    .subscribe-email-section .elementor-container {
        padding: 30px 60px;
    }
}
@media (max-width: 575px) {
    .subscribe-email-section .form-subscribe-email button {
        top: unset;
        right: unset;
        left: 50%;
        bottom: calc(-100% - 10px);
        transform: translateX(-50%);
    }
    .subscribe-email-section .elementor-container {
        padding: 30px 15px 110px 15px;
    }
}
/* post content */
.post-single-content figcaption {
    text-align: center;
    color: #555d66;
    font-size: 13px;
    line-height: 20px;
}
.post-single-content p:not(:last-child),
.post-single-content h5,
.post-single-content h4,
.post-single-content h3,
.post-single-content h2,
.post-single-content h1 {
    margin-bottom: 24px;
}
/* Search - form */
.search-form {
    position: relative;
}
.search-form input {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    outline: none;
}
.search-form button {
    width: max-content;
    height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 4px;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
}
.search-form input::placeholder {
    color: #DDDDDD;
}
.search-form i {
    padding: 14px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #0039E4 0%, #04DBF1 100%);
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
}
/* Heading banner */
.heading-banner-page .elementor-heading-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .heading-banner-page .elementor-heading-title {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (max-width: 575px) {
    .heading-banner-page .elementor-heading-title {
        font-size: 30px;
        line-height: 38px;
    }
}
/* search - no */
.no-result {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
}
.no-tag {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
}
.result-context {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #484848;
}
@media (max-width: 991px) {
    .result-context {
        font-size: 26px;
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .no-result {
        font-size: 16px;
    }
    .no-tag {
        font-size: 16px;
    }
    .result-context {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/*  Select2 */
.select2-container {
    font-size: 14px;
}

.select2-item + .select2-container,
.select2-item + .select2-container .select2-selection {
    height: 100%;
}

.select2-item + .select2-container .select2-selection {
    border-color: rgba(0, 0, 0, 0.1);
    padding-right: 40px;
}

.select2-item + .select2-container.select2-container--open .select2-selection {
    border-color: #AAA;
}

.select2-item + .select2-container .select2-selection__rendered {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 16px;
}

.select2-item + .select2-container .select2-selection__arrow {
    display: none;
}

.select2-container .select2-search--dropdown .select2-search__field {
    outline: none;
}

/******************************************************************************************************/
/*                                          HEADER                                                    */
/******************************************************************************************************/
.header .header-logo {
    flex: 1;
}
.header .header-logo-mobile .elementor-widget-container .elementor-image img {
    height: 40px;
    width: auto;
}
.header .elementor-column:not(.header-logo) {
    width: max-content;
}
.header .header-logo .elementor-column:first-child {
    width: max-content;
    flex: none;
}
.header .header-logo .elementor-column:last-child {
    flex: 1;
}
/* header - search bar */
.header .search-bar i {
    color: #000000;
}
.header .search-bar.active i {
    color: #39C2D7;
    z-index: 0;
}
.header .search-bar {
    background: #1a3365;
}
/* header - flag switcher */
.arrow-up:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.lang-switcher {
    cursor: pointer;
    position: relative;
}
.lang-switcher:hover .list-flag {
    display: block;
}
.lang-switcher .current-flag .flag,
.lang-switcher .flag-item {
    display: flex;
}
.lang-switcher .current-flag .flag img {
    height: 20px;
}
.lang-switcher .current-flag {
    display: flex;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #39C2D7;
    font-size: 17px;
}
.lang-switcher .list-flag {
    display: none;
    position: absolute;
    right: -30px;
    top: 100%;
    background: #FFFFFF;
    width: max-content;
    border-radius: 15px;
    box-shadow: 12px 19px 62px #0D344F;
}
.lang-switcher .current-flag i {
    color: #333333;
}
.lang-switcher .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    letter-spacing: 0.2px;
}
.lang-switcher .list-flag .flag-item {
    position: relative;
    padding: 20px 70px 20px 65px;
}
.lang-switcher .list-flag .flag-item:not(:last-child):after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F2F2;
}
.lang-switcher .list-flag .flag-item i {
    color: #333333;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.lang-switcher .list-flag .flag-item:hover {
    background: #fafbff;
    border-radius: 15px;
}
.lang-switcher .list-flag .flag {
    display: flex;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.lang-switcher .list-flag .flag img {
    height: 20px;
}
.lang-switcher .current-flag .name {
    color: #333333;
    margin: 0 10px 0 5px;
}

.header .divider-right {
    padding: 0 15px
}

.header .divider-right:after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #39C2D7;
}

@media (max-width: 575px) {
    .lang-switcher .current-flag .name {
        margin: 0 5px;
    }
    .lang-switcher .list-flag {
        right: -50px;
    }
    .lang-switcher .list-flag .flag-item {
        padding: 18px 40px 18px 65px;
    }
    .lang-switcher .list-flag .flag-item i {
        right: 15px;
    }
}
/* header - menu */
.menu {
    z-index: 10;
}
.menu .menu-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.2;
}
.menu .elementor-item:after {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.menu .elementor-item + .sub-menu {
    top: calc(100% + 10px) !important;
}
.menu .elementor-column {
    width: max-content;
}
.menu .elementor-sub-item {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
}
.menu .sub-menu .menu-item:not(:last-child)::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F2F2;
}
.menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.menu .elementor-nav-menu--dropdown .elementor-item.highlighted,
.menu .elementor-nav-menu--dropdown .elementor-item:focus,
.menu .elementor-nav-menu--dropdown .elementor-item:hover,
.menu .elementor-sub-item.elementor-item-active,
.menu .elementor-sub-item.highlighted,
.menu .elementor-sub-item:focus,
.menu .elementor-sub-item:hover {
    background: transparent;
}
.menu .elementor-sub-item:hover {
    background: #fafbff;
}
.menu ul.elementor-nav-menu--dropdown a {
    border: none;
}
.menu .elementor-column:first-child {
    flex: 1;
}
.menu .menu-search-icon .elementor-icon-wrapper {
    display: flex;
}
@media (max-width: 1199px) {
    .menu .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .menu {
        display: none;
    }
}
/* header - menu search bar */
.search-bar,
.search-bar i {
    transition: all 0.5s;
}
.search-bar {
    width: 0px;
    position: relative;
    border-radius: 25px;
}
.search-bar input {
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 0;
    border-radius: 25px;
}
.search-bar i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #FFFFFF;
    cursor: pointer;
}
.search-bar i:hover {
    color: #39C2D7;
}
.search-bar.active {
    width: 150px;
    cursor: pointer;
}
.search-bar.active input {
    display: block;
    padding: 0 30px 0 15px;
}
.search-bar.active i {
    right: 10px;
    z-index: -1;
}
@media (max-width: 350px) {
    .search-bar.active {
        width: 120px;
    }
}
/* header - menu search */
.search-bar.search-menu {
    width: 30px;
    border-radius: 15px;
    padding-left: 10px
}
.search-bar.search-menu.active div {
    opacity: 1;
    top: 40px;
}
.search-bar.search-menu div {
    opacity: 0;
    width: 300px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 0;
    transition: all 0.5s ease;
    border-radius: 15px;
    box-shadow: 12px 19px 60px rgba(13, 52, 79, 0.6);
}
.search-bar.search-menu div:before {
    content: "\f002";
    font-family: FontAwesome, "Font Awesome 5 Free";
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #CFCFCF;
}
.search-bar.search-menu input {
    border-radius: 15px;
    width: 100%;
    padding: 32px 62px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    display: none;
}
.search-bar.search-menu.disable-open input,
.search-bar.search-menu.active input {
    display: block;
}
.search-bar.search-menu input::placeholder {
    color: #999999;
}
.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-bar.search-menu.active i {
    right: 0;
    z-index: unset;
}
/* header sidebar */
.elementor-popup-modal {
    z-index: 100000;
}
.dialog-close-button i {
    border: 1px solid #9e9696;
    padding: 5px;
    border-radius: 5px;
}
.header-menu-sidebar {
    padding: 52px 32px 60px 32px;
}
.header-menu-sidebar ul.sub-menu li.menu-item {
    padding-left: 12px;
}
.header-menu-sidebar .header-sidebar-logo img {
    height: 35px;
    width: auto;
}
.header-menu-sidebar .menu-item {
    width: unset;
    margin: 0 -12px;
}
.header-menu-sidebar .sub-menu .menu-item {
    width: 100%;
    margin: 0;
}
.header-menu-sidebar .menu-item .elementor-item {
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 0;
    border-radius: 4px;
}
.header-menu-sidebar .menu-item .elementor-sub-item {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    border: none;
    padding-right: 0;
}
.header-menu-sidebar .elementor-nav-menu--dropdown {
    overflow: visible;
}
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item.highlighted,
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item:focus,
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item:hover,
.header-menu-sidebar .elementor-sub-item.elementor-item-active,
.header-menu-sidebar .elementor-sub-item.highlighted,
.header-menu-sidebar .elementor-sub-item:focus,
.header-menu-sidebar .elementor-sub-item:hover {
    background: transparent;
}
.header-menu-sidebar .menu-item:hover {
    background: #fafbff;
}
.header-menu-sidebar .menu-item .elementor-item,
.header-menu-sidebar .menu-item .elementor-sub-item {
    border-bottom: none;
    color: #123F6D;
    padding-left: 0;
}
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    background: #123F6D;
    color: #FFFFFF;
}
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item.elementor-item-active.highlighted {
    border-radius: 4px 4px 0 0;
}
.header-menu-sidebar .elementor-nav-menu--dropdown .elementor-item.elementor-item-active + ul.sub-menu {
    background: rgba(18, 63, 109, 0.1);
    border-radius: 0 0 4px 4px;
}
.header-menu-sidebar .sub-menu.elementor-nav-menu--dropdown .menu-item.current-menu-item {
    background: rgba(18, 63, 109, 0.5);
}
.header-menu-sidebar .sub-menu.elementor-nav-menu--dropdown .menu-item.current-menu-item .elementor-sub-item {
    color: #ffffff;
}

/******************************************************************************************************/
/*                                          FOOTER                                                    */
/******************************************************************************************************/
.footer-reference .elementor-row {
    justify-content: space-between;
}
.footer-reference .elementor-column .elementor-column-wrap .elementor-widget-wrap {
    display: block;
}
.footer-reference .elementor-column {
    width: max-content;
}
.footer-reference .elementor-column:first-child {
    max-width: 270px;
}
.footer-reference .elementor-column:last-child {
    min-width: 350px;
}
@media (max-width: 575px) {
    .footer-reference .elementor-column:first-child {
        max-width: unset;
        width: 50%;
    }
    .footer-reference .elementor-column:nth-child(2) {
        max-width: 50%;
        padding-left: 10px;
    }
    .footer-reference .elementor-column:last-child {
        min-width: unset;
        width: 100%;
    }
}
/* footer - email contact */
.email-contact-footer .elementor-image-box-wrapper {
    display: flex;
}
@media (max-width: 575px) {
    .email-contact-footer .elementor-image-box-img {
        padding-right: 12px;
    }
}
@media (max-width: 400px) {
    .email-contact-footer .elementor-image-box-img {
        padding-right: 3px;
    }
}
/* footer - visit counter */
.visit-counter {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.1px;
}
@media (max-width: 575px) {
    .visit-counter {
        text-align: left;
    }
}

/******************************************************************************************************/
/*                                          CONTACT PAGE                                              */
/******************************************************************************************************/

/* contact - heading */
.breadcrumbs .elementor-widget-container {
    overflow: visible;
}
.breadcrumbs .breadcrumb-nav {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}
.breadcrumbs.left .breadcrumb-nav {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}
.breadcrumbs .breadcrumb-nav a {
    color: #39C2D7;
    text-decoration: none;
    white-space: nowrap;
}
.breadcrumbs .breadcrumb-nav .breadcrumb-item {
    color: #333333;
    margin-bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.breadcrumbs .breadcrumb-nav .breadcrumb-item:nth-child(2) ~ .breadcrumb-item:before {
    content: url("../images/arrow-breadcrumbs.png");
    margin: -4px 14px 0 14px;
    padding: 0;
}
.breadcrumbs .breadcrumb-collapse.active:before {
    display: block;
}
.breadcrumbs .breadcrumb-collapse:before {
    display: none;
    content: "\f141";
    font-family: FontAwesome, "Font Awesome 5 Free";
    padding: 1px 15px;
    border-radius: 5px;
    background: #FFFFFF;
    color: #9b9fa6;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-item-collapse {
    display: none;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-menu-expand.active,
.breadcrumbs .breadcrumb-collapse .breadcrumb-item-collapse.active {
    display: block;
    opacity: 1;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-menu-expand.active {
    top: calc(100% + 15px);
    z-index: 10;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-menu-expand {
    position: absolute;
    background: #FFFFFF;
    left: 0;
    opacity: 0;
    top: calc(100% + 35px);
    border-radius: 15px;
    box-shadow: 12px 19px 62px 0 rgba(13, 52, 79, 0.2);
    width: max-content;
    min-width: 200px;
    max-width: 100%;
    transition: all 0.5s;
    z-index: -1;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-menu-expand .overlay {
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-item-collapse {
    padding: 15px 20px;
    color: #333333;
    position: relative;
    z-index: 1101;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-item-collapse a {
    color: #39C2D7;
    font-size: 15px;
    white-space: unset;
}
.breadcrumbs .breadcrumb-collapse .breadcrumb-item-collapse:not(:last-child)::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F2F2;
}
/* contact - content */
.contact-content input[type="text"],
.contact-content input[type="email"],
.contact-content textarea {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    border: 1px solid #DDDDDD;
    padding: 5px 14px;
    outline: none;
    font-size: 16px;
}
.contact-content span {
    display: block;
}
.contact-content .wpcf7-form-control-wrap:not(:last-child) .wpcf7-not-valid-tip {
    margin-top: 5px;
}
.contact-content form p:last-of-type {
    display: flex;
    align-items: center;
}
.contact-content .wpcf7-not-valid-tip {
    margin-left: 5px;
}
.contact-content input[type="text"]::placeholder,
.contact-content input[type="email"]::placeholder,
.contact-content textarea::placeholder {
    font-weight: 300;
    color: #cacac5;
}
.contact-content textarea {
    height: 100px;
    margin-bottom: 0;
}
.contact-content button.wpcf7-submit i {
    font-size: 40px;
    padding: 6px;
    margin-left: 14px;
}
.contact-content button.wpcf7-submit {
    cursor: pointer;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding-right: 0;
    padding-left: 25px;
    outline: none;
    background: #FE4C1C;
    box-shadow: 12px 12px 20px 0 rgba(254,76,28,0.30);
}
.contact-content .contact-detail {
    max-width: 500px;
    height: max-content;
}
.contact-content .contact-detail .elementor-widget-heading {
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .contact-content form {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .contact-content.elementor-section.elementor-inner-section {
        margin-top: 70px;
    }
}
@media (max-width: 575px) {
    .contact-content.elementor-section.elementor-inner-section {
        margin-top: 40px;
    }
}
/* contact - google map */
.contact-google-map {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .contact-google-map {
        margin-top: 40px;
    }
    .contact-content .elementor-column {
        width: 100%;
        max-width: unset;
    }
    .contact-content .elementor-container .elementor-column .elementor-column-wrap {
        margin-left: 0;
    }
}
@media (max-width: 576px) {
    .contact-google-map {
        margin-top: 30px;
    }
}
/******************************************************************************************************/
/*                                               NEWS                                                 */
/******************************************************************************************************/

/* news - posts */
.new-posts .post-items .thumbnail {
    position: relative;
}
.new-posts .post-items .thumbnail-image {
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.new-posts .post-items .thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-posts .post-items .post-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #484848;
    text-decoration: none;
    margin: 14px 0 11px 0;
}
.new-posts .post-items .post-excerpt {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #484848;
    margin: 0;
}
.new-posts .post-items .post-excerpt:after {
    content: '...';
}
.new-posts .post-items .post-item {
    margin-bottom: 30px;
}
.news-year-nav h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 19px;
}
.news-year-nav h4 a {
    text-decoration: none;
    color: inherit;
}
.news-year-nav h4.current a {
    color: #891731;
}
.news-category-nav h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 19px;
}
.news-category-nav h4 a {
    text-decoration: none;
    color: inherit;
}
.news-category-nav h4.current a {
    color: #39C2D7;
}

.new-posts .project-datatables {
    background: transparent;
    font-size: 15px;
    border-radius: 5px;
    color: #333333;
    margin-bottom: 30px;
}
.new-posts .project-datatables + divider {
    width: 80%;
    height: 4px;
    background: #39c2d7;
    display: block;
    margin: 50px auto;
}
.new-posts .project-datatables .wrap-table {
    width: 100%;
    overflow: auto;
}
.new-posts .project-datatables table {
    background-color: #def4fa;
    border-radius: 4px;
    border-bottom: none;
    min-width: 855px;
}
.new-posts .project-datatables table thead {
    color: #FFF;
}
.new-posts .project-datatables table thead tr {
    background: #004282;
}
.new-posts .project-datatables .dtr-title:after {
    content: ':';
}
.new-posts .project-datatables table a {
    color: #019eb8;
}
.new-posts .project-datatables table.dataTable.nowrap td {
    white-space: normal;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: top;
}
.new-posts .project-datatables table.dataTable.nowrap td.child {
    background-color: #f8f8f8;
}
.new-posts .project-datatables table.dataTable.nowrap td:not(.child):not(.divider) {
    background-color: #FFF !important;
}
.new-posts .project-datatables table tbody tr.child {
    background-color: #f9f9f9;
}
.new-posts .project-datatables table tbody tr:not(.child) {
    background-color: #FFF;
}
.new-posts .project-datatables input[type="search"] {
    outline: none;
    border-radius: 25px;
    padding: 8px 15px;
    min-width: 250px;
}
.new-posts .project-datatables input[type="search"]::placeholder {
    color: #bebebe;
}
.new-posts .project-datatables table.dataTable.nowrap th {
    white-space: nowrap;
    padding: 0.75rem;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: none;
}
.new-posts .project-datatables table.dataTable.nowrap tr.divider {
    background: none !important;
}
.new-posts .project-datatables table.dataTable.nowrap td.divider {
    padding: 5px 0;
    background: none;
}
.new-posts .project-datatables table.dataTable.nowrap td p {
    margin-bottom: 8px;
}
.new-posts .project-datatables table.dataTable.nowrap td p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .new-posts .post-items .post-item.post-item-heading {
        width: 100%;
        flex: unset;
        max-width: unset;
    }
    .new-posts .post-items .post-item.post-item-heading .read-more,
    .new-posts .post-items .post-item.post-item-heading .divider {
        display: block !important;
    }
    .new-posts .post-items .post-item.post-item-heading .divider {
        width: 37px;
        height: 3px;
        background: #39C2D7;
        margin-bottom: 18px;
    }
    .new-posts .post-items .post-item.post-item-heading .read-more {
        font-weight: 500;
        font-size: 15px;
        line-height: 23px;
        color: #39C2D7;
        text-decoration: underline !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .new-posts .project-datatables {
        margin-bottom: 30px;
    }
}
/* news - recent */
.news-recent .post-item {
    display: flex;
    margin-bottom: 15px;
}
.news-recent .post-items .thumbnail {
    position: relative;
    width: 118px;
}
.news-recent .post-items .thumbnail-image {
    border-radius: 5px;
    display: block;
    padding-bottom: 93%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
}
.news-recent .post-items .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-recent .info {
    flex: 1;
    margin-left: 12px;
}
.news-recent .post-category h3 {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #767676;
    margin-bottom: 5px;
}
.news-recent .post-content .post-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #484848;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-recent .post-times p {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #767676;
    margin-bottom: 0;
    margin-top: 9px;
}
.list-post-annual-project .elementor-post__title {
    margin-bottom: 10px;
}
.list-post-annual-project .elementor-post__title a {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #484848;
}
.list-post-annual-project .elementor-posts {
    grid-row-gap: 20px!important;
}
.list-post-annual-project .elementor-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.list-post-annual-project .elementor-pagination .prev,
.list-post-annual-project .elementor-pagination .next {
    background: url(../images/next.png) no-repeat;
    color: transparent;
    width: 32px;
    height: 32px;
    background-size: contain;
}
.list-post-annual-project .elementor-pagination .prev {
    transform: rotate(180deg);
}
.list-post-annual-project img {
    border-radius: 5px;
}
.list-post-annual-project .elementor-post__excerpt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}
.annual-project-sidebar .list-cate .elementor-shortcode a:hover {
    color: #39C2D7;
    text-decoration: none;
}
.annual-project-sidebar .list-cate .elementor-shortcode a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 20px;
}
.annual-project-sidebar .list-cate .elementor-shortcode {
    display: flex;
    flex-direction: column;
}
.news-main .sapo-archive p:not(:last-child) {
    margin-bottom: 32px;
}
@media (min-width: 1200px) {
    .new-posts .post-items .post-item.post-item-heading .post-title {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 1199px) {
    .news-main .elementor-container .news-sidebar .elementor-widget-wrap {
        padding-left: 40px !important;
    }
    .content-left-column {
        width: calc(100% - 300px)!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .new-posts .post-items .post-title {
        margin: 11px 0;
    }
    .new-posts .post-items .post-item.post-item-heading .post-title {
        margin-top: 22px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .new-posts .post-items .post-excerpt {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 992px) {
    .new-posts .post-item.post-item-heading .thumbnail-image {
        padding-bottom: 50%;
    }
}
@media (max-width: 991px) {
    .news-main .sapo-archive p:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .news-main .elementor-container .elementor-column {
        width: 100%;
    }
    .news-main .elementor-container .news-sidebar .elementor-widget-wrap {
        padding-left: 0 !important;
        margin-top: 30px;
    }
    .pagination-global {
        margin-top: 0;
    }
    .content-right-column,
    .content-left-column {
        padding: 0 15px;
        width: 100%!important;
    }
    .elementor-text-editor .position-manage {
        width: 100%;
    }
    .real-progess .progress-area, .expect-progess .progress-area {
        width: 100%!important;
    }
    .expect-progess .elementor-text-editor p.start-time,
    .real-progess .elementor-text-editor p.start-time,
    .elementor-text-editor .time_real_progress,
    .elementor-text-editor .time_expected_progress {
        transform: none;
        left: 0;
        top: auto;
        bottom: -60px;
    }

    .expect-progess .elementor-text-editor p.start-time,
    .real-progess .elementor-text-editor p.start-time {
        top: 50px;
    }
    .real-progess .elementor-widget-container .elementor-text-editor, .expect-progess .elementor-widget-container .elementor-text-editor {
        margin-bottom: 80px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .new-posts .post-item {
        display: flex;
    }
    .new-posts .info {
        flex: 1;
        margin-left: 12px;
    }
    .news-recent .post-items .thumbnail {
        width: 150px;
    }
    .new-posts .post-items .thumbnail {
        width: 150px;
    }
    .new-posts .post-items .thumbnail-image {
        padding-bottom: 93%;
    }
    .new-posts .post-items .post-title {
        margin-top: 5px;
    }
}
@media (max-width: 575px) {
    .new-posts .post-items .post-title {
        font-size: 18px;
        line-height: 24px;
    }
    .news-main .sapo-archive p:not(:last-child) {
        margin-bottom: 12px;
    }
}
/* News archive bg */
.news-archive-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background:
            url(../images/news-bg.png) left 402px no-repeat,
            url(../images/news-bg-2.png) right 1045px no-repeat;
}
/* new - feature image */
.new-feature-image {
    height: 516px;
    display: flex;
    align-items: flex-end;
}
.new-feature-image .elementor-container {
    width: 100%;
}
.new-feature-image .elementor-container .elementor-widget-heading {
    max-width: 685px;
}
.news-social .elementor-grid {
    padding-left: 66px;
    position: relative;
}
.news-social .elementor-grid:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 19px;
    color: #484848;
    font-weight: normal;
    font-family: Roboto, Sans-serif;
}
.news-social .elementor-share-btn {
    margin: 0 4px;
}
html[lang|="en"] .news-social .elementor-grid:before {
    content: 'Share:';
    word-spacing: 0;
}
html[lang="vi"] .news-social .elementor-grid:before {
    content: 'Chia sẻ:';
    word-spacing: 0;
}
/* new - tags */
.news-tags .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.news-tags .tag {
    padding: 9px 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 20px;
    margin-left: 8px;
    margin-bottom: 20px;
    background: #FFFFFF;
}
.news-tags .tag.current {
    background: #39C2D7;
    color: #FFFFFF;
    border: none;
}
@media (max-width: 1199px) {
    .new-feature-image {
        height: unset;
        padding: 80px 15px 20px 15px;
        min-height: 400px;
        max-height: 500px;
    }
}
@media (max-width: 991px) {
    .new-feature-image {
        min-height: 300px;
    }
    .news-tags .tag {
        padding: 10px 15px;
        margin-bottom: 14px;
    }
}
@media (max-width: 575px) {
    .new-feature-image {
        min-height: 250px;
    }
    .news-recent .post-item {
        margin-bottom: 10px;
    }
    .news-tags .tag {
        padding: 8px 12px;
        margin-bottom: 12px;
    }
}
/* new - post relation */
.news-posts-relation .post-items .thumbnail {
    position: relative;
}
.news-posts-relation .post-items .thumbnail-image {
    border-radius: 5px;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
}
.news-posts-relation .post-items .thumbnail-image img {
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-posts-relation .post-content .post-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    color: #484848;
    margin-top: 12px;
    margin-bottom: 10px;
    display: block;
}
.news-posts-relation .post-content .post-excerpt {
    font-size: 15px;
    line-height: 24px;
}
.news-posts-relation .post-times p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 0;
    margin-top: 9px;
}
/******************************************************************************************************/
/*                                               ABOUT                                                */
/******************************************************************************************************/
.about-video {
    padding-top: 50px;
    margin-bottom: 50px;
}
.about-video .elementor-video-iframe {
    width: 770px;
    transform: translateX(-50%);
    left: 50%;
    height: 400px;
    border-radius: 16px;
}
.about-video .elementor-widget-video .elementor-fit-aspect-ratio {
    padding-bottom: 0;
    height: auto;
}
.about-intro .elementor-text-editor {
    max-width: 709px;
    margin: auto;
    font-size: 20px;
    color: #4B4B4B;
    text-align: center;
    line-height: 32px;
}
.about-intro .elementor-text-editor p {
    margin-bottom: 30px;
}
.about-sponsorship-program {
    padding-bottom: 142px;
    background-size: 100% 90%!important;
}
.about-sponsorship-program .elementor-widget-heading h4 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 50px;
}
.about-sponsorship-program .elementor-column {
    width: 100%;
}
.about-sponsorship-program .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: unset;
}
.about-sponsorship-program .elementor-column .owl-carousel .owl-stage-outer{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
}
.about-sponsorship-program .elementor-column .owl-item {
    max-width: 474px;
}
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap h5 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap p {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
}
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    padding: 0 25px 25px;
    border-radius: 16px;
    background-color: white;
}
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap:hover {
    background-color: #001C54;
}
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap:hover h5,
.about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap:hover p {
    color: white;
}
.about-sponsorship-program .elementor-widget-image img {
    max-width: 270px;
    height: auto;
    max-height: 215px;
    width: auto;
    margin-bottom: 20px;
}
.about-sponsorship-program .development-process-description {
    width: 571px;
    margin: auto;
    margin-bottom: 32px;
}
/* about - advisory council slider */
.advisory-council-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.advisory-council-slider .member-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.advisory-council-slider .member-item {
    max-width: 270px;
    width: 25%;
    padding-top: 30px;
}
.advisory-council-slider .member-item img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: auto;
}
.advisory-council-slider .member-item a {
    display: flex;
    flex-direction: column;
}
.advisory-council-slider .member-item p {
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 10px;
}
.advisory-council-slider .member-item p span {
    font-size: 15px;
    color: #999999;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
}
.advisory-council-slider .member-item:nth-child(1),
.advisory-council-slider .member-item:nth-child(7) {
    margin-left: 25%;
}
.advisory-council-slider .member-item:nth-child(2),
.advisory-council-slider .member-item:nth-child(8) {
    margin-right: 25%;
}
@media (max-width: 1199px) {
    .new-main .elementor-container .news-sidebar .elementor-widget-wrap {
        padding-left: 40px !important;
    }
}
@media (max-width: 991px) {
    .news-posts-relation .post-content .post-title {
        margin-top: 6px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .news-recent-single .info {
        margin-left: 0;
        margin-top: 12px;
    }
    .news-recent-single .post-item {
        display: block;
    }
    .news-recent-single .post-items .thumbnail {
        width: 100%;
    }
    .news-recent-single .post-items .thumbnail-image {
        padding-bottom: 60%;
    }
}
@media (max-width: 767px) {
    .about-video {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .about-video .elementor-widget-video .elementor-fit-aspect-ratio,
    .about-video .elementor-video-iframe {
        height: 300px;
    }

    .advisory-council-slider .member-item {
        width: 50%;
        max-width: 170px;
    }
    .advisory-council-slider .member-item img {
        width: 100px;
        height: 100px;
    }

    .advisory-council-slider .member-item:nth-child(1),
    .advisory-council-slider .member-item:nth-child(7) {
        margin-left: 0;
    }
    .advisory-council-slider .member-item:nth-child(2),
    .advisory-council-slider .member-item:nth-child(8) {
        margin-right: 0;
    }
    .about-sponsorship-program {
        background-size: cover!important;
        padding-bottom: 50px;
    }
    .about-organizational-structure {
        padding-top: 0;
    }
    .advisory-council-slider,
    .about-organizational-structure .elementor-widget-text-editor:nth-child(2) {
        margin-bottom: 30px;
    }
    .about-organizational-structure .elementor-section,
    .about-intro,
    .program-slider {
        margin-bottom: 30px;
    }
    .about-sponsorship-program .elementor-widget-heading h4 {
        font-size: 24px;
    }
    .new-main .elementor-column {
        width: 100%;
    }
    .new-main .elementor-container .news-sidebar .elementor-widget-wrap {
        padding-left: 0 !important;
    }
    .new-main .news-relation-title.elementor-widget.elementor-widget-heading .elementor-widget-container {
        margin: 20px 0 17px 0;
    }
    .new-main .news-tags {
        margin: 0;
    }
    .new-main .elementor-container .elementor-row .search-form {
        margin: 30px 0;
    }
}
@media (max-width: 575px) {
    .news-posts-relation .post-item {
        display: flex;
        margin-top: 10px;
    }
    .news-posts-relation .post-content .post-title {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .news-posts-relation .post-excerpt {
        font-size: 14px;
    }
    .news-posts-relation .post-item .thumbnail {
        position: relative;
        flex-basis: 120px;
    }
    .news-posts-relation .post-item .info {
        flex: 1;
        margin-left: 10px;
    }
    .news-posts-relation .post-item .thumbnail-image {
        border-radius: 10px;
        display: block;
        padding-bottom: 93%;
        overflow: hidden;
        position: relative;
        background: #E2E2E2;
    }
    .news-posts-relation .post-item .thumbnail-image img {
        max-width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 474px) {
    .about-sponsorship-program .elementor-column .owl-item .elementor-widget-wrap {
        border-radius: 0;
    }
}
/* about - timelines */
.timelines:before {
    content: "";
    width: 2px;
    height: 100%;
    background: rgb(20,141,214);
    background: linear-gradient(180deg, rgba(107,227,237,0),  rgba(20,141,214,1) 50%, rgba(107,227,237,0) 100%);
    position: absolute;
    top: 0;
    left: 50%;
}
.timelines {
    width: 100%;
    position: relative;
    padding-bottom: 71px;
    padding-top: 81px;
}
.timelines .box {
    padding-left: 60px;
}
.timelines .box .elementor-widget-container {
    width: 331px;
    min-height: 128px;
    border-radius: 15px;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 2px 0px 0px #39C2D7;
    padding: 25px 30px;
    border: solid #39C2D7;
    border-width: 0 0 0 2px;
}
.timeline {
    max-width: 782px;
    margin: auto;
}
.timeline .elementor-row .elementor-widget-wrap {
    padding: 0!important;
}
.timeline .elementor-row .elementor-column {
    width: auto;
}
.timeline .elementor-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.timeline .elementor-row .elementor-column.year {
    width: 331px;
    text-align: right;
}
.timeline:nth-child(even) .box {
    padding-left: 0;
}
.timeline:nth-child(even) .elementor-row .elementor-column.year {
    text-align: left;
}
.timeline .elementor-row:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 5px);
    width: 12px;
    height: 12px;
    background-color: #39C2D7;
    border-radius: 50%;
}
.timelines .year p {
    font-size: 24px;
    color: #39C2D7;
    font-weight: 700;
}
.timeline:nth-child(2) .year p {
    color: #EBA147;
}
.timeline:nth-child(3) .year p {
    color: #004282;
}
.timeline:nth-child(4) .year p {
    color: #6DD400;
}
.timeline:nth-child(5) .year p {
    color: #FA6400;
}
.timeline:nth-child(2) .box .elementor-widget-container {
    border-color: #EBA147;
    border-width: 0 2px 0 0;
}
.timeline:nth-child(3) .box .elementor-widget-container {
    border-color: #004282;
}
.timeline:nth-child(4) .box .elementor-widget-container {
    border-color: #6DD400;
    border-width: 0 2px 0 0;
}
.timeline:nth-child(5) .box .elementor-widget-container {
    border-color: #FA6400;
}
@media (max-width: 767px) {
    .timelines .box .elementor-widget-container {
        width: 250px;
        padding: 10px 15px;
    }
    .timelines:before {
        left: 25px;
    }
    .timeline .elementor-row:before {
        left: 20px;
    }
    .timeline:nth-child(even) .box {
        padding-left: 60px;
    }
    .timeline:nth-child(even) .box .elementor-widget-container {
        border-width: 0 0 0 2px;
    }
    .timeline .elementor-row .elementor-column.year {
        width: auto;
        position: absolute;
        top: 0;
        left: 60px;
    }
    .timelines .year p {
        font-size: 18px;
    }
    .timeline .elementor-row {
        position: relative;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
/******************************************************************************************************/
/*                                              ABOUT - 2                                             */
/******************************************************************************************************/
.annual-report-count {
    color: #FF5D2E;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
}
.elementor-widget-annual-report .elementor-icon-box-wrapper {
    align-items: center;
}
.about-desc .about-sponsor-programs .item {
    padding: 15px 0;
    position: relative;
}
.about-desc .about-sponsor-programs .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 28, 84, 0.07);
}
.about-desc .about-sponsor-programs .item a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.about-desc .about-sponsor-programs .item a:hover {
    color: #39C2D7;
}
.about-desc .about-sponsor-programs .item.item-hidden {
    display: none;
}
.about-desc .about-sponsor-programs .read-more {
    margin-top: 32px;
    color: #39C2D7;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}
.about-desc .elementor-custom-embed-image-overlay img {
    border-radius: 50%;
}
.about-desc .eicon-play:before {
    content: '';
    background: url("../images/about-play.png");
    background-size: cover;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-desc .eicon-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid #39C2D7;
    animation: quick-alo-circle-anim 1s infinite ease-in-out;
    opacity: 0.99;
}
@keyframes quick-alo-circle-anim {
    0% {
        transform: translate(-50%, -50%) rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: translate(-50%, -50%) rotate(0) scale(.7) skew(1deg);
        opacity: .7;
    }
    100% {
        transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .about-desc .elementor-custom-embed-image-overlay img {
        max-width: 300px;
        margin: auto;
    }
    .about-desc .elementor-row .elementor-column {
        width: 100%;
    }
    .about-desc .elementor-row .elementor-column:last-child .elementor-widget-wrap {
        margin-top: 40px;
        padding: 0 !important;
    }
    .about-desc .about-sponsor-programs .item {
        padding: 10px 0;
    }
    .about-desc .about-sponsor-programs .item a {
        font-size: 16px;
    }
}
/* about desc - sub image */
.about-desc .elementor-widget-wrap {
    width: max-content;
    height: max-content;
    margin: auto;
}
.about-desc .elementor-image-box-wrapper {
    width: max-content;
    position: relative;
    text-align: center;
}
.about-desc .elementor-image-box-content {
    position: absolute;
    width: max-content;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
}
.about-desc .elementor-image-box-description {
    width: 100px;
}
.about-desc .elementor-widget-image-box {
    width: max-content;
    position: absolute;
    bottom: -40px;
}
@media (max-width: 991px) {
    .about-desc .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .about-desc .elementor-widget-image-box {
        bottom: -20px;
    }
    .about-desc .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
        width: 150px;
    }
    .about-desc .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 575px) {
    .about-desc .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 25px;
        line-height: 27px;
    }
    .about-desc .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
        width: 130px;
    }
}
/* about - process */
.about-process-bg {
    background:
            url(../images/about-process/about-1.png) center top,
            url(../images/about-process/about-4.png) center bottom,
            url(../images/about-process/about-3.png) 1384px 93px,
            url(../images/about-process/about-2.png) right top,
            url(../images/about-process/about-5.png) left bottom;
    background-size: contain, contain, auto, auto, auto;
    background-repeat: no-repeat;
}
.about-process .about-process-items .about-process-item {
    width: 50%;
    position: relative;
    margin: 40px 0;
}
.about-process .about-process-items .process-item-wrap {
    position: relative;
    overflow: hidden;
    padding: 26px 32px;
    background: #FFFFFF;
    border-radius: 10px;
    width: calc(100% - 56px);
}
.about-process .about-process-items .process-item-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.about-process .about-process-items .about-process-heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #333333;
}
.about-process .about-process-items .about-process-desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #767676;
    margin-top: 7px;
}
.about-process .about-process-items {
    position: relative;
    padding: 40px 0;
}
.about-process .about-process-items:after {
    content: '';
    position: absolute;
    width: 1px;
    background: linear-gradient(180deg, rgba(107, 227, 237, 0.0001) 0%, #39C2D7 25.65%, #40C7DA 76.36%, rgba(98, 221, 234, 0.0001) 100%);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-process .about-process-item:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #39C2D7;
    border-radius: 50%;
    top: 50%;
}
.about-process .about-process-item .about-process-year {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    width: max-content;
    max-width: 100%;
}
.about-process .about-process-item:nth-child(odd),
.about-process .about-process-item:nth-child(odd) .process-item-wrap {
    margin-left: auto;
}
.about-process .about-process-item:nth-child(odd):before {
    left: 0;
    transform: translate(-50%, -50%);
}
.about-process .about-process-item:nth-child(odd) .about-process-year {
    right: calc(100% + 56px);
}
.about-process .about-process-item:nth-child(even),
.about-process .about-process-item:nth-child(even) .process-item-wrap {
    margin-right: auto;
}
.about-process .about-process-item:nth-child(even):before {
    right: 0;
    transform: translate(50%, -50%);
}
.about-process .about-process-item:nth-child(even) .about-process-year {
    left: calc(100% + 56px);
}
@media (max-width: 991px) {
    .about-process .about-process-items .process-item-wrap {
        padding: 26px 32px;
    }
}
@media (max-width: 767px) {
    .about-process .about-process-item:nth-child(even) .process-item-shadow {
        transform: rotate(180deg);
    }
    .about-process .about-process-item:nth-child(even),
    .about-process .about-process-item:nth-child(even) .process-item-wrap {
        margin-right: unset;
        margin-left: auto;
    }
    .about-process .about-process-item:nth-child(even):before {
        left: 0;
        transform: translate(-50%, -50%);
    }
    .about-process .about-process-items .about-process-item {
        width: 100%;
    }
    .about-process .about-process-items:after {
        left: 0;
        transform: unset;
    }
    .about-process .about-process-items .about-process-item .about-process-year {
        bottom: calc(100% + 5px);
        left: 70px;
        right: unset;
        top: unset;
        transform: unset;
    }
    .about-process .about-process-items .about-process-item {
        margin: 55px 0;
    }
}
@media (max-width: 575px) {
    .about-process .about-process-items .process-item-wrap {
        width: calc(100% - 30px);
    }
    .about-process .about-process-items .about-process-item .about-process-year {
        left: 50px;
    }
    .about-process .about-process-items .process-item-wrap {
        padding: 15px 20px;
    }
    .about-process .about-process-item .about-process-year {
        font-size: 20px;
        line-height: 26px;
    }
}
/* about - organizational */
.about-organizational .elementor-post__thumbnail__link {
    padding: 0 45px;
}
.about-organizational .elementor-post__thumbnail {
    max-width: 180px;
    margin: auto;
}
.about-organizational .elementor-post__title {
    text-align: center;
    padding: 0 5px;
}
.about-organizational .advisory-council-position {
    font-size: 15px;
    line-height: 25px;
    color: #484848;
    text-align: center;
    padding: 0 10px;
    margin-top: 6px;
}
.about-organizational .elementor-post .article-wrap {
    padding: 0;
    border-radius: 10px;
    height: 100%;
}
.about-organizational .elementor-post .article-wrap:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .about-organizational .elementor-widget-posts .elementor-widget-container .elementor-posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-column-gap: 0;
    }
    .about-organizational .elementor-post .article-wrap {
        padding: 40px 0;
    }
    .about-organizational article {
        width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-organizational .elementor-posts {
        margin: 0 -6px;
    }
    .about-organizational .elementor-post {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) {
    .about-organizational .elementor-posts {
        margin: 0 -15px;
    }
    .about-organizational .elementor-post {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .about-organizational .elementor-widget-posts .elementor-widget-container .elementor-posts {
        grid-row-gap: 30px;
    }
    .about-organizational .elementor-post .article-wrap {
        background: #FFFFFF;
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    }
    .about-organizational .elementor-post .article-wrap {
        padding: 15px 0;
    }
}
@media (max-width: 575px) {
    .about-organizational .elementor-widget-posts .elementor-widget-container .elementor-posts {
        grid-row-gap: 20px;
    }
}
/******************************************************************************************************/
/*                                  PostGraduate Scholarship                                          */
/******************************************************************************************************/
.post-graduate-tabs .elementor-widget-wrap {
    flex-wrap: nowrap;
    width: max-content;
    padding: 5px;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto auto 25px;
    transform: translateY(-50%);
    background: #FFFFFF;
}
.post-graduate-tabs .elementor-button {
    padding: 14px 48px;
    border-radius: 28px;
    white-space: nowrap;
    background: #FFFFFF;
    width: 100%;
}
.post-graduate-tabs .elementor-button span {
    color: #767676;
    font-weight: bold;
    font-size: 18px;
}
.post-graduate-tabs .elementor-button.elementor-active {
    background-image: linear-gradient(135deg, #339BDD 0%, #0276C0 100%);
}
.post-graduate-tabs .elementor-button.elementor-active span {
    color: #FFFFFF;
}
.post-graduate-scholarship .elementor-tab-title.elementor-active a:hover {
    color: #FFFFFF;
}
.post-graduate-scholarship .elementor-tab-content {
    padding: 0;
}
.post-graduate-scholarship .post-graduate-heading {
    text-align: left;
    letter-spacing: 0.43px;
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
    max-width: 790px;
}
.post-graduate-scholarship .post-graduate-content form.filter-form {
    display: flex;
    margin: 0 -15px 40px -15px;
    flex-wrap: wrap;
}
.post-graduate-scholarship .post-graduate-content form.filter-form > div {
    flex: 1;
    padding: 0 15px;
    height: 38px;
}
.post-graduate-scholarship .post-graduate-content form.filter-form select,
.post-graduate-scholarship .post-graduate-content form.filter-form input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 38px 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #484848;
    font-size: 14px;
    line-height: 16px;
}
.post-graduate-scholarship .post-graduate-content form.filter-form input::placeholder {
    color: #999999;
}
.post-graduate-scholarship .post-graduate-content form.filter-form div {
    position: relative;
}
.post-graduate-scholarship .post-graduate-content form.filter-form div.select-group:after {
    content: '';
    background-image: url("../images/carret-down.svg");
    width: 12px;
    height: 7px;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.post-graduate-scholarship .post-graduate-content form.filter-form select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.post-graduate-scholarship .post-graduate-content form.filter-form div.search-group i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #767676;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .post-graduate-scholarship .post-graduate-heading {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    .post-graduate-scholarship .post-graduate-content form.filter-form {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form div {
        padding: 0 10px;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form {
        flex-wrap: wrap;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form div {
        flex: unset;
        width: 50%;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form div:first-child,
    .post-graduate-scholarship .post-graduate-content form.filter-form div:nth-child(2) {
        margin-bottom: 15px;
    }
    .post-graduate-tabs .elementor-widget-wrap {
        margin: 40px auto;
        transform: none;
    }
    .post-graduate-tabs .elementor-button span {
        font-size: 16px;
    }
    .post-graduate-scholarship .post-graduate-heading {
        font-size: 26px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .post-graduate-scholarship .elementor-tabs .elementor-tabs-wrapper {
        display: block;
    }
    .post-graduate-scholarship .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }
    .post-graduate-scholarship .elementor-tab-title {
        padding: 14px 35px;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form div {
        width: 100%;
    }
    .post-graduate-scholarship .post-graduate-content form.filter-form div:not(:last-child) {
        margin-bottom: 15px;
    }
    .post-graduate-tabs .elementor-widget-wrap {
        margin: 30px auto;
        display: block !important;
        border-radius: 5px;
    }
    .post-graduate-tabs .elementor-button {
        border-radius: 5px;
    }
    .post-graduate-tabs .elementor-button span {
        font-size: 15px;
    }
    .post-graduate-scholarship .post-graduate-heading {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1199px) {
    .post-graduate-scholarship .elementor-row {
        flex-wrap: wrap;
    }
    .post-graduate-scholarship .elementor-row .post-graduate-content {
        width: 100%;
    }
}
/* postgraduate - sidebar */
.post-graduate-scholarship .post-graduate-sidebar .search-form i {
    position: absolute;
    right: 4px;
    top: 50%;
}
@media (max-width: 1199px) {
    .post-graduate-scholarship .elementor-row .post-graduate-sidebar {
        width: 100%;
    }
    .post-graduate-scholarship .elementor-row .post-graduate-sidebar .elementor-widget-wrap {
        padding: 0 !important;
    }
    .post-graduate-scholarship .post-graduate-sidebar .search-form {
        display: none;
    }
}
/* postgraduate - table */
.post-graduate-scholarship .table td {
    padding-top: 13px;
    padding-bottom: 13px;
}
.post-graduate-scholarship .table td,
.post-graduate-scholarship .table th {
    border-color: #EBEBEB;
}
.post-graduate-scholarship table {
    font-size: 16px;
    line-height: 150%;
    min-width: 800px;
}
.post-graduate-scholarship table td {
    vertical-align: middle;
}
.post-graduate-scholarship table thead tr {
    background: #004282;
    color: #FFFFFF;
    box-shadow: 0 1px 0 #004282;
    font-weight: bold;
}
.post-graduate-scholarship table tbody tr {
    color: #3E3F42;
}
.post-graduate-scholarship table tbody tr.pdf-iframe {
    cursor: pointer;
}
.post-graduate-scholarship table tbody tr .postgraduate-sponsor-result {
    color: #39C2D7;
}
.post-graduate-scholarship table tbody tr.pdf-iframe:hover {
    background: #F2F2F2;
}
.post-graduate-scholarship table tbody tr.university {
    background: #39C2D7;
    box-shadow: 0px 1px 0px #39C2D7;
    color: #FFFFFF;
    font-weight: 500;
}
.post-graduate-scholarship table tbody tr.university:not(:first-of-type) {
    margin-top: 11px
}
/******************************************************************************************************/
/*                                                  HOME                                              */
/******************************************************************************************************/
/* home - slider heading */
.slider-header .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.slider-header .swiper-slide-bg {
    background-position: right center;
    transition-duration: 0s;
}
.slider-header .swiper-slide-inner {
    width: 100%;
    max-width: 1140px;
    padding: 0;
}
.slider-header .swiper-slide-inner .swiper-slide-contents {
    width: 100%;
    padding-top: 96px;
    display: flex;
}
.slider-header .swiper-slide-inner .elementor-slide-description {
    max-width: 646px;
}
.slider-header .swiper-slide-inner .elementor-slide-button {
    border: none;
    padding: 15px 32px;
    background: #001c54;
}
.slider-header .swiper-slide-inner .elementor-slide-button:hover {
    background: linear-gradient(135deg, #6BE3ED 0%, #39C2D7 100%);
    box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
}
.slider-header .swiper-pagination {
    position: absolute;
    bottom: 80px;
    width: 1140px;
    margin: auto;
    text-align: left;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
}
.slider-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.slider-header .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 4px;
    background: #000000;
}
.slider-header .slider-header-button .elementor-widget-button {
    flex: 1;
    margin-bottom: 0;
}
.slider-header .slider-header-button .elementor-widget-button .elementor-widget-container .elementor-button-link {
    background: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    color: #004282;
    letter-spacing: 0.34px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 20px 55px;
    cursor: pointer;
    width: max-content;
    border-radius: 31.5px;
}
.slider-header .slider-header-button .elementor-widget-button:first-child .elementor-widget-container .elementor-button-link {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    margin-right: 20px;
}
.slider-header .swiper-slide-contents .slider-count-down {
    position: relative;
    bottom: -40px;
    flex: 1;
    max-width: max-content;
    height: max-content;
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    align-self: flex-end;
}
.slider-header .swiper-slide-contents .slider-count-down .heading-due-date {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}
.slider-header .swiper-slide-contents .slider-count-down .elementor-countdown-wrapper {
    display: flex;
    margin: 0 -5px;
}
.slider-header .swiper-slide-contents .slider-count-down .elementor-countdown-item {
    min-width: max-content;
    width: 100%;
}
.slider-header .swiper-slide-contents .slider-count-down .elementor-countdown-digits {
    display: block;
    padding: 20px 24px;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #333333;
    background: #F6F6F6;
    border-radius: 10px;
    margin: 0 5px;
}
.slider-header .swiper-slide-contents .slider-count-down .elementor-countdown-label {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #767676;
    margin-top: 15px;
}
.slider-header .swiper-slide-inner .swiper-slide-contents {
    justify-content: space-between;
}
.slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile {
    display: none;
    box-shadow: none;
    position: static;
    padding: 0;
    background: transparent;
}
.slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .heading-due-date {
    display: none;
}
.slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .elementor-countdown-label {
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .elementor-countdown-digits {
    font-size: 34px;
    padding: 5px 14px;
}
.slider-header .elementor-slides-wrapper .swiper-wrapper .swiper-slide .elementor-background-overlay {
    background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.2) 70%, rgba(255,255,255,0) 100%);
}
.slider-header .elementor-swiper-button.elementor-swiper-button-prev,
.slider-header .elementor-swiper-button.elementor-swiper-button-next {
    background: black;
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
}
.slider-header .elementor-swiper-button.elementor-swiper-button-prev:hover,
.slider-header .elementor-swiper-button.elementor-swiper-button-next:hover {
    opacity: 1;
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        padding-top: 60px;
    }
}
@media (max-width: 1399px) {
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        padding-top: 40px;
    }
}
@media (min-width: 1700px) and (max-width: 1850px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 120% center;
    }
}
@media (min-width: 1550px) and (max-width: 1699px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 140% center;
    }
}
@media (min-width: 1400px) and (max-width: 1549px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 160% center;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 220% center;
    }
}
@media (min-width: 1250px) and (max-width: 1350px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 235% center;
    }
}
@media (min-width: 1200px) and (max-width: 1249px) {
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: 295% center;
    }
}
@media (max-width: 1199px) {
    .slider-header .swiper-slide-inner,
    .slider-header .swiper-pagination {
        max-width: 960px;
    }
    .slider-header .elementor-slides-wrapper .swiper-wrapper .swiper-slide .elementor-background-overlay {
        background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0) 100%);
    }
    .slider-header .swiper-slide-contents .slider-count-down {
        padding: 28px 30px;
    }
    .slider-header .swiper-slide-contents .slider-count-down .elementor-countdown-digits {
        font-size: 34px;
        padding: 18px 20px;
        background: #FFFFFF;
    }
    .slider-header .elementor-swiper .swiper-container {
        background-color: #FFFFFF;
    }
}
@media (max-width: 991px) {
    .slider-header .swiper-slide-inner,
    .slider-header .swiper-pagination {
        max-width: 720px;
    }
    .slider-header .swiper-slide-inner .elementor-slide-heading {
        max-width: 600px;
    }
    .slider-header .swiper-slide-inner .elementor-slide-description {
        max-width: 500px;
    }
    .slider-header .swiper-pagination {
        bottom: 60px;
    }
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        display: block;
        padding-top: 60px;
    }
    .slider-header .swiper-slide-inner .swiper-slide-contents.no-countdown {
        padding-top: 100px;
    }
    .slider-header .slider-header-button .elementor-widget-button .elementor-widget-container .elementor-button-link {
        font-size: 14px;
        padding: 16px 42px;
    }
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-bg {
        background-size: cover;
        background-position: center;
    }
    .slider-header .elementor-swiper .swiper-container .swiper-slide .swiper-slide-frame-bg {
        background-position: center;
    }
    .slider-header .swiper-slide-contents .swiper-slide-content-text {
        max-width: 90%;
    }
    .slider-header .swiper-slide-contents .slider-count-down {
        display: none;
    }
    .slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile {
        display: block;
    }
    .slider-header .elementor-slides-wrapper .swiper-wrapper .swiper-slide .elementor-background-overlay {
        background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.7) 80%, rgba(255,255,255,0) 100%);
    }
}
@media (min-width: 768px) {
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: fadeInRight;
    }
}
@media (max-width: 767px) {
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        padding-top: 40px;
    }
    .slider-header .swiper-slide-inner,
    .slider-header .swiper-pagination {
        max-width: 540px;
    }
    .slider-header .slider-header-button .elementor-widget-button .elementor-widget-container .elementor-button-link {
        font-size: 12px;
        padding: 14px 30px;
    }
    .slider-header .swiper-slide-bg {
        background-position: right center;
    }
    .slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .elementor-countdown-digits {
        font-size: 30px;
        padding: 0 10px;
    }
    .slider-header .swiper-slide-inner .elementor-slide-button {
        padding: 18px 25px;
    }
    .slider-header .elementor-slides-wrapper .swiper-wrapper .swiper-slide .elementor-background-overlay {
        background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
    }
}
@media (max-width: 575px) {
    .slider-header .swiper-slide-inner .swiper-slide-contents {
        padding-top: 30px;
    }
    .slider-header .elementor-swiper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
        margin-bottom: 20px;
    }
    .slider-header .swiper-slide-inner,
    .slider-header .swiper-pagination {
        width: 100%;
        padding: 0 15px;
        bottom: 20px;
    }
    .slider-header .swiper-slide-inner .elementor-slide-button {
        padding: 14px 20px;
    }
    .slider-header .swiper-slide-contents .swiper-slide-content-text {
        max-width: unset;
    }
    .slider-header .swiper-slide-inner .swiper-slide-contents.no-countdown {
        padding-top: 50px;
    }
    .slider-header .swiper-slide .swiper-slide-inner .swiper-slide-contents .swiper-slide-content-text .elementor-slide-heading {
        margin-bottom: 15px;
    }
    .slider-header .elementor-swiper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
        margin-bottom: 15px;
    }
    .slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .elementor-countdown-digits {
        font-size: 24px;
        padding: 0 11px;
        line-height: 46px;
    }
    .slider-header .swiper-slide-contents .slider-count-down.slider-count-down-mobile .elementor-countdown-label {
        margin-top: 5px;
        font-size: 16px;
        margin-bottom: 15px;
    }
}
@media (max-width: 370px) {
    .slider-header .slider-header-button .elementor-widget-button .elementor-widget-container .elementor-button-link {
        font-size: 12px;
        padding: 12px 23px;
    }
}
/* Home - vinif introduce */
.home-vinif-intro .elementor-button-link {
    background: linear-gradient(270deg, #FCAF3F 0%, #FA8C1D 100%);
}
.home-vinif-intro .vinif-intro-desc p:not(:last-child) {
    margin-bottom: 20px;
}
/* Home - vinif introduce statistical */
.home-vinif-intro .statistical {
    display: flex;
    flex-wrap: wrap;
    margin-left: 130px;
}
.home-vinif-intro .statistical .statistical-item {
    width: 50%;
    margin-bottom: 40px;
}
.home-vinif-intro .statistical .statistical-label {
    font-size: 15px;
    line-height: 24px;
    color: #4B4B4B;
}
.home-vinif-intro .statistical .statistical-value {
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    color: #4B4B4B;
}
.home-vinif-intro-overlay .elementor-background-overlay {
    z-index: -10;
}
@media (max-width: 1199px) {
    .home-vinif-intro .statistical {
        margin-left: 80px;
    }
}
@media (max-width: 991px) {
    .home-vinif-intro .statistical {
        margin-left: 30px;
    }
    .home-vinif-intro .elementor-container .elementor-row .elementor-column:first-child {
        flex: 1;
    }
    .home-vinif-intro .elementor-container .elementor-row .elementor-column:last-child {
        width: max-content;
    }
    .home-vinif-intro .statistical {
        margin-left: 30px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .home-vinif-intro .statistical .statistical-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-vinif-intro .statistical .statistical-item:last-child {
        margin-bottom: 0;
    }
    .home-vinif-intro .statistical {
        display: block;
    }
}
@media (max-width: 575px) {
    .home-vinif-intro .statistical {
        margin: 20px -5px 0;
    }
    .home-vinif-intro .statistical .statistical-value {
        font-size: 34px;
        line-height: 40px;
    }
    .home-vinif-intro .statistical .statistical-item {
        margin-bottom: 20px;
        padding: 0 5px;
    }
}
/* home - system */
@media (max-width: 991px) {
    .home-system .elementor-column {
        width: 100%;
    }
    .home-system .elementor-column:last-child {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .home-system .elementor-column:last-child * {
        height: 100%;
    }
    .home-system .elementor-column:last-child img {
        object-fit: contain;
        object-position: center right;
        opacity: 0.1;
    }
}
@media (max-width: 575px) {
    .home-system .elementor-column:last-child img {
        object-fit: cover;
    }
}
/* home - system list */
.home-system-list {
    max-width: 470px;
}
.home-system-list .item {
    position: relative;
    padding-left: 40px;
}
.home-system-list .item:not(:last-child) {
    margin-bottom: 15px;
}
.home-system-list .item .content {
    font-size: 16px;
    color: #4B4B4B;
    line-height: 26px;
    font-weight: 500;
}
.home-system-list .item .image {
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .home-system-list .item:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .home-system-list .item:not(:last-child) {
        margin-bottom: 16px;
    }
}
/* home - sponsor cards */
.sponsor-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sponsor-cards .sponsor-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.sponsor-cards .sponsor-item:nth-child(5n + 1) .sponsor-item-wrap {
    background: #FFFFFF url('../images/sponsor-bg.png') top right no-repeat;
}
.sponsor-cards .sponsor-item:nth-child(5n + 1) .sponsor-order {
    color: rgba(50, 197, 255, 1);
    background: rgba(50, 197, 255, 0.12);
}
.sponsor-cards .sponsor-item:nth-child(5n + 1) .sponsor-count-down {
    background: rgba(50, 197, 255, 1);
}
.sponsor-cards .sponsor-item:nth-child(5n + 2) .sponsor-item-wrap {
    background: #FFFFFF url('../images/sponsor-bg-2.png') bottom right no-repeat;
}
.sponsor-cards .sponsor-item:nth-child(5n + 2) .sponsor-order {
    color: rgba(247, 181, 0, 1);
    background: rgba(247, 181, 0, 0.13);
}
.sponsor-cards .sponsor-item:nth-child(5n + 2) .sponsor-count-down {
    background: rgba(247, 181, 0, 1);
}
.sponsor-cards .sponsor-item:nth-child(5n + 3) .sponsor-item-wrap {
    background: #FFFFFF url('../images/sponsor-bg-3.png') top right no-repeat;
}
.sponsor-cards .sponsor-item:nth-child(5n + 3) .sponsor-order {
    color: rgba(98, 54, 255, 1);
    background: rgba(98, 54, 255, 0.14);
}
.sponsor-cards .sponsor-item:nth-child(5n + 3) .sponsor-count-down {
    background: rgba(98, 54, 255, 1);
}
.sponsor-cards .sponsor-item:nth-child(5n + 4) .sponsor-item-wrap {
    background: #FFFFFF url('../images/sponsor-bg-4.png') bottom right no-repeat;
}
.sponsor-cards .sponsor-item:nth-child(5n + 4) .sponsor-order {
    color: rgba(109, 212, 0, 1);
    background: rgba(109, 212, 0, 0.12);
}
.sponsor-cards .sponsor-item:nth-child(5n + 4) .sponsor-count-down {
    background: rgba(109, 212, 0, 1);
}
.sponsor-cards .sponsor-item:nth-child(5n + 5) .sponsor-item-wrap {
    background: #FFFFFF url('../images/sponsor-bg-5.png') top right no-repeat;
}
.sponsor-cards .sponsor-item:nth-child(5n + 5) .sponsor-order {
    color: rgba(224, 32, 32, 1);
    background: rgba(224, 32, 32, 0.12);
}
.sponsor-cards .sponsor-item:nth-child(5n + 5) .sponsor-count-down {
    background: rgba(224, 32, 32, 1);
}
.sponsor-cards .sponsor-item .sponsor-item-wrap {
    padding: 40px 24px 30px 24px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
}
.sponsor-cards .sponsor-item .sponsor-extra {
    display: flex;
    justify-content: space-between;
}
.sponsor-cards .sponsor-item .sponsor-extra * {
    width: max-content;
}
.sponsor-cards .sponsor-item .sponsor-order {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.714286px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.sponsor-cards .sponsor-item .sponsor-heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 9px;
}
.sponsor-cards .sponsor-item .sponsor-description {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}
.sponsor-cards .sponsor-item .sponsor-description a {
    font-weight: 500;
    text-decoration: underline !important;
    color: #333333;
}
.sponsor-cards .sponsor-item .sponsor-count-down {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    border-radius: 16px;
    padding: 8px 14px;
    height: max-content;
    align-self: center;
}
@media (max-width: 1199px) {
    .sponsor-cards .sponsor-item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .sponsor-cards .sponsor-item {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .sponsor-cards .sponsor-item {
        width: 100%;
    }
    .sponsor-cards .sponsor-item .sponsor-item-wrap {
        padding: 20px 16px 20px 16px;
    }
    .sponsor-cards .sponsor-item .sponsor-order {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
}
/* home - advisory council */
.home-advisory-council .elementor-post__thumbnail__link {
    padding: 0 45px;
}
.home-advisory-council .elementor-post__thumbnail {
    max-width: 180px;
    margin: auto;
}
.home-advisory-council .elementor-post__title {
    text-align: center;
    padding: 0 5px;
}
.home-advisory-council .advisory-council-position {
    font-size: 15px;
    line-height: 26px;
    color: #484848;
    text-align: center;
    padding: 0 10px;
}
.home-advisory-council .elementor-post .article-wrap {
    padding: 40px 0;
    border-radius: 10px;
    height: 100%;
}
.home-advisory-council .elementor-post .article-wrap:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .home-advisory-council .elementor-widget-posts .elementor-widget-container .elementor-posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-column-gap: 0;
    }
    .home-advisory-council .elementor-post .article-wrap {
        padding: 40px 0;
    }
    .home-advisory-council article {
        width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home-advisory-council .elementor-posts {
        margin: 0 -6px;
    }
    .home-advisory-council .elementor-post {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) {
    .home-advisory-council .elementor-posts {
        margin: 0 -15px;
    }
    .home-advisory-council .elementor-post {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .home-advisory-council .elementor-widget-posts .elementor-widget-container .elementor-posts {
        grid-row-gap: 30px;
    }
    .home-advisory-council .elementor-post .article-wrap {
        background: #FFFFFF;
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    }
    .home-advisory-council .elementor-post .article-wrap {
        padding: 15px 0;
    }
}
@media (max-width: 575px) {
    .home-advisory-council .elementor-widget-posts .elementor-widget-container .elementor-posts {
        grid-row-gap: 20px;
    }
}
/* home - sponsor cards slider */
.sponsor-slider-cards .sponsor-slider-item {
    display: block;
    width: 474px;
    background: #FFFFFF;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 0 39px 30px 24px;
    height: 100%;
}
.sponsor-slider-cards .sponsor-slider-item:hover {
    background: #001C54;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07);
    cursor: pointer;
}
.sponsor-slider-cards .sponsor-slider-image {
    width: 270px;
    height: 215px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.sponsor-slider-cards .sponsor-slider-image img {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.sponsor-slider-cards .sponsor-slider-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.sponsor-slider-cards .sponsor-slider-desc {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}
.sponsor-slider-cards .sponsor-slider-item:hover .sponsor-slider-title,
.sponsor-slider-cards .sponsor-slider-item:hover .sponsor-slider-desc {
    color: #FFFFFF;
}
.sponsor-slider-cards .sponsor-slider-item .image-frame-hover,
.sponsor-slider-cards .sponsor-slider-item:hover .image-frame {
    display: none;
}
.sponsor-slider-cards .sponsor-slider-item .image-frame,
.sponsor-slider-cards .sponsor-slider-item:hover .image-frame-hover {
    display: block;
}
.sponsor-slider-cards.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 50px 0;
    margin-top: -10px;
}
.sponsor-slider-cards.owl-carousel .owl-stage {
    display: flex;
}
@media (max-width: 991px) {
    .sponsor-slider-cards.owl-carousel .owl-stage-outer {
        margin-top: -20px;
    }
}
@media (max-width: 575px) {
    .sponsor-slider-cards.owl-carousel .owl-stage-outer {
        margin-top: -25px;
    }
    .sponsor-slider-cards .sponsor-slider-item {
        background: #001C54;
        box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07);
        padding: 0 15px 24px 15px;
    }
    .sponsor-slider-cards .sponsor-slider-item .image-frame {
        display: none;
    }
    .sponsor-slider-cards .sponsor-slider-item .image-frame-hover {
        display: block;
    }
    .sponsor-slider-cards .sponsor-slider-item .sponsor-slider-title,
    .sponsor-slider-cards .sponsor-slider-item .sponsor-slider-desc {
        color: #FFFFFF;
    }
    .sponsor-slider-cards .sponsor-slider-item {
        width: 100%;
    }
}
/* home - news */
.home-news .elementor-button-link {
    background: linear-gradient(270deg, #FCAF3F 0%, #FA8C1D 100%);
}
.home-news .elementor-tabs-wrapper .elementor-tab-title {
    width: max-content;
}
.home-news .home-sponsor-tabs .elementor-tab-content {
    margin-top: 40px;
    padding: 0;
}
.home-news .home-news-item .thumbnail {
    position: relative;
}
.home-news .home-news-item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.home-news .home-news-item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-news .home-news-item .post-title {
    margin: 10px 0;
    font-size: 20px;
    color: #484848;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.home-news .home-news-item .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news .elementor-widget-tabs .elementor-tabs-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.home-news .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    white-space: nowrap;
    margin: 12px 0px;
}
.home-news .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: linear-gradient(315deg, #FCAF3F 0%, #FA8C1D 100%);
}
.home-news .home-news-items {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 992px) {
    .home-news .home-news-items {
        display: flex;
    }
}
@media (max-width: 991px) {
    .home-news .home-news-item .thumbnail {
        flex-basis: 300px;
    }
    .home-news .home-news-item {
        display: flex;
        margin-bottom: 30px;
    }
    .home-news .home-news-item:last-child {
        margin-bottom: 0;
    }
    .home-news .home-news-item .info {
        flex: 1;
        margin-left: 30px;
    }
    .home-news .home-news-item .post-title {
        margin: 0 0 18px 0;
    }
    .home-news:not(.home-sponsor-result) .home-news-items {
        margin: 0 -15px;
    }
    .home-news .elementor-widget-tabs .elementor-tabs-wrapper {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .home-news .home-news-item .thumbnail {
        flex-basis: 200px;
    }
    .home-news .home-news-item .thumbnail-image {
        padding-bottom: 70%;
    }
    .home-news .home-news-item .info {
        margin-left: 20px;
    }
    .home-news .home-news-item .post-title {
        margin: 0 0 10px 0;
    }
    .home-news .home-news-item .post-title {
        font-size: 20px;
        line-height: 26px;
    }
    .home-news .home-news-item .post-content {
        margin: 10px 0;
    }
}
@media (max-width: 575px) {
    .home-news .home-news-item .thumbnail {
        flex-basis: 130px;
    }
    .home-news .home-news-item .post-title {
        font-size: 18px;
        line-height: 20px;
    }
    .home-news .home-sponsor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        width: 100%;
    }
    .home-casestudy-description {
        padding-top: 80px;
    }
    .home-news .home-news-item .thumbnail-image {
        padding-bottom: 100%;
    }
    .home-news .elementor-tabs .elementor-tabs-wrapper {
        display: block;
    }
    .home-news .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }
    .home-news .elementor-widget-tabs .elementor-tabs-wrapper {
        margin-bottom: 20px;
    }
    .home-news .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
        margin: 0;
    }
    .home-news .home-news-item {
        margin-bottom: 10px;
    }
    .home-news:not(.home-sponsor-result) .home-news-items {
        padding: 20px 0 10px 0;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 375px) {
    .home-news .home-news-item .thumbnail {
        flex-basis: 120px;
    }
}
/* home - awards */
.home-awards .elementor-column {
    position: relative;
    top: -78px;
    max-width: 770px;
    margin: auto;
}
.home-awards .elementor-heading-title {
    max-width: 576px;
    margin: auto;
}
.home-awards .elementor-button-link {
    background-image: linear-gradient(270deg, #FCAF3F 0%, #FA8C1D 100%);
}
@media (max-width: 991px) {
    .home-awards .elementor-column {
        top: -50px;
    }
}
@media (max-width: 575px) {
    .home-awards .elementor-column {
        top: -30px;
    }
}
/* home - blog news */
.home-blog-news .blog-news {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.home-blog-news .blog-content {
    display: block;
    margin-bottom: 30px;
}
.home-blog-news .blog-content-wrap {
    overflow: hidden;
}
.home-blog-news .blog-content .post-area {
    width: 100%;
    height: 100%;
}
.home-blog-news .blog-content.big-col .post-area {
    display: flex;
    align-items: end;
    padding: 20px;
}
.home-blog-news .blog-content.small-col .post-area {
    display: flex;
    align-items: end;
    padding: 20px;
}
.home-blog-news .blog-content.big-col .post-area .post-title {
    width: 80%;
}
.home-blog-news .blog-hidden-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.home-blog-news .blog-news-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.home-blog-news .blog-news-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.home-blog-news .post-title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    text-decoration: none;
}
.home-blog-news .post-content {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.home-blog-news .blog-content-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 319px;
    cursor: pointer;
}
.home-blog-news .blog-content-wrap:hover .blog-news-image img,
.home-blog-news .blog-content-wrap:hover .blog-news-image img {
    transform: scale(1.2);
}
.home-blog-news .image-overlay-bg {
    background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 60%,rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
@media (min-width: 992px) {
    .home-blog-news .blog-content-wrap {
        border-radius: 5px;
    }
    .home-blog-news .blog-news .post-title {
        font-size: 24px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .home-blog-news .blog-news .blog-content {
        padding: 0;
        margin-bottom: 10px;
    }
    .home-blog-news .blog-news .blog-content .post-area {
        padding: 50px 40px 40px 40px;
    }
}
@media (max-width: 575px) {
    .home-blog-news .blog-news .blog-content .post-area {
        padding: 30px 20px 20px 20px;
    }
    .home-blog-news .post-title a {
        font-size: 20px;
        line-height: 28px;
    }
}
/* home - partners */
.home-partners .swiper-slide {
    padding: 0 15px;
}
.home-partners .swiper-slide-inner {
    padding: 50px 57px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    height: 100%;
}
.home-partners .swiper-wrapper {
    height: 150px;
}
.home-partners .swiper-pagination {
    bottom: -12px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.aligncenter {
    margin-left: auto;
    margin-right: auto
}
/* Home sponsor result */
.home-sponsor-nav-container .sponsor-result-nav .item {
    display: block;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 14px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 26px 0 30px;
    box-shadow: none;
}
.home-sponsor-nav-container .sponsor-result-nav .item.current {
    background-image: linear-gradient(135deg, #0039E4 0%, #04DBF1 100%);
    border: none;
}
.home-sponsor-nav-container .sponsor-result-nav .item.current::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03AEED;
}
.home-sponsor-nav-container .sponsor-result-nav .item .content {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
}
.home-sponsor-nav-container .sponsor-result-nav .item.current .content {
    color: #FFFFFF;
}
.home-sponsor-nav-container .sponsor-result-nav .image-bg {
    height: 40px;
    width: 100%;
}
.home-sponsor-nav-container .sponsor-result-nav .owl-stage {
    display: flex;
    padding-bottom: 20px;
}
@media (max-width: 575px) {
    .home-sponsor-nav-container .sponsor-result-nav .item {
        padding: 20px 0 20px;
    }
}
/* Home bg */
.home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background:
            url(../images/home/home-bg-1.png) 762px 114px no-repeat,
            url(../images/home/home-bg-2.png) 475px 613px no-repeat,
            url(../images/home/home-bg-5.png) left 750px no-repeat,
            url(../images/home/home-bg-6.png) right 821px no-repeat,
            url(../images/home/home-bg-7.png) 215px 1369px no-repeat,
            url(../images/home/home-bg-8.png) 1380px 1521px no-repeat,
            url(../images/home/home-bg-13.png) 1603px 2018px no-repeat,
            url(../images/home/home-bg-10.png) 1564px 2162px no-repeat,
            url(../images/home/home-bg-14.png) 240px 2500px no-repeat,
            url(../images/home/home-bg-11.png) right 2525px no-repeat,
            url(../images/home/home-bg-12.png) left 3069px no-repeat,
            url(../images/home/home-bg-11.png) right 3794px no-repeat
}
@media (max-width: 1350px) {
    .home-bg {
        background:
                url(../images/home/home-bg-1.png) 762px 114px no-repeat,
                url(../images/home/home-bg-2.png) 475px 613px no-repeat,
                url(../images/home/home-bg-6.png) right 821px no-repeat,
                url(../images/home/home-bg-7.png) 215px 1369px no-repeat,
                url(../images/home/home-bg-8.png) 1380px 1521px no-repeat,
                url(../images/home/home-bg-13.png) 1603px 2018px no-repeat,
                url(../images/home/home-bg-10.png) 1564px 2162px no-repeat,
                url(../images/home/home-bg-14.png) 240px 2500px no-repeat,
                url(../images/home/home-bg-11.png) right 2525px no-repeat,
                url(../images/home/home-bg-12.png) left 3069px no-repeat,
                url(../images/home/home-bg-11.png) right 3794px no-repeat
    }
}

@media (max-width: 767px) {
    .home-bg {
        background: none;
    }
}
/******************************************************************************************************/
/*                                           SPONSOR RESULT                                           */
/******************************************************************************************************/
/* sponsor results breadcrumb */
.sponsor-breadcrumb .breadcrumbs .breadcrumb-nav a,
.sponsor-breadcrumb .breadcrumbs .breadcrumb-nav .breadcrumb-item {
    color: #FFFFFF;
}
.sponsor-breadcrumb .breadcrumbs .breadcrumb-nav .breadcrumb-item:nth-child(2) ~ .breadcrumb-item:before {
    content: url(../images/sponsor-result-arrow.png);
}
/* sponsor results nav */
.sponsor-result-nav {
    display: flex;
    justify-content: space-between;
}
.sponsor-result-nav .item {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 26px 0 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.sponsor-result-nav .item.current {
    background: #FFFFFF;
}
.sponsor-result-nav .item.current::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
}
.sponsor-result-nav .item .content {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
.sponsor-result-nav .item.current .content {
    color: #004282;
}
.sponsor-result-nav .image-bg {
    height: 40px;
    width: 100%;
}
.sponsor-result-nav .image-bg img {
    height: 100%;
    width: auto;
    margin: auto;
}
.sponsor-result-nav .owl-stage {
    display: flex;
    padding-bottom: 20px;
    margin: auto;
}
@media (max-width: 575px) {
    .sponsor-result-nav .item {
        padding: 20px 0 20px;
    }
}
/* sponsor results single nav */
.sponsor-result-single-nav {
    display: flex;
    justify-content: space-between;
}
.sponsor-result-single-nav .item {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 26px 0 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.sponsor-result-single-nav .item.current {
    background: #FFFFFF;
}
.sponsor-result-single-nav .item.current .normal-image {
    display: none;
}
.sponsor-result-single-nav .item.current .active-image {
    display: block !important;
}
.sponsor-result-single-nav .item.current::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
}
.sponsor-result-single-nav .item .content {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
.sponsor-result-single-nav .item.current .content {
    color: #004282;
}
.sponsor-result-single-nav .image-bg {
    height: 40px;
    width: 100%;
}
.sponsor-result-single-nav .image-bg img {
    height: 100%;
    width: auto;
    margin: auto;
}
.sponsor-result-single-nav .owl-stage {
    display: flex;
    justify-content: center;
    min-width: 100%;
}
.sponsor-result-single-nav {
    padding-bottom: 50px;
}
.sponsor-result-single-title {
    font-size: 30px;
    padding: 50px 0 30px;
    text-align: center;
    color: #FFF;
}
.sponsor-result-single-nav .owl-stage {
    display: flex;
    padding-bottom: 20px;
}
@media (max-width: 575px) {
    .sponsor-result-single-nav .item {
        padding: 20px 0 20px;
    }
}
/* sponsor results */
.sponsor-results .elementor-button-link {
    background: linear-gradient(270deg, #FCAF3F 0%, #FA8C1D 100%);
}
.sponsor-results .elementor-tabs-wrapper .elementor-tab-title {
    width: max-content;
}
.sponsor-results .home-sponsor-tabs .elementor-tab-content {
    margin: 40px -15px 0 -15px;
    padding: 0;
}
.sponsor-results .sponsor-result-item .thumbnail {
    position: relative;
}
.sponsor-results .sponsor-result-item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
}
.sponsor-results .sponsor-result-item .thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sponsor-results .sponsor-result-item .post-title {
    margin: 18px 0 10px 0;
    font-size: 22px;
    color: #484848;
    letter-spacing: 0;
    line-height: 28px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.sponsor-results .sponsor-result-item .post-content {
    margin: 10px 0 18px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sponsor-results .elementor-widget-tabs .elementor-tabs-wrapper {
    text-align: center;
}
.sponsor-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    white-space: nowrap;
    margin: 12px 6px;
}
.sponsor-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: linear-gradient(315deg, #FCAF3F 0%, #FA8C1D 100%);
}
.sponsor-results .sponsor-result-items {
    margin-left: -15px;
    margin-right: -15px;
}
.sponsor-results #sponsorResultTableWrap {
    background: transparent;
    font-size: 15px;
    border-radius: 5px;
    color: #333333;
}
.sponsor-results #sponsorResultTableWrap table {
    background-color: #def4fa;
    border-radius: 4px;
    border-bottom: 1px solid #ddd;
    min-width: 1140px;
}
.sponsor-results #sponsorResultTableWrap table thead {
    color: #FFF;
}
.sponsor-results #sponsorResultTableWrap table thead {
    background: #004282;
}
.sponsor-results #sponsorResultTableWrap .dtr-title:after {
    content: ':';
}
.sponsor-results #sponsorResultTableWrap table a {
    color: #019eb8;
}
.sponsor-results #sponsorResultTableWrap table.dataTable.nowrap td {
    white-space: normal;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #FFF;
    vertical-align: top;
    word-break: break-word;
}
.sponsor-results #sponsorResultTableWrap table.dataTable.nowrap td.child {
    background-color: #f8f8f8;
}
.sponsor-results #sponsorResultTableWrap table tbody tr.child {
    background-color: #f9f9f9;
}
.sponsor-results #sponsorResultTableWrap table tbody tr:not(.child) {
    background-color: #FFF;
}
.sponsor-results #sponsorResultTableWrap input[type="search"] {
    outline: none;
    border-radius: 25px;
    padding: 8px 15px;
    min-width: 250px;
}
.sponsor-results #sponsorResultTableWrap input[type="search"]::placeholder {
    color: #bebebe;
}
.sponsor-results #sponsorResultTableWrap table.dataTable.nowrap th {
    white-space: nowrap;
    padding: 0.75rem;
    letter-spacing: .1rem;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: none;
    background-image: none !important;
    cursor: auto;
}
.sponsor-results #sponsorResultTableWrap table.dataTable.nowrap tr.divider {
    background: none;
}
.sponsor-results #sponsorResultTableWrap table.dataTable.nowrap td.divider {
    padding: 5px 0;
    background: none;
}
.sponsor-results #sponsorResultTableWrap .postgraduate-filter {
    margin-bottom: 20px;
}
.sponsor-results #sponsorResultTableWrap .postgraduate-filter .postgraduate-info {
    display: inline-block;
    width: max-content;
    padding: 5px 10px;
    border: 1px solid #39C2D7;
    border-radius: 5px;
    font-weight: 500;
    color: #39C2D7;
    cursor: pointer;
}
.sponsor-results #sponsorResultTableWrap .postgraduate-filter .postgraduate-info:hover {
    color: #c70836;
    border-color: #c70836;
}
.sponsor-results #sponsorResultTableWrap .postgraduate-filter i {
    margin-left: 3px;
}

.sponsor-results .elementor-tab-content {
    padding: 0;
}
@media (min-width: 992px) {
    .sponsor-results .sponsor-result-items {
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 15px;
    }
}
@media (max-width: 991px) {
    .sponsor-results .sponsor-result-item .thumbnail {
        flex-basis: 300px;
    }
    .sponsor-results .sponsor-result-item {
        display: flex;
        margin-bottom: 30px;
    }
    .sponsor-results .sponsor-result-item .info {
        flex: 1;
        margin-left: 30px;
    }
    .sponsor-results .sponsor-result-item .post-title {
        margin: 0 0 18px 0;
    }
    .sponsor-results:not(.home-sponsor-result) .sponsor-result-items {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .sponsor-results .sponsor-result-item .thumbnail {
        flex-basis: 200px;
    }
    .sponsor-results .sponsor-result-item .thumbnail-image {
        padding-bottom: 70%;
    }
    .sponsor-results .sponsor-result-item .info {
        margin-left: 20px;
    }
    .sponsor-results .sponsor-result-item .post-title {
        margin: 0 0 10px 0;
    }
    .sponsor-results .sponsor-result-item .post-title {
        font-size: 20px;
        line-height: 26px;
    }
    .sponsor-results .sponsor-result-item .post-content {
        margin: 12px 0;
    }
}
@media (max-width: 575px) {
    .sponsor-results .sponsor-result-item .thumbnail {
        flex-basis: 140px;
    }
    .sponsor-results .sponsor-result-item .post-title {
        font-size: 18px;
        line-height: 20px;
    }
    .sponsor-results .home-sponsor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        width: 100%;
    }
    .sponsor-results .sponsor-result-item .thumbnail-image {
        padding-bottom: 100%;
    }
    .sponsor-results .elementor-tabs .elementor-tabs-wrapper {
        display: block;
    }
    .sponsor-results .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }
    .sponsor-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
        margin: 4px 6px;
    }
    .sponsor-results table tbody td.no-result {
        text-align: left;
    }
}
@media (max-width: 375px) {
    .sponsor-results .sponsor-result-item .thumbnail {
        flex-basis: 120px;
    }
}
/******************************************************************************************************/
/*                                       SPONSOR PROJECT DETAIL                                       */
/******************************************************************************************************/
.project-main .post-share-buttons {
    display: flex;
    align-items: center;
}
.project-main .post-share-buttons .text-before {
    font-size: 16px;
    margin-right: 10px;
    min-width: max-content;
}
.project-main .position-manage {
    width: 100%;
    background: linear-gradient(300deg, rgba(4,219,241,1) 0%, rgba(0,57,228,1) 100%);
    padding: 40px 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
}
.project-main .position-manage .img-thumbnail {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 25px auto;
    padding: 0;
    position: relative;
}
.project-main .position-manage img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.project-main .project-position-label {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.186667px;
    color: #FFFFFF;
}
.project-main .project-position-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.266667px;
    color: #FFFFFF;
}
.project-main .host-organization-label {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.186667px;
    color: #FFFFFF;
    margin-top: 28px;
}
.project-main .host-organization-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.266667px;
    color: #FFFFFF;
}
/* project progress */
.project-progress .content-progess {
    color: #222;
    margin-bottom: 30px;
}
.project-progress .title-progess h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.426667px;
    color: #333333;
    margin-bottom: 30px;
}
.project-progress .elementor-text-editor {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 30px;
}
.project-progress .progress-area {
    border-top: 6px solid #827e7e0d;
    border-right: 1px solid rgba(0,0,0,0.07);
    position: relative;
    margin-top: 80px;
    border-radius: 8px;
    background: white;
}
.project-progress .progress-area:last-child {
    border-right: none;
}
.project-progress .elementor-text-editor h5 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 15px;
}
.project-progress .label_expected_progress {
    text-align: center;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.project-progress .content_expected_progress,
.content_real_progress {
    padding: 30px;
}
body > .sponsorship_results,
body > .annual_project,
body > .historical_project,
body > .historicalconference {
    background-color: #f2f2f2;
}

.expect-progess .elementor-text-editor .start-time,
.real-progess .elementor-text-editor .start-time,
.time_real_progress,
.time_expected_progress {
    position: absolute;
    left: 100%;
    top: -55px;
    min-width: 113px;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 35px;
    border-left: 3px solid #39C2D7;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 3px 0px 0px #39C2D7;
    border-radius: 20px;
    transform: translateX(-50%);
}

.expect-progess .elementor-text-editor .start-time,
.real-progess .elementor-text-editor .start-time {
    position: absolute;
    top: 70px;
    left: 0;
}

.time_real_progress.active,
.time_expected_progress.active,
.expect-progess .elementor-text-editor .start-time.active,
.real-progess .elementor-text-editor .start-time.active {
    background-color: #001C54;
    color: white;
    border-left: none;
    box-shadow: none;
}
/* progress - system */
.progress-system .progress-heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 121px;
}
.progress-system .progress-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #FFFFFF;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07);
    border-radius: 15px;
}
.progress-system .progress-item {
    position: relative;
    flex: 1;
}
.progress-system .progress-item:nth-child(2) .progress-detail {
    border-radius: 15px 0 0 0;
    overflow: hidden;
}
.progress-system .progress-item:last-child .progress-detail {
    border-radius: 0 15px 0 0;
    overflow: hidden;
}
.progress-system .progress-item:nth-child(2):last-child .progress-detail {
    border-radius: 15px 15px 0 0;
}
.progress-system .progress-item.activated .progress-title-container,
.progress-system .progress-item.activating .progress-title-container {
    border-top-color: #39C2D7;
}
.progress-system .progress-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.progress-system .progress-item .progress-pointer {
    position: absolute;
    width: 20px;
    height: 24px;
    bottom: calc(100% + 4px);
    left: 0;
    transform: translateX(-50%);
    filter: drop-shadow(3px 2px 15px rgba(254, 76, 28, 0.3));
}
.progress-system .progress-item .progress-pointer::before {
    content: '';
    background: url("../images/progress-pointer.png");
    background-size: cover;
    width: 20px;
    height: 24px;
    position: absolute;
}
.progress-system .start-time {
    position: absolute;
    bottom: calc(100% + 40px);
    right: 100%;
    transform: translateX(50%);
    background: #FFFFFF;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 3px 0 0 #39C2D7;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 19px;
    color: #767676;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.progress-system .start-time.activated,
.progress-system .start-time.activating,
.progress-system .progress-item.activated .end-time,
.progress-system .progress-item.activating .end-time {
    background: #001C54;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07);
    color: #FFFFFF;
    border: none;
}
.progress-system .end-time {
    position: absolute;
    bottom: calc(100% + 40px);
    left: 100%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 3px 0 0 #39C2D7;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 19px;
    color: #767676;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.progress-system .progress-title-container {
    padding: 17px 25px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 6px solid #F2F2F2;
}
.progress-system .progress-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    white-space: nowrap;
}
.progress-system .progress-content {
    font-size: 16px;
    line-height: 28px;
    padding: 25px;
    color: #222222;
}
.progress-system .progress-content ul {
    padding-inline-start: 20px;
}
.progress-system .progress-content * {
    margin: 0;
}
.progress-system .start-time.started {
    background: #001C54;
    box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07);
    color: #FFFFFF;
}
.progress-system .expect-progress .progress-table,
.progress-system .real-progress .progress-table {
    margin: 30px 0;
}
@media (min-width: 1200px) and (max-width: 1300px), (min-width: 992px) and (max-width: 1100px) {
    .progress-system .start-time,
    .progress-system .end-time {
        box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 3px -2px 0 #39C2D7;
    }
    .progress-system .start-time {
        transform: translateX(100%);
    }
    .progress-system .progress-item:last-child .end-time {
        transform: translateX(-100%);
    }
}
@media (min-width: 768px) and (max-width: 850px), (max-width: 660px) {
    .progress-system .start-time,
    .progress-system .end-time {
        box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.07), inset 3px -2px 0 #39C2D7;
    }
    .progress-system .start-time {
        transform: translateX(100%);
    }
    .progress-system .progress-item .end-time {
        transform: translateX(-100%);
    }
}
@media (max-width: 1199px) {
    .progress-system .progress-title-container {
        padding: 12px 10px;
    }
    .progress-system .progress-content {
        padding: 10px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .progress-system .progress-item {
        flex: unset;
        width: 100%;
    }
    .progress-system .progress-item:nth-child(2) .progress-detail {
        border-radius: 15px 15px 0 0;
    }
    .progress-system .progress-item:last-child .progress-detail {
        border-radius: 0;
    }
    .progress-system .progress-item:not(:last-child) {
        border: none;
    }
    .progress-system .progress-title-container {
        padding: 17px 25px;
    }
    .progress-system .progress-content {
        padding: 25px 25px 90px 25px
    }
    .progress-system .end-time {
        bottom: calc(100% + 34px);
    }
}
@media (max-width: 575px) {
    .progress-system .progress-content {
        padding: 15px 15px 90px 15px
    }
}

/******************************************************************************************************/
/*                                       PROJECT TEAM MEMBER                                          */
/******************************************************************************************************/

.team-member .another-members .member-name {
    padding: 12px 19px;
    font-weight: bold;
    font-size: 16px;
    color: #767676;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.team-member .another-members {
    margin-bottom: 50px;
}

.team-member .another-members .owl-stage {
    display: flex;
}

.team-member .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}

.team-member .owl-dots .owl-dot.active span {
    background: #767676;
}

.team-member .member-title {
    font-size: 18px;
    text-align: center;
}

.team-member .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 3px 4px;
}

@media (max-width: 991px) {
    .team-member .another-members {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .team-member .another-members {
        margin-bottom: 30px;
    }
}

/******************************************************************************************************/
/*                                       SEARCH ARCHIVE                                               */
/******************************************************************************************************/
.search-results .elementor-button-link {
    background: linear-gradient(270deg, #FCAF3F 0%, #FA8C1D 100%);
}
.search-results .elementor-tabs-wrapper .elementor-tab-title {
    width: max-content;
}
.search-results .home-sponsor-tabs .elementor-tab-content {
    margin: 40px -15px 0 -15px;
    padding: 0;
}
.search-results .search-item .thumbnail {
    position: relative;
}
.search-results .search-item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.search-results .search-item .thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search-results .search-item .post-title {
    margin: 18px 0 10px 0;
    font-size: 20px;
    color: #484848;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.search-results .search-item .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-results .elementor-widget-tabs .elementor-tabs-wrapper {
    text-align: center;
}
.search-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    white-space: nowrap;
    margin: 12px 6px;
}
.search-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: linear-gradient(315deg, #FCAF3F 0%, #FA8C1D 100%);
}
.search-results .search-items {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 992px) {
    .search-results .search-items {
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 15px;
    }
}
@media (max-width: 991px) {
    .search-results .search-item .thumbnail {
        flex-basis: 300px;
    }
    .search-results .search-item {
        display: flex;
        margin-bottom: 30px;
    }
    .search-results .search-item .info {
        flex: 1;
        margin-left: 30px;
    }
    .search-results .search-item .post-title {
        margin: 0 0 18px 0;
    }
    .search-results:not(.home-sponsor-result) .search-items {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .search-results .search-item .thumbnail {
        flex-basis: 200px;
    }
    .search-results .search-item .thumbnail-image {
        padding-bottom: 70%;
    }
    .search-results .search-item .info {
        margin-left: 20px;
    }
    .search-results .search-item .post-title {
        margin: 0 0 10px 0;
    }
    .search-results .search-item .post-content {
        margin: 12px 0;
    }
}
@media (max-width: 575px) {
    .search-results .search-item .thumbnail {
        flex-basis: 140px;
    }
    .search-results .search-item .post-title {
        font-size: 18px;
        line-height: 24px;
    }
    .search-results .home-sponsor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        width: 100%;
    }
    .search-results .search-item .thumbnail-image {
        padding-bottom: 100%;
    }
    .search-results .elementor-tabs .elementor-tabs-wrapper {
        display: block;
    }
    .search-results .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }
    .search-results .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
        margin: 4px 6px;
    }
}
@media (max-width: 375px) {
    .search-results .search-item .thumbnail {
        flex-basis: 120px;
    }
}
/******************************************************************************************************/
/*                                       ADVISORY SINGLE                                              */
/******************************************************************************************************/
.advisory-single .elementor-widget-theme-post-featured-image .elementor-image {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    overflow: hidden;
    width: max-content;
    margin: auto;
    max-width: 100%;
}
.advisory-single .elementor-widget-theme-post-content .elementor-widget-container {
    text-align: justify;
    padding: 15px 25px 25px 25px;
    border: 1px solid black;
    border-radius: 10px;
}
.advisory-single {
    margin-top: 40px;
    margin-bottom: 40px;
}

.document-table {
    overflow: auto;
}
.document-table .new {
    height: 22px;
    margin-left: 3px;
}
.document-table table {
    font-size: 15px;
    line-height: 19px;
    min-width: 680px;
    margin-bottom: 0;
}
.document-table table td {
    padding: 15px 0.75em;
    line-height: 25px;
}
.document-table table thead tr {
    background: #004282;
    color: #FFFFFF;
    box-shadow: 0 1px 0 #004282;
    font-weight: bold;
}
.document-table table tbody tr {
    color: #3E3F42;
}
.document-table table tbody tr:hover {
    background: #f9f9f9;
}
.document-table table tbody tr a {
    color: #39C2D7;
}
.document-table table tbody td.field {
    background: #39C2D7;
    color: #FFFFFF;
    font-weight: bold;
}
.document-table table td.field {
    min-width: max-content;
    max-width: 120px;
    text-align: center;
}
.document-table table td.author {
    min-width: 180px;
}
.document-table table td.organization {
    min-width: 150px;
}
.document-table table th {
    white-space: nowrap;
}
.document-table table th.document-stt-column {
    width: 50px
}
.document-table table th.document-code-column {
    width: 200px;
}
.document-table table .option-column {
    width: 70px;
    text-align: center;
}
.document-table table tbody td.no-result {
    text-align: center;
    font-size: 16px;
}
.document-table table tbody td:not(.no-result):last-child {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}
.document-table table tbody td:last-child i {
    padding: 10px;
    border-radius: 50%;
}
.document-table table tbody td:last-child i:hover {
    background: rgba(57, 194, 215, 0.52);
}

/******************************************************************************************************/
/*                                       PERSON ARCHIEVE                                              */
/******************************************************************************************************/

.person-archive-table .organization-row {
    background: #39C2D7;
    box-shadow: 0px 1px 0px #39c2d7;
    color: #FFFFFF;
    font-weight: 500;
}

.person-archive-table i.collapse-expand {
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 4px 5px;
    margin-right: 10px;
    color: #FFF;
    background: #409d30;
    cursor: pointer;
}

.person-archive-table i.collapse-expand.expanding::before {
    content: "\f077";
}

.person-archive-table .person-row i.collapse-expand {
    border-color: #004282;
    background: #FFF;
    color: #004282;
}

.person-archive-table a {
    color: #39C2D7;
}

.person-archive-table .person-row {
    display: none;
}

.person-archive-table .person-info-row {
    display: none;
}

.person-archive-table .person-info-row td {
    vertical-align: top;
}

.person-archive-table .person-info-row ul {
    padding-left: 18px;
}
.person-archive-table .person-info-row .special-border {
    border-left: 1px solid #EBEBEB;
}

.post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form {
    margin-bottom: 20px;
}

.post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form > div {
    flex: none;
    width: 25%;
    margin-bottom: 15px;
}

.post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form label {
    margin-bottom: 0;
    padding: 0 3px;
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: 31px;
    z-index: 1;
    background: #FFF;
    color: rgba(0, 0, 0, 0.34);
}

@media (max-width: 991px) {
    .post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form > div {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form > div {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .post-graduate-scholarship .post-graduate-content .person-archive-table form.filter-form > div {
        width: 100% !important;
    }
}

/******************************************************************************************************/
/*                                       ORGANIZATION ARCHIEVE                                        */
/******************************************************************************************************/

.organization-archive-table .organization-row {
    background: #004282;
    box-shadow: 0px 1px 0px #004282;
    color: #FFFFFF;
    font-weight: 500;
}

.organization-archive-table a {
    color: #39C2D7;
}

.organization-archive-table thead th {
    padding: 0;
    border: none;
}

.organization-archive-table .organization-info-row {
    display: none;
}

.organization-archive-table .organization-info-row td {
    vertical-align: top;
}

.organization-archive-table .organization-info-row ul {
    padding-left: 18px;
}
.organization-archive-table .organization-post-type {
    background: #39C2D7;
    font-weight: 500;
    color: #FFF;
    display: none;
}

.organization-archive-table .organization-sub-type {
    background: #cdeaff;
    font-weight: 500;
    color: #3E3F42;
    display: none;
}

.organization-archive-table i.collapse-expand {
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 4px 5px;
    margin-right: 10px;
    color: #FFF;
    background: #409d30;
    cursor: pointer;
}

.organization-archive-table .organization-post-type i.collapse-expand {
    background: #275dca;
}

.organization-archive-table i.collapse-expand.expanding::before {
    content: "\f077";
}

.organization-archive-table .organization-post-type .special-border {
    border-left: 1px solid #EBEBEB;
}
.organization-archive-table .organization-post-type .special {
    vertical-align: top;
    text-align: left;
    background: #FFFFFF;
    font-weight: normal;
}

.post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form {
    margin-bottom: 20px;
}

.post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form label {
    margin-bottom: 0;
    padding: 0 3px;
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: 31px;
    z-index: 1;
    background: #FFF;
    color: rgba(0, 0, 0, 0.34);
}

.post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form > div {
    flex: none;
    width: 33.33%;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form > div {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .post-graduate-scholarship .post-graduate-content .organization-archive-table form.filter-form > div {
        width: 100%;
    }
}

/******************************************************************************************************/
/*                                             FAQ SECTION                                            */
/******************************************************************************************************/
.faq-section .accordion__item {
    position: relative;
}

.faq-section .accordion__item .accordion__header {
    padding-left: 40px !important;
}

.faq-section {
    counter-reset: subsection;
}

.faq-section .accordion__item:before {
    counter-increment: subsection;
    content: counter(subsection, decimal-leading-zero) ".";
    position: absolute;
    top: 14px;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    mix-blend-mode: normal;
}

.faq-section .accordion__item .accordion__header .accordion__title {
    font-size: 20px !important;
}

.faq-section .accordion__item .accordion__body {
    padding: 0 !important;
    margin-bottom: 20px;
}

.faq-section .search__message__content {
    margin-top: 1.6em;
}

/******************************************************************************************************/
/*                                        SPONSOR RESULT DETAIL                                       */
/******************************************************************************************************/
.sponsor-result-details {
    border: 1px solid #dfe3e8;
    background: #FFF;
}

.sponsor-result-details .item {
    padding: 16px 24px;
    border-bottom: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8;
}

.sponsor-result-details .item .item-heading {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #637381;
}

.sponsor-result-details .item .item-detail {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #001c54;
}

/******************************************************************************************************/
/*                                        EVENT DETAIL                                                */
/******************************************************************************************************/
.event-featured-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
.event-details {
    border: 1px solid #dfe3e8;
    background: #FFF;
}

.event-details .item {
    padding: 16px 24px;
    border-bottom: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8;
}

.event-details .item .item-heading {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #637381;
}

.event-details .item .item-detail {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #001c54;
}

#event-body .event-primary-information {
    margin-bottom: 20px;
    margin-top: 30px;
}

#event-body .event-primary-information .item {
    display: flex;
    margin-bottom: 6px;
}

#event-body .event-primary-information .item .title {
    font-size: 15px;
    line-height: 27px;
    color: #637381;
    width: 75px;
}

#event-body .event-primary-information .item .value {
    padding-left: 15px;
    flex: 1;
    color: #001c54;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
}

#event-body .event-details.event-details-pages .sub-items .item:before {
    content: '';
    display: block;
    width: 30px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateX(calc(-100%));
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0 0 0 9px;
}

#event-body .material-report-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.event.type-event .news-social {
    margin-top: 10px;
}

.event-details.event-details-pages {
    border-radius: 18px;
    box-shadow: 0 12px 34px 0 rgba(0,0,0,0.06);
    border: none;
}

.event-details.event-details-pages .items {
    padding: 20px 30px;
}

.event-details.event-details-pages .item {
    display: block;
    border: none;
    padding: 16px 15px 16px 60px;
    margin: 10px 0;
    border-radius: 7px;
}

.event-details.event-details-pages .item:hover {
    background: #fafafa;
}

.event-details.event-details-pages .item .wrap {
    position: relative;
}

.event-details.event-details-pages .item .wrap:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: cover;
    top: 50%;
    transform: translate(calc(-100% - 18px), -50%);
}

.event-details.event-details-pages .item span {
    color: #001c54;
    font-weight: 500;
}

.event-details.event-details-pages .item.item-active {
    background: #001c54;
}

.event-details.event-details-pages .item.item-active span {
    color: #FFFFFF;
}

.event-details.event-details-pages .sub-items {
    padding-left: 60px;
}

.event-details.event-details-pages .sub-items .item {
    position: relative;
}

.material-report-meta .download-btn {
    border: none;
    padding: 15px 32px;
    background: #001c54;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    border-radius: 5px;
}

.event-details.event-details-pages .sub-items .item:not(:first-child):before {
    height: 75px;
}

.event-details.event-details-pages .item.item-general .wrap:before {
    background-image: url(../images/event-sidebar/settings.png);
}

.event-details.event-details-pages .item.item-active.item-general .wrap:before {
    background-image: url(../images/event-sidebar/settings-active.png);
}

.event-details.event-details-pages .item.item-program .wrap:before {
    background-image: url(../images/event-sidebar/program.png);
}

.event-details.event-details-pages .item.item-active.item-program .wrap:before {
    background-image: url(../images/event-sidebar/program-active.png);
}

.event-details.event-details-pages .item.item-program-report .wrap:before {
    background-image: url(../images/event-sidebar/report.png);
}

.event-details.event-details-pages .item.item-active.item-program-report .wrap:before {
    background-image: url(../images/event-sidebar/report-active.png);
}

.event-details.event-details-pages .item.item-discussion .wrap:before {
    background-image: url(../images/event-sidebar/discussion.png);
}

.event-details.event-details-pages .item.item-active.item-discussion .wrap:before {
    background-image: url(../images/event-sidebar/discussion-active.png);
}

.event-details.event-details-pages .item.item-program-poster .wrap:before {
    background-image: url(../images/event-sidebar/poster.png);
}

.event-details.event-details-pages .item.item-active.item-program-poster .wrap:before {
    background-image: url(../images/event-sidebar/poster-active.png);
}

.event-details.event-details-pages .item.item-timeline .wrap:before {
    background-image: url(../images/event-sidebar/timeline.png);
}

.event-details.event-details-pages .item.item-active.item-timeline .wrap:before {
    background-image: url(../images/event-sidebar/timeline-active.png);
}

.event-details.event-details-pages .item.item-registration .wrap:before {
    background-image: url(../images/event-sidebar/registration.png);
}

.event-details.event-details-pages .item.item-active.item-registration .wrap:before {
    background-image: url(../images/event-sidebar/registration-active.png);
}

.event-details.event-details-pages .item.item-materials .wrap:before {
    background-image: url(../images/event-sidebar/materials.png);
}

.event-details.event-details-pages .item.item-active.item-materials .wrap:before {
    background-image: url(../images/event-sidebar/materials-active.png);
}

.event-details.event-details-pages .item.item-material-report .wrap:before {
    background-image: url(../images/event-sidebar/report.png);
}

.event-details.event-details-pages .item.item-active.item-material-report .wrap:before {
    background-image: url(../images/event-sidebar/report-active.png);
}

.event-details.event-details-pages .item.item-material-poster .wrap:before {
    background-image: url(../images/event-sidebar/poster.png);
}

.event-details.event-details-pages .item.item-active.item-material-poster .wrap:before {
    background-image: url(../images/event-sidebar/poster-active.png);
}

.event-details.event-details-pages .item.item-support .wrap:before {
    background-image: url(../images/event-sidebar/support.png);
}

.event-details.event-details-pages .item.item-active.item-support .wrap:before {
    background-image: url(../images/event-sidebar/support-active.png);
}

.event-details.event-details-pages .item.item-notice .wrap:before {
    background-image: url(../images/event-sidebar/notice.png);
}

.event-details.event-details-pages .item.item-active.item-notice .wrap:before {
    background-image: url(../images/event-sidebar/notice-active.png);
}

.event-details.event-details-pages .item.item-faqs .wrap:before {
    background-image: url(../images/event-sidebar/faq.png);
}

.event-details.event-details-pages .item.item-active.item-faqs .wrap:before {
    background-image: url(../images/event-sidebar/faq-active.png);
}

.event-details.event-details-pages .item.item-gallery .wrap:before {
    background-image: url(../images/event-sidebar/media.png);
}

.event-details.event-details-pages .item.item-active.item-gallery .wrap:before {
    background-image: url(../images/event-sidebar/media-active.png);
}

/******************************************************************************************************/
/*                                        EVENT ARCHIVE                                               */
/******************************************************************************************************/
.event-archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.event-archive .item .thumbnail {
    position: relative;
}
.event-archive .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.event-archive .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-archive .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.event-archive .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.event-archive .year {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 8px;
    color: #FFF;
}
.event-archive .date {
    position: absolute;
    bottom: 27px;
    left: -15px;
    text-align: center;
    width: 76px;
    height: 56px;
}
.event-archive .date .month {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 13px;
}
.event-archive .date .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.event-archive .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/******************************************************************************************************/
/*                                        COMMERCIAL ARCHIVE                                          */
/******************************************************************************************************/
.commercial-archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.commercial-archive .item .thumbnail {
    position: relative;
}
.commercial-archive .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.commercial-archive .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.commercial-archive .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.commercial-archive .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.commercial-archive .year {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 8px;
    color: #FFF;
}
.commercial-archive .date {
    position: absolute;
    bottom: 27px;
    left: -15px;
    text-align: center;
    width: 76px;
    height: 56px;
}
.commercial-archive .date .month {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 13px;
}
.commercial-archive .date .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.commercial-archive .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/******************************************************************************************************/
/*                                  COMMERCIAL EVENT ARCHIVE                                          */
/******************************************************************************************************/
.commercial-event-archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.commercial-event-archive .item .thumbnail {
    position: relative;
}
.commercial-event-archive .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.commercial-event-archive .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.commercial-event-archive .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.commercial-event-archive .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.commercial-event-archive .year {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 8px;
    color: #FFF;
}
.commercial-event-archive .date {
    position: absolute;
    bottom: 27px;
    left: -15px;
    text-align: center;
    width: 76px;
    height: 56px;
}
.commercial-event-archive .date .month {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 13px;
}
.commercial-event-archive .date .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.commercial-event-archive .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/******************************************************************************************************/
/*                                        EVENT HOME                                                  */
/******************************************************************************************************/
.event-home .items .owl-stage-outer {
    width: 2000px;
    padding-left: 30px;
}
.event-home .item {
    padding-left: 5px;
    width: 360px;
    display: inline-block;
}
.event-home .item .thumbnail {
    position: relative;
}
.event-home .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.event-home .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-home .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.event-home .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.event-home .year {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 8px;
    color: #FFF;
}
.event-home .date {
    position: absolute;
    bottom: 27px;
    left: -15px;
    text-align: center;
    width: 76px;
    height: 56px;
}
.event-home .date .month {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 13px;
}
.event-home .date .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.event-home .event-time {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 10px;
    color: #FFF;
    border-radius: 3px;
}
.event-home .event-time.incomming {
    background: #39c2d7;
}
.event-home .event-time.happenning {
    background: #001C54;
}
.event-home .event-time.past {
    background: #c70836;
}
@media (max-width: 991px) {
    .event-home .items .owl-stage-outer {
        padding-left: 10px;
    }
}

/******************************************************************************************************/
/*                                        EVENT HOME NAV                                              */
/******************************************************************************************************/
.event-home-nav .arrow {
    display: flex;
}
.event-home-nav .prev {
    background: url(../images/left-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 25px;
    padding: 13px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    cursor: pointer;
}
.event-home-nav .prev:hover {
    background: url(../images/left-arrow-white.png) #39C2D7;
    border-color: #39C2D7;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.event-home-nav .next {
    background: url(../images/right-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 25px;
    padding: 13px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    cursor: pointer;
    margin-left: 20px;
}
.event-home-nav .next:hover {
    background: url(../images/right-arrow-white.png) #39C2D7;
    border-color: #39C2D7;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

/******************************************************************************************************/
/*                                        FAQ ARCHIVE LIST                                            */
/******************************************************************************************************/

.faq-archive-list {
    counter-reset: section;
}

.faq-archive-list .faq {
    padding-left: 35px;
    position: relative;
}

.faq-archive-list .faq:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) ".";
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #484848;
    mix-blend-mode: normal;
}

.faq-archive-list .faq:hover a {
    color: #39C2D7 !important;
}

.faq-archive-list .faq:hover:before {
    color: #39C2D7;
}

/******************************************************************************************************/
/*                                        OUTSTANDING INFORMATION                                     */
/******************************************************************************************************/

.outstanding-information .outstanding-heading h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #333;
    margin-bottom: 20px;
}

.outstanding-information {
    margin-bottom: 30px;
}

/******************************************************************************************************/
/*                                        INNOVATION NEWS                                             */
/******************************************************************************************************/
.home-news-total {
    background: #FFFFFF;
}
.home-news-total .elementor-container {
    width: unset;
    margin: 0 -15px;
}
.home-news-total .post-item {
    margin-top: 15px;
    display: flex;
}
.home-news-total .post-item .thumbnail-image {
    display: block;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
}
.home-news-total .post-item .thumbnail {
    width: 100px;
}
.home-news-total .post-item .info {
    flex: 1;
    margin-left: 15px;
}
.home-news-total .post-item .post-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news-total .post-item .thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-news-total .post-item .post-date {
    color: #aaa;
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-top: 10px;
}
.home-news-total .post-item.post-item-heading {
    display: block;
}
.home-news-total .post-item.post-item-heading .thumbnail {
    position: relative;
    width: 100%;
}
.home-news-total .post-item.post-item-heading .thumbnail-image {
    padding-bottom: 58%;
}
.home-news-total .post-item.post-item-heading .post-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}
.home-news-total .post-item.post-item-heading .info {
    margin-left: 0;
}
.home-news-total .post-item.post-item-heading .post-excerpt {
    font-size: 15px;
    line-height: 24px;
    color: #484848;
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news-total .no-result {
    margin-top: 15px;
}

.separator-section .elementor-divider-separator:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #333333;
    border-radius: 15px 15px 0 0;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.pagination {
    display: flex;
    margin-top: 15px;
}
.pagination .next {
    margin-left: 5px;
}
.pagination .next,
.pagination .prev {
    width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #b7b7b7;
}
.pagination .next:not(.disable):hover,
.pagination .prev:not(.disable):hover {
    background: #4db2ec;
    color: #FFFFFF;
}
.pagination .next.disable,
.pagination .prev.disable {
    opacity: 0.5;
}
.pagination i {
    font-size: 10px;
    color: inherit;
}

.link-hover.elementor-widget-heading:hover .elementor-widget-container .elementor-heading-title {
    color: #6ec1e4;
}
.link-hover.elementor-widget-heading:hover + div .elementor-divider-separator:before {
    background: #6ec1e4;
}

/******************************************************************************************************/
/*                                        INNOVATION ACTION                                           */
/******************************************************************************************************/
.innovation-action .post-item {
    display: flex;
}

.innovation-action .post-item .thumbnail {
    width: 288px;
}

.innovation-action .post-item .info {
    flex: 1;
    padding-left: 24px;
}

.innovation-action .post-item .thumbnail a {
    padding-bottom: 66% !important;
    border: unset !important;
}

.innovation-action .post-item .info .post-title {
    margin-top: 6px !important;
}

.innovation-action .post-date {
    font-size: 13px;
    line-height: 14px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .innovation-action .elementor-row .elementor-column {
        width: 100%;
    }

    .innovation-action .elementor-column-wrap .elementor-widget-wrap {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .innovation-action .elementor-row .elementor-column {
        width: 100%;
    }

    .innovation-action .post-item .thumbnail {
        width: 100%;
    }

    .innovation-action .post-item .info {
        padding-left: 0;
        margin-left: 0;
    }

    .innovation-action .post-item .info .post-title {
        margin-top: 14px !important;
    }

    .innovation-action .post-item {
        flex-wrap: wrap;
        margin-bottom: 50px !important;
    }
}

/* innovation event sidebar */
.innovation-event-sidebar .item {
    width: 100%;
    display: inline-block;
}
.innovation-event-sidebar .item:not(:first-child) {
    margin-top: 30px;
}
.innovation-event-sidebar .item .thumbnail {
    position: relative;
}
.innovation-event-sidebar .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.innovation-event-sidebar .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innovation-event-sidebar .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.innovation-event-sidebar .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.innovation-event-sidebar .year {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 8px;
    color: #FFF;
}
.innovation-event-sidebar .date {
    position: absolute;
    bottom: 27px;
    left: -15px;
    text-align: center;
    width: 76px;
    height: 56px;
}
.innovation-event-sidebar .date .month {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 13px;
}
.innovation-event-sidebar .date .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.innovation-event-sidebar .event-time {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 10px;
    color: #FFF;
    border-radius: 3px;
}
.innovation-event-sidebar .event-time.happenning {
    background: #001C54;
}
.innovation-event-sidebar .event-time.past {
    background: #c70836;
}

/******************************************************************************************************/
/*                                        INNOVATION FEATURE ARCHIVE                                  */
/******************************************************************************************************/

.innovation-feature-archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.innovation-feature-archive .item .thumbnail {
    position: relative;
}
.innovation-feature-archive .item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.innovation-feature-archive .item .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innovation-feature-archive .item .thumbnail .calendar {
    width: 76px;
    position: absolute;
    bottom: 20px;
    left: -15px;
}
.innovation-feature-archive .item .post-title {
    margin: 10px 0;
    font-size: 18px;
    color: #001c54;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.innovation-feature-archive .post-content {
    margin: 10px 0 18px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/******************************************************************************************************/
/*                                        INNOVATION FEATURE                                          */
/******************************************************************************************************/
.innovation-feature .post-item {
    width: 360px;
    display: inline-block;
}

.innovation-feature .post-items .owl-stage-outer {
    width: 2000px;
}
.innovation-feature .post-item .thumbnail {
    position: relative;
}
.innovation-feature .post-item .thumbnail-image {
    border-radius: 10px;
    display: block;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.innovation-feature .post-date {
    font-size: 13px;
    line-height: 14px;
    margin-top: 10px;
}

/* heading */
.innovation-feature-heading .elementor-widget-wrap .elementor-widget:first-child {
    flex: 1;
}
.innovation-feature-heading .elementor-widget-wrap .elementor-widget:last-child {
    width: max-content;
}
.innovation-feature-heading .arrow {
    display: flex;
}
.innovation-feature-heading .prev {
    background: url(../images/left-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 25px;
    padding: 13px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.innovation-feature-heading .prev:hover {
    background: url(../images/left-arrow-white.png) #39C2D7;
    border-color: #39C2D7;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.innovation-feature-heading .next {
    background: url(../images/right-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 25px;
    padding: 13px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 20px;
}
.innovation-feature-heading .next:hover {
    background: url(../images/right-arrow-white.png) #39C2D7;
    border-color: #39C2D7;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

/* home - news */
/******************************************************************************************************/
/*                                        INNOVATION NEWS                                             */
/******************************************************************************************************/
.home-innovation {
    background: #FFFFFF;
}
.home-innovation .elementor-container .elementor-row {
    column-gap: 30px;
}
.home-innovation .post-item {
    margin-top: 15px;
    display: flex;
}
.home-innovation .post-item .thumbnail-image {
    display: block;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    position: relative;
    background: #E2E2E2;
    border-radius: 10px;
}
.home-innovation .post-item .thumbnail {
    width: 100px;
}
.home-innovation .post-item .info {
    flex: 1;
    margin-left: 15px;
}
.home-innovation .post-item .post-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-innovation .post-item .thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-innovation .post-item .post-date {
    color: #aaa;
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-top: 10px;
}
.home-innovation .post-item.post-item-heading {
    display: block;
}
.home-innovation .post-item.post-item-heading .thumbnail {
    position: relative;
    width: 100%;
}
.home-innovation .post-item.post-item-heading .thumbnail-image {
    padding-bottom: 58%;
}
.home-innovation .post-item.post-item-heading .post-title {
    margin: 10px 0;
    font-size: 20px;
    color: #484848;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.home-innovation .post-item.post-item-heading .info {
    margin-left: 0;
}
.home-innovation .post-item.post-item-heading .post-excerpt {
    font-size: 15px;
    line-height: 24px;
    color: #484848;
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-innovation .no-result {
    margin-top: 15px;
}
