.wrapper {
    padding: 30px 0 20px;
}
.navlist-heading {
    font-size: 12px;
    font-family: 'Kaisei Opti';
    color: #030F20;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.nav-listitem {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8DEE3;
}
.nav-listitem li {
    list-style: none;
    line-height: 1.5rem;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.nav-listitem li:hover {
    margin-left: 20px;
}
.nav-listitem li:hover::before {
    content: '\2022';
    display: inline-block;
    font-size: 40px;
    color: #A5312D;
    position: absolute;
    left: -22px;
    top: -3px;
}
.nav-listitem li:hover .nav-item {
    font-weight: bold;
}
.nav-listitem .nav-item {
    font-size: 18px;
    color: #133957;
    text-decoration: none;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.nav-listitem li.active {
    position: relative;
    margin-left: 20px;
}
.nav-listitem li.active::before {
    content: '\2022';
    display: inline-block;
    font-size: 40px;
    color: #A5312D;
    position: absolute;
    left: -22px;
    top: -3px;
}
.nav-listitem .nav-item.active {
    font-weight: bold;
}
.field,
.field select {
    width: 100%;
}
.field {
    margin-top: 20px;
}
/* =============== Select2 =================== */
.select2 {
    width:100%!important;
}
.select2-container {
    display: block;
}
.select2-selection--single {
    height: 40px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 1px solid #DDD !important;
    padding: 0 10px !important;
}
.select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-left: 0 !important;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-size: 16px !important;
    text-transform: uppercase;
}
.select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}
.select2-selection__placeholder {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: capitalize;
    color: #bbb !important;
}
.select2-dropdown {
    border-radius: 5px !important;
    margin: 5px auto !important;
    border: none !important;
}
.select2-results__options {
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0 ,0, 0.3);
    border-radius: 5px !important;
}
.select2-results__option--highlighted {
    color: #133957 !important;
    font-weight: bold;
    background-color: white !important;
}
.select2-results__option {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #133957 !important;
    text-transform: uppercase !important;
}
.select2-selection__arrow b {
    width: 15px !important;
    height: 15px !important;
    border: none !important;
    margin-left: -10px !important;
    margin-top: -8px !important;
    background: url('../img/arr-down-red.png') no-repeat center center / 100%;
    transition: transform 0.3s ease;
}
.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: -8px !important;
}
.select2-selection__clear {
    display: none !important;
}
/* =========================
    right content
   ========================= */
.content-wrapper {
    overflow: hidden;
}
.heading-2 {
    text-transform: capitalize;
    font-size: 32px;
}
.content-list {
    padding: 0;
    margin: 20px 0;
    line-height: 1rem;
}
.content-list li {
    list-style: none;
    margin-bottom: 10px;
}
.content-list .content-link {
    text-transform: uppercase;
}

.content-list li:hover .content-link::after{
    width: 100%;
}
.content-list li:hover .content-link {
    color: #133957;
    font-weight: bold;
}
.content-list .content-link {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #808F9A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
}
.content-list li .content-link::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #A5312D;
    margin-top: 10px;
    width: 0;
    transition: all 0.3s ease;
}
.content-list .content-link.active {
    color: #133957;
    font-weight: bold;
}
.content-list .content-link.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #A5312D;
    margin-top: 10px;
}
.banner-wrapper {
    width: 100%;
    padding: 20px 0;
}
.banner-wrapper img {
    width: 100%;
    margin-bottom: 30px;
}
.para-1,
.para-2 {
    font-size: 16px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #333;
}
.para-1 {
    margin-bottom: 20px;
}
.para-3 {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #030F20;
}
.para-3 .hightlight {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.07rem;
}
.select-selected {
    font-size: 12px;
    font-weight: bold;
    color: #133957;
    font-family: Karla, Arial, Helvetica, sans-serif;
    border: 1px solid #133957;
    padding: 10px 15px;
    border-radius: 3px;
    background: url('../../header-footer/img/utilities/arr-down-red.png') no-repeat 97% center/12px;
    margin-top: 20px;
    text-transform: uppercase;
}
.select-listitem {
    padding: 0;
    margin: 0;
    border: 1px solid #133957;
    margin-top: 2px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.select-listitem.active {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    transition: all 0.4s ease-in-out;
}
.select-listitem li{
    padding: 8px 15px;
    list-style: none;
    cursor: pointer;
}
.select-listitem li:hover {
    background-color: #eee;
}
.select-listitem .content-link {
    font-size: 12px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #808F9A;
    text-decoration: none;
}
.select-listitem li.active {
    background-color: #eee;
}
.heading-3 {
    font-size: 20px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #030F20;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.8rem;
}
.accordion-wrapper {
    padding: 10px 0;
}
.shareholder-item:first-of-type .shareholder-btn {
    border-radius: 0;
}
.shareholder-item:first-of-type {
    border-radius: 0;
}
.shareholder-item {
    background-color: white;
}
.shareholder-item {
    border: none;
    border-top: 2px solid #A5312D;
}
.shareholder-item:not(:first-of-type) {
    border-top: 0.5px solid rgba(169, 49, 45, 0.3);
}
.shareholder-btn {
    font-size: 16px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #133957;
    font-weight: bold;
    letter-spacing: 0.05rem;
}
.shareholder-btn:not(.collapsed) {
    color: #133957;
    background-color: white;
}
.shareholder-btn:focus {
    border: none;
    box-shadow: none;
}
.shareholder-btn::after {
    content: '\002B';
    font-size: 30px;
    color: #A5312D;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shareholder-btn:not(.collapsed)::after {
    background: unset;
    transform: unset;
    content: '\2212';
    font-size: 30px;
    color: #A5312D;
}
.shareholder-btn:not(.collapsed) {
    box-shadow: none;
}
.shareholder-body p {
    color: #030F20;
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    margin-bottom: 15px;
}
.table-wrapper {
    overflow: scroll;
    margin-top: 20px;
}
.th-height {
    height: 60px;
    color: white;
    background-color: #133957;
}
.td-height {
    height: 80px;
}
.td-height.even {
    background-color: white;
}
.td-height.odd {
    background-color: #F2F6FA;
}
.th {
    padding: 5px 15px;
    border: none;
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
.td {
    vertical-align: baseline;
    padding: 15px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.td-list {
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
}
.td-list li {
    list-style: none;
}
.th-1 {
    min-width: 250px;
}
.th-2 {
    min-width: 350px;
}
.th-3 {
    text-align: center;
    min-width: 250px;
}
.td-1 {
    font-size: 14px;
    font-weight: bold;
    color: #133957;
    text-transform: uppercase;
}
.td-2 {
    font-size: 18px;
    color: #333;
}
.td-3 {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.content-wrapper-3 {
    padding: 40px 0;
}
.para-4 {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #133957;
    letter-spacing: 0.05rem;
}
.list-1 {
    padding-left: 1.2rem;
    color: #B32225;
    line-height: 1.8rem;
}
.list-1 li {
    font-size: 15px;
}
.list-1 .li-color {
    color: #030F20;
}
.para-5 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #133957;
}
.para-5 .hightlight {
    color: #A5312D;
}
.para-6 {
    font-size: 16px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #030F20;
}
.para-6 .highlight {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}
.content-grid {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.policy-card {
    cursor: pointer;
    text-decoration: none;
}
.policy-card:hover .card-img::before,
.policy-card:hover .card-img::after {
    opacity: 1;
}
.policy-card .card-img::before {
    content: 'download';
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
}
.policy-card .card-img::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: url('../img/download-icon.png') no-repeat 100% center / 14px;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}
.policy-card .card-img {
    height: 270px;
    position: relative;
}
.policy-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.policy-card .card-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border: 1px solid #eee;
    min-height: 180px;
}
.policy-card .policy-released {
    font-size: 12px;
    color: #9DACB7;
    margin-bottom: 5px;
}
.policy-card .policy-title {
    font-size: 18px;
    color: #333;
}
.order-list {
    line-height: 2rem;
    color: #333;
    font-size: 15px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.unorder-list {
    line-height: 2rem;
    color: #333;
    font-size: 15px;
    list-style: none;
}
.unorder-list .italic-font {
    font-style: italic;
}
.unorder-list .normal-font {
    font-style: normal;
}
.container-wrapper {
    line-height: 1.6rem;
}
.container-wrapper .title {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    margin-bottom: 0;
    color: #030F20;
}
.para-1 .type {
    display: inline-block;
    width: 100px;
}
.visit-link {
    color: #333;
    text-decoration: none;
}
.visit-link:hover {
    color: #333;
}
.heading-3-sm {
    font-size: 18px;
    color: #030F20;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.block {
    display: inline-block;
    width: 200px;
}
.heading-4 {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #133957;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.unorder-list {
    list-style: initial;
    padding-left: 1.2rem;
}
.unorder-list li {
    color: #B32225;
    line-height: 1.6rem;
}
.unorder-list li span {
    color: #030F20;
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.span-mr {
    margin-right: 30px;
}
.career-body {
    overflow: auto;
}
.career-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.career-body::-webkit-scrollbar-track {
    background: #D8DEE3;
    border-radius: 15pt;
}
/* Handle */
.career-body::-webkit-scrollbar-thumb {
    background: #B32225;
    border-radius: 15pt;
}
/* Handle on hover */
.career-body::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 15pt;
}
@media screen and (min-width: 768px) {
    .navlist {
        padding: 50px 0;
        border-right: 1px solid #eee;
        padding-right: 10px;
    }
    .nav-listitem {
        border: none;
    }
    .accordion-wrapper {
        padding: 20px 0;
    }
    .content-wrapper-2 {
        padding: 15px 0;
    }
    .scenario-grid {
        display: grid;
        grid-template-columns: 120px 1fr;
        margin-bottom: 20px;
    }
    .content-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .policy-card .card-img {
        height: 200px;
    }
    .policy-card .card-content {
        min-height: 160px;
    }
    .span-mr {
        margin-right: 50px;
    }
    .para-5 {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) {
    .wrapper {
        grid-gap: 40px;
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .banner-wrapper {
        padding-top: 40px
    }
    .content-list {
        display: flex !important;
        margin-bottom: 0;
        border-bottom: 1px solid #D8DEE3;
        /* height: 60px; */
    }
    .content-list li {
        margin-right: 25px;
    }
    .content-list-1 {
        justify-content: flex-start;
    }
    .content-list-1 li {
        margin-right: 30px;
    }
    .content-list li {
        margin-bottom: 0;
        text-align: center;
    }
    .accordion-wrapper {
        max-width: 85%;
    }
    .heading-2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .heading-3 {
        font-size: 22px;
        line-height: 2rem;
        margin-bottom: 30px;
    }
    .content-wrapper-2 {
        padding: 10px 0;
    }
    .field {
        display: none;
    }
    .td-location {
        min-width: 700px;
        max-width: 700px;
    }
    .td-position {
        min-width: 200px;
        max-width: 200px;
    }
}
@media screen and (min-width: 1024px) {
    .content-wrapper {
        max-width: 95%;
    }
    .policy-card .card-img {
        height: 240px;
    }
    .heading-2 {
        font-size: 40px;
    }
    .shareholder-btn {
        font-size: 18px;
    }
    .accordion-wrapper {
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    .content-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    .policy-card .card-img {
        height: 200px;
    }
    .content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }
    .content-list li {
        margin-right: 40px;
    }
    .heading-4 {
        margin: 30px 0 15px;
    }
    .para-1,
    .para-4,
    .para-6 {
        font-size: 18px;
    }
    .font-lg li span {
        font-size: 18px;
    }
}
@media screen and (min-width: 1400px) {
    .content-wrapper {
        max-width: 1100px;
    }
    .content-grid {
        grid-gap: 40px;
    }
    .policy-card .card-img {
        height: 255px;
    }
}
