.introduce-pages {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F2F2F5;
}

.introduce-pages .banner {
    height: 333px;
    object-fit: cover;
    border-radius: 20px;
}

.bg-banner {
    position: relative;
}

.slogan-banner {
    position: absolute;
    top: 64px;
    z-index: 1;
    margin-left: 32px;
}

.slogan {
    gap: 8px;
    display: flex;
    color: #ffffff;
    flex-direction: column;
}

.slogan .slogan_1 {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
}

.slogan .slogan_2 {
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.introduce-pjico {
    padding: 32px 64px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px #0000000D;
}

.title-introduce {
    color: #061839;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.2px;
}

.historical-introduction {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}

.mission-vision {
    display: flex;
    gap: 48px;
}

.mission-vision .vision.featured-item {
    margin-top: 32px;
    margin-bottom: 16px;
}

.featured-image {
    width: 560px;
    height: 181px;
    margin-top: 32px;
    margin-bottom: 16px;
    object-fit: cover;
    border-radius: 10px;
}

.featured-info .title {
    color: #061839;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.1px;
}

.featured-info .content {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #8993A4;
    letter-spacing: 0;
}

.contents {
    margin-top: 40px;
}

.outstand-value {
    padding-top: 24px;
}

.outstand-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.outstand.outstand-item {
    padding: 32px 24px;
    position: relative;
    width: 312px;
    height: 382px;
    background-size: 100%;
    border-radius: 8px;
    border: 1px solid #fff;
    background-image: url(../../image/banner/outstand_value.png);
}

.outstand-value {
    display: flex;
    gap: 16px;
}

.outstand-info .title-wrapper {
    height: 58px;
}

.title-wrapper .title {
    color: #0385FF;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.title-wrapper .title-slogan {
    color: #061839;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.outstand-info .content {
    margin-top: 16px;
    color: #061839CC;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.outstand-info .icons-symbolize {
    height: 80px;
    float: inline-end;
}

.outstand-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.outstand-info .icons-symbolize {
    margin-top: auto;
    text-align: end;
}

.contents.founder {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.container-founder {
    width: 1097px;
    display: flex;
    justify-content: space-between;
}

.item-right .founder {
    width: 420px;
    height: 479px;
    object-fit: cover;
}

/* .item-right {
    width: 420px;
    height: 479px;
} */

.item-right .founder {
    background-image: url(../../image/banner/founder.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.container-founder {
    border-radius: 25px;
    box-shadow: 0px 4px 10px 0px #0000001c;
}

.container-founder .item-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 677px;
    padding: 48px 40px;
    background: #ffff;
    background-size: 100%;
    background-image: url(../../image/banner/quote.png);
}

.item-left .logo {
    width: 231px;
    height: 60px;
}

.history-pages {
    margin-top: 40px;
    width: 100%;
    height: 425px;
    background: url(../../image/banner/history.png);
    background-size: cover;
    background-position: center;
}

.history-pages .title-history {
    padding-top: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.timeline {
    gap: 4px;
    display: flex;
    color: #8993A4;
    justify-content: center;
}

.years-development {
    position: relative;
    gap: 16px;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    align-items: center;
    transition: transform 0.8s ease;
}

.years-development .item-year {
    height: 200px;
    width: 312px;
    min-width: 312px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 24px 32px;
    background: #EDF5FFE5;
    cursor: pointer;
    transition: transform 0.8s ease;
    overflow: hidden;
}

.years-development-wrapper {
    overflow: hidden;
    width: calc((312px + 16px) * 4 - 16px);
    margin: 24px 0;
}


.item-year.active {
    height: 220px;
    color: #061839;
    background: #FFFFFF;
}

.item-year .year-label {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.item-year .revenue {
    flex: 1;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: #061839CC;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.item-year .revenue::-webkit-scrollbar {
    display: none;
}

/* Menu dưới */
.slider-menus-wrapper {
    overflow: hidden;
    width: calc((312px + 16px) * 4 - 16px);
    margin: 12px auto;
}

.slider-menus {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease;
}

.slider-menu {
    width: 312px;
    height: 8px;
    border-radius: 8px;
    background: #1B3D7D;
    flex-shrink: 0;
    transition: all 0.3s;
}

.slider-menu.active {
    background: #2CB5D2;
    transform: scale(1.05);
}