﻿/*****************************************
* about-intro
*****************************************/
#about-intro {
    position: relative;
}

    #about-intro .about-intro-info {
        position: absolute;
        width: 50%;
        top: 25%;
        left: 10%;
    }

        #about-intro .about-intro-info .header {
            color: #ffffff;
            font-size: 36px;
            line-height: 40px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        #about-intro .about-intro-info .subheader {
            color: #ffffff;
            font-size: 26px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase
        }

        #about-intro .about-intro-info .detail {
            color: #ccc;
            width: 60%;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 40px;
        }


    #about-intro .about-intro-photo {
        position: absolute;
        width: 26%;
        top: 15%;
        right: 10%;
    }


@media(max-width:460px) {

    #about-intro .about-intro-info .header {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    #about-intro .about-intro-info .subheader {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    #about-intro .about-intro-photo {
        width: 60%;
        top: 2%;
        right: 20%;
    }

    #about-intro .about-intro-info {
        top: 52%;
        left: 10%;
        right: 10%;
        width: 80%;
    }

        #about-intro .about-intro-info .detail {
            width: 100%;
            margin-bottom: 20px;
        }
}




/*****************************************
* about-vision-mission
*****************************************/
#about-vision-mission {
    padding: 40px 0px;
    background: url('/upload/about/bg-about-mission.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.mission-item {
    border: 1px solid #918e8e;
    color: #ffffff;
    width: 70%;
    margin: 40px auto;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
}

    .mission-item.bg-mission-item {
    }

        .mission-item.bg-mission-item.bg-purpose {
            background: #000207 url('/upload/about/bg-mission-purpose.png');
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: top right;
        }

        .mission-item.bg-mission-item.bg-vision {
            background: #000207 url('/upload/about/bg-mission-vision.png');
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: top right;
        }

        .mission-item.bg-mission-item.bg-mission {
            background: #000207 url('/upload/about/bg-mission-mission.png');
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: top right;
        }

    .mission-item .header {
        font-size: 34px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .mission-item .header.purpose {
            color: #007af9;
        }

        .mission-item .header.vision {
            color: #00bfec;
        }

        .mission-item .header.mission {
            color: #43d4a9;
        }

    .mission-item .detail {
        color: #ccc;
        font-size: 14px;
        line-height: 20px;
        width: 80%;
    }


@media(max-width:460px) {
    #about-vision-mission {
        padding: 20px 0px;
    }

    .mission-item {
        width: 90%;
        margin: 20px auto;
    }
   
}



/*****************************************
* about-core-values
*****************************************/
#about-core-values {
    padding: 40px 0px;
    background: url('/upload/about/bg-core-values.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.about-core-values {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

    .about-core-values .title {
        color: #ffffff;
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .about-core-values .header {
        color: #ccc;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }

    .about-core-values .subheader {
        color: #ccc;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

@media(max-width:460px) {
    .about-core-values {
        width: 100%;
    }
}



.core-values {
    width: 70%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .core-values .core-values-panel {
        width: 48%;
    }


@media(max-width:460px) {
    .core-values {
        width: 100%;
        margin: 40px auto 0px auto;
    }

        .core-values .core-values-panel {
            width: 90%;
            margin: 0px auto;
        }
}



.core-values-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .core-values-item .core-values-item-alphabet {
        width: 20%;
        text-align: center;
    }

        .core-values-item .core-values-item-alphabet img {
            width: 100%;
        }

    .core-values-item .core-values-item-detail {
        width: 75%;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

        .core-values-item .core-values-item-detail .bg-core-values-text {
            height: 50px;
            width: 100%;
            display: flex;
            align-items: center;
            background: linear-gradient(to right, #315aaa 20%, #3c5b94 27%, #323b4c 80%, transparent);
            padding: 15px 30px 15px 15px;
            border-radius: 5px 0px 0px 5px;
            font-size: 14px;
        }
