.about-one-right {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #495057;
}

section#quote {
    background-color: #F8F9FA;
    background-image: url(../images/about/map_dot.png);
}

.middle_bg {
    background: url(../images/tech_screen/mapdot.png);
   
}

#quote .qutes_content {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5;
}

.text_addresstso {
    display: block;
}

li.core-value-infor {
    list-style: disc;
}

li.vision-infor {
    list-style: disc;
}

.core-value-content {
    padding-left: 35px;
}

#vision {
    background-color: #F8F9FA;
}

.title_about .page_title {
    margin-bottom: 0;
}

#ceo_mess p {
    padding: 0 0 20px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #495057;
}

#ceo_mess .box_content {
    box-sizing: border-box;
    padding: 40px 5px;
}

#fact_sheet .box_content table .title, #ceo_mess .box_content table .title {
    text-align: center;
    color: #353590;
    font-size: 20px;
    font-weight: bold;
}

#ceo_mess table, #fact_sheet table {
    width: 100%;
}

#ceo_mess .box_content table tr td, #fact_sheet .box_content table tr td {
    border: 1px solid #cccc;
    padding: 10px;
    line-height: 24px;
}

#got-project {
    background-image: url(../images/about/anh_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
}

#got-project .got-project-title {
    font-size: 1em;
    line-height: 28px;
    color: #dee2e6;
    margin: 60px 20%;
    text-align: center;
}

#got-project::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(101.77% 844.13% at 101.77% 2.3%, rgba(53, 53, 144, 0.4) 0%, rgba(7, 7, 67, 0.8) 100%);
}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {
    #quote .qutes_content {
        font-size: 2em;
    }
    .ceo_mess--row {
        position: relative;
    }
    .ceo_mess--order2 {
        order: 2;
    }
    .ceo_mess--order2 {
        order: 1;
    }
    .core-value--row {
        position: relative;
    }
    .core-value--order2 {
        order: 2;
    }
    .core-value--order1 {
        order: 1;
    }
    .title_about .page_title {
        text-align: left;
        display: unset;
    }
    .title_about {
        display: unset !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #got-project .got-project-title {
        margin: 40px 10%;
    }
    #quote .qutes_content {
        font-size: 1.5em;
    }
   
}

@media (max-width: 480px) {
    #got-project .got-project-title {
        margin: 20px 0;
    }
    #quote .qutes_content {
        font-size: 1.2em;
    }

}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {}