body { overflow:hidden }
.container{width: 100%;}
a:hover{text-decoration:none;color: #ffc700;}

html, body {
    position: relative;
    height: 100%;
}
.my-swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.my-swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
}

.button-next{
    animation: button-next-ani 1s ease-in-out infinite alternate;
    -moz-animation: button-next-ani 1s ease-in-out infinite alternate;
    -webkit-animation: button-next-ani 1s ease-in-out infinite alternate;
    -o-animation: button-next-ani 1s ease-in-out infinite alternate;
}
@keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-moz-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-webkit-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-o-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }

.my-swiper-container .swiper-slide > .background {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}



.title{color: #595959;}
.sub-title{color:#ffc700;}

.swiper-slide .row{ text-align: center; height: 80%; width: 100%; }

.culture h5,.culture p{ color: #595959;}


.team .col-md-4{padding: 15px;}
/*.team img{width: 100%;}*/

@media (min-width: 375px){

    .row{  padding-top:10px; margin: 0; }

    .title{ font-size: 26px; }
    .sub-title{ font-size: 16px;font-weight: 200; letter-spacing:5px;margin-top: 10px;}

    .introduction p{font-size: 12px;}

    .framework img{ width: 100%;}

    .culture {background: url('../img/about/3.png') center repeat;}
    .culture img{width: 50%; margin-bottom: 25px;}
    .culture h5{font-size: 16px;font-weight: 600;text-align:center;margin-bottom: 20px;}
    .culture p{font-size: 12px;font-weight: 200;text-align:center;margin-bottom: 0;line-height: 1.8;}

    .guidance p{font-size: 12px;}
    .guidance img {width: 80%;}

    .load_sub {width: 375px; padding: 20px 0 0 0;}

}


@media (min-width: 1024px){
    .row{  padding-top:45px; margin: 0 -15px;}

    .title{ font-size: 25px; }
    .sub-title{ font-size: 16px;font-weight: 100; letter-spacing:5px;margin-top: 10px;}

    .introduction p{font-size: 14px;font-weight: 100;text-align: justify;line-height: 1.8;}

    .framework img{ width: auto;height: 100%;}


    .culture {background: url('../img/about/3.png') center repeat;}
    .culture img{width: 50%; margin-bottom: 25px;}
    .culture h5{font-size: 16px;font-weight: 600;text-align:center;margin-bottom: 20px;}
    .culture p{font-size: 12px;font-weight: 100;text-align:center;margin-bottom: 0;line-height: 1.8;}

    .guidance p{font-size: 14px;font-weight: 100;line-height: 1.8;}
    .guidance img{width: 55%;}

    .load_sub {width: 83.33333333%; padding: 20px 0 0 0;}
}


@media (min-width: 1024px) and (orientation:portrait){
    .framework img{ width: 100%;height: auto;}
}


@media (min-width: 1400px){
    .row{  padding-top:45px;  }

    .title{ font-size: 25px; }
    .sub-title{ font-size: 16px;font-weight: 100; letter-spacing:5px;margin-top: 10px;}

    .introduction p{font-size: 16px;font-weight: 100;text-align: justify;line-height: 1.8;}

    .framework img{ width: 100%;height: 95%;}


    .culture {background: url('../img/about/3.png') center repeat;}
    .culture img{width: 50%; margin-bottom: 25px;}
    .culture h5{font-size: 18px;font-weight: 600;text-align:center;margin-bottom: 20px;}
    .culture p{font-size: 16px;font-weight: 100;text-align:center;margin-bottom: 0;line-height: 1.8;}

    .guidance p{font-size: 16px;font-weight: 100;line-height: 1.8;}
    .guidance img{ width: 45%;}
}



