.products-bar {
    padding: 20px 0;
}
.products_solar_panel_box 
 a {
    text-decoration: none;
}
.products_solar_panel_box h6 {
    font-size: 14px;
    margin: 10px 0 0;
    color: #000;
}
.products_solar_panel_box {
    margin: 0 15px;
}
.products-bar-bottom {
    text-align: center;
    background: #f5f5f7;
    padding: 15px 0;
    margin-bottom: 80px;
}
.products-bar-bottom h2 {
    font-size: 14px;
    margin: 0;
    color: #222;
}
.products {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}
.products_detail {
    display: block;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
    padding-top: 30px;
    border-radius: 15px;
}
.products_solar_img {
    margin-bottom: 20px;
}
.products_solar_img img {
    width: 60%;
}
.d-contents {
    margin-top: 20px;
}
.d-contents p {
    background-color: #183a62;
}
.d-contents {
    margin-top: 20px;
    position: relative;
}
.d-contents .bg-yellow.text-white {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.products_detail:hover .d-contents .bg-yellow.text-white {
    background: #cecc07;
    opacity: 1;
}

.slider_about.slider_a-green-vision {
    margin-bottom: 80px;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}
.videocontainer {
    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;
}
.product-title {
    margin: auto;
    width: 80%;
    text-align: center;
    margin-bottom: 30px;
}
.product-title h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #095763;
}
@media screen and (max-width: 767px) {
    .product-title {
        width: 100%;
    }
    .product-title h1 {
        font-size: 20px;
    }
}
@media screen and (min-width: 576px) {
    .product_solar_pc {
        display: block;
    }
    .product_solar_media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .product_solar_pc {
        display: none;
    }
    .product_solar_media {
        display: block;
    }
}

/* ------------------------------------------------- */
.product {
    margin-bottom: 120px;
}
/* .product_solar_product {
    text-align: center;
    padding: 0 0 80px;
    background-size: cover;
}
.product_solar_product_image #myVideo {
    width: 100%;
} */
/* @-webkit-keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50px); }
} */
/* .product_solar_product_image img {
    animation: mover 3s infinite alternate;
    margin: 0 10px;
} */
@keyframes mover {
    0% { transform: translateX(20px); }
    100% { transform: translateX(-20px); }
}
.product .nav-tabs .nav-link {
    border: none;
    background: transparent;
}
.product .nav-tabs .nav-link.active {
    background: #f0f0f0;
}
.product .nav-tabs .nav-link:focus {
    outline: none;
}
.product .nav-tabs .nav-link img {
    width: 100px;
}
.product .nav-tabs .nav-link h6 {
    text-transform: capitalize;
    margin-top: 15px;
}
.product .nav-tabs {
    margin-bottom: 60px;
    border: none;
    justify-content: center;
}
.product_datasheet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.product_datasheet .col-md-3 {
    max-width: 100%;
}
.product_datasheet .product_solar {
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: 0 2px 8px 0 rgba(99,99,99,.2) !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}
.product_datasheet .product_solar .product_solar_image {
    padding: 15px;
    position: relative;
}
.product_solar_title {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0 0;
}
.product_solar_image img {
    max-width: 80%;
}
.product_solar_image:hover .product_image {
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
    transition: all 0.1s linear 0s;
}
.product_solar_image .product_image_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transition: all 0.4s linear 0s;
}
.product_solar_image:hover .product_image_hover {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
    transition: all 0.4s linear 0s;
}
.product_solar_title h4 {
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
}
.product_solar_title span {
    background: rgb(181 181 181 / 50%);
    padding: 11px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
@media screen and (max-width: 575px) {
    .product_datasheet .product_solar .product_solar_image {
        padding: 5px;
    }
    .product .nav-tabs .nav-link {
        padding: 10px;
    }
    .product .nav-tabs .nav-link img {
        width: 50px;
    }
    .product .nav-tabs .nav-link h6 {
        font-size: 10px;
    }
}


/* -------- Teb -------- */

.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 !important;
}
.sustainability .nav-tabs .nav-item.show .nav-link {
    border-color: #fff;
}
.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: 700;
}
.sustainability_management {
    position: relative;
}
.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_management_text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}

/* ------- Tab - product-about ----- */
.sustainability {
    margin-bottom: 80px;
}
.product-about {
    margin: 60px 0 80px;
}
.product-about-icon {
    text-align: center;
}
.product-about-icon img {
    max-width: 40%;
    background: #f9f9f9;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    padding: 25px;
    margin: auto;
}
.product-about-text {
    text-align: center;
    width: 75%;
    margin: 40px auto 0;
}
.product-about-text h4 {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.product-about-text p {
    color: #545454;
    font-weight: 400;
    text-align: justify;
}

.work-at-rayzon-solar-about-image img {
    border-radius: 60px 0 60px 0;
}
.work-at-rayzon-solar-about-text h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}
.work-at-rayzon-solar-about-text p {
    color: #222;
    font-weight: 400;
    line-height: 2em;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    .product-about-text {
        width: 100%;
    }
    .work-at-rayzon-solar-about-text h2 {
        font-size: 20px;
    }
    .work-at-rayzon-solar-about-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .work-at-rayzon-solar-about-text {
        margin-top: 20px;
    }
    .product_datasheet {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }
}


/* ------ back-to-top ------*/
button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
      height: 0px;
    width: 0px;
    overflow: hidden;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    color: transparent;
      clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
      bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  button.back-to-top:hover,
  button.back-to-top:active,
  button.back-to-top:focus{
    outline: 0 !important;
  }
  button.back-to-top::before,
  button.back-to-top::after {
    content: "";
      display: block;
      vertical-align: middle;
      border-bottom: solid 10px #095763;
      border-left: solid 10px transparent;
      line-height: 0;
      border-right: solid 10px transparent;
      height: 0;
      margin: 18px auto 0;
      width: 0;
    border-radius:20px;
    visibility: hidden;
  }
  button.back-to-top.show::after,
  button.back-to-top.show::before{
    visibility: visible;
  }
  button.back-to-top::after {
    border-bottom-color:#fff;
        position: relative;
    top:-24px;
  }
  