.gallery-thumbs {
    width: 117px;
}
.gallery-top {
    width: 100%;
}
.swiper {
    color: #FFFFFF;
    background-size: 100%;
    background-color: #3268c4;
    background-repeat: no-repeat;
    background-position: bottom;
}
.SCGT {

    display: flex;

    flex-direction: row;

    padding-top: 153px;

    padding-bottom: 179px;

    justify-content: flex-start;

    align-items: center;
}
.scgtcontainer {

}
.scgtwrapper {
    display: flex;
    align-items: center;
}
.scgtslide {

    width: 100%;

    display: flex;

    flex-direction: row;

    cursor: pointer;
}
.scgtslide p{
    line-height: 1.9;
}
.scgtslide img{

}
.swiper-pagination {

    display: flex;

    flex-direction: column;
}
.swiper-pagination span{

}

.SATtitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    transition: all .4s;
    cursor: pointer;
}
.SATtitle:hover{
    transform: scale(1.1);
}
.SATtitle h4 {
    position: relative;
    color: rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.SATtitle h4:hover {
    cursor: default;
}
.SATtitle b {
    position: absolute;
    display: none;
}
.SATtitle b:hover {
    cursor: default;
}
.SATtitle span {
    content: '';
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -15px;
}
.SATtitle h4:after:active {
    content: '';
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -3px;
}
.topcontainer {
    height: 300px;
}
.topwrapper {

}
.topslide {
    display: flex;
}
.SATdetail {

    font-size: 13px;

    line-height: 1;

    display: flex;

    width: 490px;

    height: 100%;

    flex-direction: column;

    justify-content: center;
}

.changeslide .SATdetail {
    width: 20%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 43px 0;
}

.changeslide .SATdetail:nth-of-type(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.SATdetail {
    font-size: 16px;
    line-height: 1;
    padding-top: 25px;
    display: flex;
    width: 380px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.changeslide .SATdetail:nth-of-type(2n) p {
    margin: 10px 0 0px;
}

.changeslide .SATdetail p {
    background-color: white;
    border-radius: 15px;
    color: #214f9d;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0 10px;
    width: 80%;
    text-align: center;
}

.changeslide .SATdetail:nth-of-type(2n) img:nth-of-type(1) {
    bottom: 0px;
    top: auto;
    transform: rotateX(180deg) rotateZ(-2deg);
}

.changeslide .SATdetail:last-of-type img:nth-of-type(1) {
    display: none;
}

.changeslide .SATdetail img:nth-of-type(1) {
    position: absolute;
    width: 80%;
    height: auto;
    top: 0;
    left: auto;
    bottom: auto;
    right: -50%;
    transform: rotateZ(-2deg);
}
.SATdetail :hover {
    cursor: default;
}
.effect-coverflow {
    display: flex;
    width: auto;
}
.sasSlide {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: auto;
    padding: 50px 10px;
    color: white;
    background-color: rgba(255,255,255,0.3);
}
.sasSlide img{
    width: 50%;
    /*height: 100px;*/
    margin-left:25%;
    margin-bottom:20px;
}
.changeslide {
    display: flex;
    justify-content: space-between;
}
.earthPoint {

}
.earthPoint img{
    height: 300px;
}

.brokercontainer {

    height: inherit;
}
.brokerwrapper {

}
.brokerslide {
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: space-around;
}
.broker{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.broker img{
    height: 100%;width: 100%;
}
.brokernext {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #003A88;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.brokernext:after {
    font-size:18px;
}
.brokerprev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #003A88;
    left: auto;
    top: auto;
    right: 100px;
    bottom: 0;
}
.brokerprev:after {
    font-size:18px;
}
.swiper-slide-thumb-active h4{
    color: #FFFFFF;
}
.swiper-slide-thumb-active span{
    background-color: #FFFFFF;
}
.swiper-slide-thumb-active b{
    display: flex;
    color: rgba(255,255,255,0.2);
    font-size: 50px;
}

@media only screen and (orientation: portrait) {
    .container{
        margin-left:unset;
        padding:unset;
        padding-left:unset;
        margin-left:3%;
    }
    .SATtitle span{
        bottom: -15px;
    }
    .SCGT{
        display: unset;
    }
    .gallery-thumbs{
        width:100%;
    }
    .swiper-container-vertical>.swiper-wrapper{
        flex-direction:unset;
        padding:0px 20px;
    }
    .scgtslide{
        width: 25%;
    }
    .topcontainer{
        margin-left:0px !important;
    }
    .SATtitle h4{
        font-size:25px !important;
    }
    .SATtitle span{
        bottom:-35px;
        width:100px;
    }
    .scgtwrapper{
        height:130px !important;
    }
    .topcontainer{
        height: 950px;
    }
    .topslide{
        display: unset;
    }
    .SATdetail{
        width:100%;
        flex-direction:unset;
        font-size: 32px;
        display: unset;
        line-height:60px !important;
    }

    .changeslide .SATdetail:nth-of-type(2n) p {
        margin: 0 0 10px 0;
    }

    .changeslide .SATdetail:nth-of-type(2n) {
        display: flex;
        flex-direction: column;
    }

    .changeslide .SATdetail {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .topslide{
        width:100%;
        height: 800px !important;
    }
    .changeslide{
        display: unset;
        overflow: auto;
        height: 800px !important;
    }
    .brokerslide{
        display: unset;
    }
    .swiper-slide{
        height: 100%;
    }

    .swiper-slide.swiper-slide-active {
    }
    .SATtitle{
        margin: 60px 0;
    }
    .SATdetail img{
        width: 95%;
    }

    .changeslide .SATdetail img:nth-of-type(1) {
        display: none;
    }
    .kjcgms{
        width:unset;
    }
    .sasSlide h4{
        font-size: 30px;
        text-align: center;
    }
    .sasSlide p{
        font-size: 30px;
        padding: 20px;
    }
}
