body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    position: relative;
}

.lvn-header{
    height: 120px;
    background: url("../images/bg-hoavan.jpg") repeat center;
}

.lvn-header .container{
    position: relative;
}

.lvn-logo-main{
    width: 28%;
    height: 120px;
    float: left;
    position: relative;
}
.lvn-logo{
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
.lvn-header-ads{
    width: 70%;
    height: 120px;
    float: right;
    overflow: hidden;
    text-align: right;
}
.lvn-header-ads img{
    margin-top: 15px;
    height: 90px;
}

.lvn-header-navbar{
    background: #8f0000;
    height: 45px;
    box-shadow: 0 8px 30px 0 #fff;
    -moz-box-shadow: 0 8px 30px 0 #fff;
    -webkit-box-shadow: 0 8px 30px 0 #fff;
}
.lvn-hnavbar-menu{
    list-style: none;
    position: relative;
    height: 45px;
}
.lvn-hnavbar-menu > li{
    float: left;
}
.lvn-hnavbar-menu > li > a{
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    color: #ffffff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.lvn-hnavbar-menu > li.active > a,
.lvn-hnavbar-menu > li:hover > a{
    background: #f4f4f4;
    color: #c20000;
    border-left: 1px solid #dcbbbb;
    border-right: 1px solid #dcbbbb;
}

.lvn-hnavbar-menu > li > ul{
    display: none;
    height: 38px;
    width: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 45px;
    left: 0;
}
.lvn-hnavbar-menu > li.active > ul,
.lvn-hnavbar-menu > li:hover > ul{
    display: block;
}
.lvn-hnavbar-menu > li > ul > li{
    float: left;
}
.lvn-hnavbar-menu > li > ul > li > a{
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 5px;
    color: #5b5b5b;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    background: url("../images/line-menu.png") no-repeat center right;
}
.lvn-hnavbar-menu > li > ul > li.active > a,
.lvn-hnavbar-menu > li > ul > li:hover > a {
    color: #c20000;
    text-decoration: underline;
}
.lvn-hnavbar-menu > li > ul > li:last-child > a{
    background: none;
}

.lvn-search{
    position: absolute;
    bottom: -44px;
    right: 15px;
    z-index: 1;
    width: 265px;
    height: 45px;
    padding-top: 9px;
}
.lvn-search-txt{ 
    height: 28px;
    padding: 0 40px 0 10px;
    color: #ffffff;
    outline: none;
    border: 0; 
    background: #4a0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-box-shadow: 1px 1px 0 0 #b14d4d;
    -webkit-box-shadow: 1px 1px 0 0 #b14d4d;
    box-shadow: 1px 1px 0 0 #b14d4d;
}
.lvn-header-searchtxthide{
    display: none;
    position: absolute;
    top: 5px;
    right: -30px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #c20000;
    padding-top: 3px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.lvn-hnavbar-bottom{
    height: 45px;
    background: #f4f4f4;
}
.lvn-search-btn{
    height: 28px;
    width: 45px;
    color: #fff;
    background: #4a0000 url("../images/icon-search.png") no-repeat center right;
    border: none;
    -moz-box-shadow: 1px 1px 0 0 #b14d4d;
    -webkit-box-shadow: 1px 1px 0 0 #b14d4d;
    box-shadow: 1px 1px 0 0 #b14d4d;
}

.lvn-main{
    margin-top: 20px;
}
.lvn-calendar{
    background: #ffeaea;
    padding: 0 40px 15px 40px;
}
/* .lvn-cld-time{

} */
.lvn-cld-monthyear{
    width: 255px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    margin: 30px auto 0;
    white-space: nowrap;
    color: #c20000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    border: 2px solid #e07575;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.lvn-cld-week{
    margin: 15px auto 0;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #c20000;
}
.lvn-cld-day{
    width: 255px;
    height: 160px;
    line-height: 120px;
    text-align: center;
    padding: 15px 0 20px;
    margin: 0 auto;
    border-bottom: 2px solid #c20000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 163px;
    font-weight: bold;
    color: #c20000;
}
.lvn-cld-day a{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 163px;
    font-weight: bold;
    color: #c20000;
}
.lvn-cld-timebott{
    margin-top: 15px;
    text-align: center;
    color: #c20000;
    padding: 0 5px;
}
.lvn-cld-timebott-title{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.lvn-cld-timebott-main{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.lvn-event-month{
    width: 340px;
    margin: 30px auto 0;
    background: #ffffff;
    border: 1px solid #d5c6c6;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.lvn-event-month-title{
    height: 45px;
    line-height: 42px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background: #747474;
}
.lvn-event-month-list{
    padding: 20px 30px;
}
.lvn-event-month-list li{
    display: block;
}
.lvn-event-month-list li a{
    font-size: 14px;
    color: #252525;
    display: block;
    margin-bottom: 3px;
    padding-left: 25px;
    background: url("../images/icon-amduong-red.png") no-repeat top left;
}
.lvn-event-month-list li a:hover{
    color: #c20000;
}

.lvn-banner .owl-dots, 
.lvn-banner .owl-nav {
    position: relative;
    top: -30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.lvn-banner .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.lvn-banner .owl-dots .owl-dot.active span, 
.lvn-banner .owl-dots .owl-dot:hover span {
    background: #8f0000;
}
.lvn-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block; 
    transition: opacity .2s ease;
    border-radius: 30px;
    font-weight: bold;
}

.lvn-vmore a{
    color: #c20000;
    font-weight: bold;
}
.lvn-xthem{
    text-align: center;
    padding: 10px 0;
}
.lvn-xthem a{
    display: inline-block;
    padding: 5px 15px;
    background: #8f0000;
    color: #fff;
}

.lvn-ss1{
    padding: 30px 0 50px;
}
.lvn-sstit{
    padding-top: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.lvn-sscten{
    margin-bottom: 15px;
    text-align: justify;
}
.lvn-ssbnt{
    margin-bottom: 15px;
}
.lvn-ssbnt a{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #601F1B;
    border-radius: 3px;
    transition: all 0.3s;
}
.lvn-ssbnt a:hover{
    color: rgb(128, 15, 15);
    background: #f7f336;
}

.lvn-ss2{
    padding: 50px 0;
    background: #FCF5E2;
}
.lvn-ss2i{
    text-align: center;
}
.lvn-ss2i img{
    width: 100%;
}

.lvn-main-title{
    margin: 20px 0 30px; 
    color: #c20000;
    font-family: 'Roboto Condensed', Arial, sans-serif; 
    font-size: 25px;
    position: relative;
    padding-bottom: 10px; 
    text-align: center;
}
.lvn-main-title:before{
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -45px;
    content: "";
    width: 90px;
    height: 4px;
    background: #c20000;
    display: block;
}
.lvn-sub-about-main{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.swiper-button-prev{
    background-image: url("../images/icon-slide-prev.png");
}
.swiper-button-next{
    background-image: url("../images/icon-slide-next.png");
}

.lvn-sub-abouttab{
    margin: 5px 0;
}
.lvn-panel-title{
    background: #f0f0f0;
}
.lvn-panel-title a{
    display: block;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    background: url("../images/icon-amduong.png") no-repeat center left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.lvn-panel-title a:hover{
    color: #c20000;
    background: url("../images/icon-amduongred.png") no-repeat center left;
}

.lvn-spimg{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    border: 1px solid #a9a9a9;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 19%);
    padding: 10px;
    transition: transform 1s;
    
}
.lvn-spimg:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.95;
    box-shadow: 0 2px 4px 0 rgb(255 255 0 / 60%), 0 2px 4px 0 rgb(255 255 0 / 60%);
    border: 1px solid grey;
}
.lvn-spimg img{
    max-width: 400px;
    width: 100%;
    height: auto;
}
.lvn-sptit{
    text-align: center;

}
.lvn-sptit a{ 
    color: #c20000; 
    font-family: 'Dancing Script', cursive;
    font-size: 26px; 
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lvn-lib-item:first-child{
    padding-top: 5px;
}
.lvn-lib-item{
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.lvn-lib-img{
    float: left;
    width: 200px;
    height: 150px;
}
.lvn-lib-img img{
    width: 230px;
    max-height: 150px;
}
.lvn-lib-info{
    display: block;
    margin-left: 220px;
}
.lvn-lib-cate,
.lvn-lib-title{
    margin-bottom: 10px;
}
.lvn-lib-cate a,
.lvn-lib-postcate{
    font-weight: bold;
    font-size: 12px;
    color: #c20000;
    text-transform: uppercase;
}
.lvn-lib-title a{
    color: #252525;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
}
.lvn-lib-title a:hover{
    color: #c20000;
}
.lvn-lib-posttime{
    font-size: 12px;
    color: #9b9a9a;
    margin-bottom: 5px;
    display: inline-block;
}
.lvn-lib-postcate{
    display: none;
}
.lvn-lib-content{
    font-size: 14px;
    color: #252525;
    line-height: 22px;
}

.lvn-pagin{
    float: right;
}
.lvn-pagin li,
.lvn-pagin li a{
    color: #7f7f7f;
}
.lvn-pagin.pagination>.active>a{
    background-color: #7f7f7f !important;
    border-color: #7f7f7f !important;
}

.lvn-sbrbox .lvn-main-title{
    margin: 0;
}
.lvn-sbright {
    margin-bottom: 15px;
    background: #ffeaea;
 }

.lvn-sbright li a{
    display: block;
    padding: 5px 15px;
    background: #ffeaea;
    border-bottom: 1px solid #bba9a9;
}
.lvn-sbright li a:hover{
    color: #fff;
    background: #c20000;
}


.lvn-footer{
    margin-top: 10px;
}
.lvn-ftct{
    color: #ffde00;
    font-size: 13px;
    line-height: 28px;
}
.lvn-ftct .glyphicon i{
	display: none;
}
.lvn-cate-list{
    background: url("../images/bg-hoavan.jpg") repeat;
    border-top: 5px solid #ffde00;
    padding: 40px 0;
} 
.lvn-lcate-title{
    cursor: pointer;
    white-space: nowrap;
    color: #ffffff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}
.lvn-lcate-ul li{
    margin: 0 0 5px 0;
}
.lvn-lcate-ul li a{
    color: #ffde00;
    font-size: 13px; 
}
.lvn-lcate-ul li a:hover{
    text-decoration: underline;
}
.lvn-tag-list{
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.lvn-tag-listul{
    width: 107%;
    height:65px;
    line-height: 22px;
    overflow:auto;
}
.lvn-tag-listul li{
    display: inline-block;
}
.lvn-tag-listul li a{
    display: inline-block;
    color: #ffde00;
}
.lvn-tag-listul li a:after{
    content: ",";
    padding-right: 2px;
}
.lvn-tag-listul li a:hover{
    text-decoration: underline;
}

.lvn-footer-copyright{
    padding: 5px 0;
    background: #700000;
    color: #dd2a2a;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
}
.lvn-fcopyright{
    margin-top: 5px;
}
.lvn-fsocial{
    text-align: right;
}
.lvn-fsocial span{
    position: relative;
    top: -8px
}
.lvn-icon-social{
    width: 31px;
    height: 30px;
    display: inline-block;
    background-image: url("../images/icon-social.png");
    background-repeat: no-repeat;
}
.lvn-icon-facebook{
    background-position: 0 0;
}
.lvn-icon-twister{
    background-position: -41px 0;
}
.lvn-icon-google{
    background-position: -81px 0;
}

.lvn-LeftNav{
    border: 0;
    padding-top: 10px;
    background: url("../images/bg-hoavan.jpg") repeat center;
    box-shadow: inset -3px 0 17px 0 #571A1A;
    -moz-box-shadow: inset -3px 0 17px 0 #571A1A;
    -webkit-box-shadow: inset -3px 0 17px 0 #571A1A;
}
.lvn-icon-leftmenu{
    display: none;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: none;
    outline: none;
}
.lvn-icon-leftmenu i{
    width: 26px;
    height: 20px;
    display: block;
    background: url("../images/icon-left.png") no-repeat center;
}
.frum-icon-search{
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    cursor: pointer;
}
.frum-icon-search i{
    width: 16px;
    height: 16px;
    display: block;
    background: url("../images/search-icon.png") no-repeat center;
}
 
.lvn-mnleft-main .panel{
    margin-bottom: 0;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lvn-mnleft-main .panel-heading{
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #a00000;
    border-radius: 0;
    background: url("../images/icon-amduong.png") no-repeat center left;
    background-size: 30px;
}
.lvn-mnleft-main .panel-body{
    border: 0 !important;
    padding: 0 5px;
}
.lvn-lmncate-title-home{
    border-bottom: 1px solid #a00000;
}
.lvn-lmncate-hometitle{
    cursor: pointer;
    position: relative;
    height: 42px;
    line-height: 41px;
    padding: 0 15px 0 10px;
}
.lvn-lmncate-hometitle a {
    white-space: nowrap;
    color: #ffffff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    display: block;
}
.lvn-lmncate-title{
    cursor: pointer;
    position: relative;
    height: 42px;
    line-height: 41px;
    padding: 0 15px 0 30px;
}
.lvn-lmncate-title a{
    white-space: nowrap;
    color: #ffffff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    display: block;
}
.lvn-mnleft-main.panel-group .panel+.panel {
    margin-top: 0;
}

.lvn-lmncate-ul li a{
    color: #ffde00;
    font-size: 13px;
    white-space: nowrap
}


/*CHI TIET PHONG TUC*/
.lvn-breadcrumbs div{
    display: inline-block;
}
.lvn-breadcrumbs a{
    display: inline-block;
    padding-right: 2px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b5b5b;
}
.lvn-breadcrumbs a h1{
    content: "";
    color: #c20000;
}
 
.lvn-dnews-title{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 10px;
}
.lvn-dnews-cretime{
    font-size: 12px;
    color: #9b9a9a;
    margin-bottom: 10px;
}
.lvn-dnews-likefb{
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.lvn-dnews-shorttext{
    color: #252525;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}
.lvn-dnews-connect{
    padding: 10px 5px 10px 20px;
    background: #ffeaea;
    border: 1px solid #edb2b2;
    margin-bottom: 20px;
}
ul.lvn-dnews-listnews li{
    margin: 5px 0;
    padding-left: 20px;
    background: url("../images/icon-dot-red.png") no-repeat 0 6px;
}
ul.lvn-dnews-listnews li a{
    color: #4b4b4b;
    font-size: 16px;
}
ul.lvn-dnews-listnews li a:hover{
    color: #c20000;
}
.lvn-dnews-content{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.lvn-dnews-content img{
    max-width: 100%;
}
.lvn-dnews-content p{
    margin: 5px 0;
}
.lvn-dnews-tags{
    font-size: 14px;
    margin-bottom: 30px;
}
.lvn-icon-tags{
    background: url("../images/bg-tags.png") no-repeat center;
    width: 20px;
    height: 21px;
    display: inline-block;
}
.lvn-dnews-tags a:after{
    content: ", ";
}
.lvn-dnews-tags a:hover{
    text-decoration: underline;
}
.lvn-dnews-some{
    margin-bottom: 20px;
}


/*TRANG TU VI*/
.lvn-main-subnews{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.lvn-xemtv-blockyear{
    color: #c20000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0 0 0;
}
.lvn-xemtv-blockwho{
    margin-bottom: 20px;
}
.lvn-xemtv-blockstar{
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
}
.lvn-xemtv-blockinfo{
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
    border-top: 4px solid #f0f0f0;
}
.lvn-xemtv-blockinfo p strong,
.lvn-xemtv-blockstar p strong{
    font-weight: bold;
    color: #c20000;
}
.lvn-xemtv-slitem ul{
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto;
}
.lvn-xemtv-slitem ul li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lvn-xemtv-slidemore{
    text-align: center;
}
.lvn-xemtv-slitem a,
.lvn-xemtv-slitem{
    color: #1e1e1e;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
}
.lvn-xemtv-here a{
    color: #c20000;
    margin: 0 15px;
}
.lvn-xemtv-prev{
    width: 23px;
    height: 32px;
    background: url("../images/icon-slide-prev.png") no-repeat center;
    background-size: 23px;
}
.lvn-xemtv-next{
    width: 23px;
    height: 32px;
    background: url("../images/icon-slide-next.png") no-repeat center;
    background-size: 23px;
}
.lvn-xemtv-prev a,
.lvn-xemtv-next a{
    display: block;
    width: 100%;
    height: 100%;
}
.lvn-xemtv-datebirth{
    margin-bottom: 10px;
}
.lvn-xemtv-form {
    max-width: 590px;
    margin: 20px auto;
}
.lvn-xemtv-searchdaytx{
    margin: 30px 0;
}
.lvn-xemtv-searchdaytx .lvn-xemtv-submit {
    margin: 29px auto 0;
}
.lvn-xemtv-dtitem{
    float: left;
}
.lvn-xemtv-col6{
    float: left;
    width: 50%;
    margin-top: 13px;
}
.lvn-xemtv-selectyear {
    width: 106px;
    margin: 0 0 0 20px;
    text-align: center;
}
.lvn-xemtv-selectyear-title label, .lvn-xemtv-radioml-title, .lvn-xemntx-toptitle {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 22px;
    color: #c20000;
    font-weight: bold;
    margin-bottom: 7px;
    white-space: nowrap;
    text-align: center;
}
.lvn-xemtv-slybox {
    width: 100%;
    height: 45px;
    background: #ffeaea;
    border: 2px solid #edb2b2;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 22px;
    color: #c20000;
}
.lvn-xemtv-submit {
    margin: 37px auto 0;
    text-align: center;
}
.lvn-xemtv-bntsubmit {
    margin: 0 0 0 20px;
    height: 45px;
    padding: 0 35px;
    background: #c20000;
    text-align: center;
    color: #ffffff;
    border: 0;
    outline: none;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
}
.lvn-xemtv-bntsubmit:hover{
    background: #ae0000;
}
.lvn-xemtv-radiomlrow{
    width: 200px;
    height: 45px;
    background: #ffeaea;
    border: 2px solid #edb2b2;
    text-align: center;
}
.lvn-xemtv-radioml,
.lvn-xemtv-radio-mlselect{
    width: 200px;
    text-align: center;
}
.lvn-xemtv-txtname {
    width: 100%;
    height: 45px;
    background: #ffeaea;
    border: 2px solid #edb2b2;
    padding: 0 5px;
}
.lvn-xemtv-xemvhemore{
    margin: 20px 0;
    text-align: center;
}
.lvn-xemtv-xemvhemore a{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    color: #c20000;
    margin: 10px 0;
    text-align: center;
}
.lvn-xemtv-xemvhemore a:hover{
    text-decoration: underline;
}

.lvn-xemtv-ipradioml{
    display: none;
}
.lvn-xemtv-lavleml {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.lvn-xemtv-lavleml:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url("../images/icon-radio.png") no-repeat 0 0;
}
.lvn-xemtv-ipradioml:checked + .lvn-xemtv-lavleml:before {
    background: url("../images/icon-radio.png") no-repeat -21px 0;
}

/*XEM NGAY TOT*/
.lvn-xemntx-toplist{
    width: 100%;
    background: #ffeaea;
    border: 2px solid #edb2b2;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    color: #c20000;
    padding: 20px;
	max-height: 180px;
	overflow: auto;
}
.lvn-xemntx-toplist ul li{
    margin-bottom: 20px;
}
.lvn-xemntx-toplist ul li:last-child{
    margin-bottom: 0;
}
.lvn-viewdayplus{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 22px;
    color: #c20000;
    margin-top: 48px;
    padding-left: 15px;
    white-space: nowrap;
}
.lvn-xemtv-sbxemntx{
    margin: 20px 0;
}

.lvn-xemtv-ipradioxn{
    display: none;
}
.lvn-xemtv-lavlexn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.lvn-xemtv-lavlexn:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url("../images/icon-radio.png") no-repeat 0 0;
}
.lvn-xemtv-ipradioxn:checked + .lvn-xemtv-lavlexn:before {
    background: url("../images/icon-radio.png") no-repeat -21px 0;
}

.lvn-xemntx-block{
    margin: 20px 0;
    padding-bottom: 20px;
    line-height: 22px;
    border-bottom: 4px solid #f0f0f0;
}
.lvn-xemntx-blocktitle,
.lvn-xemntx-h4{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    color: #292929;
}
.lvn-xemntx-blocktitle strong{
    font-weight: normal;
    color: #c20000;
}
.lvn-icon-adred{
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url("../images/icon-amduong-red.png") no-repeat center;
}
.lvn-xemntx-linkmore{
    margin: 20px 0;
    font-size: 14px;
}
.lvn-link-mores{
    font-size: 13px;
    color: #ffffff;
    padding: 5px 15px;
    margin-left: 10px;
    background: #c20000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.lvn-link-mores:hover{
    background: #ae0000;
    color: #ffffff;
}
.lvn-xemntx-slitem ul{
    margin: 10px 0 !important;
}
.lvn-xemntx-h4{
    margin: 20px 0;
}
.lvn-xemntx-colorred{
    color: #c20000;
}

.lvn-xemntx-ullist{
    width: 100%;
    margin: 10px 0 20px 0;
}
.lvn-tb-row{
    width: 100%;
    display: table;
    line-height: 22px;
    overflow: hidden;
    border: 1px solid #f0c9c9;
}
.lvn-tb-col{
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    border-right: 1px solid #f0c9c9;
}
.lvn-tb-col:last-child{
    border-right: 0;
}

.lvn-xoneday-block{
    margin-bottom: 30px;
}
.lvn-xoneday-blocktop{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #f0f0f0;
}
.lvn-xoneday-dayhere{
    color: #353535;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.lvn-tb-bgred{
    background: #ffeaea;
}
.lvn-tb-clred{
    color: #c20000;
}
.lvn-tb-bgblack{
    background: #eeeeee;
}
.lvn-tb-fontrbt{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.lvn-tb-col20{
    width: 20%;
}
.lvn-tb-col25{
    width: 25%;
}
.lvn-tb-col28{
    width: 28%;
}
.lvn-tb-col30{
    width: 33.3%;
}
.lvn-tb-col50{
    width: 50%;
}
.lvn-tb-col00{
    width: 100%;
    border: 0;
}
.lvn-tb-col80 .lvn-tb-row{
    margin-bottom: 5px;
}

.lvn-xemntx-blockbott p strong{
    color: #c20000;
}
.lvn-xemntx-colorblack{
    color: #292929 !important;
}


/*LICH AM DUONG*/
.lvn-lichad-lichmain{
    width: 100%;
    margin-bottom: 40px;
}
.lvn-lichad-dayheader,
.lvn-lichad-daylist{
    border-top: 1px solid #f0c9c9;
    border-left: 1px solid #f0c9c9;
}
.lvn-lichad-dayheader .lvn-lichad-col{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #c20000;
    background: #ffeaea;
    padding: 2% 0;
    text-align: center;
}
.lvn-lichad-colhide{
	background: #ffeaea;
}
.lvn-lichad-colhide a{
	background: #ffeaea;
}
.lvn-lichad-col{
    /* float: left;  */
    display:inline-block;
    position: relative;
    width: 14.285714285714286%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0c9c9;
    border-right: 1px solid #f0c9c9;
}
.lvn-lichad-col a{
    display: block;
    cursor: pointer;
    text-shadow: 0 1px 0 #eee;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.lvn-lichad-col a:hover{
    background: #c20000;
}
.lvn-lichad-col a:hover span{
    color: #ffffff;
}

.lvn-lichad-colhide .lvn-lichad-dd{
    color: #CFCFCF;
}
.lvn-lichad-colhide .lvn-lichad-da{
    color: #FFC7C7;
}
.lvn-lichad-dd{
    display: block;
    width: 100%;
    padding: 5px 0 0 10px;
    color: #343434;
    font-size: 22px;
}
.lvn-lichad-da{
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 4px 4px 0;
    color: #c20000;
}
.lvn-xemtv-lichad{
    max-width: 450px;
    margin: 0 auto;
}
.lvn-lichad-selectday{
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    color: #c20000;
    margin: 15px 0;
}

.lvn-xemtv-doilad{
    max-width: 530px;
}
.lvn-xemtv-colfull{
    width: 100%;
}
.lvn-doiam-kq{
    width: 100%;
    text-align: center;
    margin: 10px auto;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    color: #c20000;
    margin-bottom: 40px;
}
.lvn-doiam-kq strong{
    color: #242424;
}

/*Back to top*/
.lvn-backtotop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    width: 36px;
    height: 36px;
    background: url("../images/icon_gototop.png") no-repeat center;
}

/* HOME NEWS */
.tdh-news{
    margin-bottom: 30px;
}
.tdh-nitem img{
    width: 100%;
	max-height: 230px;
}
.tdh-nitem h3 a{
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 5px 0;
    transition: all 0.3s;
}
.tdh-nitem:hover h3 a,
.tdh-nitem h3 a:hover{
    color: #c20000;
}
.lvn-prods{
    padding-top: 20px;
}

.tdhslide  .owl-prev,
.tdhslide .owl-next{
    position: absolute;
    top: 30%; 
    z-index: 19; 
}
.tdhslide  .owl-prev span,
.tdhslide .owl-next span{
    font-weight: bold;
    font-size: 50px;
    color: #ffde00;
}
.tdhslide  .owl-prev{
    left: 15px;
}
.tdhslide .owl-next{
    right: 15px;
}
.tdhslide .owl-dots{
    display: none;
}

.tdh-h2rtit{
    color: #c20000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 25px;
    position: relative;
    padding-bottom: 10px; 
}

.tdhmain{
	padding-top: 30px;
}
a.tdh-nctit{
	font-size: 18px;
	margin-bottom: 5px;
	padding: 3px 0;
	color: #8f0000;
}
a.tdh-nctit:hover{
	color: red;
}

/*RESPONSIVE*/
@media (max-width: 1200px) {
    .lvn-event-month {
        width: 92%;
    }
    .lvn-hnavbar-menu > li > a{
        padding: 0 20px;
    }
    .lvn-event-month-title {
        font-size: 20px;
    }
    .lvn-viewdayplus{
        margin-top: 20px;
    }
}
@media (max-width: 990px) {
    html {
        overflow-x: hidden;
    }
    .lvn-icon-leftmenu,
    .frum-icon-search{
        display: block;
    }
    .lvn-event-month-list{
        max-height: 100%;
        padding: 20px;
    }
    .lvn-sb-ads li{
        float: left;
        width: 50%;
    }
    .lvn-sb-ads li img{
        width: 100%;
    }
    .lvn-sb-adshidemobi,
    .lvn-header-navbar,
    .lvn-hnavbar-bottom,
    .lvn-header-ads{
        display: none;
    }
    .lvn-header{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
    }
    .lvn-logo-main{
        width: 100%;
        height: 50px;
        float: none;
        text-align: center;
    }
    .lvn-logo,
    .lvn-logo img{
        height: 40px;
        display: inline;
    }
    .lvn-logo img{
        margin-top: 5px;
    }
    .lvn-search{
        display: none;
    }
    .lvnsshow.lvn-search{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 50px;
        padding: 0 15px;
        background: url(../images/bg-hoavan.jpg) repeat center;
    }
    .lvnsshow.lvn-search .input-group{
        position: relative;
        top: 7px;
        width: 85%;
        height: 35px;
    }
    .lvnsshow .lvn-search-txt{
        width: 100%;
        height: 35px;
        float: left;
        padding: 0 40px 0 20px;
        border: 0;
        outline: none;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .lvnsshow .lvn-search-btn{ 
        height: 35px; 
    }   
    .lvnsshow .lvn-header-searchtxthide{
        display: inline-block;
    }

    .lvn-header-navbar.lvnmnshow{
        display: block;
        height: auto;
    }

    .lvn-hnavbar-menu { 
        height: auto;
    }
    .lvn-hnavbar-menu > li {
        float: none;
    }
    .lvn-hnavbar-menu > li > a{
        font-size: 15px;
        height: auto;
        line-height: normal;
        padding: 6px;
    }

    .lvn-ss1 {
        padding: 10px 0 30px;
    }
    .lvn-ss2{
        padding: 30px 0;
    }
    .lvn-sstit{
        padding-top: 15px;    
    }

    .tdh-nitem h3 a{
        font-size: 14px;
        line-height: 18px;
    }

    .tdh-news {
        margin-bottom: 5px;
    }
    
    

}
@media (max-width: 768px) {
    .lvn-lib-content{
        max-height: 60px;
        overflow: hidden;
    }
    .lvn-fsocial,
    .lvn-fcopyright{
        text-align: center;
    }
    .lvn-xemtv-col3{
        width: 33.3%;
    }
    .lvn-xemtv-dtitemfull,
    .lvn-xemtv-selectyear,
    .lvn-xemtv-radiomlrow{
        width: 100%;
    }
    .lvn-xemtv-radioml{
        width: 100%;
        margin-bottom: 10px;
    }
    .lvn-xemtv-selectyear{
        margin: 0;
    }
    .lvn-xemtv-radio-mlselect,
    .lvn-xemtv-50{
        width: 50%;
    }
    .lvn-xemntx-toplist{
        margin-bottom: 20px;
    }
    .lvn-viewdayplus{
        padding: 0;
        text-align: center;
    }
    .lvn-xemtv-sbxemntx {
        text-align: center;
    }
    .lvn-lichad-dayheader .lvn-lichad-col{
        font-size: 14px;
    }
    .lvn-lichad-dd{
        font-size: 16px;
        padding: 5px 0 0 5px;
    }
    .lvn-lichad-da{
        font-size: 12px;
    }
    .lvn-xemtv-lichad{
        max-width: 100%;
    }
    .lvn-xemtv-lichad .lvn-xemtv-submit{
        margin: 25px auto 0;
    }
    .lvn-xemtv-col45{
        width: 50%;
        margin-top: 10px;
    }

    .lvn-sptit a{
        font-size: 20px;
    }
    

}
@media (max-width: 530px) {
    .lvn-lib-postcate{
        display: inline-block;
    }
    .lvn-lib-cate{
        display: none;
    }
    .lvn-tb-rowmax500 .lvn-tb-col20,
    .lvn-tb-rowmax500 .lvn-tb-col25,
    .lvn-tb-rowmax500 .lvn-tb-col60{
        width: 100%;
        float: left;
        display: block;
        text-align: left;
        border-bottom: 1px solid #f0c9c9;
        border-right: 0;
    }
    .lvn-tb-rowmax500 .lvn-tb-col25:nth-child(2n){
        margin-bottom: 5px;
    }
}
@media (max-width: 450px) {
    .lvn-lib-img {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    .lvn-lib-img img{
        width: 100%;
        max-height: 100%;
    }
    .lvn-lib-info {
        display: block;
        margin-left: 0;
    }
    .lvn-lib-item {
        border-bottom: 3px solid #eaeaea;
    }
    .lvn-calendar {
        padding: 0 0 15px 0;
    }
    .lvn-xemtv-col45{
        width: 100%;
    }
    .lvn-xemtv-doilad .lvn-xemtv-submit {
        margin: 10px auto 0;
    }
}
@media (max-width: 350px) {
    .lvn-xemtv-selectyear-title label, .lvn-xemtv-radioml-title, .lvn-xemntx-toptitle {
        white-space: normal;
        padding: 0 10px;
    }
}