body, html{
    overflow: auto;
}
.container {
    /* display: none; */
    overflow: hidden;
}
.slideSection > img {
   display: block;
    width: 100%;
/*    height: 100%;*/
    object-fit: cover;
}
.slideSection{
    padding-top: 40px;
}
.projectSlide .slides li img {
    width: 780px;
    height: 480px;
    object-fit: cover;
    margin: auto;
    transform: scale(1);
    /*    animation: zoom 5s forwards infinite ease-out 1s;*/
}
.projectSlide {
    margin: auto;
    display: table;
    padding-bottom: 60px;
    position: relative;
}
.projectSlide .slides li {
    overflow: visible;
    width: 780px;
    height: 597px;
    cursor: default;
}
.projectSlide .slides li a{
    width: 780px;
    display: block;
    margin: auto;
}
.slick-slide:hover img{
    opacity:1;
}
.projectCaption {
    font-size: 24px;
    height: 23px;
    margin: 30px 0;
    z-index: -1;
    text-align: center;
    position: relative;
    transform: translateY(-30px);
    /*transition: all 0.6s;*/
    opacity: 0;
    animation-name: none ;
    animation-delay: 0;
    animation-duration:6s;
    animation-direction:normal;
    animation-fill-mode:forwards;
    animation-iteration-count:1;
    /*animation-play-state:paused;*/
    animation-timing-function:ease-out;
}
.rslides1_on .projectCaption, .flex-active-slide .projectCaption, .slick-current .projectCaption{
    animation-name: capt;
    /*opacity: 1;*/
    /*transform: translateY(0);*/
}
@keyframes capt{
    0% {
        transform: translateY(-30px);
        opacity:0;
    }
    16.6% {
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(30px);
        opacity:0;
    }
}
a.rslides_nav.rslides1_nav.prev {
    left: -47px;
    top: 240px;
    position: absolute;
    height: 98px;
}
a.rslides_nav.rslides1_nav.next {
    right: -47px;
    top: 240px;
    position: absolute;
    height: 98px;
}
.projectSlide  .slides li .readMoreBtn{
    bottom: 0;
    top: -1px;
    transform: translateY(0px);
}

.projectSection {
    height: auto;
    padding: 80px 130px;
    display: table;
    width: 100%;
    min-height: 100vh;
}
.projectDs {
    float: right;
    width: 30%;
    padding-top: 70px;
    min-width: 200px;
}
.sliderContainer {
    float: left;
    width: 64.196%;
}
.rslides li{
    width: 100%;
    height:auto;
}
.rslides1_on img{
    animation: none;
}
.projectSlides{
    display: table;
    position: relative;
    margin: auto;
}
.projectSlides li > img{
   width: 500px;
    height: 500px;
    object-fit: cover;
}
ul.rslides_tabs.rslides1_tabs {
    margin: 10px auto;
    width: 100%;
    display: table;
    text-align: center;
}
.rslides_tabs > li {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    background: #5e5754;
    transition: background 0.4s;
    border-radius: 100%;
}
.rslides_tabs > li > a{
    color: transparent;
}
.rslides_tabs > li.rslides_here{
    background: #999900;
}
.downloadBox {
    /* position: relative; */
    width: 100%;
    height: 50px;
    display: block;
    clear: both;
}
.readMoreBtn {
    transform: translateY(50px);
    position: relative;
    top: 0;
    height: 30px;
    width: 100px;
    text-align: center;
    color: #5e5754;
    margin: auto;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
}
.readMoreBtn:before, .readMoreBtn:after{
    background: #5e5754;
}

.dsPart {
    margin-bottom: 15px;
    color: #5e5754;
    font-size: 15px;
}
.partTitle {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.dsPart p{
}
.dsPart ul li {
    list-style-type: disc;
    margin-left: 20px;
}



.topLogo img {
    transition: none;
}
.slideSection > img.bannerPhone {
    display: none;
}

img.slick-arrow {
    z-index: 4;
}
@media screen and (max-width:1024px){
    .projectSection{
        padding: 50px 120px;
    }
    .slideSection > img {
        height: 100%;
     }
    .sliderContainer {
        float: none;
        width: calc(100vw - 240px);
    }
    .slick-list {
        max-width: calc(100vw - 240px);
        margin: auto;
    }
    .rslides li{
/*        width: calc(100vw - 240px);*/
    }
    .projectSlides li > img{
        width: calc(100vw - 240px);
        height: calc(100vw - 240px);
    }
    .projectDs {
/*        float: none;*/
        width: 100%;
        margin-bottom: 30px;
    }
    img.slick-arrow:first-child {
        left: -65px;
    }
    img.slick-arrow:last-child {
        right: -65px;
    }
}
@media screen and (max-width: 768px){
    .slideSection {
        padding-top: 74px;
        height: calc(100vh - 0px);
    }
    .projectSection{
        padding: 50px 30px;
    }
    .sliderContainer {
        float: none;
        width: calc(100vw);
    }
    
    .projectSlide  .rslides li{
        width: calc(100vw);
        height: auto;
    }
    
    a.rslides_nav.rslides1_nav.prev{
        left: 30px;
        z-index:2;
        bottom:130px;
        top:auto;
    }
    a.rslides_nav.rslides1_nav.next{
        right: 30px;
        z-index:2;
        bottom:130px;
        top:auto;
    }
    
    .projectDs{
        float: none;
        width: calc(100%);
        display: table;
        padding-top: 0;
    }
    .sliderContainer {
        float: none;
        width: calc(100%);
        overflow: hidden;
    }
    
    .projectSlide .slides li img {
        /*width: calc(40vw - 60px);*/
        margin: auto;
        height: auto;
        display: block;
    }
    /*.slideSection > img.bannerPhone {
        display: block;
    }
    .slideSection > img:not(.bannerPhone ) {
        display: none;
    }*/
    .projectSlide .slides li a {
        width:auto;
    }
}
@media only screen and (orientation: landscape) {
    /*.slideSection > img.bannerPhone {
        display: none;
    }

    .slideSection > img:not(.bannerPhone ) {
        display: block;
    }*/
}
@media screen and (max-width:767px) {
    .projectSlide .slides li{
        height:auto;
    }
    .projectSlide .slides li img {
        width: calc(50vw - 60px);
    }
    img.slick-arrow{
        top:0;
    }
}
@media screen and (max-width:400px){
    .slick-list {
         max-width: calc(100vw); 
    }
    .projectSlide .slides li img {
        width: calc(100vw - 60px);
    }
    img.slick-arrow {
        top: 220px;
    }
    img.slick-arrow:last-child {
        right: 20px;
    }

    img.slick-arrow:first-child {
        left: 20px;
    }
}
@media all and (max-width:667px) and (orientation:landscape){
    .projectSlides li > img {
        width: calc(40vw - 60px);
        height: calc(40vw - 60px);
    }
}
@media all and (max-width:667px) and (orientation:portrait) {
    .projectSlides li > img {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
    }
}