﻿
/* Mobile */
@media (max-width:767px) {
    html{ -ms-overflow-style: scrollbar; }
    .wrap-bartop .col-bar{position:relative; padding-left:0px;}
    .wrap-bartop .col-bar:before,
    .wrap-bartop .col-bar:after{display:none;}

    #mainslider .slide-desc{display:none;}

    /* Search */
    .swap-search{right:15px;}

    /* Sitemap */
    .swap_sitemap a.home,
    .swap_sitemap a.sub{display:none;}
    .swap_sitemap .title-page{color:#9ec83b}


    /* Footer */
    #swap-footer .wrap-connect .col-mail{padding-left:15px;}
    #swap-footer .wrap-connect .form input[type='text']{width:100px;}

    /* Content */
    .col-left{display:none;}
    .col-right{border-left: none; padding-left:35px; padding-right:35px;}

     /* News */
    ul.service-home.thumb-news li{height:420px; }

    .col-right-info{background:#e2dad2; box-shadow: inset 0 1px rgba(0,0,0,.1); padding-bottom:15px; padding-left:35px;}

    #mainslider .slide-desc{bottom:20px;}
    #mainslider .slide-desc h2{font-size:20px;}
    #mainslider .slide-desc p{color:#fff; font-size:13px; padding-top:10px;}
    .wrap-bartop .col-bar .hotline{display:none;}

    .language{position:absolute; top:5px; right:15px;}
   
    #conten-page:before,
    #conten-page:after,
    #conten-page .brush-top,
    #conten-page .brush-bottom{display:none;}
} 

@media (max-width:590px) {
    .language label{display:none}
}
   
@media (max-width:500px) {
   
    /* Index */
    ul.service-home li{width:100%;}
    ul.service-home li .link-img{height:200px;}

    /* Footer */
    #swap-footer .wrap-copy .design{float:left; margin-top:10px;}

    /* News */
    ul.service-home.thumb-news li{height:auto; padding-bottom:10px;}

}


@media (max-width:420px) {
  
}
   

/* Table */
@media (min-width:768px) and (max-width:991px) {
    /* Search */
    .swap-search .textbox{width:200px; padding: 0 7px; border: 1px solid rgba(0,0,0,.1); border-right:0;}
    .swap-search:hover .textbox{width:200px;}

    header .col-header{padding-left:200px;}

     /* Sitemap */
    .swap_sitemap a.home,
    .swap_sitemap a.sub{display:none;}
    .swap_sitemap .title-page{color:#9ec83b}


    /* Footer */
    #swap-footer .wrap-connect .form input[type='text']{width:100px;}

    /* News */
    ul.service-home.thumb-news li{height:auto; padding-bottom:10px;}
     .col-right{border-left: none; padding-right:35px;}
    .col-right-info{background:#e2dad2; box-shadow: inset 0 1px rgba(0,0,0,.1); padding-bottom:15px; padding-left:35px;}
}


/* Medium Desktops  */
@media (min-width:992px) and (max-width:1199px) {
    header .col-header{padding-left:200px;}

    /* News */
    ul.service-home.thumb-news li{height:390px; }
}
/* Large  Desktops  */
@media (min-width: 1200px) {

}

