/* --------------------------------------------------------------- */
/* ------------------------ about intro -------------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* ----------------------- about detail -------------------------- */
/* --------------------------------------------------------------- */

#about-detail-section {}

.mission-and-vision-section {
    position: relative;
    z-index: 2;
}
.mission-and-vision-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    /* width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; */
}
.mission-and-vision-row>.mission-col,
.mission-and-vision-row>.vision-col {
    position: relative;
    width: calc(50% - 20px);
}
.mission-and-vision-row>.mission-col+.vision-col {
    margin-left: 40px;
}
.mission-and-vision-row>.mission-col>.inside,
.mission-and-vision-row>.vision-col>.inside {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    height: 100%;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-primary),1);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.mission-and-vision-row>.mission-col>.inside:before,
.mission-and-vision-row>.vision-col>.inside:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.mission-and-vision-row>.mission-col>.inside:before {
    background-image: url(../../images/sites/mission-and-vision/bg-mission.jpg);
}
.mission-and-vision-row>.vision-col>.inside:before {
    background-image: url(../../images/sites/mission-and-vision/bg-vision.jpg);
}
.mission-and-vision-row .title,
.mission-and-vision-row .text {
    z-index: 2;
}
.mission-and-vision-row .title {
    margin-bottom: 10px;
}

.core-values-section {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary),0.1);
    padding-top: 80px;
    margin-top: -80px;
    z-index: 1;
}
.core-values-section:before {
    /* position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-image: url(../../images/sites/bg-olaf-top.png);
    background-size: 200px auto;
    background-repeat: repeat no-repeat;
    background-position: center top;
    opacity: 0.5;
    z-index: 1; */
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background-image: url(../../images/sites/bg-property-update.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    z-index: 1;
}
.core-values-section>.container {
    position: relative;
    z-index: 2;
}
.core-values-item {
    position: relative;
    width: 70%;
    margin: 30px auto 0 auto;
}
.core-values-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    /* background-color: rgba(var(--custom-rgb-color-white),1);
    border-radius: 20px;
    padding: 30px 30px; */
}
.core-values-row+.core-values-row {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),1);
    margin-top: 30px;
    padding-top: 30px;   
}
.core-values-row>.core-values-col {
    position: relative;
}
.core-values-row>.core-values-col.this-col-index {
    width: 80px;
    font-family: 'Rubik';
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
    text-shadow: 5px 5px 8px rgba(var(--custom-rgb-color-primary),0.5);
}
.core-values-row>.core-values-col.this-col-detail {
    width: calc(100% - 80px);
}
.core-values-row .title {
    position: relative;
    font-weight: 600;
}
.core-values-row .text {
    position: relative;
}

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    position: relative;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-primary),1);
    text-align: center;
    text-shadow: 3px 3px 3px rgba(var(--custom-rgb-color-black),0.3);
    padding: 100px 0;
}
#about-highlight-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-image: url(../../images/sites/bg-about.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    z-index: 1;
}
#about-highlight-section>.container {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;

}
.about-highlight-row,
.about-highlight-row>.about-highlight-col {
    position: relative;
}
.about-highlight-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    width: 900px;
    max-width: 100%;
    margin: 50px auto 0 auto;
}
.about-highlight-row>.about-highlight-col {
    width: calc(100% / 3);
}
.about-highlight-row>.about-highlight-col+.about-highlight-col {
    border-left: 1px solid rgba(var(--custom-rgb-color-white),1);
}
.about-highlight-item {
    position: relative;
    text-align: center;
    padding: 50px;    
}
.about-highlight-item>.title {
    font-size: 12px;
    line-height: 20px;
}
.about-highlight-item>.description {
    font-size: 20px;
    line-height: 30px;
}
.about-highlight-item>.count {
    font-family: 'Rubik';
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 15px;
    text-shadow: 5px 5px 10px rgba(var(--custom-rgb-color-black),0.5);
}
.about-highlight-item>.view-more-btn {
    display: block;
    margin-top: 15px !important;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 60px 0;
}
#about-highlight-section>.container {
    min-height:400px;
}
/* #about-highlight-section::before {
    background-attachment: initial !important;
} */
.about-highlight-row {
    margin-top: 50px;
    width: 800px;
}
.about-highlight-item {
    padding: 15px 10px;
}
.about-highlight-item>.description {
    font-size: 16px;
    line-height: 25px;
}
.about-highlight-item>.count {
    font-size: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 5px !important;
}


}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 60px 0;
}
#about-highlight-section>.container {
    min-height:400px;
}
/* #about-highlight-section::before {
    background-attachment: initial !important;
} */
.about-highlight-row {
    margin-top: 50px;
    width: 800px;
}
.about-highlight-item {
    padding: 15px 10px;
}
.about-highlight-item>.description {
    font-size: 16px;
    line-height: 25px;
}
.about-highlight-item>.count {
    font-size: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 5px !important;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- about detail -------------------------- */
/* --------------------------------------------------------------- */

.mission-and-vision-row>.mission-col,
.mission-and-vision-row>.vision-col {
    width: calc(50% - 10px)
}
.mission-and-vision-row>.mission-col+.vision-col {
    margin: 0 0 0 10px;
}
.mission-and-vision-row>.mission-col>.inside,
.mission-and-vision-row>.vision-col>.inside {
    border-radius: 15px;
    padding: 40px;
}

.core-values-item {
    width: 80%;
}

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 60px 0;
}
#about-highlight-section>.container {
    min-height:300px;
}
#about-highlight-section::before {
    background-attachment: initial !important;
}
.about-highlight-row {
    margin-top: 30px;
    width: 800px;
}
.about-highlight-item {
    padding: 15px 10px;
}
.about-highlight-item>.description {
    font-size: 16px;
    line-height: 25px;
}
.about-highlight-item>.count {
    font-size: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 5px !important;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- about detail -------------------------- */
/* --------------------------------------------------------------- */

.mission-and-vision-row>.mission-col,
.mission-and-vision-row>.vision-col {
    width: calc(50% - 10px)
}
.mission-and-vision-row>.mission-col+.vision-col {
    margin: 0 0 0 10px;
}
.mission-and-vision-row>.mission-col>.inside,
.mission-and-vision-row>.vision-col>.inside {
    border-radius: 15px;
    padding: 40px;
}

.core-values-item {
    width: 100%;
}

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 60px 0;
}
#about-highlight-section>.container {
    min-height:300px;
}
#about-highlight-section::before {
    background-attachment: initial !important;
}
.about-highlight-row {
    margin-top: 30px;
}
.about-highlight-item {
    padding: 15px 10px;
}
.about-highlight-item>.description {
    font-size: 16px;
    line-height: 25px;
}
.about-highlight-item>.count {
    font-size: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 5px !important;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- about detail -------------------------- */
/* --------------------------------------------------------------- */

.mission-and-vision-row {
    flex-wrap: wrap;
}
.mission-and-vision-row>.mission-col,
.mission-and-vision-row>.vision-col {
    width: 100%;
}
.mission-and-vision-row>.mission-col+.vision-col {
    margin: 10px 0 0 0;
}
.mission-and-vision-row>.mission-col>.inside,
.mission-and-vision-row>.vision-col>.inside {
    border-radius: 15px;
}

.core-values-item {
    width: 100%;
}

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 60px 0;
}
#about-highlight-section>.container {
    min-height:300px;
}
#about-highlight-section::before {
    background-attachment: initial !important;
}
.about-highlight-row {
    margin-top: 30px;
}
.about-highlight-item {
    padding: 15px 10px;
}
.about-highlight-item>.description {
    font-size: 13px;
    line-height: 25px;
}
.about-highlight-item>.count {
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 5px !important;
}

}

/* xs */
@media (max-width: 575.98px) {

/* --------------------------------------------------------------- */
/* ------------------------ about intro -------------------------- */
/* --------------------------------------------------------------- */

#about-intro-section .btn-group {
    width: 200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#about-intro-section .btn-group>.default-btn {
    width: 100%;
}
#about-intro-section .btn-group>.default-btn + .default-btn {
    margin: 15px 0 0 0;
}

/* --------------------------------------------------------------- */
/* ----------------------- about detail -------------------------- */
/* --------------------------------------------------------------- */

.mission-and-vision-row {
    flex-wrap: wrap;
}
.mission-and-vision-row>.mission-col,
.mission-and-vision-row>.vision-col {
    width: 100%;
}
.mission-and-vision-row>.mission-col+.vision-col {
    margin: 10px 0 0 0;
}
.mission-and-vision-row>.mission-col>.inside,
.mission-and-vision-row>.vision-col>.inside {
    border-radius: 15px;
}

.core-values-item {
    width: 100%;
}
.core-values-row>.core-values-col.this-col-index {
    width: 40px;
    font-size: 35px;
    line-height: 40px;
}
.core-values-row>.core-values-col.this-col-detail {
    width: calc(100% - 40px);
}

/* --------------------------------------------------------------- */
/* --------------------- about highlight ------------------------- */
/* --------------------------------------------------------------- */

#about-highlight-section {
    padding: 50px 0;
}
#about-highlight-section::before {
    background-attachment: initial !important;
}
.about-highlight-row {
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0 auto;
}
.about-highlight-row>.about-highlight-col {
    width: 100%;
}
.about-highlight-row>.about-highlight-col+.about-highlight-col {
    border-left: none;
    border-top: 1px solid rgba(var(--custom-rgb-color-white),1);
    padding-top: 30px;
    margin-top: 30px;
}
.about-highlight-item {
    padding: 0 20px;
}
.about-highlight-item>.count {
    font-size: 45px;
    line-height: 45px;
    margin-top: 10px;
}
.about-highlight-item>.view-more-btn {
    margin-top: 10px !important;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
