.breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
}
@media (max-width: 767.98px) {
    .breadcrumb__list {
        flex-wrap: nowrap;
    }
    .breadcrumb__list li:last-child {
        width: fit-content;
        max-width: 535px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
}
.breadcrumb__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #45464a;
    text-decoration: none;
    white-space: nowrap;
}
.breadcrumb__item--home {
    color: #45464a;
}
.breadcrumb__item--home:hover {
    color: #00529c;
}
.breadcrumb__item--current {
    color: #45464a;
    cursor: default;
}
.breadcrumb__item:not(.breadcrumb__item--current):not(.breadcrumb__item--home):hover {
    color: #00529c;
}
.breadcrumb a.breadcrumb__item {
    transition: color 0.2s ease;
}
.breadcrumb a.breadcrumb__item:hover {
    text-decoration: none;
}
.breadcrumb__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #45464a;
}
.breadcrumb__icon {
    width: 16px;
    height: 16px;
    color: #45464a;
    flex-shrink: 0;
}

.intro-banner {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.intro-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.intro-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 60px 0 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.4) 55%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}
.intro-banner .breadcrumb__list {
    gap: 8px;
}
.intro-banner .breadcrumb__item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}
.intro-banner .breadcrumb__item a {
    color: #ffffff;
}
.intro-banner .breadcrumb__separator {
    color: #ffffff;
}
.intro-banner__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 1280px) {
    .intro-banner {
        height: 480px;
    }
    .intro-banner__content {
        height: 260px;
        padding: 50px 0px 36px;
    }
    .intro-banner__title {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    .intro-banner {
        height: 420px;
    }
    .intro-banner__content {
        height: 240px;
        padding: 40px 0 32px;
    }
    .intro-banner__title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .intro-banner {
        height: 578px;
    }
    .intro-banner__content {
        height: 200px;
        padding: 32px 0px 28px;
        gap: 6px;
    }
    .intro-banner .breadcrumb__item {
        font-size: 12px;
    }
    .intro-banner__title {
        font-size: 32px;
    }
}
/*# sourceMappingURL=banner.css.map */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.company-member {
    padding: 72px 0;
}
.company-member__content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0 auto;
}
@media (max-width: 1199.98px) {
    .company-member__content {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .company-member__content {
        gap: 60px;
    }
}
@media (max-width: 767.98px) {
    .company-member__content {
        gap: 40px;
    }
}
.company-member__row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.company-member__row--reverse .company-member__item {
    flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
    .company-member__row {
        flex-direction: column;
        gap: 32px;
    }
    .company-member__row:last-child .company-member__item {
        padding: 0;
    }
    .company-member__row .company-member__item {
        flex-direction: column !important;
    }
}
.company-member__item {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .company-member__item {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .company-member__item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
.company-member__info {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .company-member__info {
        flex: none;
        width: 100%;
        order: 2;
    }
}
.company-member__company-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #111832;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .company-member__company-title {
        font-size: 20px;
    }
}
.company-member__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Be Vietnam Pro" !important;
}
.company-member__details p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #111832;
    margin: 0;
}
.company-member__details a {
    color: inherit;
    text-decoration: underline;
}
.company-member__details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.company-member__details ul li {
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #45464a;
}
.company-member__details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L8.8809 5.1191L14 7L8.8809 8.8809L7 14L5.1191 8.8809L0 7L5.1191 5.1191L7 0Z' fill='url(%23paint0_linear_378_1746)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_378_1746' x1='14' y1='7' x2='0' y2='7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234858EF'/%3E%3Cstop offset='1' stop-color='%231BB5EC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.company-member__button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.company-member__button:hover .company-member__button-icon {
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
    color: #ffffff;
}
.company-member__button:hover .company-member__button-text {
    color: #00529c;
}
.company-member__button-text {
    color: #111832;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.265;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}
.company-member__button-icon {
    width: 36px;
    height: 36px;
    background: #e8eef0;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111832;
    transition: all 0.2s ease;
}
.company-member__button-icon svg {
    width: 20px;
    height: 20px;
}
.company-member__slider-wrapper {
    flex: 1;
    position: relative;
    width: calc(100% - 400px - 40px);
    height: 473px;
}
@media (max-width: 1199.98px) {
    .company-member__slider-wrapper {
        width: calc(100% - 400px - 20px);
    }
}
@media (max-width: 991px) {
    .company-member__slider-wrapper {
        width: 100%;
        height: auto;
        order: 1;
    }
}
.company-member__slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.company-member__slider .company-member__slide {
    width: 100%;
    height: 473px;
    outline: none;
}
@media (max-width: 991px) {
    .company-member__slider .company-member__slide {
        height: auto;
    }
}
.company-member__slider .company-member__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
@media (max-width: 991px) {
    .company-member__slider .company-member__slide img {
        height: auto;
        aspect-ratio: 335/189;
        border-radius: 4px;
    }
}
.company-member__slider .slick-dots {
    position: absolute;
    bottom: 36px;
    left: 20px;
    display: flex !important;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}
@media (max-width: 991px) {
    .company-member__slider .slick-dots {
        position: static;
        justify-content: center !important;
        margin-top: 12px;
        gap: 4px;
    }
}
.company-member__slider .slick-dots li {
    width: 26.67px;
    height: 4px;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .company-member__slider .slick-dots li {
        width: auto;
        height: 8px;
    }
}
.company-member__slider .slick-dots li button {
    width: 100%;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.4;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
}
@media (max-width: 991px) {
    .company-member__slider .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ffffff;
        opacity: 1;
    }
}
.company-member__slider .slick-dots li button:before {
    display: none;
}
.company-member__slider .slick-dots li button:hover {
    opacity: 0.6;
}
@media (max-width: 991px) {
    .company-member__slider .slick-dots li button:hover {
        opacity: 1;
    }
}
.company-member__slider .slick-dots li.slick-active button {
    opacity: 1;
    background: #ffffff;
}
@media (max-width: 991px) {
    .company-member__slider .slick-dots li.slick-active button {
        width: 36px;
        border-radius: 499.5px;
        background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    }
}
.company-member__slider .slick-arrow {
    display: none !important;
}
.company-member__slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 96px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.4) 55%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    border-radius: 0 0 12px 12px;
    z-index: 5;
}
@media (max-width: 991px) {
    .company-member__slider:after {
        display: none;
    }
}
.company-member__slider-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}
@media (max-width: 991px) {
    .company-member__slider-nav {
        display: none;
    }
}
.company-member__slider-nav button {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #111832;
}
.company-member__slider-nav button:hover {
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    color: #ffffff;
}
.company-member__slider-nav button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.company-member__slider-nav button:disabled:hover {
    background: #ffffff;
    color: #111832;
}
.company-member__slider-nav button svg {
    display: block;
}
.company-member__row--reverse .company-member__slider .slick-dots {
    left: auto;
    right: 20px;
    justify-content: flex-end;
}
.company-member__row--reverse .company-member__slider-nav {
    right: auto;
    left: 20px;
}
@media (max-width: 767.98px) {
    .company-member {
        padding: 40px 0;
    }
}
/*# sourceMappingURL=member.css.map */
