.overlay:after{
    background-color: #E8E8E8 !important;
}
.container{
    padding: 0 !important;
}
.about_us{
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}
.about_us div{
    padding-left: 69px;
}
.about_us .lettle_1{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 7px;
}
.about_us .lettle_2{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 3px;
}
.CompanyProfile{
    
}
.CompanyProfile .profile_content{
    padding: 40px 40px 70px 70px !important;
    color: #fff;
    font-size: 19px;
    background-color: #858585;
}
.CompanyProfile .profile_content div{
    letter-spacing: 4px;
    line-height: 36px;
}
.change_images{
    
    background-color: #fff;
}
.change_images .images{
    padding: 30px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.change_images .flow_path{
    padding: 50px 70px 60px 70px;
}
.change_images .flow_path .lettle{
    font-size: 20px;
    letter-spacing: 3px;
}
.change_images .flow_path .items{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 35px;
    margin-top: 50px;
}
.change_images .flow_path .items .item{
    text-align: center;
}
.change_images .flow_path .items .item img{
    width: 40px;
    height: 40px;
    /*border: solid 1px #ccc;*/
}
.change_images .flow_path .items .item .value{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
.change_images .flow_path .items .item .desc{
    font-size: 12px;
}

.change_images .Memoirs{
    position: relative;
}
.change_images .Memoirs .bottom_box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.change_images .Memoirs .bottom_box .years{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*padding: 0 10%;*/
    position: relative;
}
.change_images .Memoirs .bottom_box .years div{
    width: 30%;
    text-align: center;
    font-size: 88px;
    line-height: 88px;
    color: #fff;
    /*font-family: serif;*/
    font-weight: 400;
    position: absolute;
    top: -88px;
    left: 0;
    color: #828282;
}
.change_images .Memoirs .bottom_box .descs{
    width: 100%;
    height: 280px;
    /*padding: 0 10%;*/
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
    background-color: rgba(0,0,0,.3);
}
.change_images .Memoirs .bottom_box .years .years_item,.change_images .Memoirs .bottom_box .descs .desc_item{
    /*opacity: 0;*/
    display: block;
}
.change_images .Memoirs .bottom_box .descs .desc_item{
    width: 30%;
    height: 100%;
    background-color: #DF3A46;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    position: relative;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(2),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(2){
    left: 4%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(3),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(3){
    left: 16%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(4),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(4){
    left: 28.5%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(5),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(5){
    left: 41%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(6),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(6){
    left: 53.5%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(7),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(7){
    left: 66.5%;
}
.change_images .Memoirs .bottom_box .years .years_item:nth-child(8),.change_images .Memoirs .bottom_box .descs .desc_item:nth-child(8){
    left: 70%;
}
.change_images .Memoirs .bottom_box .descs .desc_item .arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #DF3A46;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.change_images .Memoirs .bottom_box .descs .desc_item .title{
    font-size: 22px;
    font-weight: 500;
    font-family: fantasy;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: center;
    padding-top: 40px;
   
}
.change_images .Memoirs .bottom_box .descs .desc_item .lettle{
    font-size: 14px;
    line-height: 25px;
    font-family: font-family-list;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 25px;
    width: 75%;
    margin: auto;
}
.change_images .Memoirs .icons{
    
}
.change_images .time_axis{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    /*padding: 0 10%;*/
    margin-top: 50px;
}
.change_images .time_axis .hover_card{
    cursor: pointer;
}
.change_images .time_axis .inline{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D5DBE1;
    z-index: 1;
}
.change_images .time_axis img{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    border: solid 1px #D5DBE1;
}
.change_images .time_axis.time_years{
    margin-top: 0px !important;
}
.change_images .time_axis.time_years div{
    width: 100px;
    padding-top: 10px;
    text-align: center;
    font-size: 17px;
    color: #828282;
    font-weight: bold;
    letter-spacing: 2px;
}
.my_swipers{
    margin-top: 50px;
}
.my_swipers .title .lettle{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #474747;
}
.my_swipers .title .line{
    width: 60px;
    height: 2px;
    background-color: #ADB3C3;
    margin: 20px auto 40px;
}
.my_swipers .carousel-item{
    padding: 0 15%;
}

.partner{
    margin-top: 50px;
}
.partner .title .lettle{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #474747;
}
.partner .title .line{
    width: 60px;
    height: 2px;
    background-color: #ADB3C3;
    margin: 20px auto 40px;
}
.partner .title .desc{
    text-align: center;
    font-size: 14px;
}
.partner .cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
    padding: 50px 40px;
    margin-top: 30px;
}
.partner .cards .item{
    height: 150px;
    background-color: #F6F6F6;
    text-align: center;
}
.partner .cards .item img{
    width: 100%;
    height: 100%;
}