@import url(global.css);



.swiper-container{
    height:230px;
    margin-top: 25px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    color: #FFF;
    font-size: 24px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #FFF;
    font-size: 24px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;

    width: 60px;
    color: #fff;
    line-height: 24px;

}


.swiper-container-horizontal>.swiper-pagination-custom {
    left: 10px;
    bottom: 10px;
    display: flex;
}

.swiper-pagination-current {
    font-size: 14px;
    background-color: rgba(175, 14, 14, 1);
    flex: 1;
    border-radius: 3PX 0 0 3PX;
}

.swiper-pagination-total {
    font-size: 12px;
    background-color: rgba(27, 27, 27, 1);
    flex: 1;
    border-radius: 0 3PX 3PX 0;
}

.swiper-slide img {
    width: 100%;
    height:230px;
    object-fit: cover;
}

.swiper-slide a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide a p {
    position: absolute;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.section{
    margin-top: 25px;
}

.nav-pills{
    border-bottom: 2px solid #0069df;
}
.nav-pills .nav-link {
    color: #fff;
    background-color: #dfdfdf;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0069df;
}

.nav-pills .nav-link {
    border-radius: .45rem .45rem 0 0;
    border:0;
    padding: .5rem 2.5rem;
}

.nav-pills .nav-item a {
    color: #333333;
}

.list{
    padding: 10px 0 0 0 ; 
}
.list li{
    padding-left:18px;
    background-image: url(../images/circle.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    display: flex;
}

.list li a{
    line-height: 30px;
    height: 30px;
    font-size: 14px;

    display: inline-block;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li span{
    width:80px;
    font-size: 14px;
    text-align: right;
    display: none;
}



.btn{
    display: block;
    height: 62px;
    text-align: center;
    color:#fff;
    margin-top: 15px;
    font-size: 14px;
    padding: 8px 25px;
}

.btn1{
    background-color: #e4007f;
    
}
.btn2{
    background-color: #0caac2;
}

a.btn:hover{
    color:#fff;
}





@media (min-width: 576px) {
    .swiper-container{
        height:300px;
    }
    .swiper-slide img {
        height:300px;
    }
}

@media (min-width: 768px) {

    .swiper-container{
        height:400px;
    }
    .swiper-slide img {
        height:400px;
    }

    .list li span{
        display: inline;
    }
}

@media (min-width: 992px) {

    .swiper-container .swiper-slide a p {
        height: 44px;
        line-height: 44px;
    }

    .swiper-container {
        height: 430px;
    }

    .swiper-container .swiper-slide img {
        height: 430px;
    }

    .btn{
        padding: 8px 34px;
    }
    
}

@media (min-width: 1200px) {

    .btn{
        padding: 8px 40px;
    }
    
}