
#featured-work-slider {
    padding: 0 3%;
    margin: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffffff !important;
    border: 1px solid #7cd552;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #7cd552 !important;
    border: 1px solid #7cd552;
}

#featured-work-slider .owl-item,
#featured-work-slider .clean-portfolio-work-item {
    display: flex;
    justify-content: center;
    height: auto;
}

/*--------------------------------------------------------------
# Explore product
--------------------------------------------------------------*/

  #featured-work-slider .cate-one__img {
      position: relative;
      display: flex;
      overflow: hidden;
      border-radius: 5px;
      justify-content: center;
      align-items: center;
  }

#featured-work-slider .cate-one__img img {
    height: 251px;
    border-radius: 5px;
    transform: scale(1);
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__single:hover .cate-one__img >
img {
    transform: scale(1.05);
}

#featured-work-slider .cate-one__img >
a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: 5px;
}

#featured-work-slider .cate-one__img >
a >
span {
    position: relative;
}

#featured-work-slider .cate-one__img >
a >
span::before {
    content: " ";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__img >
a >
span::after {
    content: " ";
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#featured-work-slider .cate-one__img >
a:hover >
span::before, #featured-work-slider .cate-one__img >
a:hover >
span::after {
    background-color: #17202d;
}

#featured-work-slider .cate-one__single:hover .cate-one__img >
a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

#featured-work-slider .cate-one__date-box {
    height: 60px;
    width: 60px;
    background-color: #17202d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 500ms ease;
    z-index: 2;
}

#featured-work-slider .cate-one__date-box:hover {
    background-color: #fff;
}

#featured-work-slider .cate-one__date-box p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 15px;
    text-align: center;
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__date-box:hover p {
    color: #17202d;
}

#featured-work-slider .cate-one__content {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-top: -30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 30px 20px 30px;
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__single:hover .cate-one__content {
    box-shadow:0 10px 60px 0 rgb(0 0 0 / 10%)
}

#featured-work-slider .cate-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

#featured-work-slider .cate-one__meta li {
    position: relative;
    display: block;
    line-height: 29px;
}

#featured-work-slider .cate-one__meta li + li {
    margin-left: 7px;
}

#featured-work-slider .cate-one__meta li a {
    font-size: 14px;
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__meta li a:hover {
    color: #17202d;
}

#featured-work-slider .cate-one__meta li a i {
    font-size: 12px;
    color: #17202d;
    padding-right: 2px;
}

#featured-work-slider .cate-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0px;
}

#featured-work-slider .cate-one__title a {
    color: #17202d;
    transition: all 500ms ease;
}

#featured-work-slider .cate-one__title a:hover {
    color: #17202d;
}

#featured-work-slider .cate-one__person {
    position: relative;
    display: flex;
    align-items: center;
}

#featured-work-slider .cate-one__person-img img {
    border-radius: 50%;
}

#featured-work-slider .cate-one__person-text {
    margin-left: 10px;
}

#featured-work-slider .cate-one__person-text span {
    font-size: 14px;
    font-weight: 500;
}

#featured-work-slider .list-unstyled.cate-one__meta li a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

#featured-work-slider .list-unstyled.cate-one__meta li i {
    color: #7cd552;
    font-size: 16px;
    margin-right: 2px;
}

#featured-work-slider .cate-one__single {
    margin-bottom: 30px;
    width: 100%;
}

.partner-bg {
    background: url("/energy/images/index1/partner-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.partner-bg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 241, 0.8);
    z-index: -1;
}

.box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 30px 0;
    background: rgba(241, 241, 241, 0.8);
    box-shadow:0 10px 60px 0 rgb(0 0 0 / 10%)
}

.box .nav {
    padding: 0 40px;
}

.box .nav .nav-link {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background: #dadada;
    cursor: pointer;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 26px;
    color: #818181;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
}

.box .nav .nav-link span {
    font-size: 30px;
    margin-bottom: -8px;
    margin-right: 20px;
}

.box .nav .nav-link.active {
    background: #7cd552;
    color: #fff;
}

.box .nav .nav-link:last-child {
    margin-bottom: 0;
}

.box .part-txt h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #7cd552;
    margin-bottom: 18px;
}

.box .part-txt p {
    font-size: 24px;
    line-height: 26px;
    color: #616161;
    margin-bottom: 15px;
}

.box .def-btn.def-btn-2 {
    background-color: #7cd552;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    outline: 0;
    border: 0 solid;
    border-radius: 5px;
    transition: all 0.35s;
}

@media (min-width: 768px) {
    .program {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .program {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .program {
        width: 90%;
    }
}

