    .btn-download:hover{
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        background: rgba(212,168,67,0.2);
        border-radius:3px;
    }

    .news-btn:hover{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-slider .swiper-pagination{
        height: 60px;
        line-height: 60px;
        bottom: 0 !important;
        background: rgba(10, 10, 15, 0.9);
        border-top: 1px solid rgba(212,168,67,0.15);
        text-align: left;
        padding-left: 40px;
    }

    #btn-information-spn{
        cursor: pointer;
    }
    #labelImg{
        cursor: pointer;
    }
    .disabled{
        pointer-events: none;
        background: rgba(212,168,67,0.3);
        border: none;
    }
    .menu-button{
        cursor: pointer;
    }

    @media (min-width: 768px) {
        .form-inline .form-control {
            width: 100% !important;
            max-width: 600px;
        }
    }