.container-fluid{
    padding: 0;
    position: relative;
}

.show1 h6,.show2 h6{
    text-align: center;
    margin-top: 1rem;
}

.slide1{
    position: absolute;
    top: 25%;
    bottom: auto;
    z-index: 3;
}
.slide1 div:first-child{
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}
.slide1 h3{
    margin: 12px auto;
    color: #ffffff;
}

.slide1>div:nth-child(3){
    width: 100%;
    /*border: 1px solid black;*/
    text-align: center;
}

.slide{
    width: calc(75% - 60px);
    height: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}

.slide .img{
    /*overflow: hidden;*/
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    width: calc(85% - 10px);
    height: calc(90% - 10px);
    margin: 7px;
}
.slide .img1{
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 70%;
    height: 65%;
    top: 18%;
    left: -30%;
    z-index: 2;
}
.slide .img3{
    width: 90%;
    height: 85%;
    top: 5%;
    left: 5%;
    z-index: 3;
}
.slide .img4{
    width: 70%;
    height: 65%;
    top: 18%;
    left: 60%;
    z-index: 2;
}
.slide .img5{
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}
.slide-bt{
    position: absolute;
    left: 43%;
    bottom: 10%;
    z-index: 10;
}
.slide-bt span{
    width: 10px;
    height: 10px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 50%;
}
.slide .slide-bt .on{
    background: #bd2130;
}


.content1{
    background-image: url("../imgs/aboutus/background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
}
.context1{
    padding-top: 270px;
}
.context1 p{
    text-indent: 2rem;
    line-height: 2rem;
}
 .content{
    -webkit-align-self: stretch;
    align-self: stretch;
    overflow: hidden;
    padding: 2em 2em 6em;
    width: 680px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.stack {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    width: 355px;
    height: 425px;
    padding: 0;
    list-style: none;
    pointer-events: none;
    top: 190px;
    right: 90px;
}

.stack__item {
    /*background: #fff;*/
    /*height: 100%;*/
    width: 100%;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.stack__item img {
    display: block;
    pointer-events: none;
}
.stack--krisna .stack__item--reject {
    -webkit-animation: krisnaReject 0.5s forwards;
    animation: krisnaReject 0.5s forwards;
}

@-webkit-keyframes krisnaReject {
    to {
        -webkit-transform: translate3d(-25vw,0,0) translate3d(-60%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25vw,0,0) translate3d(-60%,0,0) rotate3d(0,0,1,-5deg);
    }
}

@keyframes krisnaReject {
    to {
        -webkit-transform: translate3d(-25vw,0,0) translate3d(-60%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25vw,0,0) translate3d(-60%,0,0) rotate3d(0,0,1,-5deg);
    }
}

.stack--krisna .stack__item--accept {
    -webkit-animation: krisnaAccept 0.5s forwards;
    animation: krisnaAccept 0.5s forwards;
}

@-webkit-keyframes krisnaAccept {
    to {
        -webkit-transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
        transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
    }
}

@keyframes krisnaAccept {
    to {
        -webkit-transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
        transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
    }
}

.controls {
    position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
    bottom: 30px;
    right: 0;
    z-index: 98;
}

.controls .button {
    border: none;
    background: none;
    position: relative;
    display: inline-block;
    padding: 0.25em;
    margin: 0 0.5em;
    cursor: pointer;
    font-size: 1em;
    width: 30px;
    height: 30px;
    z-index: 99;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
    text-align: center;
}

.controls .button .fa {
    pointer-events: none;
    color: #fff;
}


.controls .button--sonar {
    border-radius: 50%;
    background: #d93b3d;
}

.content2{
    text-align: center;
    margin-top: 30px;
}
.content2 > p{
    color: #b4b4b4;
    margin-bottom: 90px;
}
.content2 > h2,p{
    line-height: 2;
}
.content2-intr h4{
    margin-top: 75px;
}
.content2-intr  p{
    font-size: 1.75rem;
    color: #d93b3d;
    margin-bottom: 75px;
}
.content2-intr hr{
    max-width: 40px;
    height: 3px;
    background: #000000;
}

.content3{
    margin-top: 120px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content3-imgs{
    width: 70%;
    padding: 15px 15px;
    position: absolute;
    overflow: hidden;
}

.content3-text{
    padding: 15px;
    background-image: url("../imgs/aboutus/background_2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    height: 560px;
    display: flex;
    position: relative;
    left: 50%;
    right: auto;
}
.content3-text>div{
    position: relative;
    left: 18%;
    right: auto;
    max-width: 360px;
    margin: auto;
}
.content3-text>div>div{
   margin-bottom: 40px;
}

.content3-text h4{
    color: #b4b4b4;
    padding-left: 25px;
    font-size: 1rem;
}
.content3-imgs .button--sonar {
    border-radius: 50%;
    background: #d93b3d;
}
.content3-imgs .button {
    border: none ;
    /* background: none; */
    /* position: relative; */
    display: inline-block;
    padding: 0.25em;
    margin: 0 0.5em;
    cursor: pointer;
    font-size: 1em;
    width: 30px ;
    height: 30px ;
    z-index: 99;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none ;
    text-align: center;
}
.content3-imgs .button .fa {
    pointer-events: none;
    color: #fff;
}

/*============================================================================================*/

.content4{
    margin-top: 100px;
    margin-bottom: 150px;
}

.content4-dtl{
    max-width: 1100px;
    margin: 10px auto;
    /* padding: 10px; */
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.content4-dtl-icon{
    background-color: #fdfdfd;
    border: 2px outset #ededed;
    border-radius: 10px;
    padding: 10px 14px;
    margin: 12px 0;
    text-align: center;
    width: 320px;
    box-shadow: 10px 10px 5px #e2e2e2;
}
.content4-dtl-icon-size{
    width: 50px;
    margin: 0 auto;
}
.content4-dtl-text{
    margin-top: 16px;
}
.content4 #map{
    width:100%;height:500px;border:#ccc solid 1px;font-size:12px
}


/*=====================================================about_us2=========================*/
.au2-contents{
    margin-bottom: 80px;
    margin-top: 120px;
}
.about-us2-title{
    text-align: center;
}
.about-us2-title p{
    padding: 15px 0;
    color: #b4b4b4;
}
.about-us2-title > div{
    max-width: 1920px;
    height: 14px;
    background-image: linear-gradient(0deg,
    #a656c0 0%,
    #c8457a 57%,
    #e93434 100%),
    linear-gradient(
            #f2f6ff,
            #f2f6ff);
    background-blend-mode: normal, normal;
}
.my-gallery>hr{
    width: 100%;
    height: 1px;
    background: #dddddd;
}
.show1,.show2{
    margin: 20px auto;
    /*padding-bottom: 35px;*/
    /*border-bottom: 1px #dddddd solid;*/
}

.show1 div{
    max-width: 400px;
    height: auto;
    margin: 0 12px;
}
.show2 div{
    max-width: 260px;
    margin: 0 12px;
}

#origin-img{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);

}
#origin-img .swiper-zoom-container img{
    width:100%;
    text-align: center;
    padding: 30px;
    vertical-align:middle;
}
.swiper-pagination{
    bottom:1em;
    top:auto;
    color:#fff;}
.upload{
    position:absolute;
    bottom:0;
    line-height:2em;
    background:rgba(0,0,0,.5);
    z-index:1;
    color:#fff;
    text-indent:1em;
    width:100%;
    height: 40px;
}



/*==============================================mobile============================================*/
@media (max-width: 768px){
    .banner{
        margin-top: 60px;
    }
    .slide1{
        position: relative;
        top: -90px;
    }
    .slide1 div:first-child{
        font-size: 1.5rem;
    }
    .slide1 h3{
        margin: 3px auto;
        font-size: 1rem;
    }
    .slide1 h4{
        font-size: .875rem;
    }
/*===============================================*/
    .slide1>div:nth-child(3){
        width: 100%;
        border: 0 solid black;
        text-align: center;
        margin-top: 14px;
    }
    .slide-bt{
        position: absolute;
        left: 40%;
        bottom: 5%;
        z-index: 10;
    }
    .slide{
        width: calc(80% - 10px);
        height: 85%;
        margin: 0 auto;
    }
/*==================================================================================*/
    .content1{
        background: #f2f6ff;
        margin-top: -50px;
    }
    .context1{
        padding-top: 30px;
    }
    .context1>div{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        flex-wrap: wrap-reverse;
    }
    .context1-l{
        padding: 0 18px;
    }

    .content{
        width: 100%;
        padding: 2em 2em 0;
    }
    .stack{
        top: 10px;
        right: 0;
        width: 280px;
        height: 300px;
    }
    .controls{
        top: 260px;
        bottom: auto;
        right: unset;
        margin: 0 auto;
    }


    /*========================================================================*/
    .content2 > p{
        color: #b4b4b4;
        margin-bottom: 30px;
    }
    .content2-intr{
        flex-direction: column;
    }
    .content2-intr>div{
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 10px 0;
        align-items: center;
    }
    .intr-imgs{
        width: 50%;
        height: 50%;
    }
    .intr-text{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }
    .content2-intr h4{
        margin-top: 35px;
        font-size: 1.25rem;
    }
    .content2-intr  p{
        font-size: .89rem;
        color: #d93b3d;
        margin-bottom: 35px;
    }
    .content2-intr hr{
        margin: 0 auto;

    }

/*====================================================================*/
.content3{
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    margin-top: 50px;
}
.content3-imgs{
    position: static;
    width: 100%;
    padding: 10px 12px;
}
.content3-text{
    position: static;
    width: 100%;
    height: 300px;
}
.content3-text>div{
    position: static;
 }




    /*=======================================================================*/
    .content4{
        margin-top: 30px;
        margin-bottom: 120px;
    }
    
    
    .content4-dtl-icon{
        background-color: #fdfdfd;
        border: 2px outset #ededed;
        border-radius: 10px;
        padding: 16px 14px;
        margin: 15px 0;
        text-align: center;
        width: 320px;
        box-shadow: 10px 10px 5px #e2e2e2;
    }
    .content4-dtl-icon>div{
        margin-top: 16px;
    }
    .content4 #map{
        width:90%;
        height:450px;
        border:#ccc solid 1px;
        font-size:12px;
        margin: 0 auto;
    }


    /*=============================about_us2=================================*/
    .au2-contents{
        margin-bottom: 70px;
        margin-top: 60px;
    }
    .about-us2-title p{
        padding: 8px 0;
    }
    .show1,.show2{
        margin: 15px auto;
        padding-bottom: 25px;
    }

}
