@font-face {
  font-family: RobotoLight;
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/Roboto-Medium.ttf");
}

.RobotoLight {
  font-family: RobotoLight;
}

@media (min-width: 1700px) {
  .container {
    width: 1654px;
  }
}

body {
  font-family: RobotoRegular;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #50afcf;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

.relative {
  position: relative;
}

.border-none {
  border: none !important;
}

.border-radius-0 {
  border-radius: 0;
}

.marginB0 {
  margin-bottom: 0;
}

.marginT0 {
  margin-top: 0;
}

.text-white {
  color: #fff;
}

.marginT0 {
  margin-top: 0; }

.text-white {
  color: #fff; }

.text-blue {
  color: #40a0eb;
}

.text-gray {
  color: #818181;
}

.text-danger-kt {
  color: red;
}

.footer {
  background: #1d1d1d;
  padding: 25px 0;
  font-size: 12px;
  font-family: Tahoma;
  color: #8e8e8e;
  line-height: 20px;
}

.footer .logo {
  /* float: left; */
  display: inline-block;
  margin: 10px 45px 0 0;
}

.footer-menu {
  background: #272727;
  padding: 22px 0;
}

.footer-menu .list-menu {
  margin-top: 5px;
}

.footer-menu .list-menu>li {
  padding: 0 0;
}

.footer-menu .list-menu>li>a {
  font-family: RobotoLight;
  font-size: 15px;
  color: #8e8e8e;
  margin-right: 25px;
}

.footer-menu .list-menu>li>a:hover {
  color: #fff;
}

.footer-menu .list-menu>li>a.active {
  color: #fff;
}

.footer-menu .list-social>li {
  padding: 0 0;
}

.footer-menu .list-social>li>a {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #333;
  margin-left: 15px;
}

.footer-menu .list-social>li>a:hover {
  background: #40a0eb;
  color: #fff;
}

.block-index-title {
  font-size: 25px;
  margin: 25px 0 25px 0;
}

.block-index-common .slick-arrow {
  width: 15px;
  height: 29px;
  border: none;
  font-size: 0;
  position: absolute;
  top: 58px;
  outline: none;
}

.block-index-common .slick-next {
  background: url(../images/icon-right.png) no-repeat;
  right: -20px; }
.block-index-common .slick-next:hover {
  background: url(../images/icon-right.png) no-repeat;
  right: -20px; }
.block-index-common .slick-next:before {
  content: none; }
.block-index-common .slick-prev {
  background: url(../images/icon-left.png) no-repeat;
  left: -40px; }
.block-index-common .slick-prev:hover {
  background: url(../images/icon-left.png) no-repeat;
  left: -40px; }
.block-index-common .slick-prev:before {
  content: none;
}
.block-index-common .slick-disabled {
  visibility: hidden;
}

.block-index-download-app {
  padding: 0 0 115px 0;
}

.block-index-download-app .img-app1 {
  margin-right: 100px;
}

.block-index-download-app .img-app2 {
  margin-right: 45px;
}

.block-index-partner .list-partner li {
  padding: 0 20px;
}

.block-index-sport-another {
  padding: 0 0 30px 0; }
.block-index-sport-another .unit {
  width: 244px;
  height: 142px;
  overflow: hidden;
  position: relative;
  margin-right: 32px; }
.block-index-sport-another .unit > img {
  width: 95%;
  height: 142px; }
.block-index-sport-another .unit .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 7px 10px;
  transition: all 0.3s; }
.block-index-sport-another .unit .name a {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.block-index-sport-another .unit:hover .name {
  background: rgba(0, 0, 0, 0.8); }

.block-index-movie {
  padding: 0 0 15px 0; }

.block-index-movie .title {
  padding-bottom: 20px; }
.block-index-movie .title .main {
  font-size: 25px;
  color: #40a0eb;
  margin-right: 20px; }
.block-index-movie .title .sub-main-active {
  font-size: 17px;
  color: #40a0eb;
  margin-left: 10px;
  cursor: pointer; }
.block-index-movie .title .sub-main {
  font-size: 17px;
  color: #8a8a8a;
  margin-left: 10px;
  cursor: pointer; }
.block-index-movie .unit {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-right: 26px; }
.block-index-movie .unit .img > img {
  width: 95%;
  height: 260px; }
.block-index-movie .unit .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 7px;
  transition: all 0.3s; }
.block-index-movie .unit .name span {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.block-index-movie .unit .sub-name {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 10px;
  transition: all 0.3s;
  font-family: RobotoLight;
  font-size: 14px;
  color: #fff; }
.block-index-movie .unit .sub-name img {
  margin: 25px auto 20px; }
.block-index-movie .unit .sub-name > span {
  color: #fff;
  font-size: 17px;
  font-family: RobotoRegular;
  display: block;
  max-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.block-index-movie .unit .sub-name div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.block-index-movie .unit .sub-name .point {
  background: #009cff;
  border-radius: 50px;
  padding: 0px 7px;
  font-size: 13px; }
.block-index-movie .unit:hover .name {
  bottom: -100%; }
.block-index-movie .unit:hover .sub-name {
  bottom: 0; }
.block-index-movie .slick-arrow {
  top: 118px; }

.block-sport {
  padding: 0 0 15px 0; }

.block-sport .title {
  padding-bottom: 20px; }
.block-sport .title .main {
  font-size: 25px;
  color: #40a0eb;
  margin-right: 20px; }
.block-sport .title .sub-main-active {
  font-size: 17px;
  color: #40a0eb;
  margin-left: 10px;
  cursor: pointer; }
.block-sport .title .sub-main {
  font-size: 17px;
  color: #8a8a8a;
  margin-left: 10px;
  cursor: pointer; }
.block-sport .unit {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-right: 26px; }
.block-sport .unit .img > img {
  width: 95%;
  height: 260px; }
.block-sport .unit .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 7px;
  transition: all 0.3s; }
.block-sport .unit .name span {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.block-sport .unit .sub-name {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 10px;
  transition: all 0.3s;
  font-family: RobotoLight;
  font-size: 14px;
  color: #fff; }
.block-sport .unit .sub-name img {
  margin: 25px auto 20px; }
.block-sport .unit .sub-name > span {
  color: #fff;
  font-size: 17px;
  font-family: RobotoRegular;
  display: block;
  max-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.block-sport .unit .sub-name div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.block-sport .unit .sub-name .point {
  background: #009cff;
  border-radius: 50px;
  padding: 0px 7px;
  font-size: 13px; }
.block-sport .unit:hover .name {
  bottom: -100%; }
.block-sport .unit:hover .sub-name {
  bottom: 0; }
.block-sport .slick-arrow {
  top: 118px; }

.block-index-slider .slider-for .slide-unit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 568px;
  height: 800px;
  background: url(../images/shadow-slide-left.png) no-repeat;
  z-index: 1;
}

.block-index-slider .slider-for .slide-unit:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 568px;
  height: 800px;
  background: url(../images/shadow-slide-right.png) no-repeat;
  z-index: 1;
}

.block-index-slider .slider-for .slide-unit {
  position: relative;
  max-height: 795px;
}

.block-index-slider .slider-for .slide-unit .container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 2;
}

.block-index-slider .slider-for .slide-unit .container .info {
  text-align: left;
}

.block-index-slider .slider-for .slide-unit .container .info .logo-slide {
  width: 200px;
}

.block-index-slider .slider-for .slide-unit .container .info .name {
  font-size: 26px;
  color: #fff;
  margin: 20px 0 -3px 0;
  display: inline-block;
}

.block-index-slider .slider-for .slide-unit .container .info .sub-name {
  font-size: 20px;
  color: #bbb;
}

.block-index-slider .slider-for .slide-unit .container .info .more {
  outline: none;
  font-family: RobotoLight;
  font-size: 20px;
  color: #222;
  padding: 4px 60px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  position: relative;
  margin: 14px 0 0 100px;
  display: inline-block;
}

.block-index-slider .slider-for .slide-unit .container .info .more:hover {
  -webkit-box-shadow: 0 0 10px #fafafa;
  box-shadow: 0 0 10px #fafafa;
}

.block-index-slider .slider-for .slide-unit .container .info .more:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -100px;
  width: 66px;
  height: 16px;
  background: url(../images/slide-right.png) no-repeat;
}

.block-index-slider .slider-nav .slick-arrow {
  width: 15px;
  height: 29px;
  border: none;
  font-size: 0;
  position: absolute;
  top: 45px;
  outline: none;
  margin-top: 0.5%;
}

.slick-next:before {
  content: no-close-quote !important;
}

.slick-prev:before {
  content: no-close-quote !important;
}


/* .slick-center .slick-current{
  display: inline;
} */

.block-index-slider .slider-nav .slick-next {
  background: url(../images/icon-right.png) no-repeat;
  right: -20px;
}

.block-index-slider .slider-nav .slick-prev {
  background: url(../images/icon-left.png) no-repeat;
  left: -40px;
}

.block-index-slider .slider-nav .slick-disabled {
  visibility: hidden;
}

.block-index-slider .slider-nav {
  margin-top: -135px;
  margin-bottom: 30px;
  height: 115px;
}

.block-index-slider .slider-nav .slider-nav-unit {
  margin: 0 15px;
  height: 115px;
  border: 1px solid transparent;
}
.block-index-slider .slider-nav .slider-nav-unit img {
  height: 100%;width: 100%;
}

/* .block-index-slider .slider-nav .slider-nav-unit.slick-center {
	border: 1px solid #ccc;
	position: relative;
	outline: none;
}

.block-index-slider .slider-nav .slider-nav-unit.slick-center img {
	height: 100%;
	width: 100%;
}

.block-index-slider .slider-nav .slider-nav-unit.slick-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.block-index-slider .slider-nav .slider-nav-unit.slick-center:after {
	content: '';
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	z-index: 2;
	width: 33px;
	height: 20px;
	background: url(../images/eye.png) no-repeat;
	margin: 0 auto;
} */

.block-index-slider .slider-nav .slick-center .slider-nav-unit {
  border: 1px solid #ccc;
  position: relative;
  outline: none;
}

.block-index-slider .slider-nav .slick-center .slider-nav-unit img {
  height: 100%;
  width: 100%;
}

.block-index-slider .slider-nav .slick-center .slider-nav-unit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.block-index-slider .slider-nav .slick-center .slider-nav-unit:after {
  content: '';
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  z-index: 2;
  width: 33px;
  height: 20px;
  background: url(../images/eye.png) no-repeat;
  margin: 0 auto;
}

.block-select-movie {
  padding: 30px 0; }
.block-select-movie .content {
  float: right; }
.block-select-movie .content .slect {
  border: 1px solid #cfcfcf;
  width: 222px;
  height: 44px;
  font-family: RobotoLight;
  font-size: 17px;
  color: #222;
  text-indent: 10px;
  margin-left: 10px; }
.block-select-movie .content .sbm {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 222px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: RobotoLight;
  border-radius: 3px;
  border: 1px solid #0077cc;
  margin-left: 10px;
  background: linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -moz-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -o-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -ms-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -webkit-linear-gradient(top, #3F9FEB 0%, #0077CC 100%); }

.header .navbar-default {
  background: #222;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.header .navbar-brand {
  padding: 10px 0 10px 15px;
  margin-right: 65px;
}

.header .navbar-main>li>a {
  font-family: RobotoRegular;
  font-size: 15px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.header .navbar-main > li > a:hover {
  color: #40a0eb;
  cursor: pointer;
}

.header .navbar-main > li.active > a {
  background: transparent;
  color: #40a0eb;
}

.header .navbar-main > li.active > a:focus {
  background: transparent;
  color: #40a0eb;
}

.header .navbar-main > li.active >a:hover {
  background: transparent !important;
  color: #40a0eb !important;
}

.header .navbar-main>li.active>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  margin: 0 auto;
}

.header .header-user .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 3px;
  padding: 0;
  margin: 9px 0 10px 0;
  text-align: center;
}

.header .header-user .avatar img {
  width: 100%;
}

.header .header-user .avatar img.lock {
  width: auto;
}

.header .header-user .dropdown-menu {
  background: #2a2a2a;
  padding: 10px 0px;
  display: block;
}

.header .header-user .dropdown-menu li .name {
  color: #fff;
  padding: 5px 15px;
  font-size: 15px;
}

.header .header-user .dropdown-menu li a {
  color: #fff;
  padding: 10px 15px;
  font-family: RobotoLight;
  font-size: 13px;
}

.header .header-user .dropdown-menu li a:hover {
  color: #fff;
  background: #222;
}

.header .header-user .dropdown-menu li.coin {
  color: #f6c804;
  font-family: RobotoLight;
  font-size: 13px;
  padding: 5px 15px;
}

.header .header-user .dropdown-menu li.coin img {
  margin-right: 10px;
}

/* .header .header-search .search-btn {
  float: left;
}

.header .header-search .search-input {
  float: left;
}

.header .header-search .search-input input {
  float: left;
  background: transparent;
  border-color: transparent;
  width: 300px;
  display: inline-block;
  margin: 8px 20px 0 0;
  color: #fff;
}

.header .header-search .search-input input:focus {
  border-color: #a7a5a5;
}

.header .header-search .search-input .closes {
  float: right;
  margin: 19px 10px 0 -4px;
}

.header .header-search .search-wrap-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 6969;
  background: #fff;
  padding: 10px 15px 40px 15px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header .header-search .search-wrap-content h4 {
  color: #999;
  font-size: 15px;
  font-family: RobotoMedium;
}

.header .header-search .search-wrap-content .list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  font-size: 15px;
  padding: 6px 10px 6px 20px;
}

.header .header-search .search-wrap-content .list li a:hover {
  background: #f2f2f2;
  color: #40a0eb;
} */

.sub-header {
  padding: 10px 0;
}

.all-video {
  background: #161616;
  padding: 50px 0;
  min-height: 320px;
}
.all-video .breadcrumbs li {
  color: #fff;
  font-size: 25px;
  font-family: RobotoLight;
  position: relative; }
.all-video .breadcrumbs li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0; }
.all-video .breadcrumbs li a {
  color: #626262;
  font-size: 25px;
  font-family: RobotoLight; }
.all-video .slect {
  background: #2f2f2f;
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 180px;
  height: 27px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px; }
.all-video .unit {
  margin: 35px 24px 1px 0;
  width: 250px;
  float: left; }
.all-video .unit .img {
  width: 100%;
  height: 141px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative; }
.all-video .unit .img .play {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0; }
.all-video .unit .img .img-responsive {
  width: 100%; }
.all-video .unit .img:hover .play {
  transform: scale(1);
  opacity: 1; }
.all-video .unit .name {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.all-video .unit .name:hover {
  text-decoration: underline; }
.all-video .unit .time {
  font-size: 12px;
  color: #767676; }
.all-video .unit:nth-child(6n) {
  margin-right: 0; }

.detail-video .detail-video-left {
  float: left;
  width: 900px;
  position: relative;
}
.detail-video .detail-video-left .detail-video-action {
  margin-top: 20px; }
  .detail-video .detail-video-left .detail-video-action .action-btn {
    background: #2f2f2f;
    border-radius: 3px;
    display: inline-block;
    font-family: RobotoLight;
    font-size: 15px;
    padding: 10px 25px;
    color: #838383;
    margin-right: 5px; }
    .detail-video .detail-video-left .detail-video-action .action-btn img {
      display: inline-block;
      margin: -4px 7px 0 0; }
    .detail-video .detail-video-left .detail-video-action .action-btn:hover {
      color: #fff; }
.detail-video .detail-video-right {
  margin-left: 935px;
}

.detail-video .top {
  background: #121212;
  padding: 0 0 20px 0; }
.detail-video .top .video-detail {
  color: #fff;
  font-family: RobotoLight;
  font-size: 15px; }
.detail-video .top .video-detail .name {
  font-size: 24px;
  margin: 30px 0 30px;
  font-family: RobotoRegular; }
.detail-video .top .video-detail .sub-name {
  font-size: 20px;
  color: #bbb;
  margin: -35px 0 10px 0; }
.detail-video .top .video-detail .point {
  background: #009cff;
  color: #fff;
  padding: 0 5px; }
.detail-video .top .video-detail .list-video li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  background: #2f2f2f; }
.detail-video .top .video-detail .list-video li a:hover {
  background: #4e4e4e; }
.detail-video .top .video-detail .list-video li.active a {
  background: linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -moz-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -o-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -ms-linear-gradient(to bottom, #3F9FEB 0%, #0077CC 100%);
  background: -webkit-linear-gradient(top, #3F9FEB 0%, #0077CC 100%); }
.detail-video .main {
  background: #222;
  padding: 30px 0 100px; }
.detail-video .main .related .name {
  font-size: 25px;
  color: #fff;
  font-family: RobotoLight;
  margin: 0 0 0 0; }
.detail-video .main .related .unit {
  margin: 35px 20px 1px 0;
  width: 215px;
  float: left; }
.detail-video .main .related .unit .img {
  width: 100%;
  height: 121px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative; }
.detail-video .main .related .unit .img .play {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0; }
.detail-video .main .related .unit .img .img-responsive {
  width: 100%; }
.detail-video .main .related .unit .img:hover .play {
  transform: scale(1);
  opacity: 1; }
.detail-video .main .related .unit .name {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.detail-video .main .related .unit .name:hover {
  text-decoration: underline; }
.detail-video .main .related .unit .time {
  font-size: 12px;
  color: #767676; }
.detail-video .main .related .unit:nth-child(3n) {
  margin-right: 0; }
.detail-video .main .related .block {
  width: 154px;
  height: 222px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 30px 20px 0px 0; }
.detail-video .main .related .block .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 7px 10px;
  transition: all 0.3s; }
.detail-video .main .related .block .name a {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.detail-video .main .related .block:hover .name {
  background: rgba(0, 0, 0, 0.8); }
.detail-video .main .related .block:nth-child(4n) {
  margin-right: 0; }

.detail-tv .top {
  background: #121212; }
.detail-tv .top .tv-here {
  float: left;
  width: 900px;
  padding-top: 15px;}
.detail-tv .top .tv-here .action-wrap {
  margin: 20px 0; }
.detail-tv .top .tv-here .action-wrap .name {
  font-size: 17px;
  color: #fff;
  float: left;
  margin-top: 10px; }
.detail-tv .top .tv-here .action-wrap .action-btn {
  background: #2f2f2f;
  border-radius: 3px;
  display: inline-block;
  font-family: RobotoLight;
  font-size: 15px;
  padding: 10px 25px;
  color: #838383;
  margin-left: 5px; }
.detail-tv .top .tv-here .action-wrap .action-btn img {
  display: inline-block;
  margin: -4px 7px 0 0; }
.detail-tv .top .tv-here .action-wrap .action-btn:hover {
  color: #fff; }
.detail-tv .top .tv-detail {
  margin-left: 935px; }
.detail-tv .top .tv-detail .top {
  margin: 30px 0 0;
  overflow: hidden; }
.detail-tv .top .tv-detail .top .name {
  font-size: 24px;
  margin: 0px 0 30px 25px;
  color: #fff;
  font-family: RobotoLight; }
.detail-tv .top .tv-detail .top .select1 {
  background: #2f2f2f;
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px; }
.detail-tv .top .tv-detail .top .select2 {
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #0077cc;
  margin-left: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3E9FEA), to(#0077CC));
  background: linear-gradient(to bottom, #3E9FEA 0%, #0077CC 100%);
  background: -webkit-linear-gradient(top, #3E9FEA 0%, #0077CC 100%); }
.detail-tv .top .tv-detail .top .select2 option {
  color: #000; }
.detail-tv .top .tv-detail .main li {
  position: relative;
  padding-left: 25px; }
.detail-tv .top .tv-detail .main li a {
  font-family: RobotoMedium;
  font-size: 15px;
  color: #9f9f9f;
  display: inline-block;
  margin-bottom: 10px; }
.detail-tv .top .tv-detail .main li a:hover {
  color: #ccc !important; }
.detail-tv .top .tv-detail .main li a .time {
  display: inline-block;
  width: 50px; }
.detail-tv .top .tv-detail .main li span {
  color: #9f9f9f;
   }

.detail-tv .top .tv-detail .main li .marquee {
  height: 25px;
  width: 300%;

  overflow: hidden;
  position: relative;
}

.detail-tv .top .tv-detail .main li .marquee span {
  width: 300%;
  margin-left: 50px;
}

.detail-tv .top .tv-detail .main li .marquee span:hover {
  display: block;
  width: 300%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.scrollarea .scrollbar-container.vertical .scrollbar {
  background: url(../images/scrollbar.png) no-repeat !important;
  cursor: pointer;
}

.scrollarea:hover .scrollbar-container {
  opacity: 1 !important;
}

.scrollarea .scrollbar-container:hover {
  background: none !important;
  opacity: 0.6 !important;
}

.detail-tv .top .tv-detail .main li.active:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/dot-blue.png) no-repeat; }
.detail-tv .top .tv-detail .main li.active a {
  color: #fff; }
.detail-tv .top .tv-detail .main .slimScrollRail {
  background: #242424 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  width: 1px !important;
  right: 3px !important; }
.detail-tv .top .tv-detail .main .slimScrollBar {
  height: 26px !important;
  opacity: 1 !important;
  background: url(../images/scrollbar.png) no-repeat !important;
  cursor: pointer; }
.detail-tv .mainct {
  background: #161616;
  padding: 40px 0; }
.detail-tv .mainct .main-tv .unit {
  width: 250px;
  float: left;
  margin: 0 20px 30px 0;
  outline: none; }
.detail-tv .mainct .main-tv .unit .img {
  width: 100%;
  height: 141px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  margin-bottom: 10px; }
.detail-tv .mainct .main-tv .unit .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/box-inset.png) no-repeat;
  background-size: cover; }
.detail-tv .mainct .main-tv .unit .img .logo {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 69; }
.detail-tv .mainct .main-tv .unit .name a {
  display: block;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  outline: none; }
.detail-tv .mainct .main-tv .unit .name a:hover {
  text-decoration: underline; }
.detail-tv .mainct .main-video .topmv .select {
  background: #2f2f2f;
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px;
  margin: -6px 0 0px 30px; }
.detail-tv .mainct .main-video .mainmv .block-unit {
  margin: 35px 20px 1px 0;
  width: 250px;
  float: left; }
.detail-tv .mainct .main-video .mainmv .unit {
  margin-bottom: 30px;
  padding: 0 10px }
.detail-tv .mainct .main-video .mainmv .unit .img {
  width: 100%;
  height: 121px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative; }
.detail-tv .mainct .main-video .mainmv .unit .img .play {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }
.detail-tv .mainct .main-video .mainmv .unit .img .img-responsive {
  width: 100%; }
.detail-tv .mainct .main-video .mainmv .unit .img:hover .play {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
.detail-tv .mainct .main-video .mainmv .unit .name {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.detail-tv .mainct .main-video .mainmv .unit .name:hover {
  text-decoration: underline; }
.detail-tv .mainct .main-video .mainmv .unit .time {
  font-size: 12px;
  color: #767676; }
.detail-tv .mainct .main-video .mainmv .slick-arrow {
  top: 200px; }

.movie-euro {
  border-top: 1px solid #e6e7e7;
  padding: 50px 0 100px; }
.movie-euro .top .breadcumb li {
  font-family: RobotoLight;
  font-size: 30px;
  color: #222; }
.movie-euro .top .breadcumb li a {
  color: #b7b7b7; }
.movie-euro .top .list-movie li a {
  font-family: RobotoLight;
  font-size: 20px;
  color: #8a8a8a;
  margin-left: 20px; }
.movie-euro .top .list-movie li a:hover {
  color: #000; }
.movie-euro .top .list-movie li.active a {
  color: #0096ff; }
.movie-euro .main .unit {
  width: 180px;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin: 0 26px 25px 0;
  float: left; }
.movie-euro .main .unit .img > img {
  width: 100%;
  height: 260px;
}
.movie-euro .main .unit .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.movie-euro .main .unit .name span {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.movie-euro .main .unit .sub-name > span {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 25px;
  display: block;
 }
.movie-euro .main .unit .sub-name div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-tv .top .tv-detail .top .select2 {
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #0077cc;
  margin-left: 5px;
  background: linear-gradient(to bottom, #3E9FEA 0%, #0077CC 100%);
  background: -moz-linear-gradient(to bottom, #3E9FEA 0%, #0077CC 100%);
  background: -o-linear-gradient(to bottom, #3E9FEA 0%, #0077CC 100%);
  background: -ms-linear-gradient(to bottom, #3E9FEA 0%, #0077CC 100%);
  background: -webkit-linear-gradient(top, #3E9FEA 0%, #0077CC 100%); }
.detail-tv .top .tv-detail .top .select2 option {
  color: #000; }
.detail-tv .top .tv-detail .main .slimScrollRail {
  background: #242424 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  width: 1px !important;
  right: 3px !important; }
.detail-tv .top .tv-detail .main .slimScrollBar {
  height: 26px !important;
  opacity: 1 !important;
  background: url(../images/scrollbar.png) no-repeat !important;
  cursor: pointer; }
.detail-tv .mainct {
  background: #161616;
  padding: 40px 0; }
.detail-tv .mainct .main-tv .unit {
  width: 250px;
  float: left;
  margin: 0 20px 30px 0; }
.detail-tv .mainct .main-tv .unit .img {
  width: 100%;
  height: 141px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 10px #000000;
  margin-bottom: 10px; }
.detail-tv .mainct .main-tv .unit .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/box-inset.png) no-repeat;
  background-size: cover; }
.detail-tv .mainct .main-tv .unit .img .logo {
  position: absolute;
  width: 150px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  right: 0;
  margin: 0 auto;
  z-index: 69; }
.detail-tv .mainct .main-tv .unit .name a {
  display: block;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  outline: none; }
.detail-tv .mainct .main-tv .unit .name a:hover {
  text-decoration: underline; }
.detail-tv .mainct .main-video .topmv .select {
  background: #2f2f2f;
  color: #fff;
  border: none;
  font-family: RobotoLight;
  font-size: 15px;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  padding: 0 10px;
  margin: -6px 0 0px 30px; }
.detail-tv .mainct .main-video .mainmv .block-unit {
  margin: 35px 20px 1px 0;
  width: 250px;
  float: left; }
.detail-tv .mainct .main-video .mainmv .unit {
  margin-bottom: 30px; }
.detail-tv .mainct .main-video .mainmv .unit .img {
  width: 100%;
  height: 121px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative; }
.detail-tv .mainct .main-video .mainmv .unit .img .play {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0; }
.detail-tv .mainct .main-video .mainmv .unit .img .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.detail-tv .mainct .main-video .mainmv .unit .img:hover .play {
  transform: scale(1);
  opacity: 1; }
.detail-tv .mainct .main-video .mainmv .unit .name {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.detail-tv .mainct .main-video .mainmv .unit .name:hover {
  text-decoration: underline; }
.detail-tv .mainct .main-video .mainmv .unit .time {
  font-size: 12px;
  color: #767676; }
.detail-tv .mainct .main-video .mainmv .slick-arrow {
  top: 200px; }

.container .slider-nav .slick-list{
  padding: 0px 30px !important;
}
.container .slick-slider.slick-initialized{
  padding-right: 16px;
}

.movie-euro {
  border-top: 1px solid #e6e7e7;
  padding: 50px 0 100px;
}

.movie-euro .top .breadcumb li {
  font-family: RobotoLight;
  font-size: 30px;
  color: #222;
}

.movie-euro .top .breadcumb li a {
  color: #b7b7b7;
}

.movie-euro .top .list-movie li a {
  font-family: RobotoLight;
  font-size: 20px;
  color: #8a8a8a;
  margin-left: 20px;
}

.movie-euro .top .list-movie li a:hover {
  color: #000;
}

.movie-euro .top .list-movie li.active a {
  color: #0096ff;
}

.movie-euro .main .unit {
  width: 180px;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin: 0 26px 25px 0;
  float: left;
}

.movie-euro .main .unit .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.movie-euro .main .unit .name a {
  font-family: RobotoLight;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.movie-euro .main .unit .sub-name {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: RobotoLight;
  font-size: 14px;
  color: #fff;
}

.movie-euro .main .unit .sub-name img {
  margin: 25px auto 20px;
  display: block;
}

.movie-euro .main .unit .sub-name a {
  color: #fff;
  font-size: 17px;
  font-family: RobotoRegular;
  display: inline-block;
  max-height: 46px;
  overflow: hidden;
}

.movie-euro .main .unit .sub-name .point {
  background: #009cff;
  border-radius: 50px;
  padding: 0px 7px;
  font-size: 13px;
}

.movie-euro .main .unit:hover .name {
  bottom: -100%;
}

.movie-euro .main .unit:hover .sub-name {
  bottom: 0;
}

/* .movie-euro .main .unit:nth-child(8n) {
  margin-right: 0;
} */

.block-vip .top {
  height: 268px;
  background: url(../images/bg-vip.jpg) no-repeat center;
  background-size: cover; }
.block-vip .text-group1 {
  font-family: RobotoLight;
  font-size: 20px;
  color: #3e3e3e;
  margin-top: 70px;
}

.block-vip .text-group1 .title {
  font-size: 35px;
  margin-bottom: 10px;
}

.block-vip .list-intro-vip {
  padding: 80px 0;
}

.block-vip .list-intro-vip li {
  padding: 0 30px;
}

.block-vip .list-intro-vip li .icon {
  margin-bottom: 35px;
}

.block-vip .list-intro-vip li .text {
  font-family: RobotoLight;
  font-size: 16px;
  color: #6b6b6b;
  width: 220px;
}

.block-vip .list-intro-vip li .text img {
  display: inline-block;
  margin: -3px 10px 0 0;
}

.block-vip .choose-text .top {
  background: url(../images/bg-vip2.jpg) no-repeat top center;
  background-size: cover;
  height: 307px;
}

.block-vip .choose-text .main {
  width: 732px;
  padding: 70px 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #868383;
  box-shadow: 0 0 5px #868383;
  font-family: RobotoLight;
  color: #282828;
  margin: -194px auto 100px;
}

.block-vip .choose-text .main .title1 {
  font-size: 40px;
}

.block-vip .choose-text .main .title2 {
  font-size: 20px;
}

.block-vip .choose-method .list-control li a {
  display: inline-block;
  font-family: RobotoLight;
  font-size: 18px;
  color: #3e3e3e;
  padding: 88px 0 20px 0;
  position: relative;
  margin: 0 70px;
}

.block-vip .choose-method .list-control li:nth-child(1) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay1.png) no-repeat top center;
}

.block-vip .choose-method .list-control li:nth-child(2) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay2.png) no-repeat top center;
}

.block-vip .choose-method .list-control li:nth-child(3) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay3.png) no-repeat top center;
}

.block-vip .choose-method .list-control li:nth-child(4) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay4.png) no-repeat top center;
}

.block-vip .choose-method .list-control li:nth-child(5) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay5.png) no-repeat top center;
}

.block-vip .choose-method .list-control li:nth-child(6) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay6.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(1) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay11.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(2) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay22.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(3) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay33.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(4) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay44.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(5) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay55.png) no-repeat top center;
}

.block-vip .choose-method .list-control li.active:nth-child(6) a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pay66.png) no-repeat top center;
}

.block-vip .choose-method .main-control {
  background: #eceef0;
  padding: 35px 0 100px;
}


ul.list-video > li {
  padding-bottom: 10px;
}
.frame {
  z-index: 9999;
  position: relative;
}
.light {
  position: fixed;
  z-index: 9998;
  background-color: rgb(0, 0, 0);
  opacity: 0.98;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4033px;
}
.light-off {
  display: none;
}
.light-on {
  display: block;
}
.modalLogin {
  height: 600px;
  margin: 0 auto;
  background: #222;
  /*# sourceMappingURL=style.css.map */
}

@media (max-width: 1400px) {
  .detail-tv .top .tv-here {
    width: 800px;
  }
  .detail-tv .top .tv-detail {
    margin-left: 835px;
  }
  .detail-tv .top .tv-here .frame {
    height: 450px;
  }
  .detail-tv .top .tv-detail .main {
    margin: 10px 0 0 -25px;
  }
  .detail-tv .top .tv-detail .top .name {
    margin-left: 0
  }

  .detail-tv .mainct .main-tv .unit {
    width: 180px !important;
    margin: 0 0 30px 0 !important;
  }

  .livetv-light-on {
    width: 800px !important;
    padding: 20px 0;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .livetv-light-off {
    width: 100% !important;
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 9999;
    padding: 15px 15% 0px;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
  }
}

@media (min-width: 1400px) {
  .detail-tv .top .tv-here .frame {
    height: 505px;
  }
}

.another-links{
  display: block;
}

.another-links>li>a:hover{
  cursor: pointer;
  background: #40a0eb;
}

.new-video-item {
  padding: 0 10px;
}

@media (min-width: 1400px) {
  .detail-tv .mainct .main-tv .unit {
    width: 245px !important;
    margin: 0 0 30px 0 !important;
  }

  .livetv-light-on {
    width: 900px !important;
    padding: 20px 0;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .livetv-light-off {
    width: 100% !important;
    padding: 20px 22.5% 0;
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 9999;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
  }
}

.block-index-slider .slick-prev {
  left: 0px;
}
.block-index-slider .slick-next {
  right: 0px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 1550px) {
  .movie-euro .main .unit {
    margin: 0 10px 25px 0;
  }
}

@media only screen and (min-width: 1850px) {
  .movie-euro .main .unit {
    margin: 0 23px 25px 0;
  }
}
.cursorPT {
  cursor: pointer;
}


.hidden {
  display: none;
}

.nothing-to-show {
  font-size: 25px;
  font-weight: lighter;
  color: white;
  margin: 30px;
}

.block-sport .unit .img > img {
  width: 95% !important;
  height: 260px;
}
.view-more-sport{
  margin-top: 20px;
}
.light-body-off {
  filter: brightness(15%);
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.block-index-sport-another .unit .name >span {
  font-family: RobotoLight;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.footer-menu .list-menu>li {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 999;
}

.partner-area {
  width: 60%;
  margin: 0 auto;
}

.partner-image {
  width: 172px;
  height: 72px;
  object-fit: scale-down;
}

.image-thumnail {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.wrapper-100vh {
  min-height: 500px;
  height: 100vh !important;
}

.bg-black {
  background-color: #222;
  padding: 10px 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
  cursor: pointer;
}
.profile-form {
  margin: 20px;
}
.pt-4 {
  margin-top: 1rem !important;
}
.pt-8 {
  margin-top: 2rem !important;
}
.tn-popup-bot {
  margin-top: 10px;
}
.tn-popup-bot button, .tn-popup-bot .tn-popup-in-close {
  font-size: 14px;
  min-width: 100px;
  padding: 7px 15px;
  display: inline-block;
  margin: 0px 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  text-align: center;
}
.tn-popup-in-close:hover, .tn-popup-in-close:focus {
  background-color: #06D85F;
}
.tn-popup-content, .tn-popup-content a {
  color: #fff;
}
.tn-popup-content a:hover {
  text-decoration: underline;
}

.link-package {
  color: #fff !important;
  font-family: RobotoRegular;
  font-size: 15px;
}

.link-package:hover {
  color: #40a0eb !important;
}

.point {
  border-radius: 15px;
}

@media (max-width: 1366px) {
  .detail-video .detail-video-left {
    width: 770px;
    max-width: 770px;
  }

  .detail-video .detail-video-right {
    margin-left: 800px;
  }

  .media-light-on {
    width: 900px !important;
    padding: 20px 0;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .media-light-off {
    width: 100% !important;
    position: fixed !important;
    top: 5%;
    left: 20%;
    z-index: 9999999;
    padding: 15px 0px 0px;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .overlay-media {
    width: 770px;
    height: 500px;
    background: #000;
  }
}

@media (min-width: 1400px) {
  .media-light-on {
    width: 900px !important;
    padding: 20px 0;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .media-light-off {
    width: 90% !important;
    position: fixed !important;
    top: 20%;
    left: 5%;
    z-index: 9999999;
    padding: 15px 20% 0px;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
  }

  .overlay-media {
    width: 900px;
    height: 500px;
    background: #000;
  }
}

.block-select-movie .content {
  display: table;
  margin: 0 auto;
  float: none !important;
}

.block-index-slider .slider-nav .slider-nav-unit {
  height: 120px !important;
  width: 215px !important;
}

.custom-sub-slider {
  width: 1075px !important;
}

.detail-video .main .related .block .name span {
    font-family: RobotoLight;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 430px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}