﻿.header-banner {
    padding: 32px 0px;
    background-color: #F8F7F7;
}

.header-box {
    /* background: linear-gradient(0deg, rgba(27, 23, 24, 0.6), rgba(27, 23, 24, 0.6)), url(/images/Bg-DoiNgu.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 64px 0 107px 0;
    height: 721px;
}

.header-banner-desc {
    margin-top: 24px;
    margin-bottom: 24px;
}

.choice {
    padding: 32px 0px 64px 0px;
    background-color: #F8F7F7;
}

.choice-container {
    max-width: 1024px;
    margin: 0 auto;
}

.choice-list {
    display: flex;
    flex-direction: column;
    /*gap: 24px;*/
}

.choice-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    /*gap: 22px;*/
}

    .choice-item img {
        margin-right: 22px;
    }

.compensation {
    padding: 64px 0px 64px 0px;
    background-color: #F8F7F7;
}

.compensation-item {
    margin-top: 64px;
}

.compensation-img-large {
    width: 60px;
    height: 60px;
    background-color: #ffc700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compensation-img-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffc700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compensation-img img {
    z-index: 2;
}

.promotion {
    padding: 64px 0px 0px 0px;
    margin: 0 auto;
    background-color: #f8f7f7;
}

.promotion-list {
    position: relative;
}

.promotion-container {
    border-radius: 8px;
    padding-top: 40px;
    background-color: #ECEAEA;
}

.promotion-content {
    padding-left: 57px;
}

.promotion-images {
    position: relative;
    top: -101px;
    left: 25px;
}

.promotion-detail {
    margin: 46px 0;
    display: flex;
    flex-direction: column;
    /*gap: 32px 0;*/
}

.promotion-item {
    display: flex;
    align-items: center;
    /*gap: 20px;*/
    margin-bottom: 32px;
}

div.promotion-detail > .promotion-item:last-child {
    margin-bottom: 0;
}

.promotion-item img {
    margin-right: 20px;
}

.promotion-item img {
    width: auto !important;
}

.promotion-img img {
    height: 653px !important;
}

.promotion-img {
    height: 653px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.promotion > .owl-dots > .owl-dot {
    background-color: #FDFCFC;
    border: 2px solid #FDFCFC;
}

.promotion-pagination {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 50%;
}

    .promotion-pagination .promotion-prev,
    .promotion-pagination .promotion-next {
        display: none;
    }

.team {
    padding: 64px 0px 60px 0px;
    margin: 0 auto;
    background-color: #f8f7f7;
}

.team-container {
    max-width: 1024px;
    margin: 0 auto;
}

.team-item {
    margin-top: 100px;
}

.team-image {
    width: 350px;
    height: 350px;
    /*background: #F0495B;*/
    border-radius: 50%;
    position: relative;
}

    .team-image img {
        transform: scale(1.25);
        position: absolute;
        top: -7%;
        left: 0%;
    }

.team-position {
    margin-top: 4px;
}

.team-desc {
    margin-top: 35px;
}

.team-carousel {
    position: relative;
}

.team-owl-carousel__nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
}

@media screen and (max-width: 1280px) {

    .promotion-pagination {
        position: relative;
        left: 0;
    }

    .promotion-img img {
        height: 550px !important;
    }

    .promotion-detail {
        margin: 23px 0;
    }

    .promotion-item {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 992px) {
    .header-banner .customize-container {
        width: 100% !important;
    }

    .header-banner {
        padding: 0 0 0 0;
        height: 256px;
    }

    .header-box {
        height: 256px;
        border-radius: 0px;
        padding: 0;
    }

    .banner-content {
        padding: 24px 16px 52px 16px;
    }

    .header-banner-desc {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .banner-action {
        display: none;
    }

    .choice {
        padding: 32px 0 48px 0;
        background-color: #ECEAEA;
    }

    .choice-container {
        padding: 0;
    }

    .choice-content {
        padding: 0;
        text-align: center;
    }

    .choice-list {
        margin-top: 16px;
    }

    .choice-item img {
        margin-right: 12px;
    }

    .choice-item {
        margin-bottom: 16px;
    }

    .choice-content > div:first-child {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .compensation {
        padding: 26px 0px 50px 0px;
    }

    .compensation-img-large {
        width: 48px;
        height: 48px;
    }

    .compensation-img-small {
        width: 38px;
        height: 38px;
    }

    .promotion {
        padding: 32px 0px 40px 0px;
    }

    .promotion-container {
        background-color: #F8F7F7;
        padding-top: 0px;
        padding-bottom: 32px;
    }

    .promotion-box {
        text-align: center;
    }

    .promotion-content {
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-top: 24px;
    }

    .promotion-images {
        top: 0px;
        left: 0px;
        padding-bottom: 20px;
    }

    .promotion-detail {
        align-items: center;
        gap: 30px;
    }

    .promotion-pagination {
        position: relative;
    }

        .promotion-pagination .promotion-prev,
        .promotion-pagination .promotion-next {
            display: inline-flex;
        }

    .promotion-img img {
        height: 373px !important;
    }

    .team {
        padding: 32px 0px 50px 0px;
    }

    .team-container {
        padding: 0;
    }

    .team-image {
        width: 230px;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .team-image img {
            transform: unset;
            position: unset;
            height: 100%;
        }

    .team-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .team-desc {
        margin-top: 24px;
        text-align: center;
    }

    .team-owl-carousel__nav {
        position: initial;
    }

    .team-prev {
        position: absolute;
        top: 30%;
        left: 0;
        z-index: 9;
    }

    .team-next {
        position: absolute;
        top: 30%;
        right: 0;
        z-index: 9;
    }
}
