        /*
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;
        }
        .container{
            max-width: 1290px !important;
        }
        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%;
        }

.tableHome table{
    width: 100%;
    border: 1px solid #ebebeb;
}
.tableHome  a{
	    color: #000;
}
.tableHome tbody tr:first-child{
    color: #fff;
    text-transform: uppercase;
}
.tableHome tr {
    width: 100%;
    border: 1px solid #ebebeb;
}
.text-center {
    text-align: center;
}
        
        
        @media screen and (max-width: 768px) {

        }

/*caltoaction*/
.sweb-mobile-action {
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 99;
}

.sweb-mobile-action img {
    width: 200px;
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    height: auto;
}

.sweb-mobile-action .header-link-icons.has-icon>a {
    display: block;
}

.sweb-mobile-action .icon-action {
    height: 100px;
    width: 150px;
    border-radius: 50%;
    padding: 8px;
    float: right;
    position: relative;
    z-index: 2;
}

.sweb-mobile-action .header-link-icons.has-icon {
    overflow: hidden;
    overflow: -webkit-paged-x;
    border-radius: 25px;
    position: relative;
    margin-bottom: 5px;
}

.sweb-mobile-action .sb-label {
    color: #ffffff;
    background-color: #33AAFF;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0px 20px;
    position: relative;
    margin-bottom: -50px;
    z-index: 1;
    visibility: hidden;
    width: 0;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 25px;
    right: -75px;
    opacity: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.custom-archive-nav .page-numbers{
    border: 1px solid #fa91911f;
    display: inline-block;
    padding: 3px 13px;
}
.custom-post-exword figure{

    width: 100% !important;
    margin: 23px 0px;

}
.custom-archive-nav .page-numbers.current{
    background: #D3A66E;
    color: #fff;
    border: 1px solid #D3A66E;
}
.sweb-mobile-action span:not(:last-child),
.nav>li.has-icon-left>a>i {
    margin-right: 5px;
}
.woocommerce-table__product-name a{
    color: #000;
    margin-left: 20px;
}
.sweb-mobile-action {
    display: block;
}
