.pb-100 {
    padding-bottom: 100px !important;
}

.section {
    display: inline-block;
    width: 100%;
}

.letter-spacing {
    letter-spacing: normal;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.color-brand-1 {
    color: #024430 !important;
}

h2 {
    font-size: 43px;
    line-height: 56px;
}

h1,
h2 {
    font-weight: 700;
}


h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif;
    font-style: normal;
    color: #000;
    margin: 0 0 30px 0;
    text-transform: none !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.font-md {
    font-weight: 500 !important;
    font-family: Manrope, sans-serif !important;
    line-height: 24px !important;
    font-size: 16px !important;
}

.color-grey-400 {
    color: #4e6770;
}

@media (min-width: 430px) {
    .history-custom-title {
        margin: 20px 0;
        font-size: 45px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
        color: #fff;
    }

    .history-custom-card-title {
        font-weight: 600;
        font-family: Manrope, sans-serif;
        line-height: 32px;
        font-size: 20px;
    }
}

@media (min-width: 390px) {
    .history-custom-title {
        margin: 20px 0;
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
        color: #fff;
    }

    .history-custom-card-title {
        font-weight: 600;
        font-family: Manrope, sans-serif;
        line-height: 32px;
        font-size: 20px;
    }
}

@media (min-width: 375px) {
    .history-custom-title {
        margin: 20px 0;
        font-size: 45px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
        color: #fff;
    }

    .history-custom-card-title {
        font-weight: 600;
        font-family: Manrope, sans-serif;
        line-height: 32px;
        font-size: 20px;
    }

    .timline-content .div-content {
        min-width: 100%;
        background: #fff;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 15px;
        height: 100%;
        border-radius: 4px;
        border: 1px #fff solid;
    }
}

@media (min-width: 992px) {
    .history-custom-title {
        margin: 20px 0;
        font-size: 85px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
        color: #fff;
    }

    .history-custom-card-title {
        font-weight: 700;
        font-family: Manrope, sans-serif;
        line-height: 32px;
        font-size: 24px;
    }
}

.lh-base p {
    line-height: 1.5 !important;
}

.article-content-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-container {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.cont-timeline {
    width: 100%;
    overflow: hidden;
}

.my-timeline-dot.first span {
    padding-left: 15px;
}

.my-timeline-dot.last span {
    padding-right: 15px;
}

.my-timeline-cont {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}


.my-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 50px auto;
    position: relative;
    min-width: 800px;
}

.my-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ccc;
    transform: translateY(-50%);
    z-index: 1;
}

.my-progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background: #024430;
    transform: translateY(-50%);
    z-index: 2;
    width: 0;
    transition: width 0.5s ease;
}

.my-timeline-dot {
    position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #024430;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: background 0.5s;
}

.my-timeline-dot span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    overflow: hidden;
    padding: 10px !important;
    visibility: visible;
    color: rgb(61, 86, 95);
    border-radius: 0.2rem;
    white-space: nowrap;
}

.my-timeline-dot.active {
    background: #024430;
}

.my-timeline-dot.active span {
    background: rgb(2, 68, 48);
    color: rgb(255, 231, 187);
    padding: 0px 10px;
}

.timline-content-box {
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.5em;
    position: relative;
    text-align: left;
    width: calc(95% - 40px);
    z-index: 0;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .timline-content-box {
        width: 100% !important;
    }
}

.timline-content {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.timline-content .div-content {
    min-width: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
    border-radius: 4px;
    border: 1px #b5c0b8 solid;
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.nav-btns button {
    align-items: center;
    background: rgb(2, 68, 48);
    border-radius: 50%;
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 0px 5px);
    height: 30px;
    justify-content: center;
    margin: 0px 0.2em;
    padding: 0px;
    transition: 0.1s ease-in;
    width: 30px;
}

.nav-btns button.locked {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-btns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.nav-btns li {
    margin: 0 0.5em;
}

@media (max-width: 499px) {
    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .timline-content .div-content {
        min-width: 100%;
        background: #fff;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 15px;
        height: 100%;
        border-radius: 4px;
        border: 1px #fff solid;
    }

    .col_one_third {
        margin-bottom: 0px !important;
    }
}

.pb-150 {
    padding-bottom: 150px !important;
}

.box-story-1 {
    margin-bottom: -70px;
}

@media (min-width: 992px) {
    .custom-img img {
        /*height: 390px;*/
    }
}

.box-info-video img {
    width: 100%;
}

.bd-rd8 {
    border-radius: 8px;
}

.d-block {
    display: block !important;
}

a,
button,
h4,
img,
input,
span {
    transition: all .3s ease 0s;
}

img {
    max-width: 100%;
}

.custom-img:hover {
    transform: scale(1.01);
    z-index: 1;
    cursor: pointer;
    transition: transform .8s ease;
}

.custom-img {
    justify-content: center;
    padding: 0;
}

.box-info-video {
    display: inline-block;
    width: 100%;

}

.mb-30 {
    margin-bottom: 30px !important;
}

.p-10 {
    padding: 10px !important;
}

btn.btn-tag,
.btn.btn-tag-circle {
    padding: 6px 10px 6px 11px;
    color: #024430;
    font-size: 12px;
    line-height: 12px;
}

.btn.btn-tag {
    background: #afeae4;
    border-radius: 4px;
    font-weight: 700;
}

@media (min-width: 1200) and (max-width: 1349) {
    .leader-custom-name {
        font-size: 14px;
    }
}

@media (min-width: 1350) {
    .leader-custom-name {
        font-size: 16px;
    }
}

.leader-custom-name {
    font-family: Manrope, sans-serif;
    font-weight: 700;
}

.general-detail-timeline-shell {
    height: 100%;
    margin: 0;
    opacity: 1;
    transform: none;
    width: 100%;
}

.general-detail-timeline-img {
    color: transparent;
    height: 100%;
    object-fit: contain;
}

.general-detail-leader-col {
    margin-right: 0 !important;
}