body {
    font-family: Arial !important;
}

.sidebar-nav {
    padding: 9px 0
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible
}

.dropdown:hover .dropdown-menu {
    display: block
}

.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, .2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 11px;
    left: -6px
}

.qpvn-home-link>a,
.qpvn-home-link>a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.qpvn-livetv {
    background-color: #DF4A43;
    border-radius: 4px;
    color: white;
    display: inline-block;
    padding: 5px;
}

.qpvn-livetv-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ic-play {
    opacity: 0;
    transform: scale(0);
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    background: rgba(0, 0, 0, 0) url("/css/newStyle/img/qpvIco.png") no-repeat scroll 0 0 / 60px 60px;
}

.thumbnail:hover .ic-play,
.main-live:hover .ic-play,
.first-video:hover .ic-play {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in 0s;
}


.ic-mid-play {
    background: rgba(0, 0, 0, 0) url("/css/newStyle/img/qpvIco.png") no-repeat scroll 0 0 / 40px 40px;
    height: 40px;
    left: 55%;
    margin-left: -30px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transform: scale(0);
    width: 40px;
}

.thumbnail:hover .ic-mid-play,
.video-thumb:hover .ic-mid-play {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in 0s;
}

.qpv-ico-play {
    background: rgba(0, 0, 0, 0) url("/css/newStyle/img/qpvIco.png") no-repeat scroll 0 0 / 40px 40px;
    height: 40px;
    left: 30%;
    margin-left: -30px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    width: 40px;
}


.s-ico-play {
    background: rgba(0, 0, 0, 0) url("/css/newStyle/img/qpvIco.png") no-repeat scroll 0 0 / 30px 30px;
    height: 30px;
    left: 20%;
    margin-left: -30px;
    margin-top: -45px;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    width: 30px;
}



.thumb:hover .qpv-ico-play,
.thumb:hover .s-ico-play {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in 0s;
}



.navbar {
    margin-bottom: 5px !important;
}

.row.hidden-md.hidden-lg>#qpv-searchDiv>#qpv-searchForm {
    margin: 5px 0px !important;
}


.qpv-big-thumb .thumb {
    width: 100% !important;
    height: 100% !important;
    /* max-height: 160px !important; */
}


.qpv-desc {
    /*background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;*/
    background-color: #df4a43;
    bottom: 6px;
    color: white;
    font-size: 14px;
    left: 20px;
    margin-bottom: 0;
    padding: 5px;
}

.qpv-no-decoration,
.qpv-no-decoration:hover {
    text-decoration: none !important;
}

.banner p {
    height: 100% !important;
    margin-top: 10px !important;
}

#desc-pop-up {
    display: none;
    position: absolute;
    min-width: 320px;
    max-width: 400px;
    padding: 8px;
    background: #F3F2F2;
    /*    color: #000000;*/
    /*border: 1px solid #aaa;*/
    font-size: 90%;
    z-index: 999;
    border-radius: 4px;
    bottom: 4px;
    opacity: 0.7;
    color: #3F3C36;
}


#desc-pop-up2 {
    display: none;
    position: absolute;
    min-width: 320px;
    max-width: 400px;
    padding: 8px;
    background: #F3F2F2;
    /*    color: #000000;*/
    /*border: 1px solid #aaa;*/
    font-size: 90%;
    z-index: 999;
    border-radius: 4px;
    bottom: 4px;
    opacity: 0.7;
    color: #3F3C36;
}

.footer-qpv-text {
    /*font-size: 11px;*/
    font-weight: 700;
}

.qpv-without-padding {
    padding: 0 !important;
}

.qpv-padding-top {
    padding: 2px 0 0 0 !important;
}

.qpv-holiday-style {
    /*background: url('/css/newStyle/img/tet.png') repeat center; */
    color: white;
    height: 80px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: white;
}


a:hover {
    text-decoration: none;
}

#qpvn-schedule>li>a {
    padding: 10px 14px;
}

#schedule-table {
    max-height: 100%;
}


.jw-tab-focus:focus {
    outline: none !important;
}

.subtitle {
    padding-top: 4px;
}

.qpv-big-thumb .thumb>img {
    max-height: 160px;
}

.qpv-padding {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.qpvn-legend-margin {
    margin: 7px -6px !important;
}

.qpv-sapo {
    background-color: #F9D24D;
    color: #424242;
    font: 16px/1.3 arial;
    padding: 5px;
    border-radius: 4px;
}

.qpv-art-desc {
    font-weight: 600;
    text-align: justify;
    font-style: italic;
}

.qpv-padding-right {
    padding-right: 7px !important;
}

.qpv-footer-text {
    color: #333333 !important;
}


/* .qpv-white-text{ */
/* color: #333 !important; */
/* } */
.qpv-white-text {
    color: #fff !important;
}

.qpv-mobile-nav {
    float: right;
    margin-top: 10px;
}

/* .qpv-mobile-menu{ */
/* background-color: #E5E5E5 !important; */
/* } */
.qpv-mobile-menu {
    background-color: #810609 !important;
}


#menu .nav .dropdown-menu>li>a.qpv-white-text:hover {
    color: #df4a43;
    background-color: #fc6760
}

/* .nav-pills > li > a
{
	padding: 10px 21px !important;
}

.nav-pills > li + li{
	margin-left: 1px !important;
} */