﻿/* Begin: Luôn hiện controlbar*/
.jwplayer.jw-skin-seven
{
  outline: none;
}
.jw-controls {
    overflow: none!important;
}
/* Touch Fix*/
.jw-flag-touch .jw-controlbar,
.jw-flag-touch .jw-skip,
.jw-flag-touch .jw-plugin
{
  font-size:1.2em;
}
.jw-flag-touch .jw-captions
{
  bottom:3.2em;
}
.jwplayer.jw-skin-seven.jw-flag-touch:not(.jw-flag-fullscreen)
{
  /*margin-bottom: 40px !important;*/
  margin-bottom: 3.0em !important;
  overflow: visible !important;
}
.jwplayer.jw-skin-seven:not(.jw-flag-fullscreen):not(.jw-flag-touch)
{
  /*margin-bottom: 40px !important;*/
  margin-bottom: 2.5em !important;
  overflow: visible !important;
}

.jwplayer.jw-skin-seven:not(.jw-flag-fullscreen) .jw-controls .jw-controlbar
{
  /*bottom: -40px !important;*/
  bottom:  -2.5em !important;
  display: table !important;
}

.jwplayer.jw-skin-seven:not(.jw-flag-fullscreen) .jw-captions
{
  bottom:  0 !important;
}
/* End: Luôn hiện controlbar*/

/* HD icon*/
.jw-icon-hd.vtlai-hd-on
{
  color: #ff0046 !important;
}
/* End HD icon*/
.movieLoader {
    position: relative;
    height: 356px;
    min-height: 392px;
}
@media only screen and (max-width:640px) {
  .movieLoader {
      height: 58vw;
      min-height: auto;
  }
}
div.download-button {
    text-align: center;
    margin-top: 10px;
}
div.download-button > a {
  background: #008000;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
.sv2-button {
    text-align: center;
    margin-top: 10px;
}
.sv2-button a {
    background: #029c1c;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
.sv2-player > iframe {
    width: 100%;
    height: 330px;
    margin-top: 10px;
}
.videosv2 .download-button {
	margin-top: 10px!important;
}
.movieLoader iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.movieLoader.loading:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000c4 url(../images/loading-movie.svg) no-repeat center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.movieLoader-server {
  margin: 10px 0;
}
.movieLoader-server .video2-btn {
  background: #2b2b2b;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #2b2b2b;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  margin-right: 5px;
  cursor: pointer;
}
.movieLoader-server .video2-btn.selected {
  background: #029c1c;
  border-color: #007915;
  cursor: not-allowed;
}
