/* Minification failed. Returning unminified contents.
(15,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(27,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(37,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(42,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-black'
(103,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(137,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(150,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(164,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
(197,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(211,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(215,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
(232,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(307,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(315,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-black'
(378,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(436,27): run-time error CSS1046: Expect comma, found '0'
(436,31): run-time error CSS1046: Expect comma, found '/'
(454,35): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(501,21): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(531,32): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
 */
.about {
}

    .about .header__about {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        flex-direction: column;
    }

.header__about .header__about-left {
}

.header__about-left .about__left-title {
    color: var(--color-chudao-dam);
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
}

    .header__about-left .about__left-title::before {
        content: "";
        position: absolute;
        width: 14%;
        height: 5px;
        background-color: var(--color-chudao-dam);
        bottom: -16px;
        left: 0;
    }

.header__about-left .about__left-wrap {
    margin-top: 20px;
}

.about__left-wrap .about__left-text {
    color: var(--color-chudao-dam);
    font-size: 20px;
}

.about__left-wrap .about__left-text-black {
    color: var(--color-event-black);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about__left-wrap .about__left-btn {
    display: flex;
    justify-content: flex-start;
}

.about__left-btn .btn-block-header {
    margin-right: 30px;
}

.about__left-btn .CT__about-btn {
    padding: 12px 55px;
}

.btn-block-header .btn-header {
}

    .btn-block-header .btn-header:hover {
    }



.header__about .header__about-right {
    flex: 1;
    display: flex;
    margin-top: 3em;
}

.header__about-right .header__about-right--right {
    width: 40%;
    margin-right: 7em;
}

.header__about-right--right .about__right-text {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: justify;
}

.header__about-right--right .about__right-desFirst {
    position: relative;
    padding: 5px 0;
    font-weight: 500;
    color: #3a3a3a;
}

    .header__about-right--right .about__right-desFirst::before {
        position: absolute;
        content: "";
        left: -13px;
        top: 0;
        height: 100%;
        width: 3px;
        background-color: var(--color-chudao-dam);
    }

.about .banner__about {
    flex: 1;
}


.banner__about .banner__about-img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: 1;
}

.about .content__about {
}

.content__about .about__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about__list .about__item {
    flex-basis: calc(50% - 50px);
    background-color: #fbfbfb;
    border-radius: 12px;
    padding: 30px;
    margin: 0 50px 50px 0;
}

.about__item .about__item-title {
    color: var(--color-chudao-dam);
    font-size: 20px;
    position: relative;
    margin-bottom: 39px;
    font-weight: bold;
    text-transform: uppercase;
}

    .about__item .about__item-title::before {
        content: "";
        position: absolute;
        width: 11%;
        height: 3px;
        background-color: var(--color-chudao-dam);
        bottom: -12px;
        left: 0;
    }

.about__item .about__item-subTitle {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 18px;
}

.about__item .about__item-text {
    color: var(--color-event-grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

.about__item {
}

.about__item-wrap .about__item-wrap-text {
}

li.about__item-wrap-text, ul.about__item-wrap {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: justify;
}

ul.about__item-wrap {
    padding-left: 40px;
}
/* story */

.story {
}

    .story .header__story {
        width: 80%;
    }

.header__story-title {
    color: var(--color-chudao-dam);
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 50px;
}

    .header__story-title::before {
        position: absolute;
        content: "";
        bottom: -19px;
        height: 4px;
        width: 40%;
        background-color: var(--color-chudao-dam);
    }

.header__story .header__story-des {
    color: var(--color-event-grey);
    font-size: 18px;
    text-align: center;
}

.content__story {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

    .content__story::before {
        content: "";
        position: absolute;
        top: calc(48% + -1px);
        width: 80%;
        height: 4px;
        background-color: var(--color-chudao-dam);
    }

    .content__story .content__story-head {
        margin: 0 auto 5em auto;
    }

    .content__story .content__story-body {
        margin-top: 5em;
    }

    .content__story .story__list {
        display: flex;
        justify-content: space-around;
        padding: 0 30px;
    }

.story__list .story__item {
    width: 300px;
    position: relative;
}

.story__item.elip::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0e6cb5;
    margin: 0 auto;
    bottom: calc(-6em + -4px);
}

.story__item.elip-plusline::before {
    content: "";
    position: absolute;
    height: 4em;
    border: 1px dashed rgba(22, 78, 156, 0.7);
    margin: 0 auto;
    bottom: -6em;
}

.story__item.elip.elip-top::after {
    top: calc(-4em + -11px);
    bottom: 0px;
}

.story__item.elip-plusline.elip-pluslineTop::before {
    top: calc(-4em + -10px);
    bottom: 0px;
}

.story__item .story__item-boc--img {
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    width: 300px;
}

.story__item-boc--img .story__item-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .5s ease all;
}

.story__item-boc--img:hover .story__item-img {
    transform: scale(1.1);
}

.story__item .story__item-wrap {
    width: 100%;
}

.story__item-wrap .story__item-title {
    color: var(--color-chudao-dam);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 19px;
}

.story__item-wrap .story__item-des {
    color: var(--color-event-black);
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
/*prize */
.prize {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .prize .prize__left {
        width: calc(50% - 2em);
        margin-right: 4em;
    }

    .prize .prize__right {
        width: calc(50% - 2em);
        margin-left: 4em;
    }

.prize__right .prize__wrap {
}

.prize__wrap .prize__wrap-top {
    margin-bottom: 15px;
}

.prize__wrap .prize__wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prize__item {
}

    .prize__item .prize__item-boc--img {
        border-radius: 8px;
        overflow: hidden;
        height: 25em;
        width: 100%;
    }

.prize__item-boc--img.img-full {
    height: 17em;
}

.prize__item-boc--img.img-small {
    height: 10em;
}

.prize__item-boc--img .prize__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prize__item .prize__item-wrap {
}

.prize__item-wrap .prize__item-title {
    color: var(--color-chudao-dam);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prize__item-wrap .prize__item-des {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.header__story-title.header__prize-title {
    display: block;
    font-size: 30px;
}

    .header__story-title.header__prize-title::before {
        width: 15%;
    }
/* đội ngũ*/
.team {
}

    .team .team__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.team__list .team__item {
    margin: 10px;
    flex-basis: 18%;
    height: 318px;
    position: relative;
    -webkit-transition: bottom .1s linear;
    -moz-transition: bottom .1s linear;
    -ms-transition: bottom .1s linear;
    -o-transition: bottom .1s linear;
    transition: bottom background .1s linear;
    overflow: hidden;
    background: none;
}

    .team__list .team__item:hover::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 97%;
        border-radius: 8px;
        background: rgb(0 0 0 / 24%);
        -webkit-transition: background .25s linear;
        -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
        -o-transition: background .25s linear;
        transition: background .25s linear;
    }

    .team__list .team__item::after {
    }

    .team__list .team__item:hover .team__modalText {
        bottom: -6px;
    }

.team__item .team__item-boc--img {
    height: 255px;
    width: 211px;
    border-bottom: 1px solid var(--color-chudao-dam);
}

.team__item-boc--img .team__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.team__item .team__item-wrap {
    height: 85px;
    overflow: hidden;
}

.team__modalText {
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    bottom: -10px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: bottom 1s;
    overflow: hidden;
    bottom: -117px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

    .team__modalText.lanhdao {
        bottom: -98px;
    }


    .team__modalText.CT__khacbietTeam {
        bottom: -96px;
    }



    .team__modalText .team__item-title {
        color: var(--color-chudao-dam);
        font-weight: 500;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .team__modalText .team__item-des {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 6px;
    }

    .team__modalText .team__item-des1 {
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }

    .team__modalText .line-xanh {
        width: 60%;
        height: 2px;
        background-color: var(--color-chudao-dam);
    }

    .team__modalText .team__item-title.team__item-desline {
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

.team.lanhdao {
    width: 100%;
}

.team__list .team__item.lanhdao {
    flex-basis: 30%;
    height: 371px;
}

.team__modalText.difirentLD {
    bottom: -135px;
}

.team__item .team__item-boc--img.lanhdao {
    height: 358px;
    width: 273px;
}

.team__modalText .team__item-title.lanhdao {
    font-size: 19px;
}

.team__modalText .team__item-des1.lanhdao {
    text-align: center;
}

.mg-item {
    margin: 0 4em;
}

.mg-item-r16 {
    margin-right: 16px;
}

.mg-item-l16 {
    margin-left: 16px;
}


@media (max-width: 768px) {
    .about__left-btn .btn-block-header {
        margin-right: 17px;
    }
    .header__about .header__about-left {
        margin-top: 30px;
        margin-left: 10px;
    }

    .about .content__about {
        margin-bottom: 22px;
    }

    .about .header__about {
        flex-direction: column;
        margin-top: 0px;
    }

    .header__about-left .about__left-title {
        font-size: 25px;
    }

    .about__left-wrap .about__left-text {
        font-size: 18px;
    }

    .about__left-wrap .about__left-text-black {
        font-size: 19px;
    }

    .about .banner__about {
        margin: 40px 0;
    }

    .banner__about .banner__about-img {
        border-radius: 0px;
        width: 100%;
        height: 240px;
    }

    .header__about .header__about-right {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }

    .header__about-right .header__about-right--right {
        width: 100%;
        margin-right: 0;
    }

    .header__about-right .about__right-text {
        font-size: 15px;
        margin-left: 10px;
    }

    .about__list .about__item {
        flex-basis: 100%;
        border-radius: 0px;
        padding: 30px;
        margin: 0 0px 10px 0;
    }

    .wrap-vanhoa1 {
        padding-bottom: 0px;
    }

    .wrap-block {
        margin-top: 0px !important;
    }

    .story {
        max-width: 100%;
        margin-bottom: 0px;
    }

        .story .header__story {
            margin-left: 10px;
            width: 100%;
            padding: 25px 20px 20px 10px;
        }

    .header__story-title {
        font-size: 22px;
        margin: 20px 10px 40px 0px;
    }

    .header__story .header__story-des {
        font-size: 15px;
        text-align: justify;
    }

    .content__story::before {
        content: none;
    }

    .content__story {
        width: 100%;
        margin-top: 5px;
    }

        .content__story .content__story-head {
            margin: 0px;
        }

        .content__story .story__list {
            flex-direction: column;
            margin: 10px;
        }

    .story__list .story__item {
        width: 100%;
        position: relative;
        align-items: start;
        padding: 0px;
        margin-bottom: 30px;
        border-radius: 8px;
        border: 1px solid #ededed;
        overflow: hidden;
    }

    .story__item .story__item-boc--img {
        border-radius: 0px;
        height: auto;
        width: 100%;
    }

    .story__item-boc--img .story__item-img {
        width: 100%;
        height: 200px;
    }

    .content__story .content__story-body {
        margin-top: -15px;
    }

    .story__item .story__item-wrap {
        padding: 0 10px 10px 10px;
    }

    .prize {
        flex-direction: column;
    }

        .prize .prize__left {
            width: 100%;
            margin-right: 0;
        }

        .prize .prize__right {
            width: 100%;
            margin-left: 0;
        }

    .header__story-title.header__prize-title {
        font-size: 22px;
        padding-left: 10px;
    }

    .prize__item .prize__item-boc--img {
        border-radius: 0px;
        height: auto;
        width: auto;
    }

    .prize__item-boc--img .prize__item-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .prize__item .prize__item-wrap {
        padding: 0 10px 10px 10px;
    }

    .prize__wrap .prize__wrap-bottom {
        display: none;
    }
    .team{
        padding: 0 30px;
    }
    .team .team__list {
        flex-direction: column;
    }
    
    .team__modalText {
        bottom: -70px;
    }

        .team__modalText.lanhdao {
            bottom: -90px;
        }

        .team__modalText.difirentLD {
            bottom: -121px;
        }

        .team__modalText.CT__khacbietTeam {
            bottom: -69px;
        }
        .team__modalText.trang {
            bottom: -88px;
        }


    .team__list .team__item {
        flex-basis: calc(50% - 20px);
    }

    .team__modalText .team__item-title {
        font-size: 14px;
    }

    .team__modalText .team__item-des {
        font-size: 12px;
    }

    .team__modalText .team__item-des1 {
        font-size: 12px;
    }
}

