/* CSS Document */


/* html5doctor.com/html-5-reset-stylesheet/ */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


/* -- CUSTOM CSS -- */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px
}

body {
    background-color: #fff;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

img {
    border: 0px;
}

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

a,
a:hover {
    text-decoration: none;
    color: #333;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*******************************************************************/

.bgCover-live {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-image: url('../images/bg_live.jpg');
}

.section-page {
    position: relative;
    padding: 50px 0;
}


/*******************************************************************/


/*******************************************************************/

.list-logogroup {
    text-align: center;
    padding-bottom: 10px;
}

.list-logogroup ul {
    display: inline-block;
    list-style: none;
}

.list-logogroup ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.list-logosponser {
    text-align: center;
    padding-bottom: 40px;
}

.list-logosponser ul {
    display: inline-block;
    list-style: none;
}

.list-logosponser ul li {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}


/* .tabs-forumlive{ padding-top: 40px; } */

.tabs-forumlive .tab-content {
    padding: 50px 20px;
    background-color: #0070ba;
    position: relative;
}

.tabs-forumlive .nav-tabs {
    border-bottom-color: transparent;
}

.tabs-forumlive .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #00397e;
    color: #fff;
    padding: 12px 20px;
    border-top: 3px solid transparent;
}

.tabs-forumlive .nav-tabs .nav-link.active,
.tabs-forumlive .nav-tabs .nav-item.show .nav-link,
.tabs-forumlive .nav-tabs .nav-link:hover {
    background-color: #0070ba;
    border-top: 3px solid #fff;
}

.tabs-forumlive .nav-tabs .nav-item:first-of-type {
    margin-right: 5px;
}

.nav-lang {
    position: absolute;
    top: 20px;
    right: 20px;
}

.nav-lang a {
    color: #fff;
    font-size: 13px;
}

.nav-lang a:hover {
    text-decoration: underline;
}

.div-programe {
    background-color: #16347d;
    padding: 20px 70px;
}

.div-programe ul {
    max-width: 480px;
    margin: 0 auto;
}

.div-programe ul li {
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.div-programe ul li span:first-of-type {
    float: left;
    width: 100px;
}

.div-programe ul li span:last-of-type {
    float: left;
    width: calc(100% - 100px);
}

.tabs-forumlive .nav-tabs .nav-link span.animate-live {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding-left: 0;
    background-color: #CF0105;
    -webkit-animation: liveAnimation 1s infinite;
    -moz-animation: liveAnimation 1s infinite;
    -o-animation: liveAnimation 1s infinite;
    animation: liveAnimation 1s infinite;
}

@keyframes liveAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes liveAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes liveAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes liveAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .img-live {
        text-align: center;
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .div-programe {
        padding: 20px;
    }
}

@media (max-width: 340px) {
    .div-programe ul li {
        font-size: 12px;
    }
    .div-programe ul li span:first-of-type {
        width: 90px;
    }
    .div-programe ul li span:last-of-type {
        width: calc(100% - 90px);
    }
}


/*******************************************************************/


/*******************************************************************/

.popup-before-watch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 90%;
    z-index: 999;
    background-color: #143b88;
    padding: 40px 25px;
}

.popup-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background-color: #333;
    padding: 5px;
}

.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 990;
}

.popup--title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.popup--title span {
    display: block;
    font-weight: bold;
}

.popup--input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #aaa;
    padding: 10px 15px;
    border: 2px soild #fff;
}

.popup--input.input-error {
    border: 2px solid #f00;
}

.popup--input::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.popup--input::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.popup--input:-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.popup--input::-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.popup--txt {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 5px 0;
}

.popup--txt a {
    color: #fff;
    text-decoration: underline;
}

.popup--boxbtn {
    padding-top: 20px;
    text-align: center;
}

.popup--btn {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #4b64d2;
    padding: 10px 30px;
    border: 1px solid #4b64d2;
}

.popup--btn:hover {
    background-color: #143b88;
    color: #fff;
    border: 1px solid #fff;
}

.popup--link {
    padding-top: 20px;
    text-align: center;
}

.popup--link a {
    font-size: 12px;
    color: #fff;
}

.popup--link a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .popup-before-watch {
        padding: 20px 15px;
    }
}