
.left-0 {
    left: 0 !important;
}

.color-yellow {
    color: #f1b500 !important;
}

.color-gray {
    color: #a4a4a4;
}

.bg-blue {
    background-color: #0a2266 !important;
}

.bg-yellow {
    background-color: #f1b500 !important;
}

.bg-orange {
    background-color: #f87037 !important;
}

.bg-lg-yellow {
    background-image: linear-gradient(0deg, rgba(241, 181, 0, 1) 0%, rgba(253, 216, 10, 1) 100%);
}

.bg-lg-blue {
    background-image: linear-gradient(0deg, rgba(0, 1, 57, 1) 0%, rgba(9, 31, 97, 1) 100%);
}

.bg-shadow-blue {
    background-color: rgb(10 34 102 / 65%);
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.bg-shadow-yellow {
    background-color: rgb(241 181 0 / 65%);
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.border-bg-gray {
    background: #e6e7e9;
    border-radius: 2rem;
}

.border-radius-t {
    border-radius: 1rem 1rem 0 0;
}

.bradius-2 {
    border-radius: 2rem !important;
}

.border-yellow {
    border-color: #f1b500 !important;
}

.border-blue {
    border-color: #0a2266 !important;
}

.line-blue-b-3 {
    border-bottom: 3px solid #0a2266 !important;
}

.line-white-b {
    border-bottom: 1px solid #ffffff;
}

.line-white-r {
    border-right: 1px solid #ffffff;
}

.head-title {
    border-bottom: 1px solid #1e222f;
    padding-bottom: 0.5rem;
}

.sub-title {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.card-wrapper .detail p {
    margin-bottom: 1rem;
}

.cover-card {
    position: relative;
    overflow: hidden;
}

.grid {
    display: grid;
    grid-template-columns: 100%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    row-gap: 1rem;
}

.sub-grid {
    padding: 1rem 0;
    height: 100%;
}

@media (max-width: 575.98px) {
    .sub-grid {
        padding: 0rem 1rem;
        height: 100%;
    }
}

.grid .content {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
}

.triangle-title {
    width: auto;
    margin: 0 auto;
    display: table;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    border-radius: 3rem;
}

@media (max-width: 767.98px) {
    .triangle-title {
        margin-bottom: 1rem;
    }
}


.text-title-sub {
    width: 100%;
    margin: 2rem 0;
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .text-title-sub {
        width: 75%;
        margin: 1rem 0;
        margin-top: 0;
        height: 3rem;
    }
}

@media (max-width: 575.98px) {
    .text-title-sub {
        width: 100%;
        margin: 1rem 0;
        margin-top: 4rem;
        height: 3rem;
    }

}


.group-list .list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
    width: 90%;
}

.group-list .title {
    width: 80%;
}

.group-list .list-item .number {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: grid;
    place-content: center;
    border-radius: 2rem;
    margin-top: 15%;
}

.number-pin {
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: grid;
    place-content: center;
    border-radius: 2rem;
    margin-top: 15%;
    background-color: #0a2266;
    color: #ffffff;
}

.number-pin::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #092166;
}

.diamond-y {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3bc02;
    position: relative;
    top: -10px;
}

.diamond-y::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f3bc02;
}

.diamond-o {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f87037;
    position: relative;
    top: -10px;
}

.diamond-o::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f87037;
}

.line-map {
    width: 30px;
    position: relative;
    height: 3px;
    top: 11px;

}

/*--------------------------------------------------------------
BTN
--------------------------------------------------------------*/

.card-list {
    height: auto;
    padding: 1.5rem 0;
    position: relative;
}

.card-list .sub {
    border-right: 1px solid rgb(51 51 51 / 25%);
    padding: 0px 1.5rem;
    /* height: 100px; */
}


.btn-list {
    position: absolute;
    border-radius: 2rem;
    border: solid 1px #f0b500;
    background: #fff;
    padding: 0.5rem 2rem;
    width: fit-content;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -30px;
}

@media (max-width: 991.98px) {
    .card-list .sub {
        border-right: 1px solid transparent;
        padding: 0px 1.5rem;
        height: 80px;
    }

    .btn-list {
        position: relative;
        bottom: 0;
    }

    .card-list {
        border-bottom: 1px solid rgb(51 51 51 / 25%);
    }
}

@media (max-width: 991.98px) {
    .card-list .sub {
        height: auto;
    }
}

/*--------------------------------------------------------------
Tags-header
--------------------------------------------------------------*/
.card-tags-header {
    position: relative;
    flex-direction: column;
    display: flex;
}

.card-title-tags {
    align-items: center;
    left: 0;
    right: 0;
    display: flex;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    border-radius: 3rem;
    margin: 0 auto;
    padding: 1rem;
    top: -20px;
    height: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    position: absolute;
    width: 320px;
    z-index: 2;
}

.card-title-tags img {
    position: absolute;
    left: 6px;
}

.card-token-y {
    align-items: center;
    display: flex;
    bottom: -80px;
    height: 100px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 3.5em;
    width: 80px;
    z-index: 2;
}

.card-token-y::after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: -20px;
    border-bottom: 20px solid #f1b500;
    border-right: 20px solid transparent;
}

.card-token-b {
    align-items: center;
    display: flex;
    bottom: -80px;
    height: 100px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 3.5em;
    width: 80px;
    z-index: 2;
}

.card-token-b::after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: -20px;
    border-bottom: 20px solid #0a2266;
    border-right: 20px solid transparent;
}

.card-detail {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 2rem;
}


.card-detail .tags-card {
    display: flex;
    position: relative;
}

.card-detail .tags-card .tags-card-y {
    background: #f0b400;
    display: grid;
    width: 40rem;
    padding: 3rem 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -32px;
    margin-right: 1.5rem;
    border-radius: 0rem 0rem 1rem 1rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

@media (max-width: 767.98px) {
    .card-detail .tags-card {
        display: grid;
    }

    .card-detail .tags-card .tags-card-y {
        display: grid;
        width: 100%;
        padding: 1rem 0;

    }
}


.card-choice {
    display: table;
    padding-left: 6rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    box-shadow: rgb(33 35 38 / 10%) 0px -10px 10px -10px;
}

.card-choice .pl {
    padding-left: 7rem;
}

.card-choice .num {
    font-size: 3.5rem;
    font-weight: 500;
    color: #ffffff;
}

.tags-num {
    height: 98px;

}

.tags-num-y {
    align-items: center;
    display: flex;
    top: -20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 0px;
    left: 20px;
    width: 4.3rem;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .tags-num-y {
        left: 0;
    }
}

.tags-num-y ::after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: -20px;
    border-bottom: 20px solid #f1b500;
    border-right: 20px solid transparent;
}

.tags-num-b {
    align-items: center;
    display: flex;
    top: -20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 0px;
    left: 0;
    width: 4.3rem;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .tags-num-b {
        left: 0;
    }
}


.tags-num-b ::after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: -20px;
    border-bottom: 20px solid #0a2266;
    border-right: 20px solid transparent;
}


.tag-circle-top {
    border-radius: 0 0 0 12rem;
    width: 150px;
    display: grid;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -50px;
}

.tag-circle-top img {
    width: 60px;
    top: 15px;
    left: 35px;
    position: absolute;
}


.tag-circle-bottom {
    border-radius: 12rem 0 0 0;
    width: 150px;
    display: grid;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: -50px;
}

.tag-circle-bottom img {
    width: 60px;
    top: 25px;
    left: 35px;
    position: absolute;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.table-responsive thead {
    color: #ffffff;
}

.table-responsive table.table tbody td:first-child {
    padding-left: 1.5rem;
}

.table-responsive table.table tbody td:last-child {
    padding-right: 1.5rem;
}

.table-responsive table.table tbody tr:first-child {
    padding-top: 1rem;
}

.table-responsive table.table tbody tr:last-child {
    margin-bottom: 2rem;
}

.table-responsive .two-columns tr {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
    grid-template-columns: 1fr 1fr;
}

.table-responsive .three-columns tr {
    display: grid;
    justify-items: stretch;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.table-responsive .four-columns tr {
    display: grid;
    justify-items: stretch;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table-responsive .five-columns tr {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.line-th {
    width: 100%;
    border-bottom: 2px solid #f1b500;
}

.line-th-group-1 {
    position: absolute;
    top: 180px;
}

.line-th-group-2 {
    position: absolute;
    top: 190px;
}

.line-th-group-3 {
    position: absolute;
    top: 120px;
}

.line-th-group-4 {
    position: absolute;
    top: 130px;
}

.line-th-group-5 {
    position: absolute;
    top: 145px;
}


@media (max-width: 575.98px) {
    .line-th-group-1 {
        position: absolute;
        top: 260px;
    }

    .line-th-group-2 {
        position: absolute;
        top: 275px;
    }

    .line-th-group-3 {
        position: absolute;
        top: 185px;
    }

    .line-th-group-4 {
        position: absolute;
        top: 200px;
    }

    .line-th-group-5 {
        position: absolute;
        top: 210px;
    }
}


.table-responsive .unit {
    font-size: 20px !important;
    text-align: right !important;
    font-weight: 500 !important;
}

.table-responsive table.table td, table.table th {
    border: none;
    text-align: center !important;
    white-space: inherit;
}

.table-responsive table.table th {
    border-radius: 2rem;
    font-size: 26px;
    width: 100%;
    font-weight: 500;
    white-space: inherit;
}

.table-responsive table.table td:first-child {
    text-align: left !important;
}

.table-responsive table.table th.head:nth-child(2) {
    margin: 0 auto;
}

.table-responsive table.table th.head:nth-child(3) {
    margin: 0 auto;
}


.table-responsive table.table td:first-child {
    padding-left: 0;
    overflow: hidden;
    border-radius: 2rem 0 0 2rem;
}

.table-responsive table.table td:last-child {
    padding-left: 0;
    overflow: hidden;
    border-radius: 0 2rem 2rem 0;
}

.table-responsive tbody tr:nth-child(even) {
    background-color: #e6e7e9;
    border-radius: 2rem;
}

@media (max-width: 991.98px) {
    table.table {
        position: relative;
        width: 991px;
        margin: 0;
        border-spacing: 0;
    }
}


.card-detail .box-rem-cover {
    padding: 3rem;
    padding-top: 2rem;
}

@media (max-width: 991.98px) {
    .card-detail .box-rem-cover {
        padding: 3rem;
        padding-top: 4rem;
    }
}

@media (max-width: 767.98px) {
    .card-detail .box-rem-cover {
        padding: 0rem;
        padding-bottom: 2rem;
        padding-top: 4rem;
    }
}

.group-ser-charge {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.ser-charge {
    position: relative;
    width: 100%;
    margin: 0;
    height: 90%;
    border-spacing: 0;
}

@media (max-width: 991.98px) {
    table.ser-charge {
        position: relative;
        width: 991;
        margin: 0;
        height: 100%;
        border-spacing: 0;
    }
}

.group-ser-charge .ser-charge tr {
    display: grid;
    font-size: 20px;
    position: relative;
    padding: 0 !important;
    border-bottom: 1px solid #f3bc02;
    justify-items: stretch;
    align-items: center;
    column-gap: 0;
    margin-bottom: 0;
    grid-template-columns: 45% 10% 45%;
}


.group-ser-charge .ser-charge tbody tr::after {
    content: "";
    width: 1rem;
    position: absolute;
    height: 1rem;
    right: 0;
    bottom: -10px;
    background: #f3bc02;
    border-radius: 50%;
}

.group-ser-charge .ser-charge tr th, td {
    height: 100%;
    padding: 1rem;
}

.group-ser-charge .ser-charge tr th:first-child {
    border-radius: 5rem 0 0 5rem;
    font-size: 26px;
    width: 100%;
    font-weight: 500;
    white-space: inherit;
}

.group-ser-charge .ser-charge tr th:last-child {
    border-radius: 0 5rem 5rem 0;
    font-size: 26px;
    width: 100%;
    font-weight: 500;
    white-space: inherit;
}

.group-ser-charge .ser-charge tr td:first-child {
    border-left: 0.75rem solid transparent;
}


.group-ser-charge .ser-charge tr td:nth-child(even) {
    border-left: solid 1px #f1b500;
    height: 100%;
    width: 0;
    padding: 0;
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

#triangle-down {
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #f1b500;
    position: relative;
    bottom: 0;
}

#triangle-down::before {
    content: "";
    position: absolute;
    width: 0;
    left: -20px;
    top: -16px;
    height: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid white;
}

#triangle-down::after {
    content: "";
    position: absolute;
    /* width: 100%; */
    left: -20px;
    top: -21px;
    height: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #f3bc02;
}


/*--------------------------------------------------------------
	#Unit Peak
--------------------------------------------------------------*/


.grid-unit-2-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-unit-3-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.card-unit-gray {
    background: #e6e7e9;
    padding: 0.5rem;
    font-weight: 500;
    border-radius: 5rem !important;
    margin-top: 2rem;
    margin-bottom: 0 !important;
    grid-template-columns: 100% !important;
}

.card-unit-gray ul {
    list-style: none;
    padding: 0;
}

.box-note {
    padding: 2rem;
}

.box-note p {
    font-weight: 500;
}

.card-triangle {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-triangle .item .content {
    box-sizing: border-box;
    height: 100%;
    align-items: center;
    padding: 1rem;
    display: grid;
}

@media (max-width: 767.98px) {
    .card-triangle .item .content:nth-last-of-type(1) {
        padding-bottom: 1rem !important;
        padding-top: 0;
    }
}

.card-triangle .content .detail {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 1rem 1.5rem;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767.98px) {
    .card-triangle .content .detail {
        padding: 1rem 0rem;
    }
}

.info2 .card-triangle .content .detail {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 1rem 1rem;
    justify-content: center;
    text-align: center;
}

.grid-column-2 {
    grid-template-columns: 15% 85%;
}

.grid-column-2 .arrow-down-wy {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 1rem solid #f1b500;
    position: absolute;
    border-right: 1rem solid #f1b500;
    border-top: 1rem solid #fff;
}

.grid-column-2 .arrow-down-wb {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 1rem solid #0a2266;
    position: absolute;
    border-right: 1rem solid #0a2266;
    border-top: 1rem solid #fff;
}

.grid-column-2 .arrow-down-blue {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 1rem solid transparent;
    position: absolute;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #0a2266;
}

.grid-column-2 .arrow-down-yellow {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 1rem solid transparent;
    position: absolute;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #f1b500;
}

@media (max-width: 767.98px) {
    .grid-column-2 {
        grid-template-columns: 100%;
    }

    .grid-column-2 .arrow-down-wb {
        display: none;
    }

    .grid-column-2 .arrow-down-wy {
        display: none;
    }
}

.grid-column-3 {
    grid-template-columns: 15% 30% 55%;
}

.grid-column-3 .arrow-down-wy {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 30rem;
    border-left: 1rem solid #f1b500;
    position: absolute;
    border-right: 1rem solid #f1b500;
    border-top: 1rem solid #fff;
}

.grid-column-3 .arrow-down-wb {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 30rem;
    border-left: 1rem solid #0a2266;
    position: absolute;
    border-right: 1rem solid #0a2266;
    border-top: 1rem solid #fff;
}

.grid-column-3 .arrow-down-blue {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 30rem;
    border-left: 1rem solid transparent;
    position: absolute;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #0a2266;
}

.grid-column-3 .arrow-down-yellow {
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 30rem;
    border-left: 1rem solid transparent;
    position: absolute;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #f1b500;
}

@media (max-width: 1199.98px) {
    .grid-column-3 .arrow-down-wy {
        right: 25rem;
    }

    .grid-column-3 .arrow-down-wb {
        right: 25rem;
    }

    .grid-column-3 .arrow-down-blue {
        right: 25rem;
    }

    .grid-column-3 .arrow-down-yellow {
        right: 25rem;
    }
}

@media (max-width: 991.98px) {
    .grid-column-3 .arrow-down-wy {
        right: 20rem;
    }

    .grid-column-3 .arrow-down-wb {
        right: 20rem;
    }

    .grid-column-3 .arrow-down-blue {
        right: 20rem;
    }

    .grid-column-3 .arrow-down-yellow {
        right: 20rem;
    }
}

@media (max-width: 767.98px) {
    .grid-column-3 {
        grid-template-columns: 100%;
    }

    .grid-column-3 .arrow-down-wy {
        display: none;
    }

    .grid-column-3 .arrow-down-wb {
        display: none;
    }

    .grid-column-3 .arrow-down-blue {
        right: 0rem;
    }

    .grid-column-3 .arrow-down-yellow {
        right: 0rem;
    }
}

.card-triangle .tags-ico-blue {
    text-align: center;
    background: #0a2266;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-triangle .tags-ico-yellow {
    text-align: center;
    background: #f1b500;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .card-cover .card-triangle .tags-ico-yellow {
        padding: 0.5rem;
    }

    .card-cover .card-triangle .tags-ico-blue {
        padding: 0.5rem;
    }
}

.info2 .card-triangle .tags-ico-blue {
    text-align: center;
    background: #0a2266;
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info2 .card-triangle .tags-ico-blue::after {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-top: 40px solid white;
    border-left: 40px solid transparent;
}

@media (max-width: 575.98px) {
    .info2 .card-triangle .tags-ico-blue {
        padding: 0.1rem;
    }

    .info2 .card-triangle .tags-ico-blue::after {
        display: none;
    }
}

.info2 .card-triangle .tags-ico-yellow {
    text-align: center;
    background: #f1b500;
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info2 .card-triangle .tags-ico-yellow::after {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-top: 40px solid white;
    border-left: 40px solid transparent;
}

@media (max-width: 575.98px) {
    .info2 .card-triangle .tags-ico-yellow {
        padding: 0.1rem;
    }

    .info2 .card-triangle .tags-ico-yellow::after {
        display: none;
    }
}

.line-yellow {
    border-right: 2px solid #f1b500;
}

.line-blue {
    border-right: 2px solid #0a2266;
}

@media (max-width: 767.98px) {
    .line-blue {
        border-right: 2px solid transparent;
        border-bottom: 2px solid #0a2266;
    }

    .line-yellow {
        border-right: 2px solid transparent;
        border-bottom: 2px solid #f1b500;
    }
}

.num {
    font-size: 6rem;
    font-weight: 200;
}

@media (max-width: 767.98px) {
    .num {
        font-size: 4rem;
    }
}

/*--------------------------------------------------------------
	#Timeline
--------------------------------------------------------------*/
.container-timeline {
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    position: relative;
    overflow: hidden;
}

.container-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    background: #1e222f;
}

.timeline-block {
    width: calc(50% + 8px);
    display: flex;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
    position: relative;
}

.timeline-block-right::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 60px;
    right: 500px;
    background: #1e222f;
    transform: rotate(90deg);
}

@media screen and (max-width: 1199.98px) {
    .timeline-block-right::after {
        right: 400px;
    }
}

@media screen and (max-width: 991.98px) {
    .timeline-block-right::after {
        right: auto;
        left: 40px;
    }
}

.timeline-block-left {
    float: left;
    direction: rtl;
    position: relative;
}

.timeline-block-left::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 500px;
    margin: 0 auto;
    width: 1px;
    height: 60px;
    right: 0;
    background: #1e222f;
    transform: rotate(90deg);
}

@media screen and (max-width: 1199.98px) {
    .timeline-block-left::after {
        left: 400px;
    }
}

@media screen and (max-width: 991.98px) {
    .timeline-block-left::after {
        left: 40px;
        right: auto;
    }
}

.marker {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #0a2266;
    position: relative;
    top: 45px;
    left: -2px;
    right: -2px;
    z-index: 2;
}

.marker::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #0a2266;
}

.timeline-content {
    width: 90%;
    position: relative;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    z-index: 2;
}

.timeline-content::before {
    content: "";
    width: 100%;
    height: 0;
    right: 0;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-left: 2px solid #f1b500;
    border-right: 2px solid #f1b500;
    border-top: 2px solid #f1b500;
}

.timeline-content::after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
}

.timeline-content img {
    width: 50px;
    height: 50px;
}

.timeline-grid {
    grid-template-columns: 20% 65% 15%;
    display: grid;
    column-gap: 0px;
    row-gap: 0px;
    justify-items: center;
    align-items: center;
}

.timeline-detail {
    background: #f1b500;
    padding: 0.5rem;
    text-align: center;
    position: relative;
}

.timeline-detail::after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: 0 40%;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f1b500;
}

.timeline-content .num {
    font-size: 5rem;
    font-weight: 200;
}

.timeline-content .num::after {
    content: "";
    border-left: 2px solid #f1b500;
    margin: 0 0.5rem;
    font-size: xxx-large;
    top: -10px;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .container-timeline:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}

@media screen and (max-width: 575.98px) {
    .timeline-content {
        width: 100%;
        position: relative;
        padding: 1rem;
        background: #fff;
        border-radius: 10px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        z-index: 2;
    }

    .timeline-content .num {
        font-size: 3.5rem;
    }

    .timeline-content img {
        width: 40px;
        height: 40px;
    }
}

/*--------------------------------------------------------------
info2
--------------------------------------------------------------*/
.info2 .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    row-gap: 0;
}

@media (max-width: 991.98px) {
    .info2 .grid {
        grid-template-columns: 100%;
    }
}

.info2 .grid-column-3 {
    grid-template-columns: 20% 60% 20%;
    padding-left: 1rem;
}

@media (max-width: 575.98px) {
    .info2 .grid-column-3 {
        grid-template-columns: 100%;
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
	#InFo 3
--------------------------------------------------------------*/
.info3 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
}

.info3 .grid .content {
    border-radius: 20px 20px 0 0;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    box-sizing: border-box;
    height: 440px;
    padding: 0.7rem;
    position: relative;
    overflow: hidden;
}


.info3 .grid .content .num {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
}

.info3 .grid .content img {
    border-style: none;
    margin-bottom: 0.7rem;
    width: 50px;
    height: 50px;
}

.img-shape {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    bottom: 0;
    left: 0;
    margin: 0;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1199.98px) {
    .info3 .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1rem;
    }
}

@media screen and (max-width: 991.98px) {
    .info3 .grid {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1rem;
    }
}

@media screen and (max-width: 767.98px) {
    .info3 .grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
    }

    .info3 .grid .content {
        height: 390px;
    }
}

@media screen and (max-width: 575.98px) {

    .info3 .grid {
        grid-template-columns: 100%;
        row-gap: 1rem;
    }

    .info3 .grid .content {
        height: 100%;
    }

    .info3 .grid .content .num {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: right;
    }

    .img-shape {
        display: none;
    }
}


/*--------------------------------------------------------------
	#InFo 4
--------------------------------------------------------------*/
.info4 .table-responsive .line-th {
    width: 90%;
    border-bottom: 2px solid #f1b500;
    position: absolute;
    left: auto;
    right: auto;
    top: 55px;
}

@media screen and (max-width: 767.98px) {
    .info4 .line-th {
        width: 80%;
    }
}

/*--------------------------------------------------------------
	#InFo 5
--------------------------------------------------------------*/
.card-wrapper {
    background: #fff;
    border-radius: 1rem;
    margin-top: 3rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.bg-cover {
    /* overflow: hidden; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;

}

.signature {
    margin-top: 5rem;
    display: grid;
    align-items: center;
    justify-content: end;
}

.info5 .card-wrapper {
    background: #fff;
    height: auto;
    padding: 4rem 10rem;
    border-radius: 0 2rem 0 2rem;
    margin-top: 3rem;
}


@media screen and (max-width: 991.98px) {
    .info5 .card-wrapper {
        padding: 4rem 3rem;
    }
}

@media screen and (max-width: 767.98px) {
    .info5 .card-wrapper {
        padding: 3rem 2rem;
    }
}

/*--------------------------------------------------------------
	#InFo 14
--------------------------------------------------------------*/

.info14 .grid {
    display: grid;
    grid-template-columns: 28.5% 28.5% 40%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    row-gap: 1rem;
    padding: 1.5rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.info14 .grid .content {
    position: relative;

    background-color: transparent;
}

.info14 .grid .content a p {
    border-bottom: 1px solid #f1b500;
    padding: 1rem 0;
}

.info14 .grid .content .card-token-y {
    align-items: center;
    text-align: center;
    display: grid;
    padding: 2rem;
    top: -44px;
    height: 124%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 0px;
    left: 0;

    width: auto;
    z-index: 2;
}

.info14 .grid .content .card-token-y img {
    margin: 0 auto;
}

.info14 .grid .content .card-token-b {
    align-items: center;
    text-align: center;
    display: grid;
    padding: 2rem;
    top: -44px;
    height: 124%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    justify-content: center;
    position: absolute;
    right: 0px;
    left: 0;

    width: auto;
    z-index: 2;
}

.info14 .grid .content .card-token-b img {
    margin: 0 auto;
}

.card-border-line-y {
    border-bottom: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border: solid 1px #f1b500;
    border-radius: 0 1rem 0 0;
    padding: 3rem 2rem 2rem 0;
    position: relative;
}

.card-border-line-y::before {
    content: "";
    width: 20px;
    top: -10px;
    height: 20px;
    position: absolute;
    background: #f1b500;
    border-radius: 50%;
}

.card-border-line-y::after {
    content: "";
    width: 20px;
    right: -10px;
    bottom: 0;
    height: 20px;
    position: absolute;
    background: #f1b500;
    border-radius: 50%;
}

@media screen and (max-width: 1199.98px) {
    .info14 .grid .content .card-token-b {
        height: 122%;
    }

    .info14 .grid .content .card-token-y {
        height: 122%;
    }
}

@media screen and (max-width: 991.98px) {
    .info14 .grid .content .card-token-b {
        height: 119%;
    }

    .info14 .grid .content .card-token-y {
        height: 119%;
    }
}

@media screen and (max-width: 767.98px) {
    .info14 .grid {
        grid-template-columns: 100%;
    }

    .info14 .grid .content .card-token-y {
        position: relative;
        top: 0;
        height: auto;
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .info14 .grid .content .card-token-y::after {
        display: none;
    }

    .info14 .grid .content .card-token-b {
        position: relative;
        top: 0;
        height: auto;
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .info14 .grid .content .card-token-b::after {
        display: none;
    }
}


/*--------------------------------------------------------------
	#InFo 15
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	#InFo 15
--------------------------------------------------------------*/

.info15 .table-responsive table.table th.head {
    border-radius: 2rem;
    font-size: 26px;
    width: 260px;
    font-weight: 500;
}


/*--------------------------------------------------------------
	#InFo 17
--------------------------------------------------------------*/
.info17 .table-responsive .line-th {
    width: 100%;
    border-bottom: 2px solid #f1b500;
    position: absolute;
    left: 0;
    right: auto;
    top: 130px;
}


.info17 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
    position: relative;
    margin-top: 2rem;
}

.info17 .grid .content {
    position: relative;
    height: 179px;
    overflow: hidden;
}

.info17 .grid .content .detail {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 100%;
    z-index: 1;
    position: relative;
    padding-left: 9rem;
}

.info17 .bg-shadow-blue {
    display: none;
}

.info17 .bg-shadow-yellow {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .info17 .grid .content .detail {
        padding: 2rem;
        text-align: center;
    }

    .info17 .grid .content .img-shape {
        display: none;
    }

    .info17 .bg-shadow-blue {
        display: block;
    }

    .info17 .bg-shadow-yellow {
        display: block;
    }
}

@media screen and (max-width: 575.98px) {
    .info17 .grid {
        grid-template-columns: 100%;
    }
}


/*--------------------------------------------------------------
	#InFo 18
--------------------------------------------------------------*/
.info18 .grid {
    display: grid;
    position: relative;
    grid-template-columns: 100%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
}

.info18 .content {
    box-sizing: border-box;
    height: 100%;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.info18 .grid-columns-sub {
    display: grid;
    grid-template-columns: 90% 10%;

}


.info18 .grid-columns-sub .detail {
    z-index: 1;
    padding-left: 12.5rem;
    padding-right: 1rem;
}

.info18 .grid-columns-sub .ico-line {
    z-index: 1;
    border-left: 1px solid #f0b500;
    display: grid;
    justify-content: center;
    align-items: center;
}


.info18 .card-wrapper {
    border-radius: 2rem 2rem 0rem 0;
}


.info18 .grid-sub {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
}

.info18 .grid-sub .content {
    position: relative;
    padding: 2rem;
}

.info18 .grid-sub .content .detail {
    z-index: 2;
    position: relative;
}

.info18 .grid-sub .content p {
    margin-bottom: 1rem;
    font-weight: 500;
}


.info18 .grid-sub .num {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
}

.structure-bg-grey {
    background: #0a2266;
    border-radius: 9rem;
    padding: 0 0.4rem 0 0.2rem;
}

.content-share-hidden {
    display: none !important;
}

@media screen and (max-width: 1199.98px) {
    .info18 .grid-columns-sub .detail {
        padding-left: 10.5rem;
    }
}

@media screen and (max-width: 991.98px) {
    .info18 .grid-columns-sub {
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .info18 .grid-columns-sub .detail {
        padding-left: 2rem;
    }

    .info18 .grid-sub {
        grid-template-columns: 100%;
    }

    .info18 .img-shape {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .info18 .grid-columns-sub {
        grid-template-columns: 100%;
    }

    .info18 .grid-columns-sub .ico-line {
        border-top: 1px solid #f0b500;
        border-left: 1px solid transparent;
    }
}


/*--------------------------------------------------------------
	#Announce
--------------------------------------------------------------*/

.announce {
    margin-bottom: 3rem;
}

.announce .card-wrapper {
    margin-top: 0;
}

.announce .grid {
    display: grid;
    grid-template-columns: 100%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 1rem;
    row-gap: 1rem;
}

.announce .card-choice .grid {
    grid-template-columns: 90% 10%;
    column-gap: 0;

}

.announce .card-choice .grid img {
    width: 40px;
    height: 40px;
    display: grid;
    margin: 0 auto;
}

.announce .card-choice .grid img:hover {
    opacity: 0.5;
    transition-duration: 500ms;
}


/*--------------------------------------------------------------
	#Directors
--------------------------------------------------------------*/

.card-board {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 1rem;
    padding: 0;
    background-image: linear-gradient(
            135deg, rgba(197, 197, 197, 1) 15%, rgba(255, 255, 255, 1) 50%);
    height: auto;
    border-radius: 0;
}

.card-board:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition-duration: 500ms;
}


.card-board .card-thumbnail {
    height: 230px;
    margin: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-board .card-content {
    padding: 1.25rem 1rem;
    min-height: 8rem;
    background-color: #fff;
    color: #212529;
    position: relative;
}


.card-board .card-content::after {
    content: "";
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    border-bottom: 40px solid #ebaf00;
    border-left: 40px solid transparent;
}

.card-board .card-content.mvp::after {
    content: "";
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    border-bottom: 40px solid #0a2266 !important;
    border-left: 40px solid transparent;
}


.card-board .card-content .name {
    font-size: 24px;
    font-weight: 500;
}

.card-board .card-content .position {
    font-size: 20px;
    font-weight: 300;
}


@media screen and (max-width: 991.98px) {
    .card-board .card-content {
        min-height: 9rem;
    }
}

@media screen and (max-width: 767.98px) {
    .card-board .card-content {
        min-height: auto;
    }

    .card-board .card-thumbnail {
        height: 16rem;
        background-position: center;
        background-size: contain;
    }
}


/*--------------------------------------------------------------
	#Assessment
--------------------------------------------------------------*/

.assessment {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-top: 3rem;
}

.assessment .grid {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0rem;
    row-gap: 0rem;
}

.assessment .grid .columns-2 {
    display: grid;
}

.sub-grid-100 {
    grid-template-columns: 100%;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0rem;
    row-gap: 0rem;
    padding: 0;
}

.sub-grid-50 {
    grid-template-columns: 50% 50%;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0rem;
    row-gap: 0rem;
    padding: 0;
}

.assessment .card-content {
    position: relative;
    background-color: transparent;
    padding: 1.75rem;
}

.assessment .card-content .tags {
    width: auto;
    height: auto;
    padding: 0.5rem;
    position: absolute;
    top: -20px;
    right: 20px;
}

.assessment .card-content .title {
    width: 95%;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}


.assessment .card-content ul {
    list-style: none;
    margin: 0;
}


@media screen and (max-width: 767.98px) {
    .assessment .grid {
        grid-template-columns: 100%;
    }

    .assessment .sub-grid-50 {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .assessment .card-content .title {
        width: 85%;
    }
}