* {
    color: #395c83
}


.our-story ul li {
    list-style: inside;
}

.title {
    text-align: center;
    color: #000;
}
.title h1{
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
}
.title .fas{
    padding-top: 10px;
    padding-bottom: 20px;
}

.title h2{
    font-weight: 400;
    font-size: 28px;
}
.pra-intro{
    background: antiquewhite;
    margin-top: 20px;
    border: 2px solid blue;
    border-radius: 20px;
}
.pra-intro .wrap-intro{
    padding: 30px 15px;
    color: #000;
}
.pra-intro .wrap-intro h3{
    font-weight: 500;
    text-align: center;
    font-size: 23px;
}
/*.pra-intro .wrap-intro p{*/
/*    padding-top: 10px;*/
/*}*/
.content{
    margin-top: 30px;
    margin-bottom: 30px;
}
.content img{
    width: 100%;
}
.content .col-4 .img{
    padding: 40px 40px 40px 0;
}
.header-content {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    margin-bottom: 5px;
    width: 90%;
}
.header-content h1{
    font-weight: 900;
    margin: 0;
    text-align: center;
    padding: 5px;
}
.list-content{
    width: 90%;
    color: #000;
}
.list-content .pra{
    display: flex;
    padding-bottom: 5px;
}
.list-content .pra .img-head{
    width: 50px;
    height: 50px;
    background-color: #395c83;
    border-radius: 10px;
}
.list-content .pra .pra-mid{
    width: 100%;
    display: flex;
    margin: 0;
    border: 1px solid none;
    border-radius: 10px;
    box-shadow: #000;
    display: flex;
    align-items: center;
    padding-left :10px ;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);
}
.list-content .pra .pra-mid p{
    margin: 0;
}
.list-content .pra .pra-mid p span{
    font-weight: 700;
}
.description{
    color: #000;
    margin-bottom: 40px;
}

.end-content{
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
}
.end-wrap{
    /*width: 95%;*/
    display: flex;
}
.end-wrap .col-8{
    padding: 0;
}
.end-wrap .col-8 img{
    width: 100%;
    padding: 0 30px 30px 0;
}
.end-wrap .title-note{
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);

}
.title-note{
    color: #000;
    padding: 20px 40px !important;
}
.title-note img{
    position: absolute;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    border-style: none;
    bottom: 0;
    right: 0;
}
.content {
    display: flex;
}
.our-story {
    margin-top: 20px;
}
.about_img {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.detail_title {
    margin: 0px 0px 10px;
    padding: 50px 49px 0 0px;
}

/*about2*/

.about_title {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin: 0px 0px 50px;
    text-transform: uppercase;
}
.about_content {
    display: flex;
    /*margin-bottom: 65px;*/
}
.about_img {
    max-width: 400px;
    order: 2;
}
.about_content:nth-child(2n) .about_img {
    order: 1;
}
.about_detail {
    order: 1;
    margin-bottom: 65px;
}
.about_content:nth-child(2n) .about_detail {
    order: 2;
}




@media (max-width: 991px) {
    .end-wrap {
        display: block;
    }
    .header-content {
        margin: 10px auto;
    }
    .list-content {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .content {
        display: block;
    }
    .detail_title {
        padding: 12px 49px 0 0px;
    }
}