body {
    overflow-x: hidden !important;
}

#leadForm {
    max-width: 350px;
   
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#leadForm input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#leadForm button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#leadForm button:hover {
    background-color: #0056b3;
}






.row {
    position: relative;
}

.relative {
    position: relative;
}

.to-bottom {
    position: absolute;
    bottom: 0;
}

.mt-32px {
    margin-top: 32px;
}

.spacer-230 {
    height: 230px;
}

.deep-blue {
    color: #002554 !important;
}

.hit-color {
    color: #007680 !important;
}

.bg-gray {
    background-color: #EBEBEB;
}

.custom-card {
    border: 1px solid #EBEBEB !important;
    border-radius: 12px;
}

.bg-goku {
    background-color: #f4f4f4;
    /* background-color: aquamarine; */
}

.gigant-text {
    font-size: 80px;
}

@media only screen and (min-width: 400px) and (max-width: 576px) {
    .gigant-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 399px) {
    .gigant-text {
        font-size: 54px;
    }
}


.caption-text {
    font-size: 36px;
}

a.green-link {
    color: #40A69F;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .caption-text {
        font-size: 24px;
        font-weight: bold;
    }
}

.big-text {
    font-size: 24px;
}

.small-text {
    font-size: 14px;
}

.big-line-height {
    line-height: 36px;
}

.link-decoration {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.border-gray {
    border: 1px solid #999CA0;
    border-radius: 12px;
    transition: .6s;
}


.border-gray:hover {
    border: 1px solid #002554;
    border-radius: 12px;
}

.border-lightgray {
    border: 1px solid #999CA0;
    border-radius: 12px;
    transition: .6s;
}

.bg-deep-blue {
    background-color: #002554;
    color: white;
}

.navbar {
    background: #fff;
    z-index: 101;
}

.navbar a {
    color: #002554 !important;
}

.black {
    color: black !important;
}

.gray {
    color: #999CA0 !important;
}

.full-width {
    width: 100% !important;
}

.mutted-text {
    font-size: 14px;
    color: #8E90A6;
}

.custom-hr {
    background: #999CA0;
    height: 1px;
    width: 100%;
    margin: 96px 0;
}

hr.mutted {
    color: #D9D9D9;
    opacity: 1;
}

hr.absolute {
    position: absolute;
    left: 0;
    width: 100%;
}

.arrow-up {
    display: inline-block;
    background-image: url('/img/icon_black_arrow_up.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
    border: 2px solid #00000014;
    border-radius: 12px;
}

.arrow-up:hover {
    border: 2px solid #00000014;
    background-color: white;
}

select.form-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; 
}

textarea:focus,
input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-label {
    color: #000;
    font-weight: 600;
}

.select.form-select::placeholder,
input[type="text"].form-control::placeholder,
input[type="email"].form-control::placeholder,
textarea.form-control::placeholder {
    color: #999CA0;
}

select.form-select {
    background-image: url('/img/icon_select_down.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

select.form-select > option {
    padding: 12px 8px !important;
}

select.form-select > option:checked,
select.form-select > option:hover,
select.form-select > option:focus,
select.form-select > option:active {
    background: #F5F5F5 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #F5F5F5 !important;
}

select.form-select,
input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

select.form-select:hover,
input[type="text"].form-control:hover,
input[type="email"].form-control:hover,
textarea.form-control:hover {
    border: 2px solid #00000014;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: -1px;
}

select.form-select:focus,
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
textarea.form-control:focus {
    border: 2px solid #40A69F;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: -1px;
}

select.form-select.error,
input[type="text"].form-control.error,
input[type="email"].form-control.error,
textarea.form-control.error {
    border: 2px solid #FF4E64;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: -1px;
}

textarea.resize-disable {
    resize: none;
}

.error-text {
    color: #FF4E64;
}

.card {
    border-radius: 12px;
}

.card-body {
    font-size: 16px;
}

.card-title {
    font-size: 24px;
}

.card-text {
    font-size: 16px;
    line-height: 150%;
}

.card-head {
    font-size: 16px;
}

.btn-neutral {
    border-radius: 8px;
    background: white;
    color: black;
    border: 1px solid #EBEBEB;
}

.btn-neutral:hover {
    border-radius: 8px;
    color: black;
    background: #EBEBEB;
}

.btn-light-fill {
    background-color: #40A69F1A;
    color: #007680;
    border-radius: 8px;
}

.btn-light-fill:hover {
    background-color: #40A69F1A;
    color: #007680;
    border-radius: 8px;
}

.btn-lighthit-fill {
    border-radius: 8px;
    background: #40A69F;
    color: white;
}

.btn-lighthit-fill:hover {
    border-radius: 8px;
    border: 1px solid #40A69F;
    color: #40A69F;
}

.btn-hit {
    border-radius: 8px;
    background: white;
    color: #007680;
    border-style: solid;
    border-color: #007680;
    border: 2px solid #007680;
}

.btn-hit:hover {
    border-radius: 8px;
    background: #007680;
    color: white;
}

.btn-hit-fill {
    border-radius: 8px;
    color: #007680;
    border-style: solid;
    border-radius: 8px;
    background: #007680;
    color: white;
}

.btn-hit-fill:hover {
    background: white;
    border-color: #007680;
    border: 2px solid #007680;
}

.btn-lighthit {
    border-radius: 8px;
    background: #40A69F;
    color: white;
    border:  2px solid transparent;
    border-style: solid;
    border-color: #40A69F;
}

.btn-lighthit:hover {
    border-radius: 8px;
    background: white;
    color: #40A69F;
    border: 2px solid #40A69F;
}

.btn-big-gray {
    padding: 16px 24px;
    background-color: #EBEBEB;
    color: white;
    width: 100%;
    color: black;
    border-radius: 8px;
}

.btn-big-gray:hover {
    border: 1px solid #EBEBEB;
}

.text-header {
    font-size: 45px;
}

.text-subheader {
    font-size: 36px;
}

.text-body {
    font-size: 16px;
    line-height: 150%;
}

.no-float {
    display: table-cell;
    float: none;
    height: 100%;
}

.btn-nav {
    font-size: 16px;
    width:100%;
    color: #8E90A6;
}

.btn-nav:hover {
    border-radius: 8px;
    background: #F4F4F4;
    color: #007680;
    border: 1px solid #007680;
}
.btn-nav-active {
    border-radius: 8px;
    color: #007680;
    border: 1px solid #007680;
}

.btn-breadcrumb {
    font-size: 16px;
    width:100%;
    color: #999CA0;
    text-decoration: none;
}

.breadcrumb-item.active {
    background: transparent;
}

.filter-button {
    padding: 12px 16px;
}

.footer-sm-text {
    font-size: 14px;
    color: #999CA0;
}

.footer-section {
    font-size: 14px;
    color: #002554;
}

.footer-link {
    text-decoration: none;
    color: #8E90A6;
}

.navbar {
    height: 68px;
}

.button-neutral {
    display: inline-block;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 2px;
    cursor: pointer;
}

.button-neutral {
    text-decoration: none;
}

.button-neutral > .icon_chevron_down {
    background: url('/img/icon_dark_chevron_down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.button-neutral > span {
    color: #002554;
    padding-left: 12px;
    font-size: 14px;
}

.button-neutral > i {
    color: #002554;
}

.image-fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-round img {
    border-radius: 12px;
}

.button-primary {
    display: inline-block;
    text-decoration: none;
    background-color: #002554;
    border-radius: 8px;
    padding: 6px 16px;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.button-primary:hover,
.button-primary:focus {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: #002554 !important;
}

.button-primary > span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.header {
    width: 100%;
    z-index: 101;
    position: relative;
}

.header > .logo {
    display: inline-block;
}

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

.header > .logo .image_logo {
    display: inline-block;
    height: 28px;
    width: 85px;
    vertical-align: middle;
    object-fit: contain;
}

.header > .links {
    display: inline-block;
    margin-left: 24px;
    width: calc(58% - 40px);
    text-align: center;
}

.without-enquiry {
    width: 66% !important;
}

.header > .links > a.link {
    display: inline-block;
    text-decoration: none;
    margin-right: 21px;
    font-size: 14px;
}

.header > .links > a.link:last-child {
    margin-right: 0;
}

.header > .search {
    position: relative;
    margin-left: 80px;
    display: inline-block;
    height: 25px;
}

.header > .search.right {
    position: absolute;
    right: 150px;
    top: 10%;
}

.header > .burger {
    position: absolute;
    right: 6px;
    top: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header > .search > .icon_loupe {
    display: inline-block;
    cursor: pointer;
    background-image: url('/img/icon_dark_search_loupe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header > .links {
        display: inline-block;
        margin-left: 12px;
    }

    .without-enquiry {
        width: 66% !important;
    }
    
    .header > .links > a.link {
        display: inline-block;
        text-decoration: none;
        margin-right: 18px;
        font-size: 14px;
    }

    .header > .search {
        position: relative;
        margin-left: 12px;
        display: inline-block;
        height: 25px;
    }
}

.header > .burger > .icon_burger {
    display: inline-block;
    cursor: pointer;
    background-image: url('/img/icon_dark_burger.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.header > .burger.opened > .icon_burger {
    display: inline-block;
    cursor: pointer;
    background-image: url('/img/icon_cross_regular.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 38px;
    height: 38px;
}

.header.transparent > .links > a.link {
    color: #ffffff !important;
}

.header.transparent .button-neutral > .icon_chevron_down {
    background-image: url('/img/icon_light_chevron_down.svg');
}

.header.transparent .button-neutral > span {
    color: #ffffff;
}

.header.transparent .button-primary {
    background-color: #ffffff;
}

.header.transparent .button-primary > span {
    color: #000000;
}

.header.transparent > .search > .icon_loupe {
    background-image: url('/img/icon_light_search_loupe.svg');
}

.header.transparent .burger > .icon_burger {
    background-image: url('/img/icon_light_burger.svg');
}

.title-page {
    font-size: 57px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .title-page {
        font-size: 32px;
        font-weight: bold;
    }
}

.form-search {
    border: 1px solid #EBEBEB !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
}

input.search {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    /* background-image: url(../img/icon_dark_search_loupe.svg); */
    background-repeat: no-repeat;
    background-position: right 16px center;
    vertical-align: middle;
}

input.search:active, input.search:focus {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background-color: transparent;
}

.side-menu-line {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    background-color: #EBEBEB;
}

.side-menu > a.item {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 2px;
    color: #8E90A6;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}

.side-menu > a.item:hover, 
.side-menu > a.item.active {
    background: #EBEBEB;
    color: #007680;
}

.side-filter > a.item {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 2px;
    color: black;
    border-radius: 8px;
}

.side-filter > a.item:hover, 
.side-filter > a.item.active {
    background: #EBEBEB;
}

.upside-filter {
    background-color: #EBEBEB;
    padding: 0.25rem;
    border-radius: 8px;
}

.upside-filter a.item {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 49%;
    padding: 12px;
    color: black;
    border-radius: 8px;
    background: #EBEBEB;
}

.upside-filter a.item:hover, 
.upside-filter a.item.active {
    background: #FFFFFF;
}

.mobile-upside-filter {
    margin-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.underline {
    position: absolute;
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #F2F2F5;
}

.mobile-upside-filter a.item {
    color: #555770;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin-right: 28px;
}

.mobile-upside-filter a.item:hover, 
.mobile-upside-filter a.item.active {
    color: #007680;
    padding-bottom: 16px;
    border-bottom: 3px solid #007680;
}


.news > .item {
    padding: 24px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    margin-bottom: 16px;
}

.article-head > .icon,
.news-card-slider > .head > .icon,
.news > .item .head > .icon {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.article-head > .icon > img,
.news-card-slider > .head > .icon > img,
.news > .item .head > .icon > img {
    object-fit: contain;
    height: 20px;
}

.news-card-slider > img {
    object-fit: contain !important;
}

.article-head > .title,
.news-card-slider > .head > .title,
.news > .item .head > .title {
    margin-left: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
}

.article-head > .gray-dot,
.news-card-slider > .head > .gray-dot,
.news > .item .head > .gray-dot {
    display: inline-block;
    background-color: #D9D9D9;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    vertical-align:middle;
    margin: 0 10px;
}

.article-head > .time,
.news-card-slider > .head > .time,
.news > .item .head > .time {
    display: inline-block;
    color: #999CA0;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
}

.news > .item .body > .title {
    margin-top: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.news > .item .body > .pre-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.actions {
    margin-top: 24px;
}

.actions a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 8px;
}

.news > .item .news-image > img {
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
}

.event-date {
    font-size: 20px;
    align-self: center;
}

.event > div > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.event > div > .date > p,
.event > div > .date > div,
.event > div > .date > div > p {
    display: inline;
}

.event > div > .date > b {
    color: #4E46B4;
    font-size: 16px;
}

.event > div > .footer {
    bottom: 0;
    width: 100%;
}

.event > div > .footer > button {
    float: inline-start;
    border-radius: 8px;
    color: #002554;
    border: 1px solid #EBEBEB;
    background-color: #F4F4F4;
    padding: 0.25rem;
    margin-right: 0.5rem;
}

.event > div > .footer > a {
    bottom: 0;
    right: 0;
}

.event > div > .event-header {
    font-size: 20px;
}

.container-carousel {
    width: 100%;
    height: 742px;
    z-index: 3;
}

.container-carousel > .background-carousel {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
}

.container-carousel > .background-carousel img {
    width: 100%;
    height: 742px;
    object-fit: cover;
    object-position: center;
}

.container-carousel .carousel-item .absolute {
    position: absolute;
    top: 220px;
}

.container-carousel .carousel-item .absolute .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 57px;
}

@media only screen and (max-width: 991px) {
    .container-carousel .carousel-item .absolute .title {
        font-size: 36px;
    }
}

.container-carousel .carousel-item .absolute .undertitle {
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.container-carousel .carousel-item .absolute a.link {
    display: inline-block;
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    text-underline-offset: 8px;
}

.carousel-indicators-absolute {
    position: absolute !important;
    right: 0;   
}

.container-slider {
    height: 44px;
    position: absolute;
    width: 100%;
    bottom: 52px;
    z-index: 3;
    left: 0;
}

.container-slider > .scroll-for-more {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin-left: 12px;
}

.container-slider > .scroll-for-more > div {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-right: 8px;
}

.container-slider > .scroll-for-more > div > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
}

.custom-indicators {
    position: relative;
    align-items: center;
    height: 44px;
    margin: 0;
}

.custom-indicators button {
    position: relative;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1.5px solid #ffffff !important;
    background-clip: inherit !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
}

.custom-indicators button.active {
    transition: 0.5s linear;
    background-color: #ffffff !important;
}

.carousel-custom-control {
    float: right;
    /* margin-left: 64px; */
}

.carousel-custom-control > button {
    position: relative;
    height: 43px;
    width: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin: 0 4px;
}

.carousel-custom-control > button > span {
    width: 100%;
    height: 100%;
}

.carousel-control-prev-icon.deep-blue {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002554'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon.deep-blue {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002554'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-custom-control.light > button {
    position: relative;
    height: 43px;
    width: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin: 0 4px;
    border: 1px solid #EBEBEB;
}

.carousel-custom-control.light > button > span {
    width: 100%;
    height: 100%;
}

.video-container {
    /* margin-top: 95px; */
}

.video-container iframe,
.video-container video {
    width: 100%;
    height: 544px;
    border-radius: 12px;
}

@media only screen and (max-width: 991px) {
    .video-container iframe,
    .video-container video {
        width: 100%;
        height: 240px;
        border-radius: 12px;
    }
}

.card-slider {
    border: 1px solid #E3E4EB;
    border-radius: 12px;
    width: 386px;
    height: 436px;
    perspective: 1000px;
}

.card-slider .body {
    width: 306px;
    height: 306px;
    position: relative;
}

.card-slider .body > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.card-slider a {
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.card-slider a > .text {
    width: 276px;
    font-weight: bold;
    display: inline-block;
}

.card-slider a > img {
    display: inline-block !important;
    width: 21px !important;
    height: 21px !important;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card-slider:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 12px;
    padding: 36px;
}

.card-back {
    transform: rotateY(180deg);
    background-color: #00A9E0;
    color: white;
    position: relative;
}

.card-back .card-header {
    text-align: left;
}

.card-back .card-header .card-logo {
    display: inline-block;
    vertical-align: middle;
}

.card-back .card-header .card-logo img {
    width: 60px;
    height: 36px;
    object-fit: contain;
}

.card-back .card-header .card-title {
    text-align: left;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 16px;
}

.card-back .body {
    margin-top: 80px;
    text-align: left;
    position: relative;
    height: 250px !important;
}

.card-information {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 44px;
}

.card-information img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 991px) {
    .card-information a {
        width: 100%;
    }
}

.banner-main {
    margin-top: 5rem;
    margin-bottom: 80px;
}

.banner-main .left-side-banner {
    display: inline-block;
    padding: 139px 112px;
    background-color: #EBEBEB;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 570px;
    width: 100%;
}

.banner-main .right-side-banner {
    display: inline-block;
    height: 570px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .banner-main .left-side-banner {
        display: inline-block;
        padding: 36px 24px;
        background-color: #EBEBEB;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        height: auto;
        width: 100%;
    }

    .banner-main .left-side-banner p {
        font-size: 19px;
    }

    .banner-main .left-side-banner a {
        width: 100%;
        padding: 10px 0;
    }
    
    .banner-main .right-side-banner {
        display: inline-block;
        height: 320px;
        width: 100%;
    }

}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.banner-main .right-side-banner img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    object-fit: cover;
}



.news-card-slider > a,
.event-card-slider > a {
    text-decoration: none;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.news-card-slider > img,
.event-card-slider > img {
    width: 386px;
    height: 262px;
    border-radius: 12px;
}

.event-card-slider > .small-text {
    font-size: 14px;
    line-height: 20px;
    color: #8E90A6;
    margin-top: 8px;
}

.event-card-slider > .information {
    margin-top: 14px;
}

.event-card-slider > .information > .time {
    display: inline-block;
    color: #4E46B4;
    font-weight: 600;
}

.event-card-slider > .information > .text {
    display: inline-block;
    color: #999CA0;
}

.icon_computer_mobile {
    background: url('/img/icon_computer_mobile.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.icon_map_marker {
    background: url('/img/icon_map_marker.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.collapse-card {
    font-weight: bold;
    color: black;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 32px;
}

.collapse-card div {
    position: relative;
}

.collapse-card div span {
    display: inline-block;
    width: 90%;
}

.collapse-card img {
    position: absolute;
    width: 36px;
    height: 36px;
    margin: auto;
    top: 0; bottom: 0; right: 0;
}

.collapse-card .body {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
}

.search-panel-custom {
    border-radius: 12px;
    padding: 24px;
    background-color: #EBEBEB;
    height: 100%;
}

.search-panel-custom .helper {
    display: inline-block;
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 24px;
}

.search-panel-custom .helper strong {
    color: black;
}

.search-panel-custom .search {
    display: inline-block;
    width: 86%;
}

@media only screen and (max-width: 991px) {
    .search-panel-custom .search {
        display: inline-block;
        width: 100%;
    }
}

.search-panel-custom input {
    display: inline-block;
    padding: 8px 0;
    height: 42px;
    margin-right: 1%;
    border: none;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
}

.search-panel-custom input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-panel-custom button {
    font-size: 14px;
    width: 13%;
    text-align: center;
    height: 42px;
    background-color: #002554;
    transition: 0.54s;
    vertical-align: top;
    border: 1px solid #002554;
}

.search-panel-custom button:hover  {
    background: white;
    color: black;
    border: 1px solid #002554;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .search-panel-custom button {
        display: block !important;
        width: 100%;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .search-panel-column {
        padding: 0;
    }

    .search-panel-custom {
        border-radius: 0;
    }
}

.side-menu-mobile a {
    display: inline-block;
    width: max-content;
    margin-left: 20px;
    color: #8E90A6;
    padding: 12px;
    text-decoration: none;
    font-weight: 600;
}

.side-menu-mobile a.active {
    background-color: #EBEBEB;
    color: #007680;
    border-radius: 12px;
}

.partner-block {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* height: 91px; */


.partner-block img {
    object-fit: contain;
    height: auto;
    height: 50%;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .partner-block {
        height: 91px;
    }
}

.dropdown-navigation {
    display: inline-block;
    position: relative;
}

.dropdown-navigation.right {
    position: absolute;
    right: 60px;
    top: 6%;
}

.dropdown-language {
    border: 1px solid #EBEBEB;
    left: 18px !important;
    font-size: 14px;
}

.dropdown-site {
    border: 1px solid #EBEBEB;
    left: 6px !important;
    font-size: 14px;
}


.download-app-banner {
    background-color: #EBEBEB;
    border-radius: 12px;
    vertical-align: middle;
    padding: 14px 20px;
}

.download-app-banner div {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.download-app-banner div a {
    color: #007680;
    text-decoration: none;
}

.download-app-banner .download-btn {
    background-color: #1E837C;
    color: #ffffff;
    float: right;
    padding: 4px 24px;
}

@media only screen and (max-width: 991px) {
    .download-app-banner div {
        display: inline-block;
        line-height: normal;
    }
    
    .download-app-banner div a {
        color: #007680;
        text-decoration: none;
        line-height: 24px;
    }
    
    .download-app-banner .download-btn {
        background-color: #1E837C;
        color: #ffffff;
        float: right;
        margin-top: 24px;
        padding: 8px 24px;
        width: 100%;
    }
}

.side-menu-filter-title {
    font-weight: 600;
    font-size: 16px;
    color: #999CA0;
    margin-bottom: 26px;
}

.side-menu-filter > .item {
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 4px;
    margin-bottom: 26px;
}

.side-menu-filter > .item > .checkbox {
    display: inline-block;
    width: 38px;
}

.side-menu-filter > .item > .title {
    display: inline-block;
    width: 75%;
}

.side-menu-filter > .item > .checkbox > input {
    position: absolute;
    padding: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.side-menu-filter > .item > .checkbox input:checked,
.side-menu-filter > .item > .checkbox input:focus {
    outline: 0 !important;
    box-shadow:none !important;
}

.search-document {
    border: 1px solid #EBEBEB !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    font-size: 16px;
    padding: 12px 16px;
    background: url('/img/icon_light_loupe.svg') no-repeat scroll 7px 7px !important;
    background-position: right 10px center !important;
}

.publication-section {
    margin-top: 44px;
}

.publication-section > .title {
    color: #002554;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
}

.publication-section > .item {
    padding: 24px 0;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    position: relative;
}

.publication-section > .item > .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    margin-left: 16px;
    width: 70%;
}

@media only screen and (max-width: 991px) {
    .publication-section > .item > .title {
        font-size: 14px;
        font-weight: 400;
    }
}

.publication-section > .item > .size {
    display: inline-block;
    vertical-align: middle;
    color: #8E90A6;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .publication-section > .item > .size {
        margin-left: 48px;
        display: block;
    }
}

.publication-section > .item > .icon {
    vertical-align: middle;
    display: inline-block;
}

.publication-section > .item > .btn-download {
    position: relative;
    display: inline-block;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    float: right;
    top: -4px
}

.publication-section > .item > .btn-download > div {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .publication-section > .item > .btn-download {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 36px;
        right: 0;
    }

    .publication-section > .item > .btn-download > div {
        display: none;
    }
}

.publication-section > .item > .btn-download > span {
    width: 8px;
    margin-right: 16px;
    display: inline-block;
}

.publication-section > .item > .btn-download > span > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article-title {
    font-size: 32px;
    font-weight: 600;
}

.article-head.event {
    font-size: 16px;
    color: #8E90A6;
}

.article-head > .title {
    font-size: 16px;
}

.article-head > .time {
    font-size: 16px;
}

.article-main-image {
    margin-top: 32px;
}

.article-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.article-main-image .description {
    margin-top: 16px;
    font-size: 12px;
    color: #999CA0;
}

.quote {
    padding-left: 32px;
    border-left: 4px solid #40A69F;
}

.quote .text {
    font-style: italic;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 44px;
}

.quote .author {
    font-style: italic;
    color: #999CA0;
}

.back-page {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #EBEBEB; 
    border-radius: 12px;
}

.back-page img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

.item-speaker {
    margin-bottom: 24px;
}

.item-speaker .image {
    position: relative;
}

.item-speaker .image img {
    height: 220px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.item-speaker .name {
    margin-top: 24px;
    font-weight: 600;
    font-size: 18px;
}

.item-speaker .description {
    margin-top: 10px;
    color: #8E90A6;
    font-size: 14px;
    line-height: 21px;
}

.entry-block {
    padding: 16px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.entry-block hr {
    border: 1px solid #EBEBEB;
}

.entry-block .format {
    color: #40A69F;
    font-weight: 600;
}

.entry-block .format > img {
    vertical-align: middle;
}

.entry-block .format > span {
    vertical-align: middle;
    margin-left: 4px;
}

.entry-block .location .image {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.entry-block .location span {
    display: inline-block;
    width: 88%;
}

.entry-block .dates div {
    margin-bottom: 4px;
}

.entry-block .dates .text {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #999CA0;
}

.entry-block .dates .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.btn.calendar {
    border: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 600;
    color: #002554;
    padding: 6px 16px;
    width: calc(100% - 56px);
    margin-right: 1%;
    position: relative;
}

.btn.calendar span,
.btn.calendar img {
    vertical-align: middle;
    margin: 0 2px;
}

.annual-reports {

}

.annual-reports > div {
    border-bottom: 1px solid #EBEBEB;
    padding: 36px 0;
    position: relative;
}

.annual-reports > div > .year {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}

.annual-reports > div > .title {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    vertical-align: middle;
}

.annual-reports > div > a.link > img {
    object-fit: cover;
    object-position: center;
    width: 24px;
    height: 24px;
}

.download-item {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.gallery-items .item {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 198px;
    margin-right: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1401px) {
    
    .gallery-items .item:nth-child(6n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .gallery-items .item {
        height: 120px;
        width: 168px;
    }

    .gallery-items .item:nth-child(6n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery-items .item {
        height: 120px;
        width: 214px;
    }

    .gallery-items .item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-items {
        height: 135px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .gallery-items .item {
        margin-right: 10px;
    }
}

.gallery-items .item > input {
    position: absolute;
    border-radius: 10px;
    margin-left: 8px;
    margin-top: 8px;
    height: 24px;
    width: 24px;


    background-color: white;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid #999CA0;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.gallery-items .item > input:checked {
    background-color: #40A69F;
    border: 1px solid #ffffff;
    background-image: url('/img/icon_check.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-items .item > .fullscreen {
    position: absolute;
    right: 0;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 8px;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    cursor: pointer;
    background-image: url('/img/icon_fullscreen.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-items .item > .fullscreen > img {
    width: 100%;
    height: 100%;
}

.gallery-items .item:last-child {
    margin-right: 0;
}

.gallery-items .item > a > img {
    object-fit: cover;
    border-radius: 12px;
    height: 120px;
    width: 100%;
} 

.more.gallery a {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .actions.gallery a:first-child {
        display: block;
        margin-bottom: 16px;
    }

    .gallery-items .item {
        width: 70%;
        height: 200px;
    }

    .gallery-items .item > a img {
        width: 100%;
        height: 100%;
    }
}

.pagination-control {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    position: absolute;
}

.pagination-control.right {
    right: 0;
}

.pagination-control.left {
    left: 0;
}

.pagination-control > a {
    color: #999CA0;
    font-weight: 600;
    text-decoration: none;
}

.pagination-disabled > span {
    font-weight: 600;
    color: #999ca083;
}

.pagination-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
}

.pagination-item > * {
    margin-top: 2px !important;
    display: inline-block; 
    vertical-align: middle;
    text-decoration: none;
}

.pagination-item > a {
    color: #000000;
}

.pagination-item.active {
    background-color: #40A69F;
    color: #fff !important;
    border-radius: 8px;
}

.pagination {
    justify-content: center;
    position: relative;
}

.about-card {
    display: inline-block;
    padding: 34px 24px;
    border: 1px solid #00000014;
    border-radius: 18px;
    font-weight: 600;
    width: 100%;
    height: 96px;
    text-decoration: none;
    color: #000;
}

.about-card:hover {
    color: #000;
}

.about-card .icon {
    float: right;
}

.about-card .text {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
}

.enquiry {
    position: relative;
    padding-top: 25vh;
}

.enquiry > .back {
    position: absolute;
    left: -12px;
    top: 0;
    text-decoration: none;
    color: black;
    margin-top: 16px;
}

.enquiry > .back > span {
    vertical-align: middle;
    font-weight: 500;
}

.enquiry > .cross {
    position: absolute;
    margin-top: 16px;

    top: 0;
    right: 0;
}

.enquiry > .successful {
    width: 324px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 22vh;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .enquiry {
        padding-top: 5vh;
    }
}

.enquiry > .successful > * {
    display: inline-block;
}

.enquiry .items > .item {
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 18px;
    padding: 12px 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-decoration: none;
    color: #000000;
}

.enquiry .items > .item img {
    float: right;
}

.socials {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

.socials > .item-social {
    display: inline-block;
    width: calc(24% - 13px);
    margin-right: 6.5px;
    margin-left: 6.5px;
    text-align: center;
    text-decoration: none;

}

.socials > .item-social > .social-img {
    border: 1px solid #B6B6B6;
    border-radius: 50%;
    padding: 24px;
    margin-bottom: 4px;
}

.socials > .item-social > .social-img > img {
    width: 100%;
    height: 100%;
}

.socials > .item-social > .social-text {
    text-align: center;
    color: #999CA0;
} 

.social-copy {
    margin-top: 16px;
    width: 100%;
    background: #40A69F;
    color: #F5F5F5;
    border-radius: 12px;
    padding: 10px 16px;
}

.social-copy:hover,
.social-copy:focus {
    background: #40A69F;
    color: #F5F5F5;
}

.social-cross {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.social-cross > img {
    width: 25px;
    height: 25px;
}

.search-panel,
.burger-menu {
    position: absolute;
    overflow: none;
    background: white;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    padding-bottom: 100px;
}

.burger-menu a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    color: #002554;
    text-decoration: none;
}

.burger-menu a:not([data-bs-toggle="collapse"]) {
    margin-bottom: 24px;
}

.burger-menu .burger-dropdown {
    margin-bottom: 44px;
}

.burger-menu .burger-sub-link {
    color: #0000008F;
    margin-top: 8px !important;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.burger-menu .burger-sub-link img {
    width: 100px;
    height: 30px;
    object-fit: contain;
    object-position: left;
}

.burger-menu .languages a {
    display: inline-block !important;
    color: #002554;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    width: auto;
}

.burger-menu .button-primary {
    padding: 8px;
}

@media only screen and (max-width: 991px) {
    .burger-menu {
        overflow-y: auto;
        height: 96%;
        padding-bottom: 0px;
    }

    .burger-menu a {
        font-size: 24px;
        padding: 24px 0;
        border-top: 1px solid #EBEBEB;
    }

    .burger-menu .burger-dropdown {
        margin-bottom: 0px;
        position: relative;
    }

    .burger-menu .burger-dropdown > a {
        background: url('../img/icon_dark_chevron_down.svg');
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

    /* .burger-dropdown > .chevron-down {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    } */

    .burger-menu .burger-dropdown > .collapse,
    .burger-menu .burger-dropdown > .collapsing {
        margin-bottom: 24px;
    }

    .burger-menu .burger-sub-link {
        margin-top: 0;
        padding: 0;
        border-top: none;
        font-size: 20px;
        margin-bottom: 0 !important;
    }

    .burger-menu a:not([data-bs-toggle="collapse"]) {
        margin-bottom: 0px !important;
    }
}

.divider-double {
    display: block;
    height: 2px;
    width: 100%;
    background: #EBEBEB;
}

.dropdown-site > li > a {
    height: 40px;
    vertical-align: middle;
    padding-top: 6px;

}

.dropdown-site > li > a > img {
    height: 26px;
    object-fit: cover;
}

.float-button-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #00000014;
    background-image: url(/img/icon_black_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.float-button {
    display: block;
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: auto;
    height: 40px;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #002554;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
}

.float-button:hover {
    background-color: #00214A;
    color: #fff;
}

.float-button:focus {
    color: #fff;
    border: 1px solid #00000014;
    box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.2);
}

.float-button:disabled,
.float-button[disabled] {
    background-color: #ADB9C8 !important;
}

.footer-lang-active {
    display: inline-block !important;
    text-decoration: none;
    color: #002554;
    font-size: 16px;
    font-weight: 400;
    margin-right: 16px;
    width: auto;
}

.footer-lang{
    display: inline-block !important;
    text-decoration: none;
    color: #999CA0;
    font-size: 16px;
    font-weight: 400;
    margin-right: 16px;
    width: auto;
}

.category-arrow {
    position: absolute;
    right: 0;
    margin-right: 16px;
    transform: translateY(-50%);
    top: 50%;
}

.item-search.popular {
    margin-bottom: 16px;
}

.item-search.popular > a {
    text-decoration: none;
    color: #000;
}

.item-search.result {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
}

.item-search.result:hover{
    background: #EBEBEB;
    border-radius: 12px;
    width: 100%;
    padding: 8px;
}

.item-search.result > a {
    text-decoration: none;
}

.item-search.result > a > .text {
    color: #000;
    margin-bottom: 4px;
}

.item-search.result > a > .page {
    color: #40A69F;
    font-size: 14px;
}

.search-icon-button {
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon_dark_search_loupe.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    width: 16px;
    height: 24px;
    border: none;
    object-fit: contain;
    background-color: transparent;

    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.truncate-4-line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
}
