/* your custom style goes here */
@media only screen and (min-width: 1000px)  {

    #RightFloatAds{
    
    right: 0px;
    
    position: fixed;
    
    text-align: left;
    
    bottom: 10%;

    z-index: 1000;
    }

    #LeftFloatAds{
    
        left: 20px;
        
        position: fixed;
        
        text-align: left;
        
        bottom: 10%;
    
        z-index: 1000;
        }

    #LeftFloatAds .hotline_left{

          font-size: 18px;  
          font-weight: bolder;
         /* -moz-transform: translateX(-50%) translateY(-50%) ;
          -webkit-transform: translateX(-50%) translateY(-50%) ;
          transform:  translateX(-50%) translateY(-50%) rotate(-90deg);*/

    }

    #RightFloatAds .text_right{

        font-size: 18px;  
        font-weight: bolder;
       /* -moz-transform: translateX(-50%) translateY(-50%) ;
          -webkit-transform: translateX(-50%) translateY(-50%) ;
          transform:  translateX(-50%) translateY(-50%) rotate(-90deg);*/

  }
    
   
    
    }
	
	.bgColorTitleCateHome {
		width:100%; background-color:#94cb32; color: #ffffff;padding: 1px
	}

    @media only screen and (max-width: 1000px)  {

        #RightFloatAds{
        
            display: none;       
        }
        #LeftFloatAds{
        
            display: none;

        
        }
        
        }    
