#SubMenuDiv .pin-spacer {
    padding: 0 !important;
    height: auto !important;
}

#SubMenuDiv .pin-spacer.active {
    padding-top: 69px !important;
}

.k_sub_menu_ul {
    width: 100%;
    column-gap: 10px;
    background-color: #f3f5f6;
    margin: 0;
    padding: 0;
    z-index: 99;
    justify-content: center;
    display: flex;
    position: relative;
}

.k_sub_menu_ul li {
    width: 100%;
    max-width: calc((1170px / 6));
    padding: 20px 0;
    color: var(--text-color);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.k_sub_menu_ul li a {
    color: var(--hovering-color) !important;
}

.k_sub_menu_ul li span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #131313;
    width: 0%;
    border-radius: 2px;
    transition: width 0.2s cubic-bezier(.4, 2, .6, 1);
}

.content {
    display: flex;
    flex-direction: column;
}

.k_section_item:nth-child(even) {
    background-color: var(--bg-color);
}

#AK_WWA_Div h2 {
    color: var(--hovering-color);
}

#AK_WWA_Div .k_inner_title {
    width: 100%;
}

#AK_WWA_Div .k_inner_ak {
    column-gap: 40px;
    grid-template-columns: 1fr 2fr;
    display: grid;
}

#AK_WWA_Div .k_inner_ak p {
    color: var(--hovering-color);
}

#AK_M_Div .k_inner_content {
    padding-left: 0;
    padding-right: 0;
    max-width: initial;
    align-items: center;
}

.k_milestones {
    width: 100%;
    position: relative;
}

.k_milestones .swiper {
    height: auto;
}

.k_milestones .swiper-slide-active .k_milestone_item {
    border: 10px solid var(--hovering-color);
    box-shadow: inset 0 0 0 1px var(--main-color);
    background-color: var(--hovering-color);
}

.k_milestones .swiper-slide-active .k_milestone_item .k_milestone_year,
.k_milestones .swiper-slide-active .k_milestone_item p {
    color: var(--white-color);
}

.k_milestone_item {
    padding: 60px 40px;
    border: 1px solid var(--link-color);
}

.k_milestone_year {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 36px;
    color: var(--hovering-color);
}

.k_milestone_item p {
    text-align: left;
    color: var(--hovering-color);
}

#AK_VM_Div .k_inner_content {
    max-width: 1600px;
}

.k_vm {
    margin-top: 40px;
    width: 100%;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
    display: grid;
}

.k_vm_left {
    align-items: center;
    justify-content: center;
    display: flex;
}

.k_vm_category {
    row-gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.k_vm_category_item:hover {
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
}

.k_vm_category_item.active {
    font-weight: 600;
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
}

.k_vm_category_item {
    min-width: 236px;
    font-size: 36px;
    color: var(--link-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.k_vm_inner_left {
    width: 100%;
}

.k_vm_inner_left figure {
    width: 100%;
    max-width: 450px;
    height: 65vh;
    overflow: hidden;
    position: relative;
}

.k_vm_inner_left figure img {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160%;
    object-position: 75% center;
}

.k_vm_inner_item:first-child img {
    object-position: 50% center;
}

.k_vm_inner_item:last-child img {
    object-position: 35% center;
}

.k_vm_inner_item.active {
    display: grid;
}

.k_vm_inner_item {
    grid-template-columns: 1fr 1.1fr;
    display: none;
}

.k_vm_inner_right {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.k_vm_inner_right ul {
    width: 100%;
}

.k_vm_inner_right li {
    margin-bottom: 20px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    position: relative;
}

.k_vm_inner_right li:last-child {
    margin-bottom: 0;
}

#VM_OM_Div li p.hovering {
    transition: all .3s ease-in-out;
    display: flex;
    position: absolute;
}

#VM_OM_Div li p {
    padding: 20px;
    top: 40px;
    left: 2.5%;
    z-index: 2;
    background-color: var(--bg-color);
    display: none;
    position: absolute;
}

.k_vm_inner_right li p {
    width: 100%;
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
}

.k_vm_inner_right h6 {
    font-weight: 600;
    color: var(--hovering-color);
}

.k_vm_inner_right h6 span {
    color: var(--hovering-color);
    font-weight: 600;
    font-size: 24px;
}

.k_vm_inner_right>p {
    color: var(--hovering-color);
}

#AK_MT_Div .k_inner_title {
    color: var(--hovering-color);
}

#AK_MT_Div .k_inner_content {
    max-width: 1600px;
}

.k_mt_category {
    margin-top: 40px;
    width: 100%;
    row-gap: 60px;
    column-gap: 60px;
    display: grid;
    display: -webkit-grid;
}

.k_mt_row {
    width: 100%;
    margin-top: 60px;
    column-gap: 40px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

[data-category="ED"] {
    grid-template-columns: repeat(5, 1fr);
}

[data-category="INED"] {
    grid-template-columns: repeat(3, 1fr);
}

[data-category="SM"] {
    grid-template-columns: repeat(4, 1fr);
}

.k_mt {
    margin: 0 auto;
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.k_mt_label {
    display: flex;
    align-items: center;
}

.k_mt_label i {
    margin-right: 10px;
    font-size: 24px;
    color: var(--hovering-color);
}

.k_mt h5 {
    color: var(--hovering-color);
    text-align: center;
    text-transform: uppercase;
}

.k_mt_item {
    cursor: pointer;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.k_mt_item figure {
    margin-bottom: 20px;
    width: auto;
    display: flex;
    justify-content: center;
}

.k_mt_item figure img {
    max-width: 180px;
    transition: all 1s ease-in-out;
}

.k_mt_item:hover figure {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all .3s ease-in-out;
}

.k_mt_item h5 {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
    text-align: center;
}

.k_mt_item h6 {
    width: 100%;
    max-width: 290px;
    font-weight: 500;
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
    font-style: italic;
    text-align: center;
}

.k_mt_item:hover figure img {
    width: 120%;
    height: 120%;
    transition: all 1s ease-in-out;
}

.k_mt_item:hover h5,
.k_mt_item:hover h6 {
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
}

.k_mt_modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.k_mt_modal.active {
    display: flex;
}

.k_mt_modal_inner {
    width: 55vw;
    min-height: 50vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    position: relative;
}

.k_mt_modal_close_btn {
    top: 25px;
    right: 35px;
    z-index: 9;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    cursor: pointer;
}

.k_mt_modal_close_btn i {
    font-size: 42px;
    color: var(--hovering-color);
}

.k_mt_modal_content {
    padding: 35px;
    position: relative;
}

.k_mt_modal_category {
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--hovering-color);
}

.k_mt_modal_bio {
    padding: 40px;
    background-color: var(--bg-color);
    column-gap: 40px;
    align-items: flex-start;
    grid-template-columns: auto 1fr;
    display: grid;
}

.k_mt_modal_bio figure {
    max-width: 240px;
}

.k_mt_modal_bio_details {
    flex-direction: column;
    display: flex;
}

.k_mt_modal_bio_details h5 {
    color: var(--hovering-color);
    text-transform: uppercase;
}

.k_mt_modal_bio_details h6 {
    margin-bottom: 20px;
    color: var(--hovering-color);
    font-style: italic;
}

.k_mt_modal_bio_details strong {
    text-transform: uppercase;
}

.k_mt_modal_bio_p {
    padding-right: 30px;
    max-height: 300px;
    height: auto;
    flex-direction: column;
    display: flex;
    overflow-y: auto;
}

.k_mt_modal_bio_p p {
    color: var(--hovering-color);
}

#AK_GL_Div .k_inner_content {
    align-items: center;
    max-width: 1600px;
}

.k_gl {
    position: relative;
}

.k_gl img {
    opacity: .5;
    filter: grayscale(90%);
}

.k_gl_pin_item {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k_gl_pin_item.mc .k_gl_pin_modal {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .k_gl_pin_item:hover .k_gl_pin_modal {
        display: flex;
    }
}

#Pin_Hungary_Div {
    top: 33%;
    left: 51%;
}

#Pin_Poland_Div {
    top: 30%;
    left: 51%;
}

#Pin_Czech_Div {
    top: 31.2%;
    left: 49.8%;
}

#Pin_China_Div {
    top: 43%;
    right: 24.5%;
}

#Pin_Canada_Div {
    top: 25%;
    left: 17.5%;
}

#Pin_USA_Div {
    top: 39%;
    left: 19%;
}

#Pin_Mexico_Div {
    top: 50%;
    left: 19%;
}

#Pin_UK_Div {
    top: 28.5%;
    left: 45%;
}

#Pin_Australia_Div {
    bottom: 20%;
    right: 16.5%;
}

#Pin_Thailand_Div {
    bottom: 42%;
    right: 25%;
}

#Pin_Japan_Div {
    top: 40%;
    right: 15.5%;
}

#Pin_Malaysia_Div {
    bottom: 38.5%;
    right: 25.4%;
}

#Pin_Singapore_Div {
    bottom: 36%;
    right: 24.7%;
}

#Pin_China_Div .k_gl_country_desc {
    row-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: flex-start;
}

#Pin_China_Div .k_gl_country_category {
    align-items: flex-start;
}

#Pin_China_Div .k_gl_country_c_value span {
    text-align: left;
}

.k_gl_pin_tag {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    border: 3px solid rgba(13, 13, 13, 0.25);
    background-color: rgba(13, 13, 13, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s infinite;
}

.k_gl_pin_tag:hover {
    animation: none;
}

.k_gl_pin_modal {
    margin-bottom: 1em;
    bottom: 100%;
    min-width: 20em;
    padding: 20px;
    background-color: rgba(13, 13, 13, 0.9);
    transition: transform 1s, opacity 1s, visibility .35s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    flex-direction: column;
    display: none;
}

.k_gl_country_label {
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.k_gl_country_category {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.k_gl_country_c_label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--main-color);
}

.k_gl_country_c_value {
    flex-direction: column;
    display: flex;
}

.k_gl_country_c_value span {
    font-size: 14px;
    color: var(--main-color);
    text-align: center;
}

.k_gl_country_desc {
    row-gap: 15px;
    column-gap: 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

#AK_FI_Div .k_inner_content {
    align-items: center;
}

.k_fi {
    width: 100%;
}

.k_fi_menu {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
}

.k_fi_menu_item {
    padding: 5px 40px;
    width: 195px;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 3px solid var(--main-color);
    color: var(--hovering-color);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.k_fi_menu_item.active {
    border-bottom: 3px solid var(--hovering-color);
    transition: all .3s ease-in-out;
}

.k_fi_content {
    margin-top: 90px;
    flex-direction: column;
    align-items: flex-start;
    display: none;
}

.k_fi_content.active {
    display: flex;
}

.k_fi_content_item {
    margin-bottom: 60px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.k_fi_content_item:last-child {
    margin-bottom: 0;
}

.k_fi_label {
    margin-bottom: 20px;
    padding: 5px 20px;
    background-color: var(--hovering-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
}

.k_fi_value {
    width: 100%;
    font-weight: 600;
    color: var(--hovering-color);
    flex-direction: column;
    display: flex;
}

.k_fi_value_item {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
}

.k_fi_value_item:last-child {
    margin-bottom: 0;
}

.k_fi_value_item strong {
    font-weight: 700;
    margin-bottom: 5px;
}

.k_fi_value_item span {
    margin: 0 !important;
    padding: 0 !important;
}

.k_fi_value ul {
    row-gap: 15px;
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.k_fi_value li {
    align-items: flex-start;
    display: flex;
}

.k_fi_value img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.k_fi_value span {
    padding-left: 10px;
    line-height: 1;
    color: var(--hovering-color);
}

#Milestones_Div .swiper-pagination {
    display: none;
}