/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("style.css");

.home-video-cont {
    /*height: calc(100vh - 105px);*/
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-video-cont .video_overlay {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    /*opacity: 0.3;*/
    z-index: 1;
}
.home-video-cont img{
    width: 480px;
    position: absolute;
    left: 250px;
    top: 450px;
    z-index: 2;
}
.about-0{
    background: url("../picture/bg-chuan.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after{
    display: none;
}
.footer-new{
    width: 1440px;
    margin: auto;
}
.footer-main{
    display: flex;
    justify-content: space-between;
    padding: 40px  ;
    align-items: center;
}
.footer-footer{
    padding: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px #ccc solid;
    align-items: flex-start;
}