* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-button {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
    border: thin solid #14425d;
    box-shadow: 0px 0px 5px #dfdfdf inset;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #656565;
    border: none;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #868686;
    border: none;
}*/
/* scroll bar */
::-webkit-scrollbar { width: 10px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #90949c;
}
::-webkit-scrollbar-thumb { background-color: #0071b4; background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

button,
input,
select {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}
input[type=text]:disabled {
  background: #dddddd;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

.text-center {
    text-align: center
}

.text-info {
    color: #31708f
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}
.bg_violet {
    background: #bd10e0 !important;
    ;
}

.bg_green {
    background-color: #57a300 !important;
}
.bg_red {
    background-color: #ff2853 !important;
}
.bg_black {
    background-color: #484848 !important;
}
.bg_orange {
    background-color: #f60 !important;
}
.bg_blue {
    background-color: #04a1d4 !important;
}
.load_overlay {
    position: fixed;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: none;
}
.load_process {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}
.load_note {
    color: #00aacf;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@keyframes run {
    from {
        left: -30%;
    }
    to {
        left: 100%;
    }
}
.loadpage {
    position: relative;
    margin: auto;
    background: #fff;
    min-width: 100vw;
    min-height: 100vh;
}
.loadpage .content_loadpage {
    position: absolute;
    margin: auto;
    background: #fff;
    width: 350px;
    height: 250px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    max-width: 95%;
    text-align: center;
}
.loadpage .content_loadpage .logox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.loadpage .content_loadpage .logox img {
    width: 165px;
    max-width: 100%;
}
.loadpage .content_loadpage .loadx {
    position: relative;
    margin: auto;
    background: #efefef;
    border-radius: 10px;
    display: block;
    width: 100px;
    height: .2rem;
    position: relative;
    overflow: hidden;
}
.loadpage .content_loadpage .loadx:after {
    -webkit-animation: run 1s infinite;
    animation: run 1s infinite;
    background: #f69123;
    border-radius: 10px;
    content: ' ';
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page_body {
    position: relative;
    margin: auto;
    background: #F1F4F6;
    /* width: 100vw; */
    width: 100%;
    min-height: 100vh;
    display: none;
}
.page_body .content_login {
    position: absolute;
    margin: auto;
    padding: 40px;
    background: #fff;
    width: 400px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 400px;
    max-width: calc(98% - 40px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.page_body .content_login .logox {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    height: 100px;
    padding: 1rem;
}
.page_body .content_login .logox img {
    max-width: 100%;
    max-height: 100%;
}
.page_body .content_login .title_login{
    width: 100%;
    text-align: center;
    color: #4d5156;
    letter-spacing:normal;
    margin: 0px;
    padding: 0px;
}
.page_body .content_login .desc_login{
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.page_body .content_login .text_back{
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.page_body .content_login .text_back a{
    color: #0073e6;
}
.page_body .content_login input{
    height: 48px;
    border: 1px solid #e0e5e9;
    font-size: 16px;
}

.box_register{
    position: relative;
    margin: auto;
    width: 450px;
    font-family: "Roboto";
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    max-width: calc(100% - 20px);
}
.box_register.full_width{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    max-width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.box_register .box_left{
    width: 250px;
    background: #eaeff2;
}
.box_register .box_left .title{
    width: 100%;
    background: #14425d;
    color: #fff;
    font-size: 16px;
    display: flex;
    height: 34px;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffd200;
    background: url(./images/sprites2.png) no-repeat scroll 10px -66px #ffd200;
    color: #aa0c08;
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 10px 25px
}
.box_register .box_left .box_left_content{
    width: 100%;
}
.box_register .box_left .box_left_content .li_menu{
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    background: url(./images/sprites2.png) no-repeat 0 -330px;
    height: 42px;
    line-height: 42px;

}
.box_register .box_left .box_left_content .li_menu a{
    width: 100%;
    text-decoration: none;
    background: url(./images/sprites2.png) no-repeat 5px -92px;
    display: block;
    padding: 0 15px 0 20px;
}
.box_register .box_right{
    width: calc(100% - 260px);
}
.box_register .box_right .box_right_content{
    margin: auto;
    width: 100%;
}
.box_register .box_right .box_right_content .title{
    width: 100%;
    background: #14425d;
    color: #fff;
    font-size: 16px;
    display: flex;
    height: 34px;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffd200;
    background: url(./images/sprites2.png) no-repeat scroll 10px -66px #ffd200;
    color: #aa0c08;
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 10px 25px
}
.box_register .box_right .box_right_content .list_truyen{
    width: 100%;
}
.box_register .box_right .box_right_content .list_truyen .li_th{
    width: 100%;
    display: flex;
    background: #ffe25d;
    justify-content: space-between;
    border-top: 1px solid #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.box_register .box_right .box_right_content .list_truyen .li_th .col_minhhoa{
    width: 200px;
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_th .col_tieude{
    width: calc(100% - 550px);
    text-align: left;
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_th .col_chap{
    width: 100px;
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_th .col_view{
    width: 100px;
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_th .col_action{
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen{
    width: 100%;
    display: flex;
    background: #d2d6d8;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #fff;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen:nth-child(2n+1){
    background: #eaeff2;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_minhhoa{
    width: 200px;
    border-right: 1px solid #fff;
    padding: 5px;
    display: flex;
    display: flex;
    align-content: center;
    align-items: center;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_minhhoa a{
    text-decoration: none;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_minhhoa a img{
    width: 100%;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_tieude{
    width: calc(100% - 550px);
    text-align: left;
    border-right: 1px solid #fff;
    padding: 5px;
    display: flex;
    align-content: center;
    align-items: center;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_tieude a{
    text-decoration: none;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_chap{
    width: 100px;
    border-right: 1px solid #fff;
    padding: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_view{
    width: 100px;
    border-right: 1px solid #fff;
    padding: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_action{
    width: 150px;
    padding: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_action .li_action{
    width: 100%;
    height: 30px;
    background: #f60;
    margin-top: 5px;
    line-height: 30px;
    border-radius: 5px;
}
.box_register .box_right .box_right_content .list_truyen .li_truyen .col_action .li_action a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}
.form_group {
    margin-bottom: 15px;
}
.form_group .user_money{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #f00;
    font-weight: 700;
}
.form_group label{
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.form_group .desc_login{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
.form_group .text_back{
    text-align: center;
    font-size: 16px;
}
.form_control {
    margin: 0;
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #354052;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    outline: none;
}
.form_group .button_login {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    height: 48px;
    border-radius: 3px;
    background: #0073e6;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    text-transform: uppercase;
}
.form_group .button_login:hover {
    background: #384fd5;
    color: #fff;
}
@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes loading-text-opacity {

    0%,
    100%,
    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes loading-text-opacity {

    0%,
    100%,
    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes loading-text-opacity {

    0%,
    100%,
    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes loading-text-opacity {

    0%,
    100%,
    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}
#loading {
    z-index: 11;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
}
#loading img {
    width: 100%;
    height: 100%;
    position: absolute
}
.loading-ani,
.loading-container {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%
}

.loading-container {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loading-ani {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #fff;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%
}

.loading-container:hover .loading-ani {
    border-color: transparent #e45635
}

.loading-container .loading-ani,
.loading-container:hover .loading-ani {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.loading-container .loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px
}
.list_server{
    width: 100%;
    text-align: right;
}
.list_server button{
    display: inline-block;
    background: #14425d;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border: none;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 3px 3px 1px #fff;
    font-weight: bold;
}
.list_server button.active{
    background: #f60;
    color: #fff;
    text-decoration: none;
}
.list_server button:hover{
    background: #f60;
    color: #fff;
    text-decoration: none;
}
.box_media{
    width: 100%;
    margin-top: 10px;
    display: none;
}
.box_media .media_player{
    width: 100%;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    background: #000;
    overflow:hidden;
}
.box_media .media_player img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.box_media .media_player iframe{
    width:100% !important;
    height:100% !important;
    position:absolute;
    left:0px;
    top:0px;
    overflow:hidden
}
.box_media .media_player iframe video{
    width:100% !important;
    height:100% !important;
}
.box_media .list_episode{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.box_media .list_episode .title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.box_media .list_episode ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
.box_media .list_episode ul li{
    display: inline-block;
    line-height: 36px;
    margin-right: 5px;
}
.box_media .list_episode ul li a{
    background: #404040;
    border: 1px solid #4a4a4a;
    padding: 4px 9px;
    color: #fff;
    line-height: 36px;
    font-size: 13px;
    box-shadow: 2px 2px 1px #f59e9e;
}
.box_media .list_episode ul li a:hover{
    background: #9a3f3f;
    border: 1px solid #a26363;
    text-decoration: none;
}
.box_media .list_episode ul li a.active{
    background: #9a3f3f;
    border: 1px solid #a26363;
    text-decoration: none;
}
.list_button{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.list_button button{
    width: calc(50% - 5px);
    float: left;
    cursor: pointer;
    background: #5eb949;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.list_button #button_audio{
    background: #bd10e0;
}
.list_button button:nth-child(1){
    margin-right: 10px;
}
.list_button button:hover{
    background: #1aafff;
}
.list_button button.active{
    background: #1aafff;
}
@media (max-width: 480px){
    .box_media{
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }
    .list_server{
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-md-4,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-8,
.col-xs-9,
.col-xs-12,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-3,
.col-xs-6,
.col-xs-9,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-9 {
    width: 75%
}

.col-xs-6 {
    width: 50%
}

.col-xs-3 {
    width: 25%
}

@media (min-width:768px) {
    .col-sm-3,
    .col-sm-6,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-8 {
        float: left
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

input[type="search"] {
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.collapse {
    display: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width:992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

@media (min-width:992px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both
}

.hide {
    display: none!important
}

@-ms-viewport {
    width: device-width
}

.visible-md-block,
.visible-lg-block {
    display: none!important
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

.navbar {
    min-height: 0
}

.navbar-nav {
    font-family: 'Roboto Condensed', sans-serif
}

.navbar-default {
    background-color: #ECECEC;
    border-color: #ECECEC
}

html,
body {
    height: 100%
}

body {
    background: url(images/bg.jpg) top center repeat-x #F4F4F4;
    color: #4E4E4E
}

* {
    margin: 0
}

a {
    color: #4E4E4E
}

.form-control {
    box-shadow: none
}

.form-control {
    box-shadow: none
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    display: inline-block
}

#wrap {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto -95px;
    padding: 0 0 95px
}

.navbar-default {
    background-color: #14425d;
    background-position-x: -50px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3)
}

.navbar-default .navbar-nav>li>a {
    color: #f2f2f2
}

.navbar-breadcrumb {
    background: rgb(234, 239, 242);
    border-top: 1px solid #476171
}

.search-holder .form-control {
    height: 32px;
    padding: 5px 10px;
    border-right: 0;
    border-radius: 0
}

.search-holder>.input-group-btn>.btn {
    padding: 5px 10px;
    border-left: 0;
    border-radius: 0
}

.breadcrumb-container {
    height: 30px;
    line-height: 30px;
    color: #8D8D8D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif
}

.header-logo {
    display: block;
    width: 196px;
    height: 36px;
    background: url(images/spriteimg_new_white.png) no-repeat 0 0;
    text-indent: -9999px;
    white-space: nowrap;
    outline: none;
    margin: 5px 5px 0 0
}

.multi-column {
    width: 409px
}

.navbar-nav>li>.dropdown-menu {
    background-color: #2f566d
}

.multi-column .dropdown-menu {
    display: block!important;
    position: static!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    box-shadow: none!important;
    min-width: 95px;
    max-width: 106px;
    background-color: transparent
}

.dropdown-menu>li>a {
    padding: 6px 15px;
    font-size: 15px
}

.list-search-res {
    margin-top: 3px;
    position: absolute;
    width: 235px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px #ABABAB
}

.list {
    display: table;
    text-align: left
}

.list h3 {
    display: inline
}

.col-truyen-main {
    padding: 0
}

.col-truyen-side .list {
    background-color: #ecf0f1;
    border: 1px solid #D9E1E4
}

.list>.row {
    display: table-row;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px
}

.col-truyen-side .list>.row {
    background-color: #ecf0f1
}

.title-list>h2,
.title-list>h4 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #4E4E4E
}

.title-list span.glyphicon {
    font-size: 16px;
    line-height: 42px;
    vertical-align: top;
    margin-left: 3px
}

.list>.row>div {
    height: 40px;
    line-height: 40px;
    border-left: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    overflow: hidden
}

.list>.row:last-child>div {
    border-bottom: 0!important
}

.list-cat>.row {
    font-size: 16px
}

.col-truyen-side .list.list-cat>.row>div {
    height: 30px!important;
    line-height: 35px!important;
    border: 0!important;
    padding-left: 20px!important
}

.col-truyen-side .list.list-cat>.row>div:nth-child(odd) {
    padding-left: 40px!important
}

.list>.row>div:first-child {
    border-left: 0;
    padding-left: 0
}

.list .glyphicon-chevron-right {
    font-size: 12px;
    color: #8E8C8C
}

.list>.row>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.col-truyen-side .list>.row>div {
    max-width: 270px;
    padding: 0
}

.title-list {
    text-align: left;
    height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    position: relative
}

.label-title {
    padding: 1px 3px;
    font-size: 13px;
    vertical-align: bottom;
    margin-left: 5px
}

.label-full {
    border: 1px solid #86AD86;
    color: #86AD86
}

.label-full:before {
    content: "Full"
}

.text-888 {
    color: #888
}

.text-888 a {
    color: #888
}

.text-info a {
    color: #31708f
}

.new-select {
    line-height: 40px;
    height: 40px;
    width: initial;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    background-color: transparent
}

.new-select {
    font-size: 20px!important;
    color: #4E4E4E;
    border-color: transparent;
    border-bottom-color: #4E4E4E
}

#intro-index {
    margin-bottom: 15px;
    height: 448px;
    overflow: hidden
}

.index-intro .item {
    float: left;
    margin: 12px 0 0 12px;
    height: 192px;
    width: 129px;
    position: relative
}

.index-intro .item.top-1 {
    margin-left: 15px;
    height: 396px;
    width: 265px
}

.index-intro div.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #f4f4f4;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 0;
    text-shadow: 1px 2px 2px #000;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    text-align: center;
    font-family: 'Roboto Condensed'
}

.item.top-1 div.title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #FFFC57
}

.index-intro .item .item-img {
    box-shadow: 0 1px 2px #B5B5B5;
    width: 129px;
    height: 192px
}

.index-intro .item.top-1 .item-img {
    width: 265px;
    height: 396px
}

.full-label {
    width: 34px;
    height: 50px;
    position: absolute;
    display: block;
    margin: 140px 0 0 -7px;
    z-index: 1;
    background: transparent url(images/full-label.png) no-repeat
}

#list-index {
    position: relative
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Roboto-Regular.eot);
    src: local('Roboto Regular'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.eot) format('embedded-opentype'), url(/fonts/Roboto-Regular.woff) format('woff')
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/RobotoCondensed-Regular.eot);
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Regular.woff) format('woff')
}
.box_content_left{
    position: relative;
    width: 73%;
    float: left;
}
.box_content_right{
    position: relative;
    width: 27%;
    float: left;
}
.box_content_left .box_capnhat{
    width: 100%;
}
.box_content_left .box_capnhat .title_box{
    position: relative;
    text-align: left;
    height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    position: relative;
    line-height: 40px;
    overflow: hidden;
}
.box_content_left .box_capnhat .title_box>h2, .box_content_left .box_capnhat .title_box>h4 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_content_left .box_capnhat .title_box>h2 a, .box_content_left .box_capnhat .title_box>h4 a{
    text-decoration: none;
}
.box_content_left .box_capnhat .title_box select{
    position: relative;
    float: right;
    height: 40px;
    font-size: 20px;
    padding: 5px;
    width: 200px;
    display: inline-block;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    background-color: transparent;
    overflow: hidden;
    outline: none;
    border: none;
}
.box_content_left .box_capnhat .title_box select:focus{
    outline: none;
}
.box_content_left .box_capnhat .title_box select option{
    font-size: 16px;
    width: 100%;
}
.box_content_left .box_capnhat .list_update{
    position: relative;
    width: 100%;
}
.box_content_left .box_capnhat .list_update .li_truyen{
    position: relative;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px dashed #CCC;
    font-size: 15px;
}
.box_content_left .box_capnhat .list_update .li_truyen:last-of-type{
    border-bottom: none;
}
.box_content_left .box_capnhat .list_update .li_truyen .name{
    float: left;
    width: calc(100% - 435px);
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box_content_left .box_capnhat .list_update .li_truyen .name h3{
    line-height: 40px;
    height: 40px;
    width: calc(100% - 5px);
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box_content_left .box_capnhat .list_update .li_truyen .list_cat{
    padding-left: 5px;
    padding-right: 5px;
    width: 185px;
    float: left;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    border-left: 1px dashed #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_content_left .box_capnhat .list_update .li_truyen .chap_name{
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
    float: left;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    border-left: 1px dashed #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_content_left .box_capnhat .list_update .li_truyen .time{
    width: 100px;
    float: left;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-left: 1px dashed #CCC;
    text-overflow: ellipsis;
}
.box_content_right .box_cat_right{
    position: relative;
    width: 100%;
}
.box_content_right .box_cat_right .title-list{
    position: relative;
    padding-left: 15px;
    width: 100%;
    border-bottom: none;

}
.box_content_right .box_cat_right .title-list h4{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCC;
    
}
.box_content_right .box_cat_right .list_cat_right{
    width: 100%;
}
.box_content_right .box_cat_right .list_cat_right div{
    height: 30px!important;
    line-height: 35px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:480px) {
    .form-control {
        font-size: 16px!important
    }
}

@media only screen and (min-width:768px) {
    .col-cat {
        width: 27.5%
    }
    .col-chap {
        width: 22.5%
    }
    .form-control {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    .multi-column .dropdown-menu {
        max-width: 106px
    }
    .dropdown-menu>li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    #list-index {
        min-height: 1000px
    }
    .col-cat {
        width: 23%
    }
    .col-chap {
        width: 18.66666667%
    }
    .col-truyen-main {
        width: 73%
    }
    #list-index .col-truyen-side {
        top: 0;
        right: 0;
        position: absolute
    }
    .col-truyen-side {
        width: 27%;
        padding: 0 0 0 7.5px
    }
    .col-truyen-side .list.list-truyen:first-child {
        margin-top: 0
    }
    .col-truyen-side .list.list-truyen {
        margin: 10px 0;
        padding-right: 14px;
        padding-left: 14px
    }
}

@media only screen and (min-width:1025px) {
    .list {
        border: 0
    }
    .list .glyphicon-chevron-right {
        font-size: 14px
    }
    #list-index .list h3 a {
        font-size: 16px
    }
}

@media only screen and (min-width:1200px) {
    .col-title {
        width: 44.16666667%
    }
    .col-cat {
        width: 22.5%
    }
    .col-chap {
        width: 19.66666667%
    }
    .col-time {
        width: 13.66666667%
    }
}

@media only screen and (max-width:480px) {
    .list>.row>div,
    .title-list>h2,
    .title-list>h4 {
        padding: 0 5px!important
    }
    .container {
        padding: 0
    }
    .container>.row {
        margin: 0
    }
    .header-logo {
        margin-left: 20px
    }
    .navbar-collapse,
    .navbar-header {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .breadcrumb-container {
        padding: 0 5px
    }
    .book-text span {
        display: none
    }
    .book-text:before {
        display: inline;
        content: "Q"
    }
    .chapter-text span {
        display: none
    }
    .chapter-text:before {
        display: inline;
        content: "C"
    }
    #wrap {
        margin: 0 auto -38px;
        padding: 0 0 38px
    }
    .col-title {
        max-width: 280px
    }
}

@media only screen and (max-width:320px) {
    .col-title {
        max-width: 240px
    }
}
@media all AND (min-width: 240px) AND (max-width: 479px){
    .box_content_left .box_capnhat .title_box>h2, .box_content_left .box_capnhat .title_box>h4 {
        font-family: 'Roboto Condensed';
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .title_box select{
        position: relative;
        float: right;
        height: 40px;
        font-size: 16px;
        padding: 5px;
        width: 180px;
        display: inline-block;
        font-family: 'Roboto Condensed';
        text-transform: uppercase;
        background-color: transparent;
        overflow: hidden;
        outline: none;
        border: none;
    }
    .box_content_left .box_capnhat .title_box select option{
        font-size: 14px;
        width: 100%;
    }
    .hide_mobile{
        display: none;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .name{
        float: left;
        width: calc(100% - 100px);
        line-height: 40px;
        height: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .chap_name{
        float: left;
        width: 100px;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .time{
        display: none;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .list_cat{
        display: none;
    }
}
@media all AND (min-width: 480px) AND (max-width: 639px){
    .box_content_left .box_capnhat .title_box>h2, .box_content_left .box_capnhat .title_box>h4 {
        font-family: 'Roboto Condensed';
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .title_box select{
        position: relative;
        float: right;
        height: 40px;
        font-size: 16px;
        padding: 5px;
        width: 180px;
        display: inline-block;
        font-family: 'Roboto Condensed';
        text-transform: uppercase;
        background-color: transparent;
        overflow: hidden;
        outline: none;
        border: none;
    }
    .box_content_left .box_capnhat .title_box select option{
        font-size: 14px;
        width: 100%;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .name{
        float: left;
        width: calc(100% - 200px);
        line-height: 40px;
        height: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .chap_name{
        float: left;
        width: 200px;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .time{
        display: none;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .list_cat{
        display: none;
    }
}
@media all AND (min-width: 641px) AND (max-width: 767px){
    .box_content_left .box_capnhat .title_box>h2, .box_content_left .box_capnhat .title_box>h4 {
        font-family: 'Roboto Condensed';
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .title_box select{
        position: relative;
        float: right;
        height: 40px;
        font-size: 16px;
        padding: 5px;
        width: 180px;
        display: inline-block;
        font-family: 'Roboto Condensed';
        text-transform: uppercase;
        background-color: transparent;
        overflow: hidden;
        outline: none;
        border: none;
    }
    .box_content_left .box_capnhat .title_box select option{
        font-size: 14px;
        width: 100%;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .name{
        float: left;
        width: calc(100% - 300px);
        line-height: 40px;
        height: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .chap_name{
        float: left;
        width: 200px;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .time{
        display: block;
    }
    .box_content_left .box_capnhat .list_update .li_truyen .list_cat{
        display: none;
    }
}
@media all AND (max-width: 991px){
    .hide_min_mobile{
        display: none;
    }
    .box_content_left{
        width: 100%;
    }
    .box_content_right{
        display: none;
    }
}
