
[lang*=cs-] *, [lang*=da-] *, [lang*=de-] *, [lang*=el-] *, [lang*=en-] *, [lang*=es-] *, [lang*=et-] *, [lang*=fi-] *, [lang*=fr-] *, [lang*=hr-] *, [lang*=hu-] *, [lang*=it-] *, [lang*=lt-] *, [lang*=lv-] *, [lang*=nl-] *, [lang*=no-] *, [lang*=pl-] *, [lang*=pt-] *, [lang*=ro-] *, [lang*=sk-] *, [lang*=sv-] *, [lang*=th-] *, [lang*=tr-] *, [lang*=vi-] * {
    font-family:"LG_UI" !important;
}
* {
       font-family: "LG_UI" !important;
}
body {
    font-family: "LG_UI" !important;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    background: #dcdcdc;
}

header {
    padding: 10px 0px;
    background-color: #f0ece4;
    position: relative;
    width: 100%;
    z-index: 10;
    border-bottom: .0625rem solid #cbc8c2;
}

    header .disp-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    header .logo {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }

        header .logo img {
            width: 100px;
        }

.project-title {
    color: #a50034;
    margin: 0px;
    text-transform: uppercase;
}

header .life-good {
    width: 100px;
}

header .container {
    position: relative;
}

    header .container .btn-login {
        color: #022147;
        background: #fff;
        position: absolute;
        right: 24px;
        top: -2px;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
       font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0px 4px;
        border-radius: 2px;
    }

        header .container .btn-login:hover {
            color: #fff;
            background: #022147;
        }

    header .container .download {
        right: 80px;
    }


.main-content {
    position: relative;
    padding-top: 0px;
}

.banner img {
    width: 100%;
}



.who-we-are {
    padding: 40px 0px;
    background: #f0ece4;
}

.pdf-link {
    padding: 50px 0px;
    background: #ffffff;
}

.address {
    padding: 50px 0px;
    background: #f0ece4;
}

.main-content p {
    font-size: 16px;
}

.pdf-link h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pdf-link .col-sm-6:nth-child(3) h3 {
    margin-top: 15px;
}



.address h2 {
    text-align: center;
}

.add-boxes {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    /*background: rgb(208,37,91);
    background: linear-gradient(180deg, rgba(208,37,91,1) 0%, rgba(165,0,52,1) 50%, rgba(208,37,91,1) 100%);*/
    /*background: rgb(165,0,52);
background: linear-gradient(180deg, rgba(165,0,52,1) 0%, rgba(208,37,91,1) 50%, rgba(136,136,136,1) 100%);*/
    background: rgb(165,0,52);
    background: linear-gradient(180deg, rgba(165,0,52,1) 0%, rgba(51,51,51,1) 100%);
    padding: 25px 25px;
    max-width: 1000px;
    min-height: 400px;
    margin: 0 auto;
}

    .add-boxes p {
        margin-bottom: 8px;
    }

.add-box {
    border-radius: 0px;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: left;
    font-weight: 400;
    width: 50%;
}

    .add-box:first-child {
        padding-right: 25px;
    }

    .add-box:nth-child(2) {
        padding-left: 25px;
        border-right-width: 0px;
    }

    .add-box strong {
         font-weight: 600;
    }

    .add-box h3 {
        font-weight: 600;
        min-height: 80px;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

.cmp-title__text {
}

.pdf-links {
    padding: 50px 0px;
    background: #f0ece4;
}

    .pdf-links h3 {
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 15px;
		 font-weight: 600;
    }

        .pdf-links h3 label {
            font-size: 32px;
            text-transform: capitalize;
			font-weight: 600;
        }

    .pdf-links h4 {
        text-transform: capitalize;
        margin-bottom: 20px;
        font-size: 20px;
		font-weight: 600;
    }

ul.pdf-list {
    list-style-type: disc;
    padding-left: 20px;
}

    ul.pdf-list li a {
        color: #000;
    }

.page-title {
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.page-sub-title {
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000;
     font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
}

.committee-section {
    padding: 40px 0px;
}

.bg-white {
    background: #f2f2f2;
}

.bg-gray {
    background: #dcdcdc;
}

.name-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
     font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
}

.committee-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

    .committee-img img {
        position: absolute;
    }

.desc {
    text-align: justify;
}

.pdf-link-list {
    padding: 0px;
    list-style-type: none;
}

    .pdf-link-list li a {
        background: #a50034;
        border-radius: 30px;
        padding: 6px 10px 6px 40px;
        margin: 4px 0px;
        position: relative;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

        .pdf-link-list li a:hover {
            background: #333;
        }

        .pdf-link-list li a::before {
            background: #a50034;
            border-radius: 50%;
            padding: 4px;
            color: #fff;
            position: absolute;
            left: -2px;
            top: 50%;
            width: 37px;
            height: 37px;
            border: 3px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translate(0%, -50%);
        }

    .pdf-link-list li:nth-child(1) a::before {
        content: '1';
    }

    .pdf-link-list li:nth-child(2) a::before {
        content: '2';
    }

    .pdf-link-list li:nth-child(3) a::before {
        content: '3';
    }

    .pdf-link-list li:nth-child(4) a::before {
        content: '4';
    }

    .pdf-link-list li:nth-child(5) a::before {
        content: '5';
    }

    .pdf-link-list li:nth-child(6) a::before {
        content: '6';
    }

    .pdf-link-list li:nth-child(7) a::before {
        content: '7';
    }

    .pdf-link-list li:nth-child(8) a::before {
        content: '8';
    }

    .pdf-link-list li:nth-child(9) a::before {
        content: '9';
    }

    .pdf-link-list li:nth-child(10) a::before {
        content: '10';
    }

    .pdf-link-list li:nth-child(11) a::before {
        content: '11';
    }

    .pdf-link-list li:nth-child(12) a::before {
        content: '12';
    }

    .pdf-link-list li:nth-child(13) a::before {
        content: '13';
    }

    .pdf-link-list li:nth-child(14) a::before {
        content: '14';
    }

    .pdf-link-list li:nth-child(15) a::before {
        content: '15';
    }

.two-column-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .two-column-list li {
        width: calc(33% - 15px);
    }

        .two-column-list li a {
            margin: 0px;
        }

    .two-column-list li {
        width: calc(33% - 15px);
    }

        .two-column-list li a {
            margin: 0px;
        }

.two-column-list-one {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .two-column-list-one li {
        width: calc(50% - 15px);
    }

        .two-column-list-one li a {
            margin: 0px;
        }

    .two-column-list-one li {
        width: calc(50% - 15px);
    }

        .two-column-list-one li a {
            margin: 0px;
        }

.accordion-button, .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #333;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    padding: 12px 15px;
}

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        background-image: url('../Images/collapse-down.png');
        background-size: 1.75rem;
    }

    .accordion-button::after {
        width: 1.75rem;
        height: 1.75rem;
    }

.table-large-text tr td {
    font-size: 28px;
     font-weight: 500;
}

.table-large-text.table-bordered tr,
.table-large-text.table-bordered tr td {
    border-color: #333;
}

.carousel-inner {
    padding: 20px;
}

.card {
    border: 0px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.30), 0 8px 7px rgba(0,0,0,0.22);
}

.card-img-header {
    width: 100%;
    min-height: initial;
    overflow: hidden;
    border-bottom: 0px solid #ddd;
    border-radius: .25rem .25rem 0px 0px;
}

    .card-img-header img {
        width: 100%;
        height: auto;
        position: relative;
        border-radius: 0px;
        border-radius: .25rem .25rem 0px 0px;
    }

.carousel-item .card {
    width: 100% !important;
}

.bg-gray-dark {
    padding: 50px 0px;
    background: #999;
}

.bg-white {
    padding: 50px 0px;
    background: #fff;
}

.carousel-control-next, .carousel-control-prev {
    width: 30px;
}

.carousel-control-next {
    right: -40px;
}

.carousel-control-prev {
    left: -40px;
}

.modal-backdrop {
    z-index: 10;
}

.commitee-main .modal-body img {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.commitee-main .modal-body p {
    font-weight: 400;
    text-align: justify;
    font-size: 18px;
}

.commitee-main .modal.fade.show {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.commitee-main .modal-header {
    padding: 0.5rem 1rem;
    background: #333;
    color: #fff;
}

    .commitee-main .modal-header h5 {
        font-size: 32px;
        text-transform: capitalize;
    }

    .commitee-main .modal-header .btn-close {
        color: #fff;
        background: url('../Images/pop-close.png') center/1em auto no-repeat;
    }

.commitee-main .bg-gray-dark {
    background: #ededed;
}

.carousel-control-prev-icon {
    background-image: url(../Images/next.png);
    transform: rotate(-180deg);
}

.carousel-control-next-icon {
    background-image: url(../Images/next.png);
}

.invester-rel-pdf-link, .carousel-inner .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .invester-rel-pdf-link .col-sm-4 {
        padding-left: 15px;
        border-right: 2px dashed #ccc;
    }

        .invester-rel-pdf-link .col-sm-4:last-child {
            border-right: 0px dotted #ddd;
        }

.carousel-indicators {
    display: none;
}

.carousel-inner .row .col-sm-4 {
    padding-left: 15px;
}

.myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.who-we-are p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.who-we-are h2 {
    font-size: 32px;
}

.committee-tab {
    margin-bottom: 15px;
}

    .committee-tab .nav.nav-pills {
        border-bottom: 0px solid #333;
    }

.nav-pills .nav-link {
    background: #fff;
    border: 0;
    border-radius: 8px 8px 0px 0px;
    margin: 0px 2px 0px 0px;
}

.nav-link {
    color: #a50034;
}

    .nav-link:focus, .nav-link:hover {
        color: #a50034;
    }



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #a50034;
    border-radius: 8px 8px 0px 0px;
}

.committee-tab .tab-content {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
}

    .committee-tab .tab-content h4, .committee-tab .tab-content h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .committee-tab .tab-content ul li {
        font-size: 16px;
        font-weight:400;
    }
