.chuhaimau {
    color: transparent;
   
    background: linear-gradient(89deg, #f17611 10%, #fcc829 100%);
    -webkit-background-clip: text;
}

#sticky {
    position: sticky;
    position: -webkit-sticky;
    background: #f83d23;
    width: 100px;
    height: 100px;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px #000;
    color: #fff;
}
#pagination {
    margin: 0 auto;
    overflow: hidden;
}

.pagination input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px;
}

.pagination {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

    .pagination.right {
        text-align: right;
        width: 700px;
    }

    .pagination.left {
        text-align: left;
        width: 700px;
    }

    .pagination a {
        background: #f9f9f9 none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #33383A;
        font-size: medium;
        font-weight: normal;
        margin: 0 1px;
        padding: 7px 12px;
        text-decoration: none;
    }



    .pagination b {
        background: linear-gradient(285deg, #f92a28 27%, #ec06a8 100%, #fff 100%);
        border: 0px solid #dddddd;
        border-radius: 3px;
        color: white;
        font-size: medium;
        font-weight: normal;
        margin: 0 1px;
        padding: 8px 13px;
        text-decoration: none;
    }

    /*.pagination input {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        color: #000000;
        font-size: small;
        font-weight: normal;
        margin: 0 1px;
        padding: 5px 4px;
    }*/

    .pagination input.active {
        background: none repeat scroll 0 0 #39A3E6;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        color: #000000;
        font-size: medium;
        font-weight: bold;
        margin: 0 1px;
        padding: 4px 10px;
    }

    .pagination a.active {
        background: none repeat scroll 0 0 #F5F5F5;
        border: 1px solid #DDDDDD;
        color: #000000;
        font-size: medium;
        font-weight: normal;
        text-decoration: none;
        border-radius: 3px;
    }

    .pagination span {
        margin-left: 10px;
    }

    .pagination a:hover {
        background: none repeat scroll 0 0 #F2F2F2;
        border: 1px solid #DDDDDD;
        color: #000000;
        font-size: medium;
        font-weight: normal;
        text-decoration: none;
        border-radius: 3px;
    }

.breadpage {
    border-bottom: 1px solid #CCCCCC;
    border-top: 8px solid #999999;
    clear: both;
    height: 39px;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 5px;
    }


.g-recaptcha {
    transform: scale(1);
    transform-Origin: 0 0;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 200ms, -webkit-filter 200ms;
}

    .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

ol li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 15px;
    margin-left: 16px;
    list-style-type: circle;
}

table.bang {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

table {
    box-sizing: border-box;
    display: table;
    text-indent: 0;
}

div#a li {
    list-style: initial;
}

div#a ul {
    padding-left: 20px;
}

.pricetable {
    background: #fdfdfd none repeat scroll 0 0;
    border-bottom: 0 solid #ddd;
    color: #333;
    display: block;
    float: left;
    line-height: 18px;
    margin-bottom: 10px;
    width: 100%;
}

    .pricetable li {
        margin-left: 15px;
    }

    .pricetable h4 {
        display: block;
        font-size: 17px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .pricetable table {
        border-collapse: collapse;
        width: 99.9%;
    }

        .pricetable table tbody {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #a1a1a1;
            border-image: none;
            border-style: solid;
            border-width: 1px 1px 1px;
        }

        .pricetable table td, th {
            border: 1px solid #ccc;
            font-size: 14px;
            padding: 8px;
            text-align: left;
        }

.pricetable2 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 solid #ddd;
    color: #333;
    display: block;
    float: left;
    line-height: 18px;
    margin-bottom: 10px;
    width: 100%;
}

    .pricetable2 table {
        border-collapse: collapse;
        width: 99.9%;
    }

        .pricetable2 table tbody {
            border: 0 solid #a1a1a1;
        }

        .pricetable2 table td, th {
            border: 0 solid #ccc;
            font-size: 13px;
            padding: 5px 3px;
        }


.table {
    background: linear-gradient(9deg,rgb(247 250 237 / 47%),rgb(216 237 245 / 0%) 51.41%,hsl(0deg 0% 89% / 17%) 96.17%),#fff;
    color: #333;
    display: inline-grid;
    float: left;
    text-align: left;
    line-height: 18px;
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 100%;
}


    .table td {
        /*background-color: azure;*/
        /*width: 250px;*/
        height: 30px;
        border: solid 1px #69687038;
        padding: 10px;
    }

.video-container-fixed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container-fixed iframe,
    .video-container-fixed object,
    .video-container-fixed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.noidungxemtin {
    border: solid 1px #cccccc8a;
    padding: 10px;
    border-radius: 7px;
    line-height:24px;
    text-align:justify;
    
}

.nhansale {
    position: absolute;
    right: 0;
    background: linear-gradient(43deg, #d76924 83%, #ffdf1e 85%) repeat scroll 0% 0% !important;
    border-radius: 0 10px 0 80px;
    color: #ffffff;
    text-transform: uppercase;
    top: 0;
    padding: 6px 0px 2px 11px;
    width: 33px;
    height: 27px;
    z-index: 9999;
}

