.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
@media screen and (min-width: 576px) {
    .slider_about_pc {
        display: block;
    }
    .slider_about_media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 60%;
        left: 20px;
    }
    .slider_about_pc {
        display: none;
    }
    .slider_about_media {
        display: block;
    }
}
/* ----- About Founder Info ------ */
.about_founder_info {
    position: relative;
    padding: 20px 0 40px;
    overflow: hidden;
}
.about_founder_info:before {
    content: '';
    position: absolute;
    background-image: url(../images/circle-top-right.018e3b.svg);
    height: 46%;
    width: 26vw;
    right: -7%;
    top: -14%;
    background-position: 10% 0;
    background-repeat: no-repeat;
    animation: rotation 5s infinite linear;
    z-index: 1;
}
.about_founder_img {
    position: relative;
    text-align: center;
}
.about_founder_img img {
    max-width: 40%;
    margin: auto;
}

.about_founder_detail {
    margin-top: 40px;
}
.about_founder_title h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #095763;
}
.about_founder_title h2 b {
    text-transform: uppercase;
}
.about_founder_title span {
    font-size: 25px;
}
.detail_info {
    column-count: 2;
    column-gap: 2rem;
    margin-top: 15px;
}
.detail_info p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
    color: #595959;
    text-align: justify;
}
.about_founder_detail .buttons .btn {
    font-size: 14px;
    margin-top: 20px;
}
.about_founder_box .owl-nav .owl-prev, .about_founder_box .owl-nav .owl-next {
    background: #000;
    color: #fff;
    width: 40px;
    border-radius: 50px;
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
    .detail_info {
        column-count: unset;
    }
}
@media screen and (max-width: 1366px) {
    .detail_info p {
        font-size: 14px;
    }
    .about_founder_title h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .about_founder_title span {
        font-size: 20px;
    }
    .about_founder_detail .buttons .btn {
        font-size: 13px;
        margin-top: 20px;
        padding: 11px 40px;
    }
}
@media screen and (min-width: 992px) {
    .about_info_detail_pc {
        display: block !important;
    }
    .about_info_detail_media {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .about_founder_title {
        margin-left: 0;
    }
    .about_founder_img {
        margin-bottom: 70px;
    }
    .about_info_detail_pc {
        display: none;
    }
    .about_info_detail_media {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .about_info_detail {
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .detail_info {
        column-count: unset;
    }
    .about_founder_detail .buttons .btn {
        margin-top: 0;
    }

}
@media screen and (max-width: 575px) {
    .about_founder_img img {
        max-width: 100%;
    }
    .about_founder_img {
        margin-bottom: 30px;
    }
    .about_founder_info {
        padding: 50px 0;
    }
}