        /*
Theme Name: Ana Theme
Theme URI: http://ftechhn.website/
Author: Lê Văn Long
Author URI: http://ftechhn.website/
Description: Theme by bdw-theme
Version: 1.0
Text Domain: bdw-theme
*/
        * {
            margin: 0px;
            padding: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-overflow-scrolling: touch;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
            font-weight: normal;
            font-size: 17px;
            color: #333;
            line-height: 1.6em;
        }
        
        .change-color .content {
            background: #fff;
            width: 100%;
        }
        
        .change-color {
            background: #f8f9fa !important;
        }
        
        li {
            list-style: none;
        }
        
        .clear {
            clear: both;
        }
        
        body textarea:focus,
        body input[type="text"]:focus,
        body input[type="password"]:focus,
        body input[type="email"]:focus,
        body input[type="tel"]:focus {
            border: 1px solid #DC8E02;
            transition: all 0.2s ease-in-out;
        }
        
        input {
            -webkit-appearance: none!important;
            -moz-appearance: none !important;
            appearance: none!important;
        }
        
        body ul {
            list-style: : none;
        }
        
        a {
            text-decoration: none;
            outline: none;
            cursor: pointer;
        }
        
        a img {
            border: none;
        }
        
        input,
        select,
        textarea {
            outline: none;
        }
        
        .fleft {
            float: left;
        }
        
        .fright {
            float: right;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        h2,
        h3 {
            margin-bottom: 10px;
        }
        
        p {
            margin-bottom: 10px;
        }
        
        ul {
            padding-left: 20px;
        }
        
        ul li {
            margin-bottom: 10px;
            list-style: inherit;
        }
        
        table {
            width: 100%!important;
        }
        
        table tr,
        table td,
        table th {
            padding: 10px;
            width: auto;
            height: auto;
            white-space: normal!important;
            border: 1px solid #ccc;
        }
        
        iframe {
            width: 100%;
        }
        
        
        @media screen and (max-width: 768px) {

        }
