/* home css */
#tgslice{
    margin-bottom: 0;
}
#tgslice .slideBox{
    position: relative;
    height: calc(100vh - 130px);
}
#tgslice .slideBox .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
#tgslice .slideBox .bg video,
#tgslice .slideBox .bg img{
    display: block;
    outline: none;
}
#tgslice .slideBox .bg video{
    width: 105%;
    min-height: 105%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
#tgslice .slideBox .bg iframe{
    width: 100%;
    border: none;
}
#tgslice .slideBox .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#tgslice .slideBox .message{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    max-width: 1100px;
    margin: auto;
    
}
#tgslice  .slideBox .message > *{
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32);
    -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32);
    -ms-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32);
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32);
    transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32);
}
#tgslice  .slideBox .message .ms1{
    font-size: 55px;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 500;
    -webkit-transform: translate(0,3em);
    -moz-transform: translate(0,3em);
    -ms-transform: translate(0,3em);
    -o-transform: translate(0,3em);
    transform: translate(0,3em);
    opacity: 0;
}
#tgslice .slick-active .slideBox .message .ms1{
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.3s;
    -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.3s;
    -ms-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.3s;
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.3s;
    transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.3s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    text-transform: uppercase;
}
#tgslice  .slideBox .message .ms2{
    font-size: 1.2em;
    margin-bottom: 4em;
    -webkit-transform: translate(0,3em);
    -moz-transform: translate(0,3em);
    -ms-transform: translate(0,3em);
    -o-transform: translate(0,3em);
    transform: translate(0,3em);
    opacity: 0;
}
#tgslice .slick-current .slideBox .message .ms2{
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -ms-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
#tgslice  .slideBox .message .link{
    font-size: 24px;
    font-weight: 500;
    background: #bf0202;
    display: inline-block;
    color: #fff;
    padding: 10px 50px;
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
    text-decoration: none;
}
#tgslice .slick-current .slideBox .message .link{
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -ms-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 0.9s;
    transition: all 1s cubic-bezier(0.25, 0.1, 0.18, 1.32) 1.2s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
#tgslice .slick-dots{
    bottom: 40px;
}
#tgslice .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
}
#tgslice .slick-dots{
    z-index: 10;
}
#tgslice .slick-prev,
#tgslice .slick-next{
    z-index: 1;
    width: 40px;
    height: 40px;
    background-size: cover;
}
#tgslice .slick-prev::before,
#tgslice .slick-next::before{
    display: none;
}
#tgslice .slick-prev{
    left: 100px;
    background: url('../img/i-t-prev.png') center center no-repeat;
    background-size: cover;
}
#tgslice .slick-next{
    right : 100px;
    background: url('../img/i-t-next.png') center center no-repeat;
    background-size: cover;
}
#tgslice .slick-dots li button,
#tgslice .slick-dots li,
#tgslice .slick-dots li button::before{
    width: 30px;
    height: 30px;
}
#tgslice .slick-dots li button:before{
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
#tgslice .slick-dots li.slick-active button:before{
    font-size: 30px;
    color: #bf0202;
}
.main_slider_area{
    position: relative;
}
.slider-progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
}
.slider-progress span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0px;
    height: 100%;
    background-color: #bf0202;
    transition: all 0s linear;
}
.slider-progress span.active{
    width: 100%;
}


.home_news{
    padding: 100px 0;
    overflow: hidden;
}
.home_news .header_inner{
    margin-bottom: 30px;
}
.home_news ul.new_lists{
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 50px;
}
.home_news ul.new_lists > li{
    padding-right: 30px;
    padding-left: 30px;
    border-left: 1px solid #000;
    padding-bottom: 15px;
    min-width: calc(50%);
    max-width: calc(50%);
    float: left;
}
.home_news ul.new_lists > li:first-child{
    padding-left: 0;
    border-left: none;
    min-height: 500px;
}
.home_news ul.new_lists > li:not(:first-child){
    padding-right: 0;
}
.home_news ul.new_lists > li:not(:first-child) .new_info{
    display: flex;
}
.home_news ul.new_lists > li:not(:first-child) .new_info .n_subject{
    font-size: 16px;
}
.home_news ul.new_lists > li:not(:first-child) .new_info .sec_desc{
    padding-left: 15px;
}
.home_news ul.new_lists > li .new_info .n_date{
    color: #999;
}
.home_news ul.new_lists > li .new_info .n_img{
    min-width: 200px;
    max-width: 200px;
}
.home_news ul.new_lists > li:first-child .new_info .n_img{
    min-width: 100%;
    max-width: 100%;
}
.home_news ul.new_lists > li .new_info .img > img{
    width: 100%;
}
.HomeService{
    background: url('/web-assets/image/new_bg.png') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.home_service > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.home_service > ul > li{
    min-width: 50%;
    max-width: 50%;
    display: flex;
    padding : 20px;
}
.home_service > ul > li .img{
    max-width: 80px;
    min-width: 80px;
    display: block;
}
.home_service > ul > li .img img{
    width: 100%;
}
.home_service > ul > li .desc{
    padding-left: 30px;
}
.home_service > ul > li .desc .subject{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
@media (max-width: 1920px) {
    #tgslice .slideBox .bg video{
        width: auto;
    }
    #tgslice .slideBox .message .ms1{
        font-size: 50px;
        line-height: 80px;
        margin-bottom: 40px;
    }
    #tgslice .slideBox .message .ms2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #tgslice .slideBox .message{
        max-width: 60%;
    }
}
@media (max-width: 1440px) {
    #tgslice .slick-prev{
        left: 3vw;
        width: 3vw;
        height: 3vw;
    }
    #tgslice .slick-next{
        right : 3vw;
        width: 3vw;
        height: 3vw;
    }
    #tgslice .slideBox .message{
        max-width: 700px;
    }
    #tgslice .slideBox .message .ms1{
        font-size: 40px;
        line-height: 50px;
    }
    #tgslice .slideBox .message .ms2{
        font-size: 1.2em;
    }
    #tgslice .slideBox .message .link{
        font-size: 1.3em;
    }
}
@media (max-width: 1199px) {
    .home_news ul.new_lists > li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .new_info{
        font-size: 14px;
    }
    .new_info .n_subject{
        font-size: 16px;
    }
    #tgslice .slideBox .message .ms1{
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
   #tgslice .slick-slide .slideBox .bg video{
    height: 100%;
    width: auto;
   }
    .home_news ul.new_lists{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .home_news ul.new_lists > li:nth-child(2),
    .home_news ul.new_lists > li:first-child,
    .home_news ul.new_lists > li{
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    .home_news ul.new_lists > li:last-child{
        border-bottom: none;
    }
    .HomeService{
        padding: 50px 0;
    }
    .home_service > ul > li{
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #tgslice .slick-prev{
        width: 6vw;
        height: 6vw;
    }
    #tgslice .slick-next{
        width: 6vw;
        height: 6vw;
    }
    #tgslice .slideBox .message{
        padding-left: 15px;
        padding-right: 15px;
    }
    #tgslice .slideBox .message .ms1{
        font-size: 30px;
    }

}
@media (max-width: 550px) {
    #tgslice .slideBox .message .ms1{
        font-size: 30px;
        line-height: 40px;
    }
    .home_news{
        padding: 30px 0;
    }
    .new_info .n_subject{
        margin-bottom: 5px;
    }
    .home_news ul.new_lists > li:not(:first-child) .new_info{
        flex-wrap: wrap;
    }
    .home_news ul.new_lists > li .new_info .n_img{
        min-width: 100%;
    }
    .home_news ul.new_lists > li:not(:first-child) .new_info .sec_desc{
        padding-left: 0;
    }
    .home_service > ul > li .img{
        min-width: 80px;
        max-width: 80px;
    }
}
