/* .slider_about {
    background-image: url(../img/tenka-solar-bg-company.jpg);
} */
.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;
    }
}

/* ------- Banner --------*/
.intro-default-banner {
    background: #f8f9fa;
    background-repeat: no-repeat;
    margin-top: -12px;
}

.intro-default-banner-text {
    margin: 90px 0;
    text-align: center;
    float: right;
}

.intro-default-banner-text h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #095763;
    padding: 0;
}

.intro-default-banner-text p {
    font-size: 20px;
    max-width: 100%;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {
    .intro-default-banner-text {
        width: 100%;
    }

    .intro-default-banner-text h1 {
        font-size: 26px;
    }

    .intro-default-banner-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .intro-default-banner-text {
        margin: 50px 0;
    }
}

/* ----- about_service_01 ----- */
.about_service_01 {
    padding: 80px 0;
}

.about_service_01_text h2 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about_service_01_text h2 span {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    color: #e5b73b;
}

.about_service_01_img img {
    height: auto;
}

.about_service_01_text p {
    line-height: 1.8;
    font-size: 16px;
    color: #222;
    text-align: justify;
}

.about_service_01_text a {
    color: #183a62;
    font-weight: 500;
}

.about_service_01_text a i {
    font-size: 18px;
    margin: 0 10px;
}

.about_service_01_text a i:before {
    border: 1px solid #183a62;
    padding: 11px 15px;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .about_service_01_img #myVideo {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .about_service_01 {
        padding: 50px 0;
    }
}

/* ----- About Founder Info ------ */
.about_founder_info {
    margin-bottom: 90px;
}

.about_info_detail {
    padding: 50px 60px 100px 150px;
}

.about_founder_img {
    text-align: center;
}

.about_founder_img img {
    max-width: 70%;
    margin: auto;
}

.about_founder_title h2,
.about_founder_title h1 {
    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;
}

.about_founder_title {
    margin-left: -120px;
}

.about_info_detail_2 .about_founder_title {
    margin-left: 0;
    margin-right: -20%;
}

.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: 1199px) and (min-width: 768px) {
    .about_founder_title {
        margin-left: 0;
    }

    .about_founder_detail {
        margin-top: 40px;
    }

    .about_info_detail {
        padding: 30px;
    }

    .about_info_detail_2 .about_founder_title {
        margin: 0;
    }
}

@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: 1200px) {
    .about_info_detail_pc {
        display: block !important;
    }

    .about_info_detail_media {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .about_info_detail_pc {
        display: none;
    }

    .about_info_detail_media {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .about_founder_title {
        margin-left: 0;
    }

    .about_info_detail_2 .about_founder_title {
        margin-right: 0;
    }

    .about_founder_img {
        margin-bottom: 70px;
    }
}

@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 {
        margin-bottom: 50px;
    }
}

/* ----- Manufacturing ----- */
/* .manufacturing {
    padding: 80px 0;
    background: #f8f9fa;
    position: relative;
}
.manufacturing:before {
    content: '';
    position: absolute;
    background: url(../img/circle-certification.svg) no-repeat;
    height: 100%;
    width: 20%;
    top: 0;
}
.manufacturing_text  h2 {
    color: #183a62;
}
.manufacturing_text p {
    max-width: 700px;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 1.8;
}
.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
    margin-top: 40px;
}
.slide {
    margin: 0 30px;
    width: 180px;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  } */

.milestone {
    background: url(../img/Rectangle.png);
    color: #fff;
    position: relative;
}

.milestone:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.milestone_left_bar {
    width: 25%;
    padding: 72px 0 48px;
    border-right: 1px solid #fff;
}

.milestone_left_bar .milestone_box {
    margin-bottom: 90px;
    position: relative;
}

.milestone_left_bar .milestone_box:last-child {
    margin-bottom: 0;
}

.milestone_left_bar .milestone_box:nth-child(1):before {
    content: "";
    position: absolute;
    width: 50px;
    height: 10px;
    background: #fff;
    bottom: -50px;
}

.milestone_box h2 {
    font-size: 36px;
    line-height: 1.5;
}

.milestone_right_bar {
    width: 75%;
}

.milestone_right_slider_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 302px;
    height: 770px;
    overflow: hidden;
    content: "";
    text-align: center;
    border-right: 1px solid #fff;
    padding: 0 12px;
}

.milestone_right_slider_shadow {
    position: relative;
}

.milestone_right_slider_shadow:before {
    background: #000;
    height: 100vh;
    width: 100vh;
    content: '';
    left: -150px;
    position: absolute;
    top: -395px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.milestone_right_slider_text:hover .milestone_right_slider_shadow:before {
    opacity: 0.5;
}

.milestone_right_slider_yy h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
}

.milestone_right_slider_yy h2 span {
    margin-bottom: 0;
    font-size: 20px;
}

.milestone .milestone_right_slider .milestone_right_slider_yy img {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 30px;
}

.milestone_right_slider_yy span {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.milestone_right_slider_text p {
    width: 304px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 35px;
}

.milestone_right_slider_text:hover p {
    height: 100px;
    visibility: visible;
}

.milestone_right_bar .owl-nav {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -120px;
    z-index: 999;
}

.milestone_right_bar .owl-nav .owl-prev {
    left: auto;
    right: 45px;
    width: 40px;
}

.milestone_right_bar .owl-nav .owl-next {
    right: 0;
    width: 40px;
}

.milestone_right_bar .owl-nav .owl-prev,
.milestone_right_bar .owl-nav .owl-next {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .milestone_left_bar {
        width: 100%;
        border: none;
        text-align: center;
    }

    .milestone_right_bar {
        width: 100%;
    }

    .milestone_left_bar .milestone_box:nth-child(1):before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .milestone_right_slider_text {
        border-right: none;
        height: 480px;
        width: 100%;
    }

    .milestone_right_slider_shadow:before {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .milestone_left_bar .milestone_box {
        margin-bottom: 50px;
    }

    .milestone_left_bar .milestone_box:nth-child(1):before {
        bottom: -25px;
    }

    .milestone_right_slider_text p,
    .milestone_right_slider_text:hover p {
        height: auto;
        visibility: visible;
        padding: 0;
        width: auto;
    }

}

/* ----- management team ----- */
.management {
    margin: 180px 0 100px;
}

.management-team-box {
    width: 20%;
    text-align: center;
    position: relative;
    margin: auto;
}

.management-team-box:before {
    content: '';
    width: 230px;
    height: 200px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: all 0.5s;
    top: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.management-team-box:hover:before {
    background: #0905a1;
}

.management-team-text {
    padding: 50px 0px;
    width: 230px;
    height: 200px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.management-team-text h2 {
    font-size: 24px;
    color: #000;
}

.management-team-box:hover .management-team-text h2 {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .management-team-box:before {
        width: 180px;
        height: 160px;
    }

    .management-team-text {
        width: 170px;
        height: 160px;
    }

    .management-team-text h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .management-team {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }

    .management-team-box {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .management-team {
        grid-template-columns: repeat(1, 1fr);
    }

    .management {
        margin: 50px 0 60px;
    }
}

/* ----- About Detail ----- */
.about_detail {
    padding: 80px 0;
}

.about_detail_text p {
    line-height: 1.8;
}

.about_detail_text p {
    line-height: 1.8;
    color: #222;
    font-size: 16px;
}

/* ----- Sustainability ----- */
.sustainability-title {
    text-align: center;
}

.sustainability-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #095763;
}

.sustainability #myTab {
    margin-bottom: 20px;
    border: none;
    justify-content: center;
}

.sustainability li.nav-item {
    margin-right: 10px;
}

.sustainability .nav-link {
    border-bottom: 3px solid #ffffff;
    color: #000;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
}

.sustainability .nav-link.active {
    border: none;
    border-bottom: 3px solid #00505c;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #00505c;
    isolation: isolate;
    outline: none;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
}

.sustainability-management-about {
    margin: 80px 0;
}

.sustainability-management-about h2 {
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:black;
}

.sustainability_management {
    position: relative;
    padding: 10px;
}

.sustainability_management .sustainability_management_text {
    padding: 40px 40px 30px 45px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    border-radius: 0 0 8px 8px;
}

.sustainability_management_image {
    position: relative;
    filter: grayscale(0.8);
}

.sustainability_management:hover .sustainability_management_image {
    filter: grayscale(0);
}

.sustainability_management_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: 0;
}

.sustainability_development_text p {
    text-align: justify;
}

.more {
    display: none;
}

.sustainability_management_text button {
    border: none;
    background: transparent;
    font-weight: 700;
}

.sustainability_management_text button:focus-visible,
.sustainability_management_text button:focus {
    outline: none;
}

@media screen and (max-width: 575px) {
    .sustainability_development_text h2 {
        font-size: 24px;
    }

    .sustainability-management-about h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

/* ----- Globalization -----*/

.globalization h2 {
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    color: #095763;
}

.globalization p {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}

.rayzon_provide {
    text-align: center;
}

.rayzon_provide h2 {
    margin: 0 0 30px;
}

.rayzon_provide h5 {
    font-size: 13px;
}

.globalization_provide_maps {
    text-align: center;
}

.Rayzon_in_the_world_maps {
    position: relative;
}

.Rayzon_in_the_world_maps .india h6 {
    position: absolute;
    right: 32.9%;
    top: 39.7%;
    background: #095763;
    color: #fff;
    padding: 2px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .india h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .india:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .india:before,
.Rayzon_in_the_world_maps .india:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    right: 34%;
    top: 44%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .india:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    right: 34.4%;
    top: 44.8%;
    z-index: 0;
}

.Rayzon_in_the_world_maps .usa:before,
.Rayzon_in_the_world_maps .usa:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    left: 23.5%;
    top: 36.3%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .usa:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 23.9%;
    top: 37%;
}

.Rayzon_in_the_world_maps .usa h6 {
    position: absolute;
    left: 22.7%;
    top: 31.5%;
    background: #095763;
    color: #fff;
    padding: 2px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .usa:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .usa h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .canada:before,
.Rayzon_in_the_world_maps .canada:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    left: 25.7%;
    top: 24%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .canada:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 26.1%;
    top: 24.8%;
}

.Rayzon_in_the_world_maps .canada h6 {
    position: absolute;
    left: 23.7%;
    top: 19.5%;
    background: #095763;
    color: #fff;
    padding: 2px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .canada:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .canada h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .germany:before,
.Rayzon_in_the_world_maps .germany:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    left: 48.8%;
    top: 28%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .germany:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 49.2%;
    top: 28.8%;
}

.Rayzon_in_the_world_maps .germany h6 {
    position: absolute;
    left: 46.1%;
    top: 23.5%;
    background: #095763;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .germany:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .germany h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .south-africa:before,
.Rayzon_in_the_world_maps .south-africa:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    left: 53.7%;
    top: auto;
    bottom: 29.2%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .south-africa:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 54.1%;
    top: auto;
    bottom: 30%;
}

.Rayzon_in_the_world_maps .south-africa h6 {
    position: absolute;
    left: 49.8%;
    top: auto;
    bottom: 33%;
    background: #095763;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .south-africa:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .south-africa h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .kenya:before,
.Rayzon_in_the_world_maps .kenya:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #095763;
    left: 55.8%;
    top: auto;
    bottom: 42.2%;
    border-radius: 10px;
    opacity: 0.5;
}

.Rayzon_in_the_world_maps .kenya:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 56.2%;
    top: auto;
    bottom: 43%;
}

.Rayzon_in_the_world_maps .kenya h6 {
    position: absolute;
    left: 54.1%;
    top: auto;
    bottom: 46%;
    background: #095763;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
    opacity: 0;
}

.Rayzon_in_the_world_maps .kenya:hover h6 {
    opacity: 1;
}

.Rayzon_in_the_world_maps .kenya h6:before {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #095763;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}