body {
    font-family: Roboto, sans-serif, Arial;
    margin: 0
}

a {
    color: #303030
}

.hidden {
    display: none
}

.container-full {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #2b2b2b
}

.thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #ddd
}

.timing {
    font-size: 10px;
    color: #a0a0a0;
    margin-bottom: 2px
}

.menuu {
    overflow: hidden
}

#menutop {
    display: none;
    position: fixed;
    top: 0
}

.menuu a {
    padding: 5px 10px;
    font-family: 'Marck Script', Roboto, sans-serif;
    float: left;
    line-height: 30px;
    font-size: 20px;
    color: red;
    font-weight: 700;
    text-decoration: none
}

.menuu a:hover {
    color: #0094ff
}

.menuu #megalogo {
    width: 55px
}

.menuu #megalogo img {
    max-width: 100%;
    width: 100%
}

#navigation,
.navigation {
    background: #DBDCDE;
    position: relative;
    float: left;
    width: 100%;
    z-index: 222
}

#navigation .navbar-toggler,
.navigation .navbar-toggler {
    padding: 1px 5px
}

#navigation .navbar-toggler.collapse,
.navigation .navbar-toggler.collapse {
    background: #fff
}

.navigation {
    background: #58585B
}

.navi {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99
}

.navi li {
    font-size: 14px;
    border: 0;
    font-weight: 700;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.navi li a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap
}

.navi li .navi-sub {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    background-color: #fff;
    transition-timing-function: ease-out;
    max-height: 0;
    z-index: 99;
    opacity: 0;
    transition: all .75s ease
}

.navi li .navi-sub a {
    white-space: normal;
    padding: 0
}

.navi li .navi-sub .menu-title {
    width: 100%;
    margin-top: 5px;
    font-size: 13px
}

.navi li .navi-sub ul {
    background: #f1f2f2;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px
}

.navi li .navi-sub ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0;
    float: none;
    text-align: right
}

.navi li .navi-sub .navi-sub-contain {
    padding: 0 30px 5px
}

.navi li:hover .navi-sub {
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .4);
    max-height: 1000px;
    padding: 20px 15px 0;
    z-index: 100;
    opacity: 1
}

.navi-extend {
    height: 28px;
    overflow: hidden;
    border-bottom: 1px solid #DBDCDE
}

.navi-extend .navi-extend-title {
    font-size: 12px;
    color: #e31;
    font-weight: 700;
    float: left;
    padding: 5px 0;
    padding-left: 10px;
    padding-right: 5px;
    width: 6%
}

.navi-extend .textscroll {
    font-size: 12px;
    float: left;
    position: relative;
    width: 42%;
    height: 28px;
    overflow: hidden
}

.navi-extend #LatestScroll {
    list-style: square;
    position: absolute;
    width: 100%;
    transition: all ease-in-out .3s;
    padding-right: 10px
}

.navi-extend #LatestScroll li {
    padding: 5px 0;
    margin-left: 20px;
    color: red;
    white-space: nowrap;
    height: 28px
}

.navi-extend #LatestScroll li a {
    color: #333;
    overflow: hidden;
    width: 100%
}

.navi-extend .searchmenu {
    width: 42%;
    float: right;
    padding: 1px 0
}

.navi-extend .searchmenu .input-group-addon {
    font-size: 12px;
    padding: 0 5px;
    height: 24px;
    color: red
}

.navi-extend .searchmenu #txtsearchtop {
    font-size: 12px;
    padding: 0 5px;
    height: 24px
}

.navi-extend .searchmenu #searchtop {
    padding: 0 5px;
    height: 24px;
    color: red
}

.navbar-dark .navi li a {
    color: #fff;
    padding: 5px 10px
}

.navbar-dark .navbar-toggler {
    padding: 2px
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    opacity: .4
}

.cover-text-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    bottom: 4rem;
    padding-right: 10rem;
    padding-left: 10rem
}

.cover-text {
    font-weight: 600;
    line-height: 1;
    font-size: 3.04em;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff;
    text-align: center
}

.cover-logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20%
}

.cover-logo img {
    max-width: 100%;
    width: 100%
}

.hinh,
.text-section,
.title2 {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    white-space: normal;
    text-align: justify;
    padding: 0 25%;
    margin-bottom: 2rem
}

.text-section p {
    font-weight: 300;
    white-space: normal;
    text-align: justify;
    margin-bottom: 2rem
}

.story-wrapper .text-section.dropcap:first-letter {
    float: left;
    font-size: 7em;
    padding-top: .1em;
    padding-right: .05em;
    margin-bottom: 0;
    line-height: .7;
    padding-bottom: 0;
    font-weight: 300;
    margin-top: -.02em;
    font-style: normal
}

.hinh {
    padding-left: 20%;
    padding-right: 20%;
    overflow: hidden
}

.hinh,
.hinh span,
.hinhtrai,
.hinhtrai span,
.hinhphai,
.hinhphai span,
.hinhtran,
.hinhtran span {
    font-style: italic;
    font-size: 1em;
    text-align: center;
    font-weight: 300;
    white-space: normal
}

.hinh img,
.hinhtrai img,
.hinhphai img,
.hinhtran img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    margin-bottom: .5rem
}

.hinhtrai {
    width: 25%;
    padding: 0 !important;
    margin-left: 25%;
    margin-right: 10px;
    float: left;
    overflow: hidden
}

.hinhphai {
    width: 25%;
    padding: 0 !important;
    margin-right: 25%;
    margin-left: 10px;
    float: right;
    overflow: hidden
}

.hinhtrai img,
.hinhphai img {
    margin-top: 7px
}

.title2 {
    font-size: 2.205em;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.25;
    padding: 0 20%;
    text-align: center
}

.hinhtran {
    width: 100%
}

.chapper {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    clear: both
}

.box {
    width: 50%;
    margin: 1rem auto;
    border: 1px solid green;
    background: #eaeaea
}

.box td,
.boxtrai td,
.boxphai td {
    padding: 8px;
    font-size: 1.25em;
    text-align: justify
}

.boxtrai {
    width: 25%;
    float: left;
    margin-left: 25%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    border: 1px solid green;
    background: #eaeaea
}

.boxphai {
    width: 25%;
    float: right;
    margin-right: 25%;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    border: 1px solid green;
    background: #eaeaea
}

.story-wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 2rem
}

.story-wrapper img {
    max-width: 100%
}

.video-wrap {
    width: 100%;
    padding: 1rem 20%;
    background: #000;
    margin-bottom: 2rem
}

.vdplayer .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vdplayer {
    width: 100%;
    max-height: 580px;
    height: auto !important;
    overflow: hidden;
    font-family: Arial
}

.my_video_1-dimensions {
    height: auto !important;
    max-height: 580px
}

.vdplayer .vjs-tech {
    width: 100%;
    height: auto !important;
    max-height: 580px
}

.vdplayer.vjs-fullscreen {
    max-height: none
}

.vdplayer.vjs-fullscreen .vjs-tech {
    max-height: none
}

.vdplayer .vjs-menu-button,
.vdplayer .vjs-menu-item {
    -webkit-appearance: none !important
}

.o-pannel {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #f44336
}

.o-pannel .o-title {
    color: #f44336;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    border-top: 2px solid #f44336;
    margin-top: -1px;
    font-weight: 700;
    padding: 5px 0
}

.o-pannel .o-title a {
    color: #f44336;
    text-transform: uppercase;
    font-size: 16px
}

.sp-cate-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 2px;
    margin-top: 10px
}

.sp-cate-summ {
    font-size: 12px;
    text-align: justify;
    color: #58585b
}

.sp-cate-sub-item {
    padding-bottom: 15px
}

.sp-cate-sub-item .thumb {
    width: 30%;
    float: left
}

.sp-cate-sub-item .sp-cate-sub-item-desc {
    width: 70%;
    padding-left: 15px;
    float: left
}

.sp-cate-sub-item .sp-cate-sub-item-desc .sp-cate-sub-item-title {
    font-size: 14px;
    font-weight: 700
}

.sp-cate-sub-item .sp-cate-sub-item-desc .sp-cate-sub-item-summ {
    font-size: 12px;
    color: #58585b
}

#cmt {
    margin-bottom: 30px
}

#cmt .cmt-pannel {
    float: left;
    width: 100%;
    border-bottom: 1px solid #007bff;
    margin-bottom: 15px
}

#cmt .cmt-title {
    float: left;
    border-bottom: 2px solid #007bff;
    color: #007bff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0
}

#cmt .bl_notice {
    font-size: 13px;
    font-style: italic
}

#cmt .item {
    margin-top: 10px
}

#cmt .reply_cm {
    margin-top: 5px
}

#cmt .name {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-right: 10px
}

#cmt .date {
    color: rgba(144, 144, 144, .75);
    font-size: 11px;
    float: left;
    line-height: 19px
}

#cmt .message {
    font-size: 13px;
    text-align: justify
}

#cmt .message .warning {
    color: #e31;
    font-size: 11px;
    font-style: italic
}

#cmt .like_icon,
#cmt .dislike_icon {
    background: url(http://baobinhphuoc.com.vn/content/imgs/icon/icon-like.gif) no-repeat;
    width: 12px;
    float: left;
    height: 12px;
    margin-right: 5px;
    cursor: pointer
}

#cmt .dislike_icon {
    background: url(http://baobinhphuoc.com.vn/content/imgs/icon/icon-dislike.gif) no-repeat
}

#cmt .like_count,
#cmt .dislike_count {
    float: left;
    margin-right: 3px;
    font-size: 12px;
    color: #a8a8a8
}

#cmt .liked_icon,
#cmt .disliked_icon {
    background: url(http://baobinhphuoc.com.vn/content/imgs/icon/icon-like.gif) no-repeat;
    width: 12px;
    float: left;
    height: 12px;
    margin-right: 5px;
    cursor: pointer
}

#cmt .disliked_icon {
    background: url(http://baobinhphuoc.com.vn/content/imgs/icon/icon-dislike.gif) no-repeat
}

#cmt .reply {
    font-size: 13px;
    color: #a8a8a8;
    width: 100%;
    float: left
}

#cmt .rl_cm_ctn {
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-bottom: 10px
}

#cmt .comment-container {
    padding: 0 20px
}

#cmt #btnViewMoreComments {
    font-size: 13px;
    font-weight: 700;
    color: #007bff;
    text-decoration: underline
}

.menu-bottom {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    background: #58585b
}

.menu-bottom .menu-bottom-item {
    padding: 10px 15px
}

#bottom {
    padding-bottom: 20px
}

#bottom .logo-bottom img {
    max-width: 100%;
    height: auto;
    width: 100%
}

#bottom .bottom-item {
    border-right: 1px solid #ddd
}

#bottom .bottom-item p {
    font-size: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px
}

#bottom .bottom-item:last-child {
    border-right: none
}

@media (max-width:1299px) {

    .hinh,
    .text-section,
    .title2,
    .hinhtrai,
    .hinhphai {
        padding: 0 20%
    }

    .boxtrai,
    .hinhtrai {
        margin-left: 20%
    }

    .hinhphai,
    .boxphai {
        margin-right: 20%
    }

    #bottom .bottom-item p {
        font-size: 8px
    }
}

@media (max-width:992px) {
    .navi-extend .navi-extend-title {
        width: 10%
    }

    .navi-extend .textscroll {
        width: 40%
    }

    .navi-extend .searchmenu {
        width: 50%
    }

    .navi {
        display: none
    }

    #navigation,
    .navigation {
        justify-content: space-between
    }

    #navigation .navi li,
    .navigation .navi li {
        width: 100%;
        font-weight: 700;
        font-size: 13px
    }

    #navigation .navi .navi-sub,
    .navigation .navi .navi-sub {
        position: unset;
        height: auto !important;
        padding: 0 15px !important;
        background: 0 0;
        box-shadow: none;
        display: block
    }

    #navigation .navi .navi-sub .navi-sub-menu,
    .navigation .navi .navi-sub .navi-sub-menu {
        background: 0 0;
        padding: 0 5px 15px 30px;
        border: none
    }

    #navigation .navi .navi-sub .navi-sub-menu li,
    .navigation .navi .navi-sub .navi-sub-menu li {
        text-align: left
    }

    #navigation .navi .navi-sub .navi-sub-menu li a,
    .navigation .navi .navi-sub .navi-sub-menu li a {
        color: #555
    }

    .navi li .navi-sub ul li {
        font-size: 11px
    }
}

@media (max-width:991px) {
    #navigation .navbar-toggler {
        padding: 1px 5px
    }

    #navigation .navbar-toggler-icon {
        height: 22px;
        width: 22px
    }

    .hinh,
    .text-section,
    .title2,
    .hinhtrai,
    .hinhphai {
        padding: 0 10%
    }

    .hinhtrai,
    .boxtrai {
        margin-left: 10%;
        width: 40%
    }

    .hinhphai,
    .boxphai {
        margin-right: 10%;
        width: 40%
    }
}

@media (max-width:767px) {
    .container-full {
        height: auto;
        min-height: 350px
    }

    #navigation .navbar-toggler-icon {
        height: 15px;
        width: 15px
    }

    .navi-extend .navi-extend-title {
        display: none
    }

    .navi-extend .textscroll {
        width: 50%;
        padding-right: 10px;
        overflow: hidden
    }

    .navi-extend .searchmenu {
        width: 50%
    }

    .cover-text {
        font-size: 2.5em
    }

    .hinh,
    .text-section,
    .title2,
    .hinhtrai,
    .hinhphai {
        padding: 0 5%;
        font-size: 14px;
        margin-bottom: 1rem
    }

    .hinh,
    .hinhphai,
    .hinhtrai,
    .hinhtran {
        font-size: 13px
    }

    .hinhtrai {
        margin-left: 5%;
        margin-right: 10px;
        width: 45%
    }

    .hinhphai {
        margin-left: 10px;
        margin-right: 5%;
        width: 45%
    }

    .hinhphai img,
    .hinhtrai img {
        margin-top: 3px
    }

    .title2 {
        font-size: 16px
    }

    .box td,
    .boxtrai td,
    .boxphai td {
        font-size: 14px
    }

    .box {
        width: 80%
    }

    .boxtrai {
        margin-left: 5%;
        width: 40%
    }

    .boxphai {
        margin-right: 5%;
        width: 40%
    }

    .boxphai,
    .boxtrai {
        margin-top: 3px
    }
}

@media (max-width:575px) {
    .cover-logo {
        width: 40%
    }

    .cover-text-wrapper {
        padding: 10px;
        bottom: 2rem
    }

    .cover-text {
        font-size: 26px
    }

    #bottom .bottom-item {
        border-right: none
    }

    #bottom .bottom-item p {
        font-size: 12px
    }
}