﻿@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* --site-color: #001A67; */
    --site-color: #111971;
    --hover-color: #9EADE5;
    --download-color: #E30613;
    --warning-color: #E1963B;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #f9f9f9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #222222;
}

main {
    position: relative;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    
    border-spacing: 0;
}

th {
    font-weight: bold;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

li {
    list-style-type: none;
}

select option:hover {
    background: var(--site-color);
}

.container {
    background: #FFFFFF;
}

    .container.page-detail-wrapper img {
        max-width: 100% !important;
        height: auto !important;
    }

a, a:hover, a:link, a:visited, a:active {
    color: var(--site-color);
}

/* header-start */
.navbar-brand {
    display: flex;
    justify-content: center; 
}
#langBox {
    color: var(--site-color);
    text-transform: uppercase;
    font-size: 1rem;
}

header {
    position: relative;
    z-index: 9999;
}

.header {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #F1F1F1;
    backdrop-filter: blur(97.5px);
}


    .header .container {
        /* display: flex;
        height: 60px;
        align-items: center;*/
    }

    .header .search-icon {
        height: 16px;
    }

#searchIcon {
    cursor: pointer;
}

.header .nav-pills .nav-menu-link {
    color: var(--site-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 0.5rem 1rem;
    background: none;
}

.h-right {
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--site-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 0.5rem 1rem;
    padding-right: 0px;
}

.header .nav-link {
    color: var(--site-color) !important;
}

.navbar-collapse.collapse.show {
    padding: 1rem;
}

.header a.nav-link.dropdown-toggle.show {
    color: #9EADE5 !important;
}

.header a.nav-link.dropdown-toggle.show {
    border-bottom-color: red;
}

/*.navbar-toggler:focus {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(17,25,113,0.45);
    -moz-box-shadow: 0px 0px 12px 7px rgba(17,25,113,0.45);
    box-shadow: 0px 0px 12px 7px rgba(17,25,113,0.45);
}
*/
        .navbar-brand img {
    max-width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
/* header-end */
.main-carousel .carousel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main-carousel .carousel-title p {
        padding-bottom: 5px;
        font-size: 1rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .main-carousel .carousel-title h2 {
        font-weight: 400;
        font-size: 3.125rem;
        line-height: 68px;
        color: var(--site-color);
    }

.main-carousel .carousel-innerText {
    position: absolute;
    top: 40%;
    width: 70%;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .main-carousel .carousel-innerText h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        text-shadow: 2px 1px 11px rgba(0,0,0,0.7);
    }

    .main-carousel .carousel-innerText span a {
        font-size: 1.25rem;
        line-height: 125%;
        text-decoration-line: underline;
        color: #FFFFFF;
    }

.main-carousel .carousel-nav--horizontal {
    background: rgba(255, 255, 255, 0.3);
}

.main-carousel .carousel-nav-list li.carousel-nav-item.active {
    border-top: 1px solid #fff;
    opacity: 1;
}

    .main-carousel .carousel-nav-list li.carousel-nav-item.active::before {
        background-image: none;
    }

.main-carousel .carousel-btn {
    padding: 0px;
}


.main-carousel .carousel-nav-list .carousel-nav-item {
    font-weight: 600;
    font-size: 1rem;
    margin: 0px;
    width: 35%;
    height: 72px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    opacity: 0.5;
    line-height: 125%;
    color: #FFFFFF;
}

.main-carousel .media-carousel-item img {
    max-height: 549px !important;
}

.stock-index {
    margin-right: 80px;
}

.stock-index-value {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    flex-direction: column;
}

.f-16-site {
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
}

.f-16.siteColor {
    color: var(--site-color);
}

.f-16.gray {
    color: #9B9B9B
}

.f-16.green {
    color: #19B500;
}

.f-16.red {
    color: #E30613;
}

section {
    margin-top: 6rem;
}

.global-brand-title-left {
    color: var(--site-color);
    font-weight: 400;
    font-size: 3rem;
    line-height: 125%;
    padding-bottom: 5%;
}

.global-brand-title-right-up {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    color: #151515;
}

.global-brand-title-right-down {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.highlight-text {
    background: var(--site-color);
    color: #FFFFFF;
    padding: 0 5px;
}

.glance-top {
    min-height: 264px;
    padding: 24px;
}

.glance-area {
    background: var(--site-color);
}

.glance-bot {
    background: #EDEDED;
    padding: 24px;
    display: flex;
    align-items: center;
}

.glance-title-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1rem;
}

.glance-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 49px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.glance-figures {
    color: #AAB2CA;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
}

.glance-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    justify-content: center;
}

.glance-top-right {
    justify-content: center;
    gap: 4rem;
}

.glance-passive {
    font-weight: 700;
    font-size: 1rem;
    line-height: normal;
    color: #AAB2CA;
}

.glance-price {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.glance-price-text {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.glance-bot-item {
    color: var(--site-color);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.glance-bot-item-number {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: normal;
}

.glance-bot-item-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.glance-bot-item-block {
    gap: 5px;
    /* flex: 1 1 0px; */
    flex-basis: 18%;
    margin-bottom: 1rem;
}


.full-page {
    width: calc(100% + 24px);
    margin-left: -12px;
}

.milestone-card {
    height: 680px;
    background: #F2F4F7;
    padding: 0px;
}

.milestone-card-top {
    padding: 51px 30px;
    height: 200px;
}

.milestone-card-bot {
    max-height: 495px;
}

    .milestone-card-bot img {
        width: 100%;
        height: 100%;
        background-size: cover;
    }


.milestone-card-main-title {
    color: var(--site-color);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 42px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.milestone-card-sub-title {
    font-size: 1rem;
    line-height: 28px;
    color: #121212;
}

    .milestone-card-sub-title a {
        text-decoration: underline;
        color: #121212;
    }

.pin {
    cursor: pointer;
}

    .pin path {
        stroke: #263238;
        stroke-width: 0.2px;
    }

    .pin:hover path {
        fill: #263238;
        z-index: 999;
    }

    .pin:focus {
        outline: none;
    }

.popover-body {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
}

.hidden,
[hidden] {
    display: none !important;
}

/*
     * Hide only visually, but have it available for screen readers:
     * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     *
     * 1. For long content, line feeds are not interpreted as spaces and small width
     *    causes content to wrap 1 word per line:
     *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
     */
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    /*
     * Extends the .sr-only class to allow the element
     * to be focusable when navigated to via the keyboard:
     * https://www.drupal.org/node/897638
     */
    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
     * Hide visually and from screen readers, but maintain layout
     */
.invisible {
    visibility: hidden;
}

/*
     * Clearfix: contain floats
     *
     * For modern browsers
     * 1. The space content is one way to avoid an Opera bug when the
     *    `contenteditable` attribute is included anywhere else in the document.
     *    Otherwise it causes space to appear at the top and bottom of elements
     *    that receive the `clearfix` class.
     * 2. The use of `table` rather than `block` is only necessary if using
     *    `:before` to contain the top-margins of child elements.
     */
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


.map-left-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 64px;
    color: var(--site-color);
}

.map-right-title {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #121212;
}

.activities .activities-title {
    font-family: 'Inter';
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
}

.activities .activities-card-h .activities-title {
    padding: 15px;
}

.activities .activities-card-v .activities-title {
    padding: 30px;
}

.activities-card-v .hover-2-description span {
    text-align: center;
}

.activities-card-v .hover-2-description a {
    margin: 0 auto;
}

.page-career-at-tav .content,
.page-career-at-tav .title {
    text-shadow: 1px 1px 1px #000;
}

.activities h2,
.document-wrapper h2 {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 42px;
    color: var(--site-color);
    padding: 20px 20px 20px 0px;
}

.activities-card-h .image-cover {
    height: 272px;
    border-radius: 3px;
}

.activities-card-v .image-cover {
    height: 505px;
    border-radius: 3px;
}

.image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.activities .card-title {
    /* font-family: 'Inter'; */
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
    color: #151515;
}

.activities .card-content {
    /* font-family: 'Inter'; */
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 28px;
    color: #151515;
    align-self: stretch;
}

.activities-card-h-left div {
    padding-bottom: 15px;
}


.activities .btn-learnMore {
    width: 200px;
    height: 45px;
    color: var(--site-color);
    border: 1px solid #D9DEEA;
    background: #FFFFFF;
}

.activities .card-content-container {
    padding: 32px;
    border: 1px solid #D9DEEA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .activities .card-content-container .card-content-left {
        gap: 10px;
        align-items: center;
    }

.about-career-info {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), var(--site-color);
    border-bottom: 6px solid var(--site-color);
    border-radius: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7rem 8rem;
}

    .about-career-info .blue a, .about-career-info .blue a:link, .about-career-info .blue a:visited, .about-career-info .blue a:hover {
        color: var(--site-color);
        text-decoration: underline;
    }

    .about-career-info p:nth-child(1) {
        font-size: 3.75rem;
        line-height: 74px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #151515;
    }

    .about-career-info p:nth-child(2) {
        left: calc(50% - 374px/2 - 0.86px);
        top: 219.59px;
        font-size: 1.5rem;
        line-height: 39px;
        color: #151515;
    }

    .about-career-info button {
        width: 225px;
        height: 50px;
        /* font-family: 'Inter'; */
        font-weight: 500;
        font-size: 1rem;
        line-height: 21px;
        border: 1px solid var(--site-color);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), var(--site-color);
    }

.download-doc-card {
    display: flex;
    gap: 1rem;
}

    .download-doc-card .card {
        width: 100%;
        max-width: 33%;
        height: 384px;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .download-doc-card .card-top {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--site-color);
    }

    .download-doc-card .card-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .download-doc-card .card-img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }

    .download-doc-card .card-body {
        width: 100%;
        height: 184px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .download-doc-card .card-title h5 {
        /* font-family: 'Inter'; */
        font-size: 1.5rem;
        line-height: 36px;
        color: #151515;
        margin-bottom: 2rem;
    }


.card-button, .card-button:link, .card-button:visited, .card-button:hover {
    margin: 0 auto;
    width: 16rem; /*100%*/
    justify-content: center;
    display: flex;
    height: 50px;
    border: 1px solid var(--site-color);
    align-items: center;
    color: var(--site-color);
}

    .card-button a {
        color: var(--site-color);
    }

.download-doc-card .card-button {
    border: 1px solid var(--download-color);
}

    .download-doc-card .card-button a {
        color: var(--download-color);
    }


.navbar .megamenu {
    background: var(--site-color);
    border-radius: unset;
    padding: 1rem;
    z-index: 999 !important;
}

.megamenu, .megamenu h1, .megamenu h2, .megamenu h3, .megamenu h4, .megamenu h5, .megamenu h6, .megamenu a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    color: #f1f1f1;
}

    .megamenu a:hover {
        color: #9EADE5;
    }

    .megamenu .title {
        border-bottom: 1px solid;
        font-weight: 600;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
    }

    .megamenu .container {
        display: block;
        background: unset;
        height: auto;
    }

    .megamenu img.icon {
        margin-right: 1rem;
        margin-top: 0.3rem;
    }

.list-unstyled {
    padding-left: 36px;
}

    .list-unstyled a {
        display: flex;
        justify-content: start;
        align-items: baseline;
    }
/* ============ desktop view ============ */
.order-md-first .card-about:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 992px) {

    .animated-section {
        opacity: 0.5;
        transition: all 0.5s ease;
    }

        .animated-section.active {
            transform: scale(1.2);
            opacity: 1;
        }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar-collapse.collapse.show,
    .navbar-collapse.collapsing {
        background: #FFFFFF;
        padding: 1rem;
        margin: 0 -1rem;
    }

    .form-select {
        padding-left: 0px;
    }

    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .h-right {
        padding-left: 0px;
        padding-left: 0px;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .page-career-at-tav .hr-area .image-cover .card-content {
        padding: 2rem !important;
        line-height: 24px !important;
    }
}
/* ============ mobile view .end// ============ */
.base-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.body-container {
    margin-bottom: 80px;
}

footer {
    background: #CCD1E1;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--site-color);
    padding: 2rem 3rem;
    margin-top: auto;
}

    footer .page-link,
    footer a.page-link,
    footer a.page-link:link,
    footer a.page-link:visited {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: var(--site-color);
        margin-bottom: 0.3rem;
        border: none;
        background: transparent;
        padding: 0;
    }


        footer a.page-link:hover {
            color: #0070C6;
        }

    footer .footer-text,
    footer .sub-page-link,
    footer a,
    footer a:link,
    footer a:visited {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        display: flex;
        align-items: center;
        color: var(--site-color);
    }

        footer a:hover {
            color: #0070C6;
        }

    footer .footer-text {
        line-height: 1.5rem;
    }

.footer-copyright {
    font-family: 'Manrope';
    color: #6B6F9A;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.statements {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: flex-start;
}

.statements-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(17, 25, 113, 0.3);
    padding-top: 1rem;
}

.social-media-wrapper {
    display: flex;
    gap: 0.4rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

    .social-media-wrapper a {
        display: flex;
        background: var(--site-color);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

.card-text:last-child {
    color: #121212;
}

.breadcrumb {
    background: var(--site-color);
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    margin-bottom: 80px;
}

    .breadcrumb ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .breadcrumb li {
        list-style: none;
        font-size: 1rem;
        line-height: 19px;
        color: #FFFFFF;
    }

        .breadcrumb li a {
            color: #FFFFFF;
            opacity: 0.7;
        }

        .breadcrumb li:not(:first-child)::before {
            content: ">";
            margin: 0 10px;
            color: #FFFFFF;
            font-size: 1rem;
            line-height: 19px;
        }

/*about page*/

.card-about {
    min-height: 187px;
    background: #F3F3F3;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .card-about.blue {
        background: var(--site-color);
        color: #fff;
    }

        .card-about.blue .card-title {
            color: #fff;
        }

        .card-about.blue .btn-navi, .blue .btn-navi {
            border-color: #fff;
            color: #fff;
            background: transparent;
            text-decoration: none;
        }

        .card-about.blue .card-subtitle {
            color: #fff;
        }

    .card-about .card-content {
        padding: 32px;
    }

    .card-about .card-title {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #151515;
        margin-bottom: 0.5rem;
        display: inline-block;
    }

    .card-about .card-subtitle {
        font-family: 'Inter';
        font-size: 14px;
        line-height: 28px;
        color: #151515;
    }

    .card-about .card-navi {
        padding: 32px;
    }

    .card-about .btn-navi, .btn-navi {
        height: 50px;
        color: var(--site-color);
        font-family: 'Inter';
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        width: 180px;
        border: 1px solid var(--site-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.media-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

    .media-btn-wrapper .btn-navi {
        background: transparent;
    }

        .media-btn-wrapper .btn-navi:hover {
            background: var(--site-color);
            color: #fff;
        }

.page-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4rem;
    color: var(--site-color);
    margin-bottom: 1.5rem;
    padding: 0px;
}

.pagination {
    margin-top: 2rem;
}

/*history-page*/

.page-history .image-cover, .page-career-at-tav .image-cover {
    height: 465px;
    border-radius: 3px;
}

.box-history-brand, .box-work-with-us {
    height: 464px;
    background: #00116A;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 3px;
}

.box-history p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222222;
}

.box-work-with-us .title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}

.box-history-brand .title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.box-history-brand .description {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #FFFFFF;
}

.box-history {
    padding: 25px 33px;
    gap: 10px;
    height: 88.39px;
    background: #F8F8F8;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.shareholder-wrapper li {
    padding: 15px;
    gap: 10px;
    background: #F8F8F8;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    line-height: 20px;
}

.shareholder-wrapper img {
    height: 80px;
    width: 80px;
}

.shareholder-wrapper b {
    display: block;
    color: var(--site-color);
}

.box-history-area {
    margin-top: 1rem;
}

.box-history span {
    display: block;
    white-space: pre-line;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #222222;
}

.box-history .number {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 38px;
    text-align: right;
}

.history-content {
    padding: 100px 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
}

    .history-content p {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 29px;
    }

    .history-content img {
        max-width: 100%;
    }

.form-select, .btn-info, .language-option {
    text-transform: uppercase;
    color: var(--site-color);
    border: none;
}

.btn-info {
    background: #fff;
    border: #fff;
    min-width: 90px;
    text-transform: uppercase;
    color: var(--site-color);
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus,
    .btn-info:active:focus {
        background: #fff;
        box-shadow: unset;
        border-color: #fff;
        text-transform: uppercase;
        color: var(--site-color);
        border: none;
    }

a.dropdown-item.language-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/*Milestones*/
.card-milestones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 240px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    box-sizing: border-box;
}

    .card-milestones .card-content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

        .card-milestones .card-content span {
            font-family: 'Inter';
            color: #101010;
        }


    .card-milestones .title-1 {
        font-weight: 300;
        font-size: 1rem;
        line-height: 2rem;
    }

    .card-milestones .title-2 {
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .card-milestones .title-3 {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .card-milestones .number {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 4rem;
        line-height: 5rem;
        color: var(--site-color);
    }

/*Reports*/
.chart-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
}

.card-reports {
    min-height: 240px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    box-sizing: border-box;
}

    .card-reports .card-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 25px;
    }

.docs-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.download-document, .download-document:link, .download-document:hover, .download-document:visited {
    background: #EDEDED;
    border-radius: 3px;
    border:none;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: var(--site-color);
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    justify-content: space-between;
}

.doc-year {
    color: #151515;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    line-height: 22px; /* 150% */
    text-transform: uppercase;
}


.card-reports .title-1 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
}

.card-reports .title-2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 58px;
}

.card-reports .title-3 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 29px;
}

.card-reports .number {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 85px;
    line-height: 100px;
    color: var(--site-color);
    padding: 25px;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 20%; /*padding-bottom: 60%;*/
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/*PAGE DETAIL*/
.page-detail-wrapper, .airport-operations-page {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #151515;
    padding: 0 24px 60px 24px;
}

    .airport-operations-page .card {
        height: 100%;
    }

.page-detail-description {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #151515;
    margin-bottom: 1rem;
}

.page-image {
    display: flex;
    align-items: baseline;
    padding: 8rem 1rem 1rem 1rem;
    /*padding: 15% 2% 2% 2%;*/
    flex-direction: column;
}

    .page-image .page-title {
        color: #fff;
    }

.airport-operations-page .card-footer {
    background: transparent;
    border: none;
}
/**/
#nav-tab {
    border: none;
}

    #nav-tab button.nav-link {
        font-style: normal;
        font-weight: bold;
        font-size: 3.1rem;
        line-height: 3.1rem;
        text-align: left;
        color: #CCD1E1;
        border: none;
        padding: 0 2rem 1rem 0;
        background-color: transparent;
    }


.video-visual-container nav,
.management-container nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.video-visual-container #nav-tab button.nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #CCD1E1;
    border: none;
    padding: 0 2rem 1rem 0;
    background-color: transparent;
}

#nav-tab button.nav-link.active {
    color: var(--site-color);
}

a.white.btn-navi {
    color: #fff;
    border-color: #fff;
}
/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(17, 25, 113, 0.4), rgba(17, 25, 113, 0.1));
}

.hover-2-title {
    position: absolute;
    top: 15%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    align-items: center;
    z-index: 99;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .hover-2-description span {
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
    }

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
    bottom: 0.5rem;
    opacity: 1;
}

.hover-2:hover .hover-overlay {
    background: linear-gradient(to top, rgba(17, 25, 113, 1), rgba(17, 25, 113, 0.5));
}


footer-copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #6B6F9A;
    margin: 2rem 0 0 0;
}
/**page-awards*/

.page-awards .image-cover, .page-awards .box-awards,
.manager .image-cover, .manager .manager,
.page-mission .image-cover, .page-mission .box-mission,
.page-sustainability .image-cover, .page-sustainability .box-sustainability {
    height: 465px;
    border-radius: 3px;
}

.awards-content img {
    max-width: 100%;
}

.box-mission .card-button,
.box-sustainability .card-button {
    margin: unset;
}

.page-mission .box-mission,
.page-sustainability .box-sustainability {
    display: flex;
    padding: 28px;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
}

.page-awards .box-awards, .page-manager .box-manager, .page-mission .box-mission, .page-sustainability .box-sustainability {
    background: #F8F8F8;
    border-radius: 3px;
}

.page-awards .box-awards,
.page-manager .box-manager {
    display: flex;
    padding: 28px;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
}

.box-mission .description,
.box-sustainability .description {
    margin-bottom: 2rem;
}

.page-awards .box-awards p,
.page-mission .box-mission p,
.page-sustainability .box-sustainability p,
.box-manager .description {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 38px;
    letter-spacing: 0.25px;
}

.awards-content .row {
    align-items: center;
}

.manager-content .row {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 29px;
}

.page-manager img {
    border-radius: 3px;
}

.worldmap-container {
    margin-top: 3rem;
}

.awards-content .image-cover,
.manager-content .image-cover,
.mission-content .image-cover,
.sustainability-content .image-cover {
    max-height: 65px;
    max-width: 100%;
    border-radius: 3px;
}

.awards-content .title,
.manager-content .title {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.25px;
    color: #151515;
}

.awards-content .number {
    font-family: 'Manrope';
    font-weight: 200;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #151515;
}

.our-awards-title {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.48px;
    color: var(--site-color);
}

.page-awards .m-t,
.page-manager .m-t {
    margin-top: 116px;
}

.awards-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #F3F3F3;
    padding: 10px
}

.manager-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px
}

.management-wrapper {
    margin-bottom: 8rem;
}

.management-container .card {
    background: #F8F8F8;
    border-radius: 3px;
    border-color: #f8f8f8;
    padding: 24px 48px 0px 48px;
}

.management-container .btn-light {
    border-radius: 60px;
    background: #F8F8F8;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

    .management-container .btn-light.active {
        background: var(--site-color);
        color: #fff;
    }

.management-container .nav-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border: none;
    margin-bottom: 15px;
}

.nav-video-archive {
    justify-content: flex-start !important;
}

.management-container .card-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #151515;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.management-container .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #151515;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.management-container a {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--site-color);
    text-decoration: none;
}
/*organizatioanal structure*/
.page-organizational-structure .card-item-column-1 .image-cover {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    border-radius: 3px;
}

.page-organizational-structure .card-item-column-2 .image-cover {
    width: 40px;
    height: 30px;
    margin: 40px 10px 0px 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    border-radius: 3px;
}

.airport-operations-page .card-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.page-organizational-structure .airport-operations,
.page-organizational-structure .service-companies {
    display: flex;
    height: 185px;
    margin-bottom: 2rem;
    align-items: center;
}

    .page-organizational-structure .airport-operations span,
    .page-organizational-structure .service-companies span {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        padding-left: 32px;
    }

.page-organizational-structure .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Flex item */
.page-organizational-structure .card-item {
    flex: 0 1 calc(33% - 10px); /* width is 33% minus margin */
    display: flex;
    margin: 0px;
    /*border: 1px solid red;*/
    height: 225px;
    background: #FFFFFF;
    box-shadow: 12px -5px 19px rgba(57, 57, 57, 0.06), -8px 14px 11px rgba(132, 132, 132, 0.1);
    border-radius: 5px;
    gap: 8px;
}

/* Card item columns */
.page-organizational-structure .card-item-column {
    /*border: 1px solid blue;*/
}

.page-organizational-structure .card-item-column-1 {
    flex: 0 0 15%; /* width is fixed at 15% */
}

.page-organizational-structure .card-item-column-2 {
    flex: 0 0 15%; /* width is fixed at 15% */
    align-items: self-start;
    justify-content: space-around;
    display: flex;
    padding-top: 40px;
}

.page-organizational-structure .card-item-column-3 {
    flex: 0 0 70%;
    padding: 40px 15px 20px 0px;
    display: flex;
    gap: 10px;
}

    .page-organizational-structure .card-item-column-3 .title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        /*line-height: 0px;*/
        letter-spacing: 0.005em;
        color: #252525;
        margin-bottom: 15px;
    }

    .page-organizational-structure .card-item-column-3 ul li {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #252525;
    }

.page-organizational-structure .card-item-column-content {
    display: flex;
    flex-direction: column;
    overflow: auto;
    line-height: 22px
}

.page-organizational-structure .card-item-column-content-airport {
    overflow: auto;
    line-height: 22px
}

.page-organizational-structure .service-companies {
    margin: 2rem 0px;
}

/*Kaldırıldı*/
/*.pointer {
    width: 10px;
    height: 10px;
    left: calc(50% - 10px/2);
    top: calc(50% - 10px/2);
    margin-top: 5px;
    background-color: #CCD1E1;
    box-shadow: 0 0 5px #2a27d3;
}*/


/*press releases list*/
.page-press-releases .card {
    display: flex;
    flex-direction: row;
}

.page-press-releases .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #151515;
}

.page-press-releases .card-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #151515;
    margin-bottom: 0.5rem;
    display: inline-block;
}

/**Pineers*/
.pioneers ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

    .pioneers ul li {
        width: auto;
        padding: 1rem;
        border-radius: 5px;
        background: #F8F8F8;
    }
/**contact page*/
#accordionContact button.accordion-button {
    background: #fff;
    box-shadow: none;
}

#sendmessage {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: var(--site-color);
}

.contact-logo {
    max-width: 245px;
    margin-bottom: 1rem;
}

.contactForm .card-button {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.contact-card {
    /*border: 1px solid #CCD1E1;
    padding: 15px;*/
    font-family: 'Inter';
    font-size: 1rem;
    line-height: 160%;
    color: #151515;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .contact-card p {
        margin-bottom: 15px;
    }

    .contact-card .card-button {
        margin: initial;
    }

.contact-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: var(--site-color);
    margin-bottom: 0 !important;
}

.contact-sub-title {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #000;
}

.blue {
    color: #fff;
    background: var(--site-color);
}

    .blue a,
    .blue a:link,
    .blue a:visited,
    .blue a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .blue .contact-title {
        color: #fff;
    }

    .blue .contact-title {
        color: #fff;
    }

.contact-page .col-md-4,
.contact-page .col-md-6 {
    padding-bottom: 15px;
}

/*mission page*/
.page-mission, .page-sustainability {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 29px;
}

.mission-content th,
.mission-content td,
.sustainability-content th,
.sustainability-content td {
    padding-bottom: 4rem;
}

.mission-content p {
    padding-bottom: 2rem;
}

.mission-content, 
.sustainability-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 29px;
}

.mission-lead,
.sustainability-lead {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 36px;
    color: #151515;
    margin-bottom: 3rem;
    padding-bottom: 15px;
}

.table > :not(caption) > * > * {
    padding: 1.5rem 1rem;
}

.page-detail-wrapper table > :not(caption) > * > * {
    padding: 0.5rem;
}

th {
    font-size: 1.5rem;
    font-weight: 400;
}

td {
    font-size: 1rem;
}

tr {
    border-bottom: 1px solid #f3f3f3;
}
/*Career at tav*/
.page-career-at-tav .career-at-tav .image-cover {
    height: 465px;
    border-radius: 3px;
}

.page-career-at-tav .benefits.image-cover {
    height: 663px;
    margin-top: 4rem;
    border-radius: 3px;
}


.box-work-with-us {
    height: 464px;
    background: #00116A;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



    .box-work-with-us .box-url {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

        .box-work-with-us .box-url .url-color {
            color: var(--hover-color);
        }

        .box-work-with-us .box-url .url-color-white {
            color: #fff !important;
        }

.benefits-img-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
}

    .benefits-img-content .number {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 36px;
        color: #FFFFFF;
    }

    .benefits-img-content .title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }

.page-career-at-tav .benefits.page-title {
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin: 0px
}

.brochure-card-title {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.benefits-content {
    display: flex;
    flex-direction: column;
}

    .benefits-content .benefits-content-item {
        display: flex;
        border-bottom: 1px solid #F3F3F3;
        padding: 2rem 0;
        gap: 2rem;
    }

        .benefits-content .benefits-content-item .item-left {
            flex: 1;
        }

        .benefits-content .benefits-content-item .item-right {
            flex: 2;
        }

        .benefits-content .benefits-content-item .item-left span {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 36px;
            color: #151515;
            display: block;
            width: 95%;
        }

        .benefits-content .benefits-content-item .item-right span {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            line-height: 29px;
            color: #101010;
            display: block;
            width: 70%;
        }

.pb-video-container .card-footer {
    background: transparent;
    border: none;
}

    .pb-video-container .card-footer a,
    .pb-video-container .card-footer a:hover,
    .pb-video-container .card-footer a:visited {
        text-decoration: none;
        color: var(--site-color);
        font-weight: 400;
        font-size: 1rem;
        line-height: 36px;
        padding: 16px;
    }

.card-body.pb-video {
    padding: 0;
}

.ir-wrapper {
    justify-content: end;
    margin: 10px 15px;
}

    .ir-wrapper a.btn-navi {
        border-color: #fff;
    }

.page-link.active {
    background: var(--site-color);
    border-color: var(--site-color);
    color: #fff;
}

.page-link {
    color: var(--site-color);
}

@media screen and (max-width: 1119px) and (min-width:768px) {
    .career-at-tav .item-left {
        width: 50%;
    }

    .career-at-tav .item-right {
        width: 50%;
    }
}



.search-box-container {
    width: 100%;
    height: 319px;
    background: var(--site-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 1rem;
    display: none;
}


    .search-box-container .search-box {
        width: 75%;
    }

    .search-box-container .search-icon {
        position: absolute;
        left: 14%;
        top: 55%;
        height: 25px;
    }

    .search-box-container .clear-text {
        position: absolute;
        left: 83%;
        font-size: 22px;
        top: 57.1%;
        cursor: pointer;
        display: none;
    }

    .search-box-container .close-search-box {
        color: #fff;
        position: absolute;
        top: 30px;
        font-size: 1.5rem;
        right: 30px;
        cursor: pointer;
    }

    .search-box-container .search-box .title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 2rem;
        line-height: 3.5rem;
        color: #FFFFFF;
    }

    .search-box-container .search-box .search-input {
        background: #FFFFFF;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        height: 72px;
        width: 100%;
        padding-left: 5rem;
        padding-right: 3rem;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 68px;
        color: #151515;
    }

.search-input-area {
    display: flex;
    justify-content: flex-end;
}

.btnSearh {
    height: 72px;
    padding: 0px 10px;
    background: #fff;
    color: var(--site-color);
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: -1px;
}

.search-result-title {
    padding-left: 1rem;
    font-size: 2rem;
    padding-bottom: 2rem;
    font-weight: 600;
    color: var(--site-color);
}

.page-search-result .search-result-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 1rem 0px;
}

    .page-search-result .search-result-item .card-title {
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 8px;
        color: var(--site-color);
        font-family: 'Manrope';
    }

    .page-search-result .search-result-item .card {
        border: 0px;
    }

    .page-search-result .search-result-item .card-text {
        font-size: 1em;
        color: #000;
        margin-bottom: 6px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-family: 'Manrope';
        line-height: 22px;
    }

.pagination-numbers {
    display: flex;
    gap: 2rem;
}

.pagination-area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .pagination-area a {
        color: var(--site-color)
    }

.active-page-number {
    border-bottom: 1px solid var(--site-color);
}

.career-at-tav .item-right {
    width: 50%;
}



.press-img-wrapper {
    width: 600px;
    height: 270px;
    min-width: 600px;
    min-height: 270px;
    overflow: hidden;
}

img.press-img {
    height: auto;
    width: 100%;
}

.carousel-nav-item span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/**Download Button*/
.card-download {
    background: #F3F3F3;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .card-download .card-navi {
        padding: 20px;
    }

    .card-download .card-title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
    }

    .card-download .card-content {
        padding: 10px 20px;
    }

.map-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.5rem;
    color: var(--site-color);
}

.map-sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #121212;
}

body.newsletter {
    background: #41478D;
}

.newsletter header,
.newsletter footer,
.newsletter main,
.newsletter .container {
    background-color: var(--site-color);
    color: #fff;
}

.newsletter .card {
    border: none;
}

.newsletter .page-title {
    color: #fff;
}

.newsletter-topic {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #FFFFFF;
}

    .newsletter-topic small {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
    }

h3, h3.hover-2-title span, .activities-title {
    font-size: 1.5rem;
}
/* Social Media */
#SocialMedia {
    padding: 2rem 3rem;
}

.social-media-title {
    color: var(--site-color);
    font-family: Manrope;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem;
}

#instaTest {
    display: grid;
    grid-template-columns: 75px 75px 75px;
    grid-template-rows: 75px auto 75px;
    column-gap: 5px;
    row-gap: 5px;
}

    #instaTest img,
    #instaTest video {
        width: 100%;
    }

.linkedin-content-wrapper {
    background: url('../images/compress/share-container.jpg') no-repeat center center;
    background-size: cover;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
}

.linkedin-image-wrapper {
    border-radius: 2px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 2rem 1rem;
    margin: 0 2rem 2rem 2rem
}

    .linkedin-image-wrapper img {
        width: 100%;
    }

.linkedin-share-content {
    border-radius: 2px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 2rem 1rem;
    color: #999;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

    .linkedin-share-content h4 {
        color: #999;
        text-align: center;
        font-family: Manrope;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 1rem;
    }

a.btn-red, a.btn-red:visited, a.btn-red:hover {
    background: #8F0E39;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}


.page-career-at-tav .hr-area .image-cover {
    height: 663px;
    display: flex;
}

    .page-career-at-tav .hr-area .image-cover .card-content {
        color: #fff;
        padding: 5rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        align-items: center;
        margin: auto;
        font-size: 1.5rem;
        font-family: 'Inter';
        line-height: 36px;
        font-weight: 400;
    }

.page-career-at-tav .hr-area .hr-mission {
    padding-right: 0.125rem;
}

.page-career-at-tav .hr-area .hr-vision {
    padding-left: 0.125rem;
}

.page-detail-wrapper .slider-nav, .management-container .slider-nav-video {
    margin-top: 3rem;
}

.slider-nav-image, .page-detail-wrapper .slider-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    justify-content: flex-start;
}

    .slider-nav-image .slider-item,
    .page-detail-wrapper .slider-item {
        flex-basis: 32%;
    }

        .slider-nav-image .slider-item .image-cover,
        .page-detail-wrapper .slider-item .image-cover {
            height: 228px;
        }

        .slider-nav-image .slider-item .image-contain, .page-detail-wrapper .slider-item .image-contain {
            height: 228px;
        }

.image-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

    .page-detail-wrapper .slider-nav .slick-slide {
        margin-right: 10px;
        width: 448px;
        height: 254px;
    }

.management-container .slider-nav-video .slick-slide {
    margin-right: 10px;
    width: 448px;
}

.management-container .slider-nav-video .slider-item .image-cover {
    height: 228px;
}

.management-container .slider-nav .slick-slider {
    padding-right: 10px;
}

.page-detail-wrapper .slider-nav .slider-item .image-cover {
    height: 228px;
}


.page-detail-wrapper .slider-nav .slick-slider {
    padding-right: 10px;
}

.slider-btn-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 8rem;
}

    .slider-btn-container .btn-slider-navi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        height: 53px;
        background: #fff;
        font-family: 'Inter';
        font-weight: 500;
        font-size: 17px;
        color: rgba(227, 6, 19, 1);
        border: 1px solid rgba(227, 6, 19, 1);
    }

        .slider-btn-container .btn-slider-navi:hover {
            color: #fff;
            background: rgba(227, 6, 19, 1);
        }

.page-detail-wrapper .slider-nav .slider-item,
.management-container .slider-nav .slider-item {
    position: relative !important;
}


.page-detail-wrapper .slider-btn-donwload-container {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translate(-50%, 50%);
    text-align: center;
}

.management-container .slider-btn-donwload-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -26px;
    margin-bottom: 13px;
}

.btn-download,
.btn-download:link,
.btn-download:hover,
.btn-download:visited {
    display: flex;
    align-items: center;
    height: 52px;
    justify-content: center;
    width: 166px;
    color: var(--download-color);
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Inter';
    border: 1px solid var(--download-color);
}

.card-reports .btn-download,
.card-reports .btn-download:link,
.card-reports .btn-download:hover,
.card-reports .btn-download:visited {
    display: flex;
    align-items: center;
    height: 2rem;
    justify-content: center;
    width: 166px;
    color: var(--download-color);
    font-weight: 500;
    font-size: 0.8rem;
    font-family: 'Inter';
    border: 1px solid var(--download-color);
}

.slider-btn-donwload-container .btn-download {
    background: #fff;
}

.card-about .btn-download {
    height: 50px;
    color: var(--download-color);
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    width: 180px;
    border: 1px solid var(--download-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.invalid-feedback {
    color: var(--warning-color);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--warning-color);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    color: var(--warning-color);
    border-color: var(--warning-color);
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
    margin: 6rem 0;
}

    .error-page h1 {
        color: #111971;
        font-family: Manrope;
        font-size: 6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

error-page p {
    color: #151515;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}


@media (max-width: 1399px) {
    : root {
        font-size: 14px;
    }
}


@media (max-width: 1199px) {

    .search-box-container .search-icon {
        top: 53%;
    }

    .glance-passive {
        font-size: 2rem;
    }

    .glance-price {
        font-size: 2.5rem;
    }

    .glance-title {
        font-size: 2rem;
    }

    .glance-bot-item-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    :root {
        font-size: 12px;
    }

    section {
        margin-top: 4rem;
    }

    .container {
        max-width: 100%;
    }

    .worldmap-container {
        margin-bottom: 0 !important;
    }

    .milestone-card {
        height: auto;
    }

    .glance-passive {
        font-size: 1.65rem;
    }

    .glance-price {
        font-size: 2.25rem;
    }

    .glance-title {
        font-size: 1.65rem;
    }

    .glance-bot-item-number {
        font-size: 2.25rem;
    }

    .benefits-content .benefits-content-item .item-left {
        flex: 1;
    }

    .benefits-content .benefits-content-item .item-right {
        flex: 1;
    }

        .benefits-content .benefits-content-item .item-right span {
            width: 100%;
        }

    .benefits-content .benefits-content-item {
        gap: 1rem;
    }
    .search-box-container {
        padding: 1rem 1rem 2rem 1rem;
        height: auto;
    }

        .search-box-container .close-search-box {
            font-size: 1.25rem;
        }

        .search-box-container .search-box .title {
            font-size: 1.5rem;
            line-height: 2.5rem;
        }

        .search-box-container .search-box .search-input {
            height: 45px;
            padding-left: 0;
            padding-right: 0;
        }

    .btnSearh {
        height: 45px;
    }

    .search-box-container .search-icon {
        position: absolute;
        left: 17%;
        top: 50%;
        height: 18px;
    }
}

@media (max-width: 820px) {
    .video-visual-container nav,
    .management-container nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .statements, .statements-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-card .card-button {
        margin: unset;
    }

    .image-cover {
        min-height: 187px;
        border-radius: 3px;
    }

    .page-organizational-structure .card-item {
        flex: 0 1 calc(50% - 10px);
        margin: 5px;
    }

    h3, h3.hover-2-title span, .activities-title {
        font-size: 1.5rem;
    }

    .page-press-releases .card {
        flex-direction: column;
    }

    .press-img-wrapper {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .contact-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .slider-nav-image .slider-item,
    .page-detail-wrapper .slider-item {
        flex-basis: 100%;
    }

    .brochure-card-title img {
        display: none;
    }

    .slider-btn-container .btn-slider-navi {
        width: 40% !important;
    }

    .main-carousel .carousel-innerText {
        top: 25%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 70%;
    }

        .main-carousel .carousel-innerText h2 {
            font-size: 1.2rem;
            line-height: 1.7rem;
            text-shadow: 2px 1px 11px rgba(0,0,0,0.7);
        }

    .main-carousel .carousel-title h2 {
        font-size: 2rem;
    }

    .stock-index {
        margin-right: 20px;
    }

    .main-carousel .carousel-innerText span a {
        font-size: 0.8rem;
    }

    .main-carousel .carousel-nav-list .carousel-nav-item {
        height: 15%;
        width: 35%;
        max-width: 150px;
        padding: 10px 10px;
        font-size: 0.8rem;
    }

    .download-doc-card {
        flex-direction: column;
    }

        .download-doc-card .card {
            max-width: 100% !important;
        }

    .glance-passive {
        font-size: 1.25rem;
    }

    .glance-price {
        font-size: 1.8rem;
    }

    .glance-title {
        font-size: 1.25rem;
    }

    .glance-bot-item-number {
        font-size: 1.8rem;
    }

    .activities-card-h .image-cover,
    .activities-card-v .image-cover {
        height: auto;
    }

    .about-career-info p:nth-child(1) {
        font-size: 3rem;
        line-height: 4rem;
        display: flex;
        align-items: center;
        text-align: center;
        color: #151515;
    }


}



@media (max-width: 500px) {

    .card-download {
        background: #F3F3F3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .page-organizational-structure .card-item {
        flex: 0 1 calc(100% - 10px);
        margin: 5px;
    }

    .box-history-brand, .box-work-with-us, .box-history {
        height: auto;
    }

    .card-milestones {
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        padding-bottom: 3rem;
    }

    .management-container .nav-tabs {
        justify-content: center;
    }
}


@media screen and (max-width: 480px) {

    :root {
        font-size: 11px;
    }

    .slider-btn-container .btn-slider-navi {
        width: 50% !important;
    }

    /* .page-detail-wrapper .slider-nav .slick-slide{
        width:300px !important;
    }*/


    .worldmap-container svg {
        height: 300px;
    }

    .main-carousel .carousel-title h2 {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 600;
    }

    .stock-index {
        margin-right: 15px;
    }

    .main-carousel .carousel-title {
        align-items: baseline;
    }

    .card-about {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-career-info {
        padding: 7rem 3rem;
    }

        .about-career-info p:nth-child(1) {
            font-size: 3rem;
            line-height: 4.5rem;
        }
}
