#jssor_1{
    top:28px !important;
}
@media only screen and (min-width: 1024px) {
    .mg-b30{
        padding-right: 0;
    }
}
@media (max-width: 768px){
    #jssor_1{
        height: 200px !important;
    }
    #jssor_1{
        margin-top:15px !important
    }
}
@media (min-width: 1366px) and (max-width: 1440px){/*
    .hak_head{
        background-size: 117% !important;
        background-position: 100% 7px !important;
    }
*/}
@media only screen and (max-width: 1024px) {
    .navbar-default .navbar-brand{
        height: 40px;
        margin: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }
    .navbar-default .navbar-nav > li > span{
        padding: 10px;
        background-color: #000;
        color: #fff;
        font-weight: bold;
        margin-top: 0;
        display: block;
    }
    .navbar-default .navbar-nav > li > span > a{
        color: #ffffff;
    }
    .tab-content{
        padding: 15px;
    }
    .tab-content p{
        line-height: 30px;
    }
    .nav-tabs > li{
        width: 100%;
    }
    .nav-tabs > li > a{
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .well input.form-control,
    .well select.form-control{
        height: 40px;
    }
    .page-header{
        height: 150px;
        font-size: 26px;
        margin-top: 50px;
    }
    .page-header .page-title{
        font-size: 16px;
        margin-top: 60px;
        padding: 10px;
    }
    .well .title{
        font-size: 20px;
        padding: 10px 0px;
    }

    .mobile-bar{
        background: url("../img/mobile-bar.png") no-repeat;
        height: 216px;
        position: fixed;
        bottom: -110px;
        left: 0;
        right: 0;
        background-size: contain;
        z-index: 9999;
        display: block;
    }

    .mobile-bar .phone-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        left: 18%;
        top: 17px;
    }

    .mobile-bar .yol-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        right: 22%;
        top: 17px;
    }


    .mobile-bar .form-btn{
        display: block;
        position: absolute;
        height: 55px;
        width: 55px;
        background: transparent;
        right: 0;
        left: 0;
        top: 18px;
        margin: 0 auto;
    }

    .copyright {
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    padding: 20px 0px;
        padding-bottom: 70px;
}

    #Slider{
        height: calc(100vh - 60px);
        margin-top: 60px;
    }

    #Slider .carousel-inner .slide-1{
        background-image: url("../img/mobil-slider/1.jpg");
    }
    #Slider .carousel-inner .slide-2{
        background-image: url("../img/mobil-slider/2.jpg");
    }
    #Slider .carousel-inner .slide-3{
        background-image: url("../img/mobil-slider/3.jpg");
    }
    #Slider .carousel-inner .slide-4{
        background-image: url("../img/mobil-slider/4.jpg");
    }
}

@media only screen and (max-width: 1440px) {
}