
/* Note: Design for a width over 1024px */
@media only screen and (max-width: 1140px){
    .item-top{
        padding-right: 50px;
    }
   
   .list-carousel{
        width: 840px;
        margin: 0 auto;
   }
}

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */
@media only screen and (max-width: 800px){    
   .item-top{
        float: none;
        padding: 0 0 10px;
        position: relative;
        margin-bottom: 20px;
   }
  
   .item-top::after {
        background: #fff none repeat scroll 0 0;
        bottom: -10px;
        content: "";
        position: absolute;
        right: -15px;
        left: -38px;
        top: auto;
        width: 9999px;
        height: 1px;
    }
    .item-top#icon-phone:after{
        display: none;
    }
    .item-top#icon-phone{
        margin-bottom: 10px;
    }
    .item-top span::after{
        display: none;
    }
    #menu-main-menu li{
        float: none;
    }
    .main-menu{
        margin-left: -24px;
        margin-right: -24px;
    }
    #wrap-services-home .col-md-6{
        margin-bottom: 50px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #wrap-services-home .col-md-6:last-child{
        margin-bottom: 0;
    }
    .list-carousel{
        width: 600px;
    }
    .item-block-home{
        width: auto;
        float: none;
        margin-bottom: 30px;
    }
    .item-block-home:last-child{
        margin-bottom: 0;
    }
    .item-block-home .content-block{
        padding-bottom: 15px;
    }
    #left-content{
        margin-top: 30px;
    }
    #slideshow.flexslider{
        height: auto;
    }
    #logo{
        text-align: center;
    }
}



 /* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */
@media only screen and (max-width: 600px) {
    .item-top span{       
       display: block;
       float: left;
       margin-right: 10px;
       top: 0px;
    }
    .item-top#icon-phone span{
        top: -4px;
    }
    .item-top{
        padding-top: 10px;
    }
    #banner img{
        display: none;
    }
    .text-banner{
        font-size: 21px;
        font-weight: 600;
        line-height: 130%;
        color: #0971b2;
    }
    .menu-footer li{
        display: block;
        padding-bottom: 8px;
    }
    .thumb-center img{
        width: 100% !important;
        height: auto !important;
    }
    .banner-page h1, .banner-page h2{
        font-size: 30px;
    }
    .item-isotope{
        margin-bottom: 15px;
    }
    .item-gallery{
        width: 100%;
    }
}