﻿/* CSS Document */
@keyframes blinkColors {
    0% {
        color: red;
    }

    25% {
        color: blue;
    }

    50% {
        color: green;
    }

    75% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

.blink {
    animation: blinkColors 1s infinite;
    font-weight: bold;
}

.logoft {
    position: relative;
    left: -411px;
    top: 26px;
}

.coppy {
    float: left;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -40px;
    text-align: left;
    left: 30px;
}

.table > tbody > tr > td, .table > tbody > th, .table > tfoot > td, .table > tfoot > th, .table > thead > td, .table > thead > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ffb7b7;
    background-color: #fff;
}

.text-red {
    color: #d9534f;
    margin-bottom: 10px;
}

.text-black {
    color: #000;
    margin-bottom: 10px;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

#main {
    background: url(../Areas/Assets/plugins/Images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #151837;
    height: 1780px;
    background-size: contain;
    padding-left: 61px;
}

.link {
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
}

    .link:hover, .link:active {
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #f0ac20;
    }

#menu {
    width: 1100px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

#menu_trai {
    float: left;
    padding-top: 30px;
    display: inline-block;
}

#menu_phai {
    float: left;
    display: inline-block;
    padding-top: 30px;
}

#logo {
    float: left;
    display: inline-block;
    margin-left: -17px;
    margin-top: 10px;
    width: 204px;
    height: 179px;
}

    #logo img {
        width: 224px;
        height: 179px;
    }

#menu_trai ul li {
    margin-left: 20px;
    list-style-type: none;
    display: inline-block;
}

#menu_phai ul li.menuphai {
    margin-left: 20px;
    list-style-type: none;
    display: inline-block;
}

#noidung {
    width: 1202px;
    padding-top: 400px;
    margin: 0 auto;
}

#part_left {
    width: 258px;
    float: left;
}

.User {
    width: 258px;
    height: auto;
    border: 1px solid #7b6b6b;
    background-image: url('../Areas/Assets/plugins/Images/bg-block.jpg');
}

    .User .Title {
        height: 40px;
        background-color: #7a0a00;
        color: #e5e5e5;
        text-align: center;
        font-size: 19px;
        padding-top: 8px;
        text-transform: capitalize;
        font-weight: 600;
        background: #9c2100 url(../Areas/Assets/plugins/Images/Background/1.png);
        background-size: contain;
        letter-spacing: 2px;
    }

    .User .List {
        border: 1px solid #010101;
        background-color: #f9ef9b;
        color: #fff;
        height: auto;
    }

#part_center {
    width: 512px;
    float: left;
    display: inline-block;
    margin-left: 13px;
}

#part_right {
    width: 370px;
    float: left;
    display: inline-block;
    margin-left: -231px;
}
/**Bớt soi mói cho đời thanh thản, người làm chết mẹ thằng ctrl+S.**/
#bt_xongvaogiangho {
    background: url('../Areas/Assets/plugins/Images/playNow.gif');
    background-size: contain;
    width: 258px;
    height: 153px;
    position: relative;
    border: 2px solid #000;
    border-radius: 10px;
}

    #bt_xongvaogiangho:hover {
        background: url('../Areas/Assets/plugins/Images/playNow.gif');
        background-size: contain;
        width: 258px;
        height: 153px;
        position: relative;
        border: 2px solid #000;
        border-radius: 10px;
        -webkit-animation: 6.5s scale infinite;
        -moz-animation: 6.5s scale infinite;
        animation: 6.5s scale infinite;
        letter-spacing: -2px;
    }

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.0,1.0);
        -moz-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
    }

    50% {
        -webkit-transform: scale(1.3,1.3);
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
    }

    100% {
        -webkit-transform: scale(1.0,1.0);
        -moz-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
    }
}

.Login {
    margin-top: 1px;
    margin-bottom: 1px;
    width: 258px;
    height: 160px;
    background: #fff;
}

    .Login .LoginTitle {
        height: 35px;
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
        background: rgb(10 0 255) url(../Areas/Assets/plugins/Images/1.png) repeat-x;
        text-align: center;
        word-spacing: 3px;
        padding: 6px;
    }

    .Login .Form {
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        word-spacing: 3px;
        padding: 6px;
        height: 82px;
    }

#taigame-misc {
    position: absolute;
    bottom: 40px;
    right: 15px;
}

#napthe_dangky {
    height: 51px;
}

#napthe {
    float: left;
    width: 120px;
    height: 51px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -2px;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    border: 2px solid #000;
}

    #napthe a {
        display: block;
        width: 129px;
        height: 51px;
        font-family: 'Roboto Slab';
        text-transform: uppercase;
        padding-left: 0px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }

    #napthe:hover {
        width: 120px;
        height: 51px;
        background-color: #000;
    }

    #napthe a {
        font-family: 'Roboto Slab';
        color: #fff;
        text-decoration: none;
        margin-left: -12px;
        margin-top: 11px;
        display: inline-block;
    }

        #napthe a:hover {
            color: #0CF;
            -webkit-animation: 1.5s scale infinite;
            -moz-animation: 1.5s scale infinite;
            animation: 1.5s scale infinite;
            -ms-animation: 1.5s scale infinite;
        }

#ngancach {
    background: url(../Areas/Assets/plugins/Images/ngan_dangky_napthe.png);
    height: 51px;
    background-repeat: no-repeat;
    width: 8px;
    float: left;
    display: inline-block;
    border: 1px solid #000;
}

#dangky {
    height: 51px;
    width: 129px;
    float: left;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    text-transform: uppercase;
    padding-left: 0px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -2px;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    border: 2px solid #000;
}

    #dangky a {
        display: block;
        width: 125px;
        height: 51px;
    }

    #dangky a {
        font-family: 'Roboto Slab';
        text-transform: uppercase;
        padding-left: 0px;
        font-weight: 500;
        letter-spacing: -2px;
        color: #fff;
        text-decoration: none;
    }

    #dangky:hover {
        width: 129px;
        height: 51px;
        background-color: #000;
    }

    #dangky a:hover {
        color: #0CF;
        -webkit-animation: 1.5s scale infinite;
        -moz-animation: 1.5s scale infinite;
        animation: 1.5s scale infinite;
        -ms-animation: 1.5s scale infinite;
    }

#camnang {
    margin-top: 13px;
    background: url(../Areas/Assets/plugins/Images/bg_4cuctron.jpg);
    width: 258px;
    height: 320px;
}

#topcaothu {
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    letter-spacing: -1px;
    width: auto;
    height: 45px;
    margin-top: 10px;
    border: 1px solid #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 7px;
    text-align: center;
}

    #topcaothu table {
    }

#sliderFrame {
    position: relative;
    width: 512px;
    height: 260px;
}

#slider, #slider div.sliderInner {
    width: 512px;
    height: 260px;
    background-size: contain;
}

    #slider img, #slider > b, #slider a > b {
        position: absolute;
        border: none;
        display: none;
        background-size: contain;
    }

.navBulletsWrapper {
    display: block;
}

#slider div.navBulletsWrapper {
    top: 240px;
    text-align: center;
    background: none;
    position: relative;
    z-index: 0;
    float: right;
    margin-right: 30px;
    background-size: contain;
}

    #slider div.navBulletsWrapper div {
        width: 11px;
        height: 11px;
        font-size: 0;
        color: White; /*hide the index number in the bullet element*/
        background: transparent url(../Areas/Assets/plugins/Images/bullet.png) no-repeat 0 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        overflow: hidden;
        cursor: pointer;
        margin: 0 6px;
    }

        #slider div.navBulletsWrapper div.active {
            background-position: 0 -11px;
        }

#slider a.imgLink, #slider div.video {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 512px;
    height: 100%;
    background-size: contain;
}
/* tab-tin-tuc*/

.clear {
    clear: both;
}

#tintuc_sukien {
    width: 512px;
    height: 390px;
    display: inline-block;
    margin-top: 11px;
    font-family: 'Roboto Slab' !important;
    background-image: url('../Areas/Assets/plugins/Images/bg-block.jpg');
    background-size: cover;
}

ul.tab_nav_tintuc li#tab1_congcao {
    float: left;
    width: 169px;
    height: 41px;
    list-style-type: none;
    font-family: 'Roboto Slab';
    color: #FFF;
    background-repeat: no-repeat;
    background: #c4c4c400;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    letter-spacing: -1px;
    transition: all 0.3s;
}

ul.tab_nav_tintuc li#tab2_sukien {
    float: left;
    width: 169px;
    height: 41px;
    list-style-type: none;
    font-family: 'Roboto Slab';
    background-repeat: no-repeat;
    background: #c4c4c400;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    letter-spacing: -1px;
}

ul.tab_nav_tintuc li#tab3_giangho {
    float: left;
    width: 173px;
    height: 41px;
    list-style-type: none;
    font-family: 'Roboto Slab';
    background-repeat: no-repeat;
    background: #c4c4c400;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
    letter-spacing: -1px;
}

ul.tab_nav_tintuc li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Slab';
    text-align: center;
    text-transform: uppercase
}

    ul.tab_nav_tintuc li a.active {
        background-repeat: no-repeat;
        height: 41px;
        background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
        background-size: cover;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 14px;
        filter: brightness(100%) contrast(100%) drop-shadow(8px 8px 10px gray);
        color: #ff044d;
        box-shadow: none;
        transform: translateY(0px);
        box-shadow: 0 0 5px #000, inset 0 0 10px #000, 0 0 20px #000 inset, 0 0 20px #000 inset;
        transition: all 0.6s;
    }

        ul.tab_nav_tintuc li a.active p {
            color: #ef673e;
        }

.tab_content_tintuc {
    position: relative;
    width: 512px;
    height: 185px;
}

#trich_doan {
    margin-left: 15px;
}

#title_trichdoan {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #ef673e;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

    #title_trichdoan a {
        font-family: 'Roboto Slab';
        font-size: 15px;
        color: #ef673e;
        margin-top: 10px;
        font-weight: bold;
        text-decoration: none;
    }

        #title_trichdoan a:hover {
            font-family: 'Roboto Slab';
            font-size: 15px;
            color: #007bff;
            margin-top: 10px;
            font-weight: bold;
            text-decoration: none;
        }

#noidung_trichdoan {
    margin-top: 10px;
    height: 80px;
}

#thumbnail_image {
    float: left;
}

#short_content {
    width: 315px;
    float: left;
    display: inline-block;
    font-family: 'Roboto Slab';
    font-size: 14px;
    margin-left: 15px;
    line-height: 25px;
}

    #short_content a {
        font-family: 'Roboto Slab';
        font-size: 14px;
        line-height: 25px;
        text-decoration: none;
        color: black;
        width: 315px;
        float: left;
        display: inline-block;
    }

#tintuclienquan {
    font-size: 14px;
    font-family: 'Roboto Slab';
    width: 512px;
    padding-top: 30px;
    height: 157px;
}

    #tintuclienquan ul {
        margin-top: 20px;
        height: 17px;
        width: 480px;
        border-bottom: 1px solid #9c9b9b;
        padding-bottom: 3px;
    }

        #tintuclienquan ul li {
            list-style-type: none;
            display: inline-block;
            min-width: 4.25rem;
            padding: 0.25rem;
            margin-right: 0.9rem;
        }

    #tintuclienquan a {
        text-decoration: none;
        color: #000000;
        font-size: 14px;
    }

        #tintuclienquan a:hover {
            text-decoration: none;
            color: #007bff;
            font-size: 14px;
        }

#xemthem {
    float: right;
    margin-right: 10px;
}

#huongdannapthe {
    width: 512px;
}

#bt_huongdannapthe {
    float: left;
    background: url(../Areas/Assets/plugins/Images/huongdantt.png);
    width: 249px;
    height: 100px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    font-size: 22px;
    color: #ef673e;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0.5rem;
}

    #bt_huongdannapthe a {
        display: inline-block;
        width: 249px;
        height: 100px;
    }

    #bt_huongdannapthe:hover {
        float: left;
        background: url(../Areas/Assets/plugins/Images/huongdantt-hover.png);
        width: 249px;
        height: 100px;
        background-repeat: no-repeat;
        font-family: 'Roboto Slab';
        font-size: 22px;
        color: #ef673e;
        text-decoration: none;
        padding-left: 10px;
        padding-top: 10px;
        box-shadow: 0 0 5px #151837, inset 0 50px 10px #151837, 0 0 20px #151837 inset, 0 0 20px #151837 inset;
        transition: all 0.6s;
    }

#giftcode {
    float: left;
    background: url(../Areas/Assets/plugins/Images/giftcode.png);
    width: 249px;
    height: 100px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    font-size: 22px;
    color: #ef673e;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 4px;
    margin-bottom: 0.5rem;
}

    #giftcode a {
        display: inline-block;
        width: 249px;
        height: 100px;
    }

    #giftcode:hover {
        float: left;
        background: url(../Areas/Assets/plugins/Images/giftcode-hover.png);
        width: 249px;
        height: 100px;
        background-repeat: no-repeat;
        font-family: 'Roboto Slab';
        font-size: 22px;
        color: #ef673e;
        text-decoration: none;
        margin-top: 10px;
        padding-top: 10px;
        margin-left: 4px;
    }

#thuvien {
    width: 512px;
}

#video {
    float: left;
    width: 167px;
    height: 85px;
    margin-top: 10px;
    background: url(../Areas/Assets/plugins/Images/video_clip.jpg);
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    font-size: 14px;
    padding-top: 200px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

    #video:hover {
        float: left;
        width: 167px;
        height: 85px;
        margin-top: 10px;
        background: url(../Areas/Assets/plugins/Images/video_clip.jpg);
        background-repeat: no-repeat;
        font-family: 'Roboto Slab';
        font-size: 14px;
        padding-top: 200px;
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        background-position: 0 -285px;
    }

#hinhanh {
    float: left;
    width: 167px;
    height: 85px;
    margin-top: 10px;
    background: url(../Areas/Assets/plugins/Images/hinhanh.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5.5px;
    font-family: 'Roboto Slab';
    font-size: 14px;
    padding-top: 200px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

    #hinhanh:hover {
        float: left;
        width: 167px;
        height: 85px;
        margin-top: 10px;
        background: url(../Areas/Assets/plugins/Images/hinhanh.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5.5px;
        font-family: 'Roboto Slab';
        font-size: 14px;
        padding-top: 200px;
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        background-position: 0 -285px;
    }

#wallpaper {
    float: left;
    width: 167px;
    height: 85px;
    margin-top: 10px;
    background: url(../Areas/Assets/plugins/Images/wallpaper.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5.5px;
    font-family: 'Roboto Slab';
    font-size: 14px;
    padding-top: 200px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

    #wallpaper:hover {
        float: left;
        width: 167px;
        height: 85px;
        margin-top: 10px;
        background: url(../Areas/Assets/plugins/Images/wallpaper.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5.5px;
        font-family: 'Roboto Slab';
        font-size: 14px;
        padding-top: 200px;
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        background-position: 0 -285px;
    }

/*clas nhanvat*/

.clear {
    clear: both;
}

#class_nhanvat {
    width: 390px;
    height: 660px;
    display: inline-block;
}

ul.tab_nav_phai li#tab1_thieulam, ul.tab_nav_phai li#tab2_thieulam {
    background: url(../Areas/Assets/plugins/Images/thieulam.jpg);
    float: left;
    width: 65px;
    height: 94px;
    list-style-type: none;
    /* font-family:myfont; */
    font-family: 'Roboto Slab';
    color: #FFF;
    background-repeat: no-repeat;
}

ul.tab_nav_phai li#tab2_vodang {
    float: left;
    width: 97px;
    height: 106px;
    list-style-type: none;
    font-family: 'Roboto Slab';
    background-repeat: no-repeat;
    background: url(../Areas/Assets/plugins/Images/vodang.jpg);
}

ul.tab_nav_phai li#tab3_como, ul.tab_nav_phai li#tab2_como {
    float: left;
    width: 65px;
    height: 94px;
    list-style-type: none;
    /* font-family:myfont; */
    font-family: 'Roboto Slab';
    background-repeat: no-repeat;
    background: url(../Areas/Assets/plugins/Images/como.jpg);
    background-size: cover;
}

ul.tab_nav_phai li#tab4_ngami, ul.tab_nav_phai li#tab2_ngami {
    float: left;
    width: 64px;
    height: 94px;
    list-style-type: none;
    /* font-family:myfont; */
    font-family: 'Roboto Slab';
    background-repeat: no-repeat;
    background: #969696;
    background: url(../Areas/Assets/plugins/Images/ngami.jpg);
}

ul.tab_nav_phai li a {
    padding-top: 73px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px; /* font-family:my_font; */
    font-family: 'Roboto Slab';
    text-align: center;
}

ul.tab_nav_phai li#tab1_thieulam a.active, ul.tab_nav_phai li#tab2_thieulam a.active {
    background: url(../Areas/Assets/plugins/Images/thieulam.jpg);
    width: 65px;
    height: 94px;
    background-position: 0 -94px;
    background-repeat: no-repeat;
    opacity: 1;
}

ul.tab_nav_phai li#tab2_vodang a.active {
    background: url(../Areas/Assets/plugins/Images/vodang.jpg);
    width: 98px;
    height: 106px;
    background-position: 0 -106px;
    background-repeat: no-repeat;
    opacity: 1;
}

ul.tab_nav_phai li#tab3_como a.active, ul.tab_nav_phai li#tab2_como a.active {
    background: url(../Areas/Assets/plugins/Images/como.jpg);
    width: 65px;
    height: 94px;
    background-position: 0 -94px;
    background-repeat: no-repeat;
    opacity: 1;
}

ul.tab_nav_phai li#tab4_ngami a.active, ul.tab_nav_phai li#tab2_ngami a.active {
    background: url(../Areas/Assets/plugins/Images/ngami.jpg);
    width: 64px;
    height: 94px;
    background-position: 0 -94px;
    background-repeat: no-repeat;
    opacity: 1;
}

.tab_content_phai {
}

#thumbnail_video {
    margin-top: 9px;
}

#facebook {
    margin-top: -1px;
}

#black_overlay {
    background-color: #000;
    width: 100%;
    height: 1850px;
    display: none;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#warning {
    position: absolute;
    top: 110px;
}

.dropdown-menu {
    top: 56px;
    left: -74px;
    background-color: #fff;
}

    .dropdown-menu a {
        color: #000 !important;
    }

.bg-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}

.bg-red {
    background-color: #ef4444;
    border-color: #ef4444;
}

.modal-header {
    color: #fff;
}

body {
    overflow-y: scroll;
}

    body.modal-open {
        overflow-y: scroll;
        margin: 0;
    }

.modal {
    overflow: auto;
}

.btn-margin {
    margin-left: 4.5% !important;
}

.validation-summary-errors {
}

.text-danger {
    color: #a94442;
}

#form-change-password input, #form-register input, #form-giftcode input {
    width: 93%;
}

.g-recaptcha {
    transform: scale(1.22);
    transform-origin: 0 0;
}

#detail_content .resizeObj h3, #detail_content .resizeObj h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: 700;
    padding-left: 28px;
    color: #ad0000;
    background: url(../Areas/Assets/plugins/Images/icon-1.png) no-repeat 0 6px;
}

#detail_content .resizeObj ul {
    margin: 0 0 10px 40px;
}

    #detail_content .resizeObj ul li {
        background: url(../Areas/Assets/plugins/Images/icon-2.png) no-repeat 0 7px;
    }

    #detail_content .resizeObj ul > li {
        margin-bottom: 10px;
        padding-left: 15px;
        list-style-type: none;
        text-align: justify;
    }

#detail_content .resizeObj table {
    margin: 10px auto;
    border-collapse: collapse;
}

    #detail_content .resizeObj table tr:nth-child(odd) {
        background: #e3dac7;
    }

    #detail_content .resizeObj table tr:nth-child(even) {
        background: #ece6d8;
    }

    #detail_content .resizeObj table th {
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        background: #800000;
        text-align: center;
    }

    #detail_content .resizeObj table td, #detail_content .resizeObj table th {
        border: 1px solid #c3a783;
        padding: 3px 10px;
        text-align: center;
        vertical-align: middle;
    }

#detail_content .resizeObj caption {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

#detail_content .resizeObj p {
    line-height: 22px;
    padding: 5px 0px;
}

#giftcode a {
    text-decoration: none;
    color: #ef673e;
    padding: 1px 145px 70px 0px;
}

#bang_xep_hang > div:last-child {
    padding-bottom: 10px;
}

.old-price {
    text-decoration: line-through;
}

.new-price {
    color: red;
    font-weight: bold;
    font-size: 120%;
}

body a {
    text-decoration: none;
    font-family: 'Roboto Slab';
}

#news_congcao {
    font-size: 20px;
    text-decoration: none;
    padding-left: 85px;
    background: url(../Areas/Assets/plugins/Images/bt_congcao.jpg);
    width: 173px;
    height: 40px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    color: #FFF;
    padding-top: 15px;
    margin-top: 3px;
}

    #news_congcao:hover {
        background-position: 0 -57px;
    }

#news_sukien {
    font-size: 20px;
    text-decoration: none;
    padding-left: 93px;
    background: url(../Areas/Assets/plugins/Images/bt_congcao.jpg);
    width: 175px;
    height: 40px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    color: #FFF;
    padding-top: 15px;
}

    #news_sukien:hover {
        background-position: 0 -57px;
    }

#news_giangho {
    font-size: 20px;
    text-decoration: none;
    padding-left: 85px;
    background: url(../Areas/Assets/plugins/Images/bt_congcao.jpg);
    width: 173px;
    height: 40px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    color: #FFF;
    padding-top: 15px;
}

    #news_giangho:hover {
        background-position: 0 -57px;
    }

#camnang {
    margin-top: 3px;
}

#facebook_tintuc {
    margin-top: 3px;
}

#part_center {
    width: 766px;
    margin-left: 21px;
}

#header_news {
    width: 902px;
    height: 80px;
    background: url(../Areas/Assets/plugins/Images/bg_patch_tintuc.jpg);
    filter: contrast(110%);
}

#topic {
    padding-top: 15px;
    margin-left: 30px;
    color: #007bff;
    font-family: 'Roboto Slab';
    font-size: 24px;
}

#patch {
    font-family: 'Roboto Slab';
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
}

    #patch a {
        color: #fff;
        font-size: 14px;
    }

#list_news {
    background-color: #fdfdfd;
    height: 1150px;
    width: 902px;
}

#thumbnail_news {
    float: left;
    width: 204px;
    margin-top: 20px;
    margin-left: 60px;
}

#excerpts_news {
    float: left;
    display: inline-block;
    margin-left: 15px;
    width: 550px;
    margin-top: 20px;
}

#title_news {
    width: 400px;
    float: left;
}

    #title_news a {
        color: #a00700;
        font-family: 'Roboto Slab';
        font-size: 18px;
    }

#date_news {
    float: left;
    width: 150px;
    display: inline-block;
}

    #date_news a {
        color: #9c9a8e;
        font-size: 14px;
    }

#content_excerpts_news {
    padding-top: 30px;
    width: 550px;
}

    #content_excerpts_news a {
        font-size: 14px;
        color: black;
        text-align: justify;
        font-family: 'Roboto Slab';
        line-height: 20px;
    }

#gachchan {
    width: 766px;
    margin-left: 60px;
}

    #gachchan img {
        margin-top: 10px;
    }

#bt_xemthem_news {
    float: right;
    margin-top: 20px;
}

#phantrang {
    width: 500px;
    margin: 20px auto;
}

#last_left_papge {
    float: left;
    width: 26px;
    margin-left: 40px;
}

#change_left_page {
    float: left;
    display: inline-block;
    width: 26px;
}

#last_right_page {
    float: left;
    display: inline-block;
    width: 26px;
    margin-left: 20px;
}

#number_page {
    float: left;
    display: inline-block;
    padding-top: 5px;
    margin-left: 8px;
    width: 300px;
}

    #number_page ul {
        width: 150px;
        margin: 0 auto;
    }

        #number_page ul li {
            display: inline;
            margin-left: 15px;
            background: url(../Areas/Assets/plugins/Images/bg_phantrang.jpg);
            width: 50px;
            height: 22px;
            text-align: center;
        }

            #number_page ul li a {
                font-family: 'Roboto Slab';
                font-size: 16px;
                color: white;
                width: 22px;
                text-align: center;
            }

#chitiet_tintuc {
    width: 902px;
    height: 1015px;
    margin: 0 auto;
    background: #1d3a4a;
    background-size: cover;
    overflow-y: auto;
    border-color: wheat;
    position: relative;
}

    #chitiet_tintuc::before {
        content: "";
        background-image: url('../Areas/Assets/plugins/Images/bg2.png');
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1; /* 80% mờ (tức là 20% hiện) */
        z-index: 1;
    }

    #chitiet_tintuc > * {
        position: relative;
        z-index: 2;
    }

#ngay_detail_tintuc {
    font-size: 14px;
    color: #a4a192;
    float: right;
    font-family: 'Roboto Slab';
    padding-top: 8px;
    margin-right: 20px;
}

#title_detail_tintuc {
    color: #a00700;
    font-family: 'Roboto Slab';
    font-size: 24px;
    font-weight: bold;
    width: 766px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

#ngancach_title_and_content {
    background: #a4a192;
    width: 600px;
    height: 2px;
    margin: 30px auto;
}

#detail_content {
    /*width:766px;*/
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 20px;
    margin: -15px auto;
}

#ngancach_tintuclienquan {
    width: 600px;
    margin-top: 60px;
    margin-left: 70px;
    height: 9px;
}

#topic_tinlienquan {
    width: 766px;
    margin: 10px auto;
    height: 220px;
}

    #topic_tinlienquan ul {
        border-bottom: 1px dotted #000000;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        #topic_tinlienquan ul li {
            display: inline-block;
            font-family: 'Roboto Slab';
            font-size: 14px;
            list-style-type: none;
        }

            #topic_tinlienquan ul li img {
                padding-right: 10px;
            }

            #topic_tinlienquan ul li a {
                color: black;
            }

                #topic_tinlienquan ul li a:hover {
                    color: #666;
                }

#title_page_tinlienquan {
    width: 700px;
}
/*
#footer {
    margin-top: 500px;
}
*/
#chitiet_tintuc #tintuclienquan {
    padding: 30px 30px;
    height: auto;
}

    #chitiet_tintuc #tintuclienquan, #chitiet_tintuc #tintuclienquan ul {
        width: auto;
    }

        #chitiet_tintuc #tintuclienquan ul a {
            font-size: 16px;
            color: #ffffff;
        }

        #chitiet_tintuc #tintuclienquan ul {
            margin-top: 20px;
            border-bottom: 1px #cf570e dotted;
            height: 40px;
        }

#sotrang ul li {
    background: none !important;
    float: left;
}

#phantrang .first, #phantrang .last, #phantrang .back, #phantrang .next {
    width: 26px !important;
    background: none !important;
    display: inline-block;
    height: 25px !important;
    margin: 0px !important;
    padding: 0px !important;
}

#phantrang .page, #phantrang .active {
    display: inline-block;
    background: url(../img/bg_phantrang.jpg);
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 3px;
    margin-left: 5px;
}

#phantrang .first {
    background: url(../img/bt_left_lastpage.jpg) no-repeat !important;
}

#phantrang .back {
    background: url(../img/bt_left_changepage.jpg) no-repeat !important;
}

#phantrang .last {
    background: url(../img/bt_right_lastpage.jpg) no-repeat !important;
}

#phantrang .next {
    background: url(../img/bt_right_changepage.jpg) no-repeat !important;
}

#gallery li {
    margin-top: 10px;
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    /* border: 1px solid #c76c0c; */
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 5px #343438;
    border-radius: 5px;
}

    blockquote::before {
        content: "\201C"; /*Unicode for Left Double Quote*/
        /*Font*/
        font-family: Georgia, serif;
        font-size: 60px;
        font-weight: bold;
        color: #999;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    blockquote::after {
        content: "";
    }

    blockquote a {
        text-decoration: none;
        background: #eee;
        cursor: pointer;
        padding: 0 3px;
        color: #c76c0c;
    }

        blockquote a:hover {
            color: #666;
        }

    blockquote em {
        font-style: italic;
    }

.Menus {
    width: 874px;
    height: 50px;
    border: 1px solid #9f9daa29;
    left: 630px;
    top: 520px;
    background-color: #8e3fde7d;
    color: #ff0505;
    position: absolute;
    box-shadow: 5px 5px 5px #fff5f5;
    border-radius: 5px;
}

/*New MenuBar*/

.fixzone {
    position: fixed;
    z-index: 990;
    top: 100%;
    color: #000;
    left: 8px;
    font-size: 15px;
    background: #000000;
    border: solid 1px #444444;
    padding: 28px 10px 10px 10px;
    border-radius: 7px;
    margin-top: -30px;
    background: #9c2100 url(../Areas/Assets/plugins/Images/taigame-bg.png);
    background-size: cover;
}

    .fixzone.active {
        margin-top: -565px;
    }

    .fixzone .NoiDungBanner {
        width: 100%;
        float: left;
        margin: 0;
        border: solid 1px #ffffff;
        box-sizing: border-box;
        padding: 8px;
        background-image: url(../Areas/Assets/plugins/Images/bg-block.jpg);
        background-size: cover;
    }

        .fixzone .NoiDungBanner ul li {
            margin-bottom: 0rem;
        }

            .fixzone .NoiDungBanner ul li a {
            }

                .fixzone .NoiDungBanner ul li a:hover {
                    color: #0CF;
                }

        .fixzone .NoiDungBanner ul > li {
            margin-bottom: 10px;
            padding-left: 15px;
            list-style-type: none;
            margin-bottom: 0rem;
            text-align: justify;
        }

.close_fz {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    right: 10px;
    background: url(../Areas/Assets/plugins/Images/ico_close.png) center center no-repeat;
    cursor: pointer;
}

.min_fz {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    right: 35px;
    background: url(../Areas/Assets/plugins/Images/ico_min.png) center center no-repeat;
    cursor: pointer;
}

.thumbnail {
    margin-bottom: 2px;
}

.newline {
    background: #a4a192;
    width: auto;
    height: 1px;
    margin: 7px 1px;
    margin-top: -4px;
}

#button {
    float: left;
    background: url(../Areas/Assets/plugins/Images/Background/1.png);
    width: 249px;
    height: 100px;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab';
    font-size: 22px;
    color: #ef673e;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 4px;
    margin-bottom: 0.5rem;
}

    #button a {
        display: inline-block;
        width: 249px;
        height: 100px;
    }

    #button:hover {
        float: left;
        background: url(../Areas/Assets/plugins/Images/giftcode-hover.png);
        width: 249px;
        height: 100px;
        background-repeat: no-repeat;
        font-family: 'Roboto Slab';
        font-size: 22px;
        color: #ef673e;
        text-decoration: none;
        margin-top: 10px;
        padding-top: 10px;
        margin-left: 4px;
    }