/*Responesive*/
@media (max-width:1200px)
{
    #banner-ads{
        margin-left:0px;
    }
}
@media (max-width:1190px) {
    #wrapper{background:none}
    #content #content-right {
        border-left:none;
        padding-left: 0;
    }
}
@media (max-width:975px) {
    .footer-content-right{
        padding-right:15px;
    }
}
@media (max-width: 768px){
    .box-small .content{
        padding: 10px 0px 0px 0px;
    }
    .box-frontend .date, .box-last .date{
        margin: 2px 0;
    }
    .box-last .title{
        height:22px;
        line-height:26px;
        overflow-y:hidden;
        display:block;
    }
    .box-last .shortcontent {
        /*height:66px;*/
        overflow-y:hidden;
    }
    .popular-box h1.popular-title a{
      font-size:16px;
    }
}
@media (max-width:770px){
    #banner-ads{display:none}
}
@media (max-width:520px) {
    .carousel>ul{
        margin-left:5px;
    }
    
}
@media (max-width:600px) {
    .box-frontend .title {
        height: 44px;
        overflow-y: hidden;
    }
    .box-frontend .shortcontent {
        /*height: 88px;*/
        overflow: hidden;
    }
    .box-small .shortcontent{
        /*height: 66px;*/
        overflow-y: hidden;
    }
    .hoavan-home img {
        max-height: 42px;
        margin-top: 16px;
    }
    .pgwSlideshowLight.narrow .ps-current .ps-next,.pgwSlideshowLight.narrow .ps-current .ps-prev{
        padding:10px;
    }
    .popular-box{
      height:280px;
    }
}
@media (max-width:500px){
    .container{padding-right:0px;padding-left:0px;}
    #wrap2 {
         padding: 23px 15px 0px 15px;
    }
    #content #content-left {
        padding-right:0px;
    }
    #main-content{
        padding-right:0px;
    }
    .popular-box h1.popular-title a {
        font-size: 14px;
    }
}
@media (max-width:480px) {
    .search-box{display:none}
    #logo{
        margin:auto;
        float: none;
    }
    #logo img{
        margin-left:0px;
    }
    #tuvan #tuvan-note {
        padding:0px;
    }
}
@media (max-width:460px) {
    #wrap-footer-content{
        padding: 20px 10px 4px 10px;
    }
    .footer-content,.footer-content-right{
        padding-right:0px;
        padding-left:0px;
    }
}
/*endresponesive*/

