/**------ about screen -------**/
.about_header_image {
    height: calc(100vw * 0.4010416667);
    background-image: url(./../images/about_img_feature.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_header_image::after {
    content: "";
    background-color: #1b1d23;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.about_header_image .title {
    font-weight: 700;
    font-size: 44px;
    text-align: justify;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.about_aboutus {
    padding: 60px 0;
}

.about_aboutus .title_main {
    font-weight: 700;
    font-size: 42px;
}

.about_aboutus .title_main::after {
    content: "";
    height: 6px;
    max-width: 754px;
    width: 100%;
    border: 1px solid #46B580;
    display: block;
    margin: 35px auto 40px;
}

.about_aboutus .description {
    max-width: 1463px;
    margin: 0 auto;
    font-size: 32px;
}

.about_header_image .icon_down {
    visibility: visible;
    bottom: 20px;
    position: absolute;
    z-index: 2;
}

.about_skills {
    display: flex;
    max-width: 1463px;
    margin: 60px auto;
}

.about_skills .item {
    width: 100%;
}

.about_skills .item .title {
    background: #F0F0F0;
    height: 73px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.about_skills .item .title p {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

.about_skills .item:first-child {
    margin-right: 100px;
}

.about_skills .item:last-child {
    margin-left: 100px;
}

.list_skill_process .item_skill {
    margin-bottom: 30px;
}

.list_skill_process .item_skill span {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
}

.list_skill_process .item_skill span:last-child {
    text-align: right;
}

.list_skill_process .item_skill .progress_bar {
    border: 1px solid #414141;
    height: 18px;
}

.list_skill_process .item_skill .progress_bar .progress_bar_move {
    background-color: #46B580;
    transition: 0.4s linear;
    transition-property: width, background-color;
    height: 18px;
    margin-top: -1.1px;
    margin-left: -1px;
}

.about_skills .item .desc ul li {
    color: #565656;
    line-height: 80px;
    font-size: 26px;
}

@keyframes progressAnimation_75 {
    0% {
        width: 5%;
        background-color: #46B580;
    }

    100% {
        width: 75%;
        background-color: #46B580;
    }
}

@keyframes progressAnimation_91 {
    0% {
        width: 5%;
        background-color: #46B580;
    }

    100% {
        width: 91%;
        background-color: #46B580;
    }
}

@keyframes progressAnimation_80 {
    0% {
        width: 5%;
        background-color: #46B580;
    }

    100% {
        width: 80%;
        background-color: #46B580;
    }
}

@keyframes progressAnimation_90 {
    0% {
        width: 5%;
        background-color: #46B580;
    }

    100% {
        width: 90%;
        background-color: #46B580;
    }
}


/* Mission */
.about_mission {
    background: #F0F0F0;
    padding: 60px 0;
}

.about_mission .content {
    max-width: 1463px;
    margin: 0 auto;
}

.about_mission .content .item {
    width: 50%;
}

.about_mission .content .item:first-child {
    padding-right: 173px;
}

.about_mission .title {
    font-weight: 700;
    font-size: 42px;
    color: #46B580;
    margin-bottom: 30px;
}

.about_mission .content .item p {
    font-size: 32px;
    line-height: 50px;
}

/*about partner*/
.about_partner {
    max-width: 1463px;
    padding: 80px 0;
    margin: 0 auto;
}

.about_partner .content svg {
    margin: 0 auto;
    width: 100%;
}

.about_partner .content .title {
    font-weight: 700;
    font-size: 42px;
    text-align: right;
    color: #46B580;
    margin-bottom: 30px;
}

.about_partner .content p {
    font-size: 32px;
    line-height: 50px;
}

.about_partner .content p {
    max-width: 600px;
    margin-left: auto;
    text-align: justify;
}

.about_partner .content .item {
    width: 100%;
}

.about_partner .chart_title {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-top: 70px;
}

/* Responsive */
@media (min-width: 1200px) and (max-width: 1700.98px) {

    .about_aboutus,
    .about_mission .content,
    .about_partner {
        max-width: 1300px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .about_skills .item:first-child {
        margin-right: 0;
    }

    .about_skills .item .desc ul li {
        font-size: 24px;
    }

    .about_aboutus .description {
        font-size: 28px;
    }

    .about_mission .title {
        font-size: 32px;
    }

    .about_aboutus .title_main {
        font-size: 32px;
    }

    .about_skills .item .title p {
        font-size: 26px;
    }

    .about_mission .content .item p,
    .about_partner .content p {
        font-size: 26px;
    }

    .about_partner .content .title {
        font-size: 32px;
    }

    .about_partner .content p {
        max-width: 492px;
    }

    .about_partner .chart_title {
        font-size: 26px;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .about_aboutus,
    .about_mission .content,
    .about_partner {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .about_skills .item:first-child {
        margin-right: 0;
    }

    .about_skills .item .desc ul li {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-bottom: 45px;
    }

    .about_aboutus .description {
        font-size: 28px;
    }

    .about_mission .title {
        font-size: 32px;
    }

    .about_aboutus .title_main {
        font-size: 32px;
    }

    .about_skills .item .title p {
        font-size: 26px;
    }

    .about_mission .content .item p,
    .about_partner .content p {
        font-size: 20px;
    }

    .about_partner .content .title {
        font-size: 32px;
    }

    .about_partner .content p {
        max-width: 346px;
    }

    .about_partner .chart_title {
        font-size: 20px;
        margin-top: -30px;
    }

    .about_skills .item:last-child {
        margin-left: 25px;
    }

    .about_mission .content .item:first-child {
        padding-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .about_header_image .title {
        font-size: 26px;
    }

    .about_header_image {
        height: 300px;
    }

    .about_header_image .icon_down svg {
        max-width: 20px;
    }

    .about_aboutus,
    .about_mission .content,
    .about_partner {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .about_skills {
        margin-bottom: 0;
    }

    .about_skills .item:first-child {
        margin-right: 0;
    }

    .about_skills .item .desc ul li {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_aboutus .description {
        font-size: 17px;
    }

    .about_mission .title {
        font-size: 26px;
    }

    .about_aboutus .title_main {
        font-size: 26px;
    }

    .about_skills .item .title p {
        font-size: 20px;
    }

    .about_mission .content .item p,
    .about_partner .content p {
        font-size: 16px;
    }

    .about_partner .content .title {
        font-size: 32px;
    }

    .about_partner .content p {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 29px;
    }

    .about_partner .chart_title {
        font-size: 20px;
        margin-top: -30px;
    }

    .about_skills .item:last-child {
        margin-left: 25px;
    }

    .about_mission .content .item:first-child {
        padding-right: 40px;
    }

    .about_skills {
        flex-direction: column;
    }

    .about_skills .item:last-child {
        margin-left: 0;
    }

    .list_skill_process .item_skill span {
        font-size: 18px;
    }

    .about_mission .content {
        flex-direction: column;
    }

    .about_mission .content .item:first-child {
        order: 2;
        width: 100%;
    }

    .about_mission .content .item:last-child {
        order: 1;
        width: 100%;
    }

    .about_mission .title {
        text-align: center;
        margin: 15px 0;
    }

    .about_mission .content .item p {
        line-height: 26px;
    }

    .about_mission .content .item:first-child {
        padding-right: 0;
    }

    .about_partner .content{
        flex-direction: column;
    }

    .about_partner{
        padding: 0px 0 60px;
    }

    .about_partner .content .title{
        text-align: center;
        margin-top: 30px;
        font-size: 26px;
    }

    .about_partner .content .item:first-child{
        padding: 0 10px;
    }
}