@media screen and (max-width:1199px) {
    /* Topbar */
    .top-bar ul li a {
        font-size: 14px;
    }
    /* Logo */
    .logo a {
        height: 140px;
        width: 150px;
    }
    .logo a::before {
        border-width: 140px 35px 0 0;
    }
    .logo a::after {
        right: -23px;
    }
    .logo a span::before {
        right: -28px;
    }
    .lammau {
        height: 140px;
        padding-right: 485px;
    }
    .lammau:before{
        height: 140px;
    }

    /* Main Menu */
    .main-menu > .container{
        padding: 20px 15px;
    }
    .main-menu ul li:before{
        margin: 0 10px;
    }
    .main-menu ul li a{
        font-size: 14px;
    }

    /* Checklist */
    .checklist li{
        background-size: 50px auto;
        padding: 10px;
        padding-left: 80px;
    }

    /* Copyright */
    .copyright-text p,
    .policy ul li a{
        font-size: 14px;
        font-weight: normal;
    }
    .policy{
        width: 250px;
    }
    .copyright-text{
        padding-right: 250px;
    }
    .main-menu ul li ul {
        margin-top: 20px;
    }
}
@media screen and (max-width:991px) {
    .lammau {
        padding-right: 375px;
    }

    /* Main Menu */
    .main-menu ul li:before{
        margin: 0 3px;
    }

    /* Service */
    .service-name p{
        font-size: 15px;
    }
}
@media screen and (min-width:768px) {
    .main-menu{
        display: block !important;
    }
    .hamburger{
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    body{
        font-size: 16px;
    }
    .big-title{
        font-size: 25px;
    }
    #main-content,
    #checklist,
    #footer{
        text-align: center;
    }
    /* Topbar */
    .top-bar,
    .top-bar > .container{
        background: #000;
    }
    .top-bar ul{
        text-align: center;
    }
    .top-bar ul li{
        padding: 5px 0px;
        text-align: center;
    }
    .top-bar ul li a span{
        display: none;
    }
    .top-bar ul li a{
        padding: 0 10px;
    }
    .top-bar ul li a:hover i{
        color: #fff;
    }
    .top-bar ul li:last-child a .fa,
    .top-bar ul li a .fa{
        margin-right: 0;
    }
    .top-bar ul li:last-child{
        background: inherit;
        position: static;
        margin-left: 0;
        padding-right: 0px;
    }
    .top-bar ul li:last-child a .fa {
        height: inherit;
        width: inherit;
        text-align: inherit;
        background: inherit;
        border-radius: inherit;
        overflow: hidden;
        font-size: inherit;
        line-height: inherit;
    }

    /* Logo */
    .lammau{
        display: none;
    }
    .logo{
        position: static;
        background: #FFDB00;
        text-align: left;
        height: auto;
    }
    .logo a{
        padding: 15px;
        width: auto;
        height: 100px;
    }
    .logo a:before,
    .logo a:after,
    .logo a span:before,
    .logo a span:after{
        display: none;
    }
    .logo > .container{
        position: relative;
    }
    .hamburger{
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        z-index: 9999;
        background: #fff;
        border-radius: 5px;
        height: 35px;
        padding: 4px 5px;
        transition: all 0.3s;
        cursor: pointer;
    }
    .hamburger span{
        width: 30px;
        height: 4px;
        background: #FFDB00;
        display: block;
        margin: 4px 0;
        border-radius: 2px;
    }
    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active{
        -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
        box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    }

    .brcrumb{
        position: static;
        background: #3672B8;
    }
    .brcrumb .panel-right{
        display: none;
    }


    /* Main Menu */
    .main-menu{
        display: none;
    }
    .main-menu ul{
        text-align: center;
    }
    .main-menu ul li{
        display: block;
    }
    .main-menu ul li:before{
        display: none;
    }
    .main-menu ul li a{
        font-size: 16px;
    }

    /* Main Content */
    #main-content p{
        min-height: 1px;
    }
    #main-content .col-sm-6:first-child{
        margin-bottom: 50px;
    }

    /* Section Service */
    #service .btn-special {
        margin: 10px 0 60px;
    }
    .service-name p{
        font-size: 23px;
    }

    /* Checklist */
    .checklist{
        margin: 30px 12px 0;
        display: inline-block;
    }

    /* FOOTER */
    #footer,
    #footer .col-sm-4{
        text-align: center;
    }
    #footer .col-sm-3 > img{
        width: 200px;
        margin-bottom: 20px;
    }
    .footer-menu{
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }

    /* Copyright */
    #copyright > .container{
        padding: 0;
    }
    .copyright-text{
        padding: 0;
        text-align: center;
    }
    .copyright-text p{
        padding: 10px;
        min-height: 1px;
    }
    .policy{
        position: static;
        width: 100%;
        text-align: center;
    }
    .policy ul{
        float: none;
        text-align: center;
        margin: 0;
        padding: 5px 0;
    }
    .policy ul li{
        float: none;
        display: inline-block;
    }
    .bgcp-left,
    .bgcp-right{
        display: none;
    }

    .main-menu ul li ul {
        margin-top: 0;
        position: relative;
        width: 100%;
        box-shadow: inherit;
        border: none;
        background-color: #f5f5f5;
    }
    .main-menu ul li ul li ul {
        margin-top: -1px !important;
        background-color: #EBEBEB;
    }
}