/********** Template CSS **********/
@import url('./base.css');
@import url('./common.css');
.bg-video-box {
    /* margin-top: -110px; */
    /* height: 900px; */
    overflow: hidden;
}
/* @media screen and (max-width:575.9px) {
    .bg-video-box {
        height: 280px;
    }
}
@media screen and (min-width:576px) {
    .bg-video-box {
        height: 320px;
    }
}
@media screen and (min-width:768px) {
    .bg-video-box {
        height: 600px;
    }
}
@media screen and (min-width:992px) {
    .bg-video-box {
        height: 700px;
    }
}
@media screen and (min-width:1200px) {
    .bg-video-box {
        height: 900px;
    }
} */
.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*** Hero Header ***/
.hero-header {
    background-size: cover;
}
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.welcome-container {
    transform: translateY(-50%);
}
.welcome-container {
    position: relative;
    width: 100%;
}
.welcome-container img {
    width: 100%;
    height: auto;
}
.welcome-container .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2rem;
    min-width: 300px;
}
@media (max-width: 575.9px) {
    .turn {
        order: -1;
    }
    .turn-imgbox {
        margin-bottom: 20px;
    }
}
.line-left {
    display: inline-block;
    width: 128px;
    height: 2px;
    background: linear-gradient(to right, rgba(249, 250, 250, 0), rgb(255, 255, 255));
    transform: translateY(-7px);
}
.line-right {
    display: inline-block;
    width: 128px;
    height: 2px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(249, 250, 250, 0));
    transform: translateY(-7px);
}
.we-date {
    font-size: 24px;
}
@media (max-width: 991.98px) {
    .welcome-container .text-overlay div:nth-child(2) {
        display: none;
    }
}
.turn-container .row:nth-child(odd) {
    align-self: flex-end !important;
}
.turn-container .row:nth-child(even) {
    padding-top: 3rem !important;
}
@media (min-width: 576px) {
    .turn-container .row:nth-child(even) .turn-content {
        order: -1;
    }
}

@media screen and (min-width:576px) and (max-width:919.9px){
    .turn-container .row:nth-child(odd) .col-12:nth-child(2) {
        padding-left: 50px;
    }
    .turn-container .row:nth-child(even) .col-12:nth-child(1) {
        padding-left: 50px;
    }
}
@media screen and (min-width:920px) {
    .turn-container .row:nth-child(odd) .col-12:nth-child(2) {
        /* padding-left: 100px; */
    }
    .turn-container .row:nth-child(even) .col-12:nth-child(1) {
        padding-left: 100px;
    }
}
/* about us */
@media screen and (min-width:992px) {
    .about-summary-box {
        padding-right: 100px;
    }
}

/* OUR BUSINESS */
.business{
    background-image:url(../img/0fuwubg.jpg);
    /* background-size: top; */
    background-repeat: no-repeat;
    background-position: top;
}
.business .business-section p {
    font-size: 1.5rem;
    color: var(--dark);
}
.service-item {
    position: relative;
    padding: 10px;
    transition: .5s;
}
.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}
.service-item p {
    transition: .5s;
}
.zoomimage-container {
    overflow: hidden;
    position: relative;
}
.zoomable-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.zoomimage-container:hover .zoomable-image {
    transform: scale(1.2);
    cursor: pointer;
}
/*** About ***/

  
@media (min-width: 576px) {
    .About .container .row:nth-child(even) .col-12:nth-child(2){
        order: -1;
       }
}
@media (min-width: 576px) {
    .About .container .row:nth-child(odd) .col-12:nth-child(2){
        padding-left: 50px;
       }
     
       .About .container .row:nth-child(even) .col-12:nth-child(2){
        padding-right: 50px;
       }
}
@media (min-width: 992px) {
    .About .container .row:nth-child(odd) .col-12:nth-child(2){
        padding-left: 100px;
       }
       .About .container .row:nth-child(even) .col-12:nth-child(2){
        padding-right: 100px;
       }
}
.carousel-item{
    position: relative;
}
.carousel-item .container{
    position: absolute;
    left: 0;
    right: 0%!important;
    top: 33%;
}
.lunbo .carousel-caption {
    position: absolute;
    left: 0;
    right: 0%!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    width: 100%;
}
.lunbo .carousel-caption h3{
    text-align: right;
  
font-family: SourceHanSansSC;
font-weight: 400;
font-size: 50px;
color: #FFFFFF;
line-height: 70px;
text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
    .lunbo .carousel-caption h3{
       
    font-size: 35px;
  
    }
    .carousel-item .container{
        position: absolute;
        left: 0;
        right: 0%!important;
        top: 70%;
        
    }
    .carousel-item .container h3{
        padding-right: 30px;
    }
}
@media (max-width: 576px) {
    .lunbo .carousel-caption h3{
       
    font-size: 20px;
  
    }
    .carousel-item .container{
        position: absolute;
        left: 0;
        right: 0%!important;
        top: 90%;
    }
    .carousel-item .container h3{
        padding-right: 30px;
    }
}
/* news */
.news {
    /* background-color: var(--bg); */
}
.news-item {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e6e6e6;
}
.news-section .row .news-item:last-child {
    border-bottom: 1px solid #e6e6e6;
}
.tab {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
}

.tab_list {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end

}

.tab_list ul {
    display: flex;
    justify-self: end;
}

.tab_con {
    width: 100%;
    /* height: 300px; */
    /* border: 1px solid #ccc; */

}

.tab_list li {
    /* float: left; */
    width: 79px;
    height: 50px;
    line-height: 30px;
    /* border: 1px solid #ccc; */
    list-style: none;
    border-bottom: none;
    cursor: pointer;
    /* display: ; */
}

.tab_list li.current {
    /* background-color: red; */
    color: var(--primary);
}

.tab .item {
    display: none;
}
.big-news-img{
    position: relative;
}
.big-news-img .date{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 40px;
    background: var(--primary);
    color: var(--white);
    line-height: 40px;
    text-align: center;
    border-radius: 0px 0px 0px 4px;
}
.big-news-title{
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 0;
}
.news-list-box .col-lg-4{
    padding:0 10px;
}

.big-news-title h6{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}
.small-news-box{
    background-image: url(../img/shuiyin.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.small-news-box p{
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
}
.small-news-box h6{
  
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    }
.small-news-box:hover{
    background-image: url(../img/bluebg.png);
    color: var(--white);
    cursor: pointer;
}
.small-news-box:hover a{
    color: var(--white);
}
.small-news-box:hover h6{
    color: var(--white)!important;
}
.news-foot{
    margin-top: 115px;
    display: flex;
    justify-content: space-between;
}
.small-news-box .news-foot span:nth-child(2) a{
    color: var(--primary);
}
.small-news-box:hover .news-foot span:nth-child(2) a{
    color: var(--white);
}
@media (max-width: 575.95px) {
    .news-list-box .col-lg-4{
        padding:0;
    }
    .news-foot{
        margin-top: 25px;
       
    }
    .small-news-box{
        margin-top: 20px;
    }
}
/*** Feature ***/
.feature {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}
/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}
@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}
@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/***Target ***/
@media (min-width: 576px) {
    .target-child {
        padding: 20px;
    }
    .target .container .row:nth-child(2n) .target-child:nth-child(2n) {
        order: -1;
    }
}
@media (max-width: 575.95px) {
    .target .title-en-box {
        margin-top: 1.25rem;
    }
}