@charset "UTF-8";

/*--------------------------------------------------------------
## About overview
--------------------------------------------------------------*/

.bic-ab-overview .bic-section__subtitle{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 25px;
    color: var(--bic-primary-color);
    border-radius: var(--bic-border-radius);
    border: 1px solid rgba(190, 219, 255, 0.30);
    background: linear-gradient(90deg, rgba(0, 119, 216, 0.10) 0.14%, rgba(0, 119, 216, 0.10) 43.67%, rgba(250, 129, 49, 0.10) 99.63%);
    box-shadow: var(--bic-shadow-color);
    margin: 0 0 24px;
}

.bic-ab-overview .bic-section__subtitle span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--bic-primary-color);
    border-radius: 50%;
}

.bic-ab-overview .bic-section__subtitle span:last-child{
    background: var(--bic-secondary-color);
}

.bic-ab-overview-item{
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 20px 30px;
    background: #fff;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    box-shadow: var(--bic-shadow-color);
    height: 100%;
}

.bic-ab-overview-item-list__item {
    border-radius: var(--bic-border-radius);
    border: 1px solid rgba(0, 119, 216, 0.20);
    background: linear-gradient(135deg, rgba(0, 119, 216, 0.10) 0%, rgba(21, 93, 252, 0.10) 100%);
    padding: 15px;
    text-align: center;
    width: 100%;
}

.bic-ab-overview-item-list__title{
    color: var(--bic-primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
}

.bic-ab-overview-item-list__item.von-dieu-le{
    border: 1px solid rgba(250, 129, 49, 0.20);
    background: linear-gradient(135deg, rgba(250, 129, 49, 0.10) 0%, rgba(245, 73, 0, 0.10) 100%);
}

.bic-ab-overview-item-list__item.von-dieu-le .bic-ab-overview-item-list__title{
    color: var(--bic-secondary-color);
}

.bic-ab-overview-item-list__item.kinh-nghiem{
    border: 1px solid rgba(0, 201, 80, 0.20);
    background: linear-gradient(135deg, rgba(0, 201, 80, 0.10) 0%, rgba(0, 166, 62, 0.10) 100%);
}

.bic-ab-overview-item-list__item.kinh-nghiem .bic-ab-overview-item-list__title{
    color: #00A63E;
}

.bic-ab-overview-item-list__item.slogan{
    padding: 10px 15px;
    color: var(--bic-primary-color);
    font-weight: 600;
}

.bic-ab-overview-item .bic-button--primary{
    background: var(--bic-gradient-color2)
}

.bic-ab-overview-item strong{
    font-size: 18px;
    font-weight: 700;
}

.bic-ab-overview-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.bic-ab-overview-item ul li:not(:last-child){
    margin: 0 0 15px;
}

.bic-ab-overview-item ul li a{
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 15px;
    padding: 15px;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    background: rgba(249, 250, 251, 0.50);
}

.bic-ab-overview-item ul li a::before{
    content: "";
    position: relative;
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
}

.bic-ab-overview-item ul li:nth-child(even) a::before{
    background: linear-gradient(90deg, #FA8131 0%, #F54900 100%);
}

.bic-ab-overview-item ul li:nth-child(even):hover a{
    color: var(--bic-secondary-color)
}

/*--------------------------------------------------------------
## About history
--------------------------------------------------------------*/

.bic-ab-history{
    position: relative;
    padding: var(--bic-site-gap) 0;
    background: #F9FAFB;
}

.bic-ab-history .bic-section__head{
    margin: 0 0 60px;
}

.bic-ab-history .swiper {
    padding: 20px 10px;
    margin: -20px 0;
}

.bic-ab-history .swiper::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 119, 216, 0.50) 0.14%, rgba(0, 119, 216, 0.50) 43.67%, rgba(250, 129, 49, 0.50) 99.63%);
}

.swiper-slide.bic-ab-history-item{
    height: initial;
}

.bic-ab-history-item__inner {
    position: relative;
    height: 100%;
    padding: 20px 30px;
    margin: 8px 0 0;
    background: linear-gradient(135deg, rgba(0, 119, 216, 0.05) 0%, rgba(21, 93, 252, 0.05) 100%);
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    box-shadow: var(--bic-shadow-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bic-ab-history-item__inner::before{
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--bic-primary-color);
}

.bic-ab-history-item__year {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bic-primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    box-shadow: var(--bic-shadow-color);
    margin: 0 0 16px;
}

.bic-ab-history-item__title{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.bic-ab-history-item__subtitle{
    font-weight: 700;
    margin: 8px 0 8px;
    color: var(--bic-primary-color);
}

.bic-ab-history-item:nth-child(even) .bic-ab-history-item__inner{
    background: linear-gradient(135deg, rgba(250, 129, 49, 0.05) 0%, rgba(245, 73, 0, 0.05) 100%);
}

.bic-ab-history-item:nth-child(even) .bic-ab-history-item__year{
    background: linear-gradient(135deg, #FA8131 0%, #F54900 100%);
}

.bic-ab-history-item:nth-child(even) .bic-ab-history-item__subtitle{
    color: var(--bic-secondary-color);
}

.bic-ab-history-item:nth-child(even) .bic-ab-history-item__inner::before{
    background: var(--bic-secondary-color);
}

/*--------------------------------------------------------------
## About vision & mission
--------------------------------------------------------------*/

.bic-ab-vimi-item__inner{
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    background: linear-gradient(135deg, rgba(0, 119, 216, 0.05) 0%, rgba(21, 93, 252, 0.05) 100%);
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    box-shadow: var(--bic-shadow-color);
    height: 100%;
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__inner{
    background: linear-gradient(135deg, rgba(250, 129, 49, 0.05) 0%, rgba(245, 73, 0, 0.05) 100%);
}

.bic-ab-vimi-item__inner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    border-radius: 0 0 0 999px;
    background: linear-gradient(135deg, rgba(0, 119, 216, 0.10) 0%, rgba(0, 119, 216, 0.00) 100%);
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__inner::before{
    right: unset;
    left: 0;
    border-radius: 0 0 999px 0;
    background: linear-gradient(135deg, rgba(250, 129, 49, 0.10) 0%, rgba(250, 129, 49, 0.00) 100%);
}

.bic-ab-vimi-item__title{
    color: var(--bic-primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 16px;
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__title{
    color: var(--bic-secondary-color);
}

.bic-ab-vimi-item__excerpt ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.bic-ab-vimi-item__excerpt ul li:not(:last-child){
    margin: 0 0 8px;
}

.bic-ab-vimi-item__excerpt ul li{
    position: relative;
    display: flex;
    align-items: center;
    color: var(--bic-primary-color);
    font-weight: 500;
    gap: 8px;
    padding: 10px;
    border-radius: var(--bic-border-radius);
    border: 1px solid #DBEAFE;
    background: #EFF6FF;
}

.bic-ab-vimi-item__excerpt ul li::before{
    content: "";
    position: relative;
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__excerpt ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__excerpt ul li{
    flex: 0 0 auto;
    width: calc(50% - 4px);
    color: var(--bic-secondary-color);
    border-color: #FFEDD4;
    background: #FFF7ED;
    margin: 0 !important;
}

.bic-ab-vimi-item:last-child .bic-ab-vimi-item__excerpt ul li::before{
    background: linear-gradient(90deg, #FA8131 0%, #F54900 100%);
}

/*--------------------------------------------------------------
## About philosophy
--------------------------------------------------------------*/

.bic-ab-phil-item__inner{
    position: relative;
    height: 100%;
    padding: 20px 30px;
    background: #fff;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    box-shadow: var(--bic-shadow-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bic-ab-phil-item__inner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 24px;
    opacity: 0.1;
    background: linear-gradient(135deg, #0077D8 0%, #155DFC 100%);
}

.bic-ab-phil-item__count{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
}

.bic-ab-phil-item__title{
    font-size: 18px;
    font-weight: 700;
    color: var(--bic-primary-color);
    margin: 0;
}

.bic-ab-phil-item:nth-child(even) .bic-ab-phil-item__count{
    background: linear-gradient(90deg, #FA8131 0%, #F54900 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bic-ab-phil-item:nth-child(even) .bic-ab-phil-item__inner::before{
    background: linear-gradient(135deg, #FA8131 0%, #F54900 100%);
}

.bic-ab-phil-item:nth-child(even) .bic-ab-phil-item__title{
    color: var(--bic-secondary-color);
}

/*--------------------------------------------------------------
## About prize
--------------------------------------------------------------*/

.bic-ab-prize-item{
    height: initial;
}

.bic-ab-prize-item__inner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 30px;
    height: 100%;
    border-radius: var(--bic-border-radius);
    border: 2px dashed #E5E7EB;
    background: rgba(255, 255, 255, 0.95);
}

.bic-ab-prize-item__year {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 33554400px;
    background: linear-gradient(135deg, #FA8131 0%, #F54900 100%);
    box-shadow: var(--bic-shadow-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.bic-ab-prize-item:nth-child(odd) .bic-ab-prize-item__year{
    background: linear-gradient(135deg, #0077D8 0%, #155DFC 100%);
}

.bic-ab-prize-item__logo {
    flex: 0 0 auto;
    width: 128px;
    min-height: 128px;
}

.bic-ab-prize-item__logo img{
    object-fit: contain;
}

.bic-ab-prize-item__title{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}

.bic-ab-prize-item__subtitle{
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    background: linear-gradient(90deg, #FA8131 0%, #F54900 100%);
}

.bic-ab-prize-item:nth-child(odd) .bic-ab-prize-item__subtitle{
    background: linear-gradient(135deg, #0077D8 0%, #155DFC 100%);
}

/*--------------------------------------------------------------
## About leadership
--------------------------------------------------------------*/

.bic-ab-leadership .bic-outernav{
    justify-content: center;
}

.bic-ab-leadership .bic-outernav__item{
    border-radius: var(--bic-border-radius);
    color: var(--bic-primary-color);
    padding: 17px 24px;
    border: 1px solid #BEDBFF;
    background: #EFF6FF;
    box-shadow: var(--bic-shadow-color);
}

.bic-ab-leadership .bic-outernav__item:nth-child(even){
    border-color: #FFD6A7;
    background: #FFF7ED;
    color: var(--bic-secondary-color);
}

.bic-ab-leadership .bic-outernav__item.active, .bic-ab-leadership .bic-outernav__item:hover{
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
    color: #fff;
    border-color: #BEDBFF;
}

.bic-ab-leadership-tab-item__inner {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.bic-ab-leadership-tab-item__title{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 16px;
    margin: 0 0 30px;
}

.bic-ab-leadership-tab-item__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
}

.bic-ab-leadership-item{
    position: relative;
    height: 100%;
    padding: 20px 30px;
    background: #fff;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    box-shadow: var(--bic-shadow-color);
}

.bic-ab-leadership-item__title{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}

.bic-ab-leadership-item__pos{
    display: inline-block;
    color: #0077D8;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    padding: 3px 8px;
    background: #EFF6FF;
}

.bic-ab-leadership-item__excerpt{
    margin: 32px 0 0;
}

.bic-ab-leadership-item__excerpt ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.bic-ab-leadership-item__excerpt ul li:not(:last-child){
    margin: 0 0 8px;
}

.bic-ab-leadership-item__excerpt ul li{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bic-ab-leadership-item__excerpt ul li::before{
    content: "";
    position: relative;
    display: inline-block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #0077D8 0%, #155DFC 100%);
}

@media only screen and (max-width: 1536px) {

    .bic-ab-overview .bic-section__subtitle{    
        gap: 10px;
        padding: 10px 20px;
        margin: 0 0 16px
    }

    .bic-ab-overview-item, .bic-ab-history-item__inner, .bic-ab-vimi-item__inner, .bic-ab-phil-item__inner, .bic-ab-prize-item__inner, .bic-ab-leadership-item{
        padding: 15px;
    }

    .bic-ab-overview-item-list__item{
        padding: 12px 15px;
    }
    
    .bic-ab-overview-item-list__title{
        font-size: 18px;
    }

    .bic-ab-overview-item ul li a, .bic-ab-leadership .bic-outernav__item{
        padding: 10px 15px;
    }

    .bic-ab-overview-item strong{
        font-size: 16px;
    }

    .bic-ab-leadership-tab-item__title{
        font-size: 20px;
    }

    .bic-ab-phil-item__title{
        font-size: 16px;
    }

}

@media only screen and (min-width: 1401px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1536px) {
    .bic-ab-overview-item-list__item.slogan{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
    .bic-ab-phil-item__excerpt br, .bic-section__descript br{
        display: none;
    }

    .bic-ab-leadership .bic-outernav{
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    
}

@media only screen and (max-width: 480px) {
    
    .bic-ab-overview .bic-section__subtitle{
        padding: 8px 16px;
        gap: 10px;
        font-size: 14px;
        margin: 0 0 16px;
    }
    
    .bic-ab-overview .bic-section__descript{
        max-width: 80%;
        margin: 16px auto 0;
    }

    .bic-ab-overview-item{
        padding: 10px;
    }

    .bic-ab-overview-item strong{
        font-size: 16px;
    }

    .bic-ab-overview-item-list__item, .bic-ab-vimi-item__inner, .bic-ab-phil-item__inner{
        padding: 10px;
    }

    .bic-ab-overview-item-list__title{
        font-size: 18px;
    }

    .bic-ab-overview-item ul li a, .bic-ab-vimi-item__excerpt ul li{
        gap: 10px;
        padding: 10px;
    }

    .bic-ab-overview-item ul li a::before, .bic-ab-vimi-item__excerpt ul li::before{
        flex: 0 0 10px;
        width: 10px;
        height: 10px;
    }

    .bic-ab-leadership .bic-outernav__item{
        flex: 0 0 auto;
        width: calc(50% - 5px);
        padding: 10px;
        font-size: 13px;
    }

    .bic-ab-leadership-tab-item__title{
        font-size: 22px;
        padding: 0 0 16px;
        margin: 0 0 24px;
    }

    .bic-ab-leadership-item{
        padding: 10px;
    }

    .bic-ab-leadership-item__excerpt{
        margin: 16px 0 0;
    }

}

@media only screen and (max-width: 414px) {
    .bic-ab-leadership .bic-outernav__item{
        width: 100%;
        font-size: 14px;
    }
}