/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2020, 12:34:20 AM
    Author     : Zeus
*/

/* ============= *** =============*/


@media only screen and (max-width: 576px){
  
    #id-header-text{
        font-size: 69%;
    }
    #id-header-icon{
        width: 35px;
    }    
   .navbar-toggler-icon{
        font-size:50%;
    } 
}   

/* ============= *** =============*/

@media only screen and (max-width: 767px){
    .box-footer{
        border-right: none;        
        margin-bottom: 15px; 
        padding-left: 0px;
    }    
    #view-page-center{  
        padding-left: 15px;
        padding-right: 15px;             
    }
    #view-noidungbaiviet{      
       padding: 15px 0px 15px 0px;
    }
          
}   
