﻿.video-top {
    width: 100%;
    height: 389px;
}

.tlm-video-play {
    width: 100%;
    height: 390px;
}
.tlm-audio-play {
    width: 100%;
    height: 30px;
    margin:5px 0px;
}

@media (max-width: 666px) {
    .tlm-video-play {
        width: 100%;
        height: 100%;
    }
    /*.tlm-video-box  {width:100%;}*/
}

.tlm-video-box {
    width: 150px !important;
    height: 160px;
    background: #fff;
    border: 1px #d6d6d6 solid;
    padding: 1px;
    margin-bottom:5px;
}

    .tlm-video-box a {
        text-align: center;
    }

.tlm-video-box-title {
    margin-top: 5px;
}

.a-rss {
    padding-right: 0 !important;
    padding-left: 9px !important;
}

.mnv-title h3 a.link {
    padding-left: 0 !important;
    border-radius: 0 !important;
}

.mnv-list-calender {
    height: 290px !important;
}

#_Degree_1 {
    color: #f79743;
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: -0.4px;
}

.mnv-box-des p {
    width: 100%;
}

.mnv-box-des .mnv-text p img {
    display: block;
    text-align: center;
}

.mnv-bigiu h4 {
    margin-bottom: 10px !important;
}

.mnv-item-clipview a img {
    height: 115px;
    width: 100%;
}



.box-poll .item .radio {
    float: left;
    padding-right: 5px;
    /*width: 15px;*/
}

.clear {
    clear: both;
    color: white;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.box-poll .item {
    padding: 5px 0;
}

    .box-poll .item .radio input {
        margin-top: 2px;
        padding: 0;
    }

.radio, .checkbox {
    margin: 0;
    padding-left: 10px;
}

.description {
    text-align: left;
    padding-left: 25px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.modal-dialog {
    width: 80%;
}

.poll-result {
    text-align: left;
    width: 100%;
}

    .poll-result .th h3 {
        padding: 0;
        margin: 0;
        font-size: 12pt;
    }

    .poll-result .th {
        background: #0066CC;
        color: white;
        padding-left: 10px;
    }

table td {
    padding: 7px 0;
    border-top: 1px dotted #ccc;
}

.modal-header .close {
    margin-top: -10px;
}
.poll-result .tf {
    background: #f9eedf;
    text-align: right;
    font-size: 10pt;
}

/*fix cho video hiển thị đúng ở trang to*/
/*iframe#stream {
    height: auto;
}*/
@media only screen and (min-width: 1200px) {
    iframe#stream {
        width: 480px;
        height: 270px;
    }
}
@media only screen and (max-width: 800px) {
    iframe#stream {
        width: 100%;
        height: 270px;
    }
}