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

html, body {
    position: relative;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.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;} }

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

.btn-yellow{color: #bebebe; border-radius: 0;font-size: 12px;text-decoration: underline;}
.btn-yellow:hover{color: #ffc700;}

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

.swiper-slide .row{ text-align: center; height: 80%; width: 100%; }
.item-1 h5{ margin-top: 0;font-weight: 500;}

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

    .item-1 img{ width: 180px; }
    .item-1 h5{ font-size: 12px; font-weight: 500;}
    .item-1 h2{font-size: 12px;font-weight: 500}
    .item-1 p{font-size: 12px;font-weight: 100;text-align: justify;}

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

    .list p{font-size: 14px;font-weight: 100;line-height: 1.8;}

}


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

    .item-1 img{ width: 200px; }
    .item-1 h5{ font-size: 14px; font-weight: 500;}
    .item-1 h2{ font-size: 18px;}
    .item-1 p{ font-size: 16px;font-weight: 100;text-align: justify;line-height: 1.8;}

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

    .list p{font-size: 16px;font-weight: 100;line-height: 1.8;}
}



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

    .item-1 img{ width: 252px; }
    .item-1 h5{ font-size: 16px; font-weight: 500;}
    .item-1 h2{ font-size: 18px;}
    .item-1 p{ font-size: 16px;font-weight: 100;text-align: justify;line-height: 1.8;}

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

    .list p{font-size: 16px;font-weight: 100;line-height: 1.8;}
}


