/* body{background:#1a1a1a url("../../img/index/bg.jpg") center top no-repeat;} */
.main{margin: 0 auto;height: 870px;}
.left{width: 600px;float: left;padding-top: 477px;}
.left .p1{font-size:42px;color:#fff;line-height:68px;}
.left .p2{font-size:42px;color:#00dae2;line-height:68px;}
.right{float:right;width:600px;text-align:right;font-size:18px;line-height:36px;padding-top:236px;color:#fff;}
.right span{color:#00dae2;font-size:18px;}
.banner-container, #videoObj {
    /* width: 100%; */
    /* height: 46vw; */
    overflow: hidden;
    position: relative;
}
.banner-container .responsive-item {
    width: 100%;
    vertical-align: middle;
}
.head {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    background-color: rgba(27, 27, 27, .5);
}
.nav {
    margin-right: 20vw;
}
.about-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:9vh;
}
.about-card-text {
    font-size: 1.5rem;
    line-height: 5rem;
    width: 65%;
    text-align: left;
    margin-top: 6vh;
}
.about-slogan-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6vh;
}
.about-slogan-text span {
    font-size: 1.5rem !important;
    line-height: 5rem;
}
.about-slogan-list .space {
    width: 1.5rem;
    display: inline-block;
}
.dev-path-card {
    margin-top: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}
.picker-container {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    /* bottom: 77.5px; */
    padding: 0 15vw;
}
.path-info-container {
    margin-top: 4vh;
    height: 910px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.path-text-container{
    display: flex;
    margin-top: 1.5rem;
    width: 65%;
}
.path-text {
    font-size: 1.5rem;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    text-align: justify;
}
.path-text-date {
    font-size:1.5rem;
    margin-right: 2rem;
    color: #525252;
    margin-top: 0.5rem;
    min-width: 135px;
}
.company-info-footer {
    background-color: rgba(233,237,240,255);
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 80px 40px 125px;
    padding: 4rem 20rem;
}
.company-info-footer-figure {
    grid-column: 1;
    grid-row: 1;
}
.download-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 3rem;
}
.download-btn{
    width: 80%;
}
.download-figure {
    text-align: end;
}
.logo-text-img {
    width: 250px;
}
.horizontal-line {
    display: block;
    height: 1px;
    width: 82%;
    margin: 1em 0;
    border-top: 1.5px solid #807e7e !important;
    padding: 0;
    margin-bottom: 3vh;
}
.contact-info {
    grid-column: 1;
    grid-row: 3;
}
.contact-info p {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 1.7rem;
}