﻿.bannerCorporate {
    position:relative;
}
.bannerCorporate img {
    display: block;
    width: 100%;
}
.bannerCorporate .bannertxt {
    position: absolute;
    color: rgb(255, 255, 255); 
    display: block;
    bottom: 0%;
    text-align: center;
    width: 100%;
    padding-bottom:50px;
    font-weight:500;
}
    
.bannerCorporate .bannertxt:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}
.bannerCorporate .bannertxt h1 {
    font-size:38px;
    position: relative;
    z-index: 2;
    font-weight:500;
}
.bannerCorporate .bannertxt span {
    display: block;
    font-size: 22px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-top:3px;
}
.linkBtn {
    position: relative;
    z-index: 2;
}
.linkBtn a {
    background-color: #fff;
    text-align: center;
    color: #142142;
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    margin-top:15px;
    font-weight: 500;
}

.flexRow {
    display: flex;
    justify-content: space-between;
}
.contentBlock {
}
.welcomeBlock {
    max-width:900px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.contentBlock h2 { 
    color: #000;
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height:42px;
}
.contentBlock p {
    padding: 15px 0 0 0;
    color: #242424;
    font-size: 15px; 
    line-height: 20px;
}
.whyChooseUs {
    padding: 80px 0 0 0;
    max-width:1000px; 
    margin: 0 auto;
}
    .whyChooseUs .headingTwoCol {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.whyChooseUs h2 {
    width:70%;
}
.whyChooseUs .brandLogo {
    max-width: 190px;
}
.whyChooseUs .twoColFlex {
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}
.whyChooseUs .leftDiv {
    border-right: solid 1px #D9D9D9;
    padding-right:30px;
}
.whyChooseUs .righttDiv {
    padding-left: 30px;
}
.whyChooseUs .listBlock {
    padding-bottom:40px;
}
.whyChooseUs .listBlock h5{
    font-size:18px;
    font-weight:600;
    line-height:22px;
    margin:0;
    padding:0;
}
.whyChooseUs .listBlock p {
}
.custBlock {
    padding: 80px 0 0 0;
    max-width:900px;
    margin: 0 auto;
}
    .custBlock h2 {
        text-align:center;
    }
    .custBlock .flexImg {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
.custBlock .thumImg {
    width: 48%;
}
.custBlock p {
    text-align:center;
}
.makeCorporate {
    padding: 80px 0 0 0; 
}
.makeCorporate h2{
    text-align:center;
    padding-bottom:50px;
}
.makeCorporateCont {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.borderLine {
    border-top: solid 1px #D9D9D9;
    margin-top: 70px;
    margin-bottom: 50px;
}
.btnContent {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
}
.blueBtn a {
    background-color: #142142;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 8px 45px;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}